Oleg Svetovidov

Results 11 comments of Oleg Svetovidov

> is command : adb devices run normally? > > Sent with [GitHawk](http://githawk.com) yep

``` 2020-02-29 16:25:44,905 : [adb_device.py.921]: DEBUG : bulk_write: b'CNXN\x00\x00\x00\x01\x00\x10\x00\x00\x13\x00\x00\x00c\x05\x00\x00\xbc\xb1\xa7\xb1' 2020-02-29 16:25:44,905 : [adb_device.py.923]: DEBUG : bulk_write: b'host::9da23738bc43\x00' 2020-02-29 16:25:44,906 : [adb_device.py.784]: DEBUG : bulk_read(24): b'Android Console: Authent' ```

This is output: ``` b"ication required\r\nAndroid Console: type 'auth ' to authenticate\r\nAndroid Console: you can find your in \r\n'/root/.emulator_console_auth_token'\r\nOK\r\n" Traceback (most recent call last): File "test.py", line 62, in print(adb_controller.shell("echo...

Ok, i commented `print(adb_controller.shell("echo work!"))` output: ``` b"ication required\r\nAndroid Console: type 'auth ' to authenticate\r\nAndroid Console: you can find your in \r\n'/root/.emulator_console_auth_token'\r\nOK\r\n" ```

Yes, the official adb connect to emulator successfully

Hello, Jeff, sorry for the silence, there was no access to the computer Yes, i have `/root/.emulator_console_auth_token`. Should I use it instead of `~ / .android / adbkey`?

If i connect to Android console manually and enter `auth ` all work fine (i have access to the Android Console, but my goal is android shell). How i to...

Yes, I tried to make a signature with this key, but nothing

``` Traceback (most recent call last): File "test.py", line 36, in print(adb_controller.device._handle.bulk_read(1000, 5)) File "/usr/local/lib/python3.6/dist-packages/adb_shell/handle/tcp_handle.py", line 122, in bulk_read readable, _, _ = select.select([self._connection], [], [], timeout) TypeError: argument must...