USB Debugging
USB Debugging plug-in is troublesome, the phone's USB port is easy to damage, more than one device is a lot of trouble
Use of adbwireless
Https://github.com/Skywriter-se/adbWireless
This apk allows the device to be debugged over a WiFi network and is easy to use.
- Install the APK (the phone must be root), click the large button in the middle of the launch, below will show the words of the ADB connect 192.168.0.96
- Run ADB connect 192.168.0.96 on your PC, prompting already connected to 192.168.0.96:5555 instructions to connect successfully
- Enter ADB devices to view connected devices
Configuration of the Adbwireless
Prevent the machine from getting into sleep, it is recommended to open
Adbwirelessservice
Adbwireless has an automatic connection setting that can omit the tap adb connect 192.168.0.96 command, but requires an auxiliary program mate, because the author developed the Adbwirelessservice is a python, so use inconvenient, Here's another project on GitHub.
Https://github.com/heroyin/AdbWirelessService
- Download the GitHub project in the bin directory under AdbWirelessService.exe, run
- Enter the adbwireless configuration, tick Auto connection
- Configure the computer host or IP to set IP to the current PC's IP address
- Back to Adbwireless, start debugging, Adbwirelessservice will display the words connected to 192.168.0.96:5555, on behalf of the start of the automatic connection succeeded
- Enter ADB devices to view connected devices
Debugging Android devices with wireless