Debugging Android devices with wireless

Source: Internet
Author: User

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.

    1. 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
    2. Run ADB connect 192.168.0.96 on your PC, prompting already connected to 192.168.0.96:5555 instructions to connect successfully
    3. 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

    1. Download the GitHub project in the bin directory under AdbWirelessService.exe, run
    2. Enter the adbwireless configuration, tick Auto connection
    3. Configure the computer host or IP to set IP to the current PC's IP address
    4. 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
    5. Enter ADB devices to view connected devices

Debugging Android devices with wireless

Contact Us

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

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.