Quote:
Originally Posted by natemcnutty
Sounds good. I did figure out how to do ADB over wifi, and it was quite simple. The problem is that you need full root access to start the adb service (since it doesn't recognize USB to start the daemon), and my wifi modules seem to be very flaky. I'm gonna have to make custom builds to get this going pre-Android. Here's the key for anyone interested:
setprop service.adb.tcp.port 5555
stop adbd
start adbd
|
adb is on when android boots, but since you are doing the set prop i geuss you need to restart it.
You should change the default prop on your so adb always uses your set prop.