Friday, October 05, 2012

Fun with ADB

It seems you can connect and debug the Android tablet over WiFi. Way cool.

Enable it on the Android device running 4.1.1+ under Developer Options, Debugging and check ADB over network.

Then on the desktop in my android-sdk\platform-tools folder:
adb connect 192.168.0.106:5555
connected to 192.168.0.106:5555

Viola! Neat stuff

1 comment:

grantbob said...

Apple Desktop Bus ?