we usually use mobile phone debugging, often is the hand, can download a jar package can be mapped to the computer Desktop screen, but run comparison card, and then give up, and then, the phone is sometimes not easy to connect data cable, PC and mobile phone (even WiFi) in the same network segment, Can be debugged by wireless!
Use the Wireless mode method:
One: cmd Open command window: (set ADBD listening port)
adb tcpip 5555 < set ports for ADBD services >
Second, CMD opens another window: (open ADB network debug mode)
adb connect 192.168.3.229:5555 < This address is the IP address of the phone after WiFi connection >
The connected to xxx.xxx.xxx.xxxx appears to indicate a successful connection!
The above method does not use the root phone
like the root phone, you can download a wifiadb tool to connect!
PC Sync Phone screen tool-- Chrome plugin Vysor
Installing plugins
1. In Chrome Browser Search Vysor and install
2. Click Start in the app bar
3. Span style= "Mso-spacerun: ' Yes '; Font-family: Song body; font-size:10.5000pt; mso-font-kerning:1.0000pt; " > Start Device Selection table:
4. Click to successfully start the display tips for success:
Sync with your phone screen after the next step! You can also operate the mobile phone on the desktop!
From for notes (Wiz)
Android Wireless debugging and mobile device with PC screen tool--chrome plugin Vysor