How to install the Debug app on your Android phone via WiFi
Source: Internet
Author: User
How to install the Debug app on Android phone via WiFi 1. The first thing to do is to turn on your phone's USB debugging options and connect your phone via a USB cable.
2. Then execute "adb tcpip 5555" to switch adb from USB mode to TCPIP mode. The correct echo message is: "Restarting in TCP mode port:5555". 5555 can be any port number that is not occupied.
3. Re-execute "ADB connect < Phone WLAN ip>:5555" to connect to the phone. The correct echo message is: "Connected to < phone WLAN ip>:5555"
4. Disconnect the USB connection from the phone.
OK, now you can execute any ADB command without connecting the USB cable. Debugging on Eclipse is not a problem. I use the Millet 2 mobile phone, installation and debugging response speed compared with the USB mode is not significantly different.
Finally, if you want to switch back to USB mode, perform ADB USB.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service