Several orders to get the ADB done

Source: Internet
Author: User

Android Dev Board side:
start adb  :      Start ADBD
Reset the ADBD port:
#Stop adbd
#setprop service.adb.tcp.port 5555
#start adbd
#ifconfig eth0
Set temporary IP: #busybox Ifconfig eth0 192.168.0.59 netmask 255.255.255.0 To set up a temporary gateway: #busybox Route add default GW 192.168.0.1 To set a temporary MAC address: #busybox ifconfig eth0 hw ether 00:77:77:00:00:88



Windows side:
To resolve the issue of ADB port occupancy: Open a command prompt and enter:
Netstat-ano | findstr "5037"

Display:TCP 127.0.0.1:5037 0.0.0.0:0 LISTENING 5776

Input: taskkill/f/im 5776

adb kill-server

adb disconnect 192.168.8.59

ADB connect 192.168.8.59

ADB devices




Several orders to get the ADB done

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.