Skip to content
New issue

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

Can it work with python package "adb-shell" ? #17

Open
AkagiYui opened this issue Jan 21, 2022 · 1 comment
Open

Can it work with python package "adb-shell" ? #17

AkagiYui opened this issue Jan 21, 2022 · 1 comment

Comments

@AkagiYui
Copy link

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.

@williamfzc
Copy link
Owner

Any links about adb-shell package you have mentioned?
Lots of packages may use this name :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants