Skip to content

Instantly share code, notes, and snippets.

@j796160836
Created December 31, 2014 07:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save j796160836/91e77ca819c11ed7bf01 to your computer and use it in GitHub Desktop.
Save j796160836/91e77ca819c11ed7bf01 to your computer and use it in GitHub Desktop.
Use to connect android wear with android phone or genymotion
#!/bin/bash
DEVICE=`adb devices -l | sed '/List of devices/d' | sed '/clockwork/d' | head -n 1 | awk '{print $1}'`
adb -s $DEVICE -d forward tcp:5601 tcp:5601
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment