Network debugging ADB Connect

Source: Internet
Author: User

$su

#stop ADBD

#setprop Service.adb.tcp.port 5555

#start ADBD

    • Then open cmd on the computer side and enter the ADB command:

#adb Connect < Mobile IP address (port default is 5555) >

Then the phone has been connected with the computer, with the ADB devices see if there is a mobile phone, if not on the ADB kill-server after re-connect

    • You can debug your phone directly with the Ddms window in eclipse

(Click to view larger image)

    • If you need to enter the ADB shell, enter it directly at the command line:

ADB shell

    • It is also easy to turn off network debugging by entering commands in the phone command:

$su

#stop ADBD

#setprop Service.adb.tcp.port 0

#start ADBD

Network debugging ADB Connect

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.