williamfzc / pyminitouch

python wrapper of minitouch, for better experience
https://pyminitouch.readthedocs.io
MIT License
125 stars 25 forks source link

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

Open AkagiYui opened 2 years ago

AkagiYui commented 2 years ago

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 commented 2 years ago

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