Skip to content

Instantly share code, notes, and snippets.

@osamaqarem
Last active April 14, 2020 10:09
Show Gist options
  • Save osamaqarem/cdd04b8bbfec98a8929e65002649e644 to your computer and use it in GitHub Desktop.
Save osamaqarem/cdd04b8bbfec98a8929e65002649e644 to your computer and use it in GitHub Desktop.
ADB Remote
# Connect device over USB
# Get device IP
adb shell ip -f inet addr show wlan0
# Define port
adb tcpip 5555
# Connect
adb connect {device ip}:5555
# Disconnect USB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment