-
Notifications
You must be signed in to change notification settings - Fork 28
Custom Boot Animations
Lumince edited this page Sep 13, 2026
·
3 revisions
Send it to your headset via
adb push filenamehere.glb /data/local/tmp
Enter your headset's rooted shell (you know how to do this, right?)
And use the following command:\
vr_bootanimation -d -m /data/local/tmp/filenamehere.glb
Singularity has its own built in selector for custom glb files! It also has support for .zip files that can contain info and a compiled RRO apk for custom sounds!
If you want to create your own RRO sound apk for this, check out Singularity-SoundOverlay
You can replace the sound located here app/src/main/res/raw with your own custom startup_sound.wav file!
Please make sure that the apk is named StartupSoundOverlay.apk (The repo has the name hardcoded)
oculuslogo.zip\
├── oculus-logo.glb (required)\
├── bootanimation.txt (required)\
└── StartupSoundOverlay.apk (optional)\
"name": "Oculus Logo",
"sound": "StartupSoundOverlay.apk"
"author": "sameythehedgie"