prolin-xcb-client/adb/client.py
2019-05-14 08:40:17 +02:00

8 lines
201 B
Python

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')