- Figure out WM dimensions
- adb shell wm size
- Install APK from https://github.com/mkrupczak3/Freedoom-for-Android/releases/tag/v0.4.3
- adb install /path/to/apk
- 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
- Start the application (how to find the activity "dumpsys package | grep doom")
- adb shell am start -n net.nullsum.freedoom/.EntryActivity
- Tap on different places (the easiest way is to make a screenshot and locate x/y)
- adb shell input tap x y
- Enjoy
Last active
October 7, 2022 05:54
-
-
Save vti/665b18e46e8fa994f5fa4fd1364105ff to your computer and use it in GitHub Desktop.
How to run Freedom on Wahoo Bolt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment