client.py 201 B

12345678
  1. from adb import adb_commands
  2. from adb import sign_m2crypto
  3. # Connect to the device
  4. device = adb_commands.AdbCommands()
  5. device.ConnectDevice(port_path=Non, serial="192.168.43.100")
  6. device.Stat('/tmp')