Flukit-Group / flutter_mobile_controller

A PC client to control mobiles by adb tools in Flutter.
MIT License
7 stars 0 forks source link

Solution: debug connection by wifi instead of usb interface #15

Open Moosphan opened 2 years ago

Moosphan commented 2 years ago
  1. monitor tcp port
    => adb tcpip 5555
  2. scan mobile ip address
    => adb shell netcfg
  3. connect device by ip address
    
    => adb connect device_ip_address:5555