Skip to content

Instantly share code, notes, and snippets.

@happysingh23828
Last active February 21, 2022 05:10
Show Gist options
  • Save happysingh23828/2756e5919e033505440989d44fc3b263 to your computer and use it in GitHub Desktop.
Save happysingh23828/2756e5919e033505440989d44fc3b263 to your computer and use it in GitHub Desktop.
ADB Connect with WIFI - Android
// Get Your Device IP
adb shell "ip addr show wlan0 | grep -e wlan0$ | cut -d\" \" -f 6 | cut -d/ -f 1"
// Connect over 5555
adb tcpip 5555
// Connect device over TCP.
adb connect 192.168.1.81:5555
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment