Skip to content

Instantly share code, notes, and snippets.

@ArthurKun21
Created September 10, 2023 07:32
Show Gist options
  • Save ArthurKun21/bde44ffd34ec29808c3efa7d1ae668e3 to your computer and use it in GitHub Desktop.
Save ArthurKun21/bde44ffd34ec29808c3efa7d1ae668e3 to your computer and use it in GitHub Desktop.
Wireless ADB for Android 10 and lower

Documentation

Stackoverflow

Connect android phone and then check if it is connected with the USB debugging

adb devices

Set the TCPIP

adb tcpip 5555

Get the Local Wi-Fi IP address

adb shell ip -o a

Disconnect the phone and then connect to it with the Local Wi-Fi IP address

adb connect device_ip_address:5555
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment