Skip to content

Custom Boot Animations

Lumince edited this page Sep 13, 2026 · 3 revisions

Guide/Pointers (Coming Soon)

Testing

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

Setup

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)

ZIP Structure

  oculuslogo.zip\
  ├── oculus-logo.glb          (required)\
  ├── bootanimation.txt        (required)\
  └── StartupSoundOverlay.apk  (optional)\

bootanimation.txt Structure

"name": "Oculus Logo",
"sound": "StartupSoundOverlay.apk"
"author": "sameythehedgie"

Clone this wiki locally