pyminitouch icon indicating copy to clipboard operation
pyminitouch copied to clipboard

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

Open AkagiYui opened this issue 3 years ago • 1 comments

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.

AkagiYui avatar Jan 21 '22 19:01 AkagiYui

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

williamfzc avatar Jan 23 '22 07:01 williamfzc