Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dikotiledon/8d682fafccbd78198e4a03f7c9534b05 to your computer and use it in GitHub Desktop.
Save dikotiledon/8d682fafccbd78198e4a03f7c9534b05 to your computer and use it in GitHub Desktop.
adb over IP
Activate debug mode in Android
Connect to PC via USB
Open command prompt type: adb tcpip 5555
Disconnect your tablet or smartphone from pc
Open command prompt type: adb connect IPADDRESS (IPADDRESS is the DHCP/IP address of your tablet or smartphone, which you can find by Wi-Fi -> current connected network)
Now in command prompt you should see the result like: connected to xxx.xxx.xxx.xxx:5555
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment