Android Debugging - ADB over Network

 

If you have a CM Nightly (CyanogenMOD 9 - Ice Cream Sandwitch build), you don’t need any application on Android to support adb wirelessly (as in the case of above post that required adbWireless)

1. Head to Settings > Developer Options, and turn on ADB over Network

2. Head to System > About > Status and note down your local IP

3. Connect to the IP and we are done

N.B. -

You might want to run adb tcpip <port no.> for the 1st time with a cable, if connection does not happen.

Secondly, for people with different kernels you can include the following in the the init.d scripts (if developing a rom) that execute at boot up: - Link to code

Also, if you love terminal like me, you must have this on your android by now (or any other emulator). If so, you can also enable adb networking manually by avoiding all of the above techniques (you must be rooted of course):

Hope you liked this way

Post a Comment