Skip to content

John0n1/on1-bootfx

Repository files navigation

ON1 bootFX

Boot animation for Samsung devices

  • Custom boot animations for Samsung devices via separate Magisk modules.
  • The modules replace the default boot animation with themed animations, providing a unique startup experience.

Requirements

Android 10>16 Magisk 26+ Samsung Devices

Available Themes

Theme Preview Download
Linux Linux Preview 📦 linux-bootfx_magisk.zip
NetHunter NetHunter Preview 📦 nethunter-bootfx_magisk.zip
S.H.I.E.L.D Shield Preview 📦 shield-bootfx_magisk.zip
Simpsons Simpsons Preview 📦 simpsons-bootfx_magisk.zip
Apple Apple Preview 📦 apple-bootfx_magisk.zip
CTOS CTOS Preview 📦 ctos-bootfx_magisk.zip
more coming soon! ...

How it works

Important distinction: The bootloader logo (the very first logo that appears when you power on your device) is stored in the bootloader partition and is typically not changeable, even with root access. This logo is hardware-level and locked down by the manufacturer.

This project specifically targets the boot animation that plays after the bootloader logo, during the Android system startup process.

Samsung typically uses their own proprietary .QMG or "Quick Media Graphics" boot animation format, which is not compatible with non-samsung devices. This project provides Magisk modules that replace the default boot animation with custom animations in a compatible QMG format. The modules also include an auto-backup feature to protect the original samsung boot animation files in case any issues arise.

Magisk hooks into the system partition and uses its late start service phase to systemlessly mount replacement boot animation files over the original ones. This allows for a seamless experience without modifying the system partition directly, maintaining the integrity of the device's software.

🚀 Installation

  1. Download your preferred boot animation
  2. Open Magisk Manager
  3. Install preferred module via Magisk
  4. Reboot your device
  5. Enjoy your new boot animation!

⚠️ Important Notes

  • Only install one boot animation at a time

  • Uninstall previous animation modules before installing new ones

  • Compatible with Samsung devices only

  • Auto-backup feature protects your original files

  • Use at your own risk.

📜 License

This project is licensed under the MIT License.