prolin-xcb-client/adb/client.py

8 lines
201 B
Python
Raw Normal View History

2019-05-14 08:40:17 +02:00
from adb import adb_commands
from adb import sign_m2crypto
# Connect to the device
device = adb_commands.AdbCommands()
device.ConnectDevice(port_path=Non, serial="192.168.43.100")
device.Stat('/tmp')