BootStudio is an Android application for managing and customizing boot animations on rooted devices. It provides a systemless interface to change boot sequences without modifying the system partition directly, using Magisk.
- Animation Management: List, switch, and delete boot animations easily.
- Custom Creation: Package your own animation files into the correct format.
- Import/Export: Backup your current animation or import external .zip files.
- Community Store: Browse and download animations shared by other users.
- Systemless Application: All changes are applied via a Magisk module to keep your device's system partition intact.
- Live Preview: View animations within the app before applying them to your device.
To contribute an animation to the community store, follow these steps:
- Fork this repository and clone it locally.
- Open
BootAnimations/bootanimations.json. - Add a new JSON object with your
titleandcreatorname. - Create a folder in the
BootAnimations/directory with the exact same name as yourtitle. - Place your
bootanimation.zipinside that folder. - Generate a
preview.gifand place it in the same folder.- You can use the
tools/extract_gif.shscript to create the preview from your zip file.
- You can use the
- Submit a Pull Request with your changes.
- A rooted Android device.
- Magisk installed.
BootStudio uses a Magisk module to overlay your custom animation on top of the system's default files. For a detailed technical breakdown of the module structure and the preview engine, read HowItWorks.md.
GPL3 License. See the LICENSE file for more details.




