We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9709d95 commit 21c6a7cCopy full SHA for 21c6a7c
1 file changed
README.md
@@ -40,7 +40,8 @@ from adb import sign_m2crypto
40
signer = sign_m2crypto.M2CryptoSigner(
41
op.expanduser('~/.android/adbkey'))
42
# Connect to the device
43
-device = adb_commands.AdbCommands.ConnectDevice(
+device = adb_commands.AdbCommands()
44
+device.ConnectDevice(
45
rsa_keys=[signer])
46
# Now we can use Shell, Pull, Push, etc!
47
for i in xrange(10):
0 commit comments