Adb remote debugging (Network debugging)

Source: Internet
Author: User

/Author: longtian635241 (longtian_huang@urbetter.com) // Forum ID: android210 Exynos4412 // copyright: Tim // platform: youjian android210 Exynos4412 Development Board // Release Date: // last modification: 2013-07-19 /// Drivers 1. Install the adb Driver (the adb driver is the latest and must support the adb connect ip command, you can enter adb in cmd to check whether the tool is supported .) Http://download.csdn.net/detail/longtian635241/5783837 2, ensure that the Development Board can access the Internet, if not, in the development board serial port terminal input: netcfg eth0 dhcp and then view ip ifconfig 3, in cmd ping the Development Board ip address, if the connection is successful, enter the adb connect ip address in cmd, for example, adb connect 192.168.0.146. If the connection is successful, continue with the subsequent operations. If the connection fails, for example: unable to connect to 192.168.0.146: 5555 may be a problem with the device listening port. You can run the following command on the mobile terminal: setprop service. adb. tcp. port 5555 // set the listening port, which can be customized. For example, 5554,5555 is the default stop adbd // disable adbd start adbd // Restart adbd 5, enter adb kill-server in cmd, and repeat Step 4!

Related Article

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.