Friday, May 20, 2011

How To Install CyanogenMod 7 3D Boot Animation On HTC Droid Incredible

How To Install CyanogenMod 7 3D Boot Animation On HTC Droid Incredible

Boot animation adds sparkles to your Android phone. What could be better, CM7 3D boot animation flashed on your Android screen. The animation is superbly designed and has been kept simple with a very bold look to it in, as is customary, CyanogenMod’s cyan color.  Read on to find how to set the CMD boot animations on your Android device.

Prerequisites:
 Instructions:

 This animation might be a .zip file, but it cannot be flashed via recovery.

Step 1: Copy the downloaded animation to the root of your device’s SD card.

Step 2: Now run Terminal Emulator on your device and enter the following commands:

 su

mv /system/media/bootanimation.zip /system/media/bootanimation.bak

cp /sdcard/bootanimation.zip /system/media/

reboot

Step 3: If this does not work with /system/media, give it a shot by trying, /system/local

Replace all occurrences of /system/media in the commands with /system/local

Bingo! You are all set to enjoy your new animation!

If you want to revert back to the previous boot animation, simply use these commands:

 su

rm /system/media/bootanimation.zip

mv /system/media/bootanimation.bak /system/media/bootanimation.zip

For updates and queries, visit the forum thread at XDA-Developers.

No comments:

Post a Comment