Skip to content

Instantly share code, notes, and snippets.

@DanEdens
Created June 14, 2021 00:33
Show Gist options
  • Save DanEdens/7ea66987c979e325e4b94989cfbd4516 to your computer and use it in GitHub Desktop.
Save DanEdens/7ea66987c979e325e4b94989cfbd4516 to your computer and use it in GitHub Desktop.
adbwifi.cmd
adb kill-server && adb tcpip 5555 && sleep 5 && adb shell ip route | awk '{print $9}' | xargs adb connect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment