Skip to content

Instantly share code, notes, and snippets.

@jwise
Created August 4, 2018 03:46
Show Gist options
  • Save jwise/b3eb43360281f3c63c7766b26ce7f63c to your computer and use it in GitHub Desktop.
Save jwise/b3eb43360281f3c63c7766b26ce7f63c to your computer and use it in GitHub Desktop.
bcast() { adb shell am broadcast -a com.wahoofitness.bolt.buttons.$1_button.$2 ; }
bcast $1 down
bcast $1 up
bcast $1 pressed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment