Skip to content

Instantly share code, notes, and snippets.

@vti
Last active October 7, 2022 05:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vti/665b18e46e8fa994f5fa4fd1364105ff to your computer and use it in GitHub Desktop.
Save vti/665b18e46e8fa994f5fa4fd1364105ff to your computer and use it in GitHub Desktop.
How to run Freedom on Wahoo Bolt
  1. Figure out WM dimensions
    • adb shell wm size
  2. Install APK from https://github.com/mkrupczak3/Freedoom-for-Android/releases/tag/v0.4.3
    • adb install /path/to/apk
  3. Grant file usage permissions
    • adb shell pm grant net.nullsum.freedoom android.permission.WRITE_EXTERNAL_STORAGE
    • adb shell pm grant net.nullsum.freedoom android.permission.READ_EXTERNAL_STORAGE
  4. Start the application (how to find the activity "dumpsys package | grep doom")
    • adb shell am start -n net.nullsum.freedoom/.EntryActivity
  5. Tap on different places (the easiest way is to make a screenshot and locate x/y)
    • adb shell input tap x y
  6. Enjoy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment