Skip to content

Instantly share code, notes, and snippets.

@louicoder
Created November 21, 2019 13:50
Show Gist options
  • Save louicoder/2a5982810e87cf4c550a957f8ecdb121 to your computer and use it in GitHub Desktop.
Save louicoder/2a5982810e87cf4c550a957f8ecdb121 to your computer and use it in GitHub Desktop.
Key events to reload and access the developer menu while debugging on physical device without having to shake the phone. These can be added to your package.json file
"reload":"adb shell input keyevent 82 && adb shell input keyevent 66 && adb shell input keyevent 66",
"devmenu":"adb shell input keyevent 82",
"debug":"adb shell input keyevent 82 && adb shell input keyevent 61 && adb shell input keyevent 66 && adb shell input keyevent 66"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment