Quest PiLauncher
This is a simple launcher for Meta Quest VR headsets supporting Android/Official Quest/SideQuest apps and games.
Compile the launcher
- Open Launcher in Android Studio
- Ensure USB debugging is enalbed on your headset
- Hit play button in Android Studio
Convert icons from SideQuest
- Collect JSON data from SideQuest (could be done using Chrome Debug Console)
- Join JSONs together
- Format the JSONs to be human readable
- Place the JSON into txt file into
SideIcons/localdb.json
- Create
SideIcons/out/
folder - Open SideIcons in Eclipse
- Run the project