Z
ZeroBarrier
Guest
Droid X bootanimation (non-laggy edition) [New Colors Added]
I posted this up in the BB v0.4 thread but decided to make a new thread since I know people aren't reading the release threads after it reaches page 3 onward.
Pete, feel free to use this in future versions if you feel so inclined.
I "fixed" the laggy Droid X boot animation and made it snappier. Was simple, the original boot animation was only set to run @ 10 fps, I just changed it to run @ 15 fps.
I tried running it @ 20, 25 and 30 fps, but it's way too fast that way and the Droid eye looks like it's on speed or something.
If you liked my work, please fell free to donate and buy me a coffee or a beer.
Backup, backup, backup before modifying anything on your phone!!!
bootanimation(Stock).zip
bootanimation(Blue).zip
bootanimation(Orange).zip
bootanimation(Yellow).zip
bootanimation(Green).zip
bootanimation(Cyan).zip
bootanimation(Purple).zip
bootanimation(Pink).zip
Rename colored ones to just bootanimation.zip and remember to say thank you.
ADB:
adb push bootanimation.zip /system/media/bootanimation.zip
adb shell
chmod 644 /system/media/bootanimation.zip
exit
adb reboot
Terminal Emulator:
su
mount -o rw,remount -t yaffs2 /dev/block/mtdblock4 /system
busybox cp -R /sdcard/bootanimation.zip /system/media/
chmod 644 /system/media/bootanimation.zip
mount -o ro,remount -t yaffs2 /dev/block/mtdblock4 /system
sync
reboot
Root Explorer:
Hit copy
Go to /system/media/
Mount R/W
Paste
Fix permissions to rw-r--r--
Mount r/o
Reboot
BB Toolkit:
Run switchboot
Please let me know if it's working for you. Enjoy.
I posted this up in the BB v0.4 thread but decided to make a new thread since I know people aren't reading the release threads after it reaches page 3 onward.
Pete, feel free to use this in future versions if you feel so inclined.
I "fixed" the laggy Droid X boot animation and made it snappier. Was simple, the original boot animation was only set to run @ 10 fps, I just changed it to run @ 15 fps.
I tried running it @ 20, 25 and 30 fps, but it's way too fast that way and the Droid eye looks like it's on speed or something.
If you liked my work, please fell free to donate and buy me a coffee or a beer.

Backup, backup, backup before modifying anything on your phone!!!
bootanimation(Stock).zip
bootanimation(Blue).zip
bootanimation(Orange).zip
bootanimation(Yellow).zip
bootanimation(Green).zip
bootanimation(Cyan).zip
bootanimation(Purple).zip
bootanimation(Pink).zip
Rename colored ones to just bootanimation.zip and remember to say thank you.
ADB:
adb push bootanimation.zip /system/media/bootanimation.zip
adb shell
chmod 644 /system/media/bootanimation.zip
exit
adb reboot
Terminal Emulator:
su
mount -o rw,remount -t yaffs2 /dev/block/mtdblock4 /system
busybox cp -R /sdcard/bootanimation.zip /system/media/
chmod 644 /system/media/bootanimation.zip
mount -o ro,remount -t yaffs2 /dev/block/mtdblock4 /system
sync
reboot
Root Explorer:
Hit copy
Go to /system/media/
Mount R/W
Paste
Fix permissions to rw-r--r--
Mount r/o
Reboot
BB Toolkit:
Run switchboot
Please let me know if it's working for you. Enjoy.

Last edited by a moderator: