A simple utiliy script that makes the process of setting up ADB over Wifi easier.
- Connect an Android Device to your computer via USB.
- Run ./air-adb.sh
- Done! Disconnect your device and just start hacking
Sometimes you want to specify ip and tcp port parameters manually.
- ./air-adb.sh 192.168.0.10 5555
Tested on OS X and Linux (Debian 9)