chrisstone
Lurker
Please only post boot animation zip files for a Wildfire S.
If you are not posting a boot animation, do not post here.
To replace your boot animation you must have a rooted phone.
The system partition must be writable: open a shell with adb and run
(or however else you want to accomplish this).
Then push the animation onto your phone with
Boot animations have to be customized for the screen size of the phone, images will not scale automatically, and will plain not work if you have the wrong size. If you find a boot animation for another phone and want it converted for the Wildfire S send me a PM with a link to where I can get the other boot animation and I'll convert it and post here.
If you are not posting a boot animation, do not post here.
To replace your boot animation you must have a rooted phone.
The system partition must be writable: open a shell with adb and run
Code:
mount -o remount,rw /dev/block/mtdblock3 /system
Then push the animation onto your phone with
Code:
adb push C:\path\to\bootanimation.zip /system/media/bootanimation.zip
Boot animations have to be customized for the screen size of the phone, images will not scale automatically, and will plain not work if you have the wrong size. If you find a boot animation for another phone and want it converted for the Wildfire S send me a PM with a link to where I can get the other boot animation and I'll convert it and post here.