Watching the same boot animation every time gets old. In this tutorial I’ll show you how to change it. Let’s begin.
Note: Modifying system files can potentially harm your device. Navigate carefully.
Prerequisites:
- Rooted device
- Root Browser or ES File Explorer
- A replacement
bootanimation.zip- (Optional) Custom images if you want to create your own animation
Replacing an existing boot animation:
-
Open your file browser and grant root permission. In ES File Explorer, enable Root Explorer from the left panel.
-
Navigate to the root directory, then go to:
/system/media
-
Here you’ll find
bootanimation.zip— that’s your current boot animation. -
Download a replacement
bootanimation.zipthat matches your screen resolution, then replace the existing file.
Creating a custom boot animation:
A boot animation is just a zip file containing a sequence of PNG frames and a desc.txt configuration file.
-
Create your animation frames as PNG images, numbered in order:
0.png,1.png,2.png, etc. -
Organize frames into folders named
part0,part1, etc. — each folder is one part of the animation loop. -
Create a
desc.txtfile at the root of the zip. The first line specifies the resolution and frame rate (must match your device’s resolution). Each subsequent line describes one part folder. -
Select all part folders and
desc.txt, create a zip from them, and name it exactlybootanimation.zip. -
Replace
/system/media/bootanimation.zipwith your new file.
You can also use the Boot Animations app from the Play Store to browse and apply animations directly:
https://play.google.com/store/apps/details?id=com.jrummy.apps.boot.animations






