Skip to content

Instantly share code, notes, and snippets.

@pchmielowski
Last active March 7, 2019 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pchmielowski/7b4ee2e22bd5daa2b5e6310a2b6a216c to your computer and use it in GitHub Desktop.
Save pchmielowski/7b4ee2e22bd5daa2b5e6310a2b6a216c to your computer and use it in GitHub Desktop.
Wifi debug
adb tcpip 5555
adb shell "ifconfig | grep -A1 wlan0 | tail -n1 | cut -d\: -f2 | cut -f1 -d' '"
adb connect 172.27.27.208:5555
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment