Hello again,
After doing all the stuff from my other tutorial I figured I would jump further into custom boot animations. As I said before, I document everything I do and this my start to finish method for creating and installing custom boot animations. Some of the significant things about this method; are you only need the part0 folder and there is no limit to the amount of images you use.
ROOT IS NOT REQUIRED FOR THIS and there is no need to make changes to your default BA!![]()
ok, let's start
Download 7-zip 7-Zip
In a command prompt cd into your adb tools directory
paste or type
Download attached png’s, or use your own. (Thank you b00sted4fun for the awesome boot animation!) fkapple.zipCode:Mkdir png Cd png Mkdir bootanimation Cd bootanimation Mkdir part0 Cd part0
Name them in sequential order starting from 0. (ex- 0.png, 1.png, 2.png, 3.png)
place them in the png\bootanimation\part0 folder you have just created.
open notepad and copy or paste
save as desc.txt to png\bootanimationCode:480 480 8 p 0 0 part0
In your browser navigate to the png\bootanimation folder, highlight part0 and desc.text, right click, find 7-zip, and select add to archive.
Name archive bootanimation.zip
Select Archive format: zip
Select Compression level: store
Select ok
Copy and paste bootanimation.zip to your adb tools folder.
In command prompt of adb tools directory paste or type
Reboot and thats it, enjoy!Code:adb push bootanimation.zip /data/local
To use default boot animation paste or type in command prompt of adb tools directory
reboot and there you go.Code:adb shell rm /data/local/bootanimation.zip
success will look like this
![]()

LinkBack URL
About LinkBacks
Reply With Quote

