You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will get an error, when I run two error command:
Like this:
importos.pathasopfromadbimportadb_commandsfromadbimportsign_m2crypto# KitKat+ devices require authenticationsigner=sign_m2crypto.M2CryptoSigner(
op.expanduser('~/.android/adbkey'))
# Connect to the devicedevice=adb_commands.AdbCommands.ConnectDevice(
rsa_keys=[signer])
# Now we can use Shell, Pull, Push, etc!# for i in xrange(10):# print device.Shell('echo %d' % i)printdevice.Shell('ls 333')
printdevice.Shell('ls 222')
printdevice.Shell('ls 111')
device.Close()
Hi,
I will get an error, when I run two error command:
Like this:
result:
It may be a bug at here:
adb_protocol.py
BRs
/Eismog