pyminitouch
pyminitouch copied to clipboard
Can it work with python package "adb-shell" ?
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.
Any links about adb-shell
package you have mentioned?
Lots of packages may use this name :)