Skip to content

Instantly share code, notes, and snippets.

@macdet
Forked from jwise/elemnt-press-button.sh
Created April 5, 2022 06:17
Show Gist options
  • Save macdet/990bcf11afe1a30af9348f645c0f384f to your computer and use it in GitHub Desktop.
Save macdet/990bcf11afe1a30af9348f645c0f384f 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