Skip to content

Instantly share code, notes, and snippets.

View T-rex2017's full-sized avatar
🐢

T-rex2017 T-rex2017

🐢
View GitHub Profile
@srayhunter
srayhunter / android-adb-over-wifi.md
Last active June 22, 2022 16:41
Android ADB over Wifi

Android ADB over Wifi

Here is a simple way to use ADB over wifi with your device. Make sure that ADB can reach your device over the network.

  1. Connect device to usb

  2. Restart the ADB daemon to listening on TCP port

adb tcpip 5555