We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Host System: Ubuntu 16.04 I am running my Android x86 VM using Genymotion
Adb devices:
testing$ adb devices -l List of devices attached 192.168.65.101:5555 device product:vbox86p model:Custom_Phone___7_1_0___API_25___768x1280 device:vbox86p
Error:
testing$ frida-push [2018-06-30 21:34:44,726] [frida-push: INFO]: Devices: 192.168.65.101:5555 [2018-06-30 21:34:44,727] [frida-push: INFO]: Current installed Frida version: 11.0.12 Traceback (most recent call last): File "/home/c0d3r/temp/testing/testing/bin/frida-push", line 11, in <module> sys.exit(main()) File "/home/c0d3r/temp/testing/testing/local/lib/python2.7/site-packages/frida_push/command.py", line 211, in main transport_id = devices[ops.device_name]['transport_id'] KeyError: 'transport_id'
The text was updated successfully, but these errors were encountered:
@Chan9390 update your adb.
adb
Later versions of adb added the 'transport_id' key.
Sorry, something went wrong.
No branches or pull requests
Host System: Ubuntu 16.04
I am running my Android x86 VM using Genymotion
Adb devices:
Error:
The text was updated successfully, but these errors were encountered: