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
The package "adb-shell" is easy to connect a device like
from adb_shell.adb_device import AdbDeviceTcp device1 = AdbDeviceTcp('192.168.1.160', 5666, default_transport_timeout_s=9.)
Then I got an object to control the device. In this way, I cannot found device in adb devices using system terminal.
adb devices
The text was updated successfully, but these errors were encountered:
Any links about adb-shell package you have mentioned? Lots of packages may use this name :)
adb-shell
Sorry, something went wrong.
No branches or pull requests
The package "adb-shell" is easy to connect a device like
Then I got an object to control the device.
In this way, I cannot found device in
adb devices
using system terminal.The text was updated successfully, but these errors were encountered: