Skip to content

Instantly share code, notes, and snippets.

@GEMISIS
Created August 11, 2019 05:09
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 GEMISIS/00f4ce96d671f46c8cf94a0e25a53036 to your computer and use it in GitHub Desktop.
Save GEMISIS/00f4ce96d671f46c8cf94a0e25a53036 to your computer and use it in GitHub Desktop.
@echo off
set /p ip="Enter IP Address: " %=%
echo Setting up wireless debugging with IP Address %ip%...
adb tcpip 5555
adb connect %ip%
echo done!
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment