ADB over TCP
From iDroid Project
To make ADB work in iMX51 using TCP:
- In your host machine:
- Install android SDK
-
export ADBHOST=BOARD_IP (setenv ADBHOST=xxx.xxx.xxx.xxx) -
adb kill-server
- In your board:
- make sure that ro.secure property is *not* set when the adbd daemon is launched, so edit the file default.prop
- make sure that /dev/android_adb or /dev/android do *not* exist
- stop adbd
- start adbd
Now you will be able to list the device:
./adb kill-server./adb devices- daemon not running. starting it now *
- daemon started successfully *
- List of devices attached
- emulator-5554 device