To get root privileges:
1. Mobile phone installation wireless debugging tools, adbwireless.apk; tools
2. Mobile phone connection WiFi (with the computer and LAN), open the ADBWIRELESS.APK software, open the debugging state, the interface will show the IP address.
3. On the computer command line, go to the SDK directory \android_sdk\platform-tools enter the IP address of the ADB connect < device >:5555
The connection will be displayed: connected to < IP address of device >:5555
In the non-root state:
1. Connect the device using the USB cable.
2. At the command line, enter ADB tcpip 5555 (5555 is the port number and can be specified freely).
3. Disconnect the USB data, at which point you need to connect | USB device.
4. On the computer command line, go to the SDK directory \android_sdk\platform-tools enter the IP address of the ADB connect < device >:5555
The connection will be displayed: connected to < IP address of device >:5555
5. If you need to restore to a USB cable, you can enter ADB USB at the command line
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Android Wireless Debug Method (root and non-root)