----------------------------------------------------------------------------------------------netcfg eth0 dhcp #get your eth network upifconfig eth0 #get your board IP
If the above commands work for you, please let me know.echo 0>/sys/class/android_usb/android0/enable #enable adb via IPsetprop service.adb.tcp.port 5555 #set the adb connection portstop adbd # restart adbdstart adbd----------------------------------------------------------------------------------------------
Dear linaro-support team
Currently , I used linaro-android_snowball-ics-gcc46-igloo-stable-blob-12.03-release at your snowboard
I face a question , that is
When I used adb , follow below command form your web-site
- ADB only works over IP
In the console type:· stop adbd
· setprop service.adb.tcp.port 6565
· start adbd
· ifconfig eth0 # to get boardsIP
after my host connect to device
, I try to used adb push –s <device IP>:6565 <my txt file> /data or adb –s <device ip>:6565 shell form host
Both fail ,and I didn’t see any error meaage , it look like hang after I type above adb command
Do you have any suggestion about this
Thanks for your help
Linas
_______________________________________________
linaro-android mailing list
linaro-android@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-android