Skip to content

Instantly share code, notes, and snippets.

@iniyanmurugavel
Created June 29, 2020 08:01
Show Gist options
  • Select an option

  • Save iniyanmurugavel/c865c128679a0adf172dc72455c8ed38 to your computer and use it in GitHub Desktop.

Select an option

Save iniyanmurugavel/c865c128679a0adf172dc72455c8ed38 to your computer and use it in GitHub Desktop.
Connect wifi device for debugging
https://android.jlelse.eu/wireless-debugging-through-adb-in-android-using-wifi-965f7edd163a
platform tools connect
adb kill-server
adb tcpip 5555
adb devices
adb connect 100.68.163.246:5555
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment