Skip to content

Instantly share code, notes, and snippets.

@lampapos
Created December 3, 2014 12:18
Show Gist options
  • Save lampapos/37fe6522602085a9b1a3 to your computer and use it in GitHub Desktop.
Save lampapos/37fe6522602085a9b1a3 to your computer and use it in GitHub Desktop.
adb wifi
#!/bin/sh
ip=$( adb shell ifconfig wlan0 | cut -f 3 -d ' ' )
port=5555
adb tcpip $port
adb connect $ip:$port
@roman-mazur
Copy link

curl -L http://bit.ly/adb-wifi | sh

;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment