Cyanogen Mod Custom Boot Animation!!!

hookerdj

Senior Member
Joined
Mar 21, 2010
Messages
1,809
Reaction score
0
Location
pittsburgh
da,m that is sick wander if koush will install on his rosmm from now on would be cool
 

Alex K.

Member
Joined
Mar 9, 2010
Messages
215
Reaction score
0
Location
Pennsylvania
I love this. Thank you so much!

What would be really sick though is if the arrow loop in the background of the CM android would spin in the final frames, just like the lights flash on the droid eye.

The funny thing is my original animation had the arrow looping in the final frames! The problem was my animation was getting fairly large and i decided to cut the last part for better performance.

That's pretty funny haha. After the second time rebooting, it runs a hundred times smoother than the first. Great work!
 

hookerdj

Senior Member
Joined
Mar 21, 2010
Messages
1,809
Reaction score
0
Location
pittsburgh
Hello everyone, to show my appreciation for Koush and all the work he's done to provide us the badass ROM Cyanogenmod. I decided to create a Cyanogenmod boot animation. Enjoy!

HERE IS THE FULLSCREEN VERSION:

Cyanogenmod Boot Animation



Installation instructions:
Using Root Explorer:
Mount your droid to your PC and place the bootanimation.zip file at the root of your sdcard. Then using Root Explorer navigate to your sdcard, long press on the bootanimation.zip file until a popup menu appears. Select "Move" or "Copy". Once you select one, "Paste" and "Cancel" buttons will appear near the bottom of your screen. Now, press the back button to move to the root of your file system. Then navigate to data/local/ and then press "Paste". You'll be prompted to overwrite the existing bootanimation.zip. Press "OK". Then reboot.

Using ADB:
Download the zip file and place it in the tools directory of the Android SDK. Mount your droid. Then using a command prompt on your PC "cd" to the Android/tools directory and type the command:
adb push bootanimation.zip /data/local
Hit enter, and once this command is done processing type reboot and hit enter.
This is to DATE the best bootanimation i have ever saw...great job!
 

noisufnoc

Member
Joined
Dec 2, 2009
Messages
123
Reaction score
0
Nice work!!

I just used terminal emulator to install mine. Here's what I did.

Mount your filesystem as r/w (I used Droid Root Helper)
Open Terminal Emulator
$ su
Allow Root (if applicable)
# cp /sdcard/bootanimation.zip /data/local/bootanimation.zip

Its pretty trivial if you're familiar with Linux command line operation.
 

Alex K.

Member
Joined
Mar 9, 2010
Messages
215
Reaction score
0
Location
Pennsylvania
Nice work!!

I just used terminal emulator to install mine. Here's what I did.

Mount your filesystem as r/w (I used Droid Root Helper)
Open Terminal Emulator
$ su
Allow Root (if applicable)
# cp /sdcard/bootanimation.zip /data/local/bootanimation.zip

Its pretty trivial if you're familiar with Linux command line operation.



$su
#mv /sdcard/bootanimation.zip /data/local/bootanimation.zip
#reboot

using the move command, it will no longer be on your SD card after applying the new bootanim. Just be sure that bootanimation.zip is in the root directory of your SD card.


EDIT: Actually, you do not need to mount your filesystem, considering mounting mounts /system and not /data.
 
Last edited:

Shay D. Life

Member
Joined
Mar 20, 2010
Messages
57
Reaction score
0
Installed using root explorer. Thanks for the simple instructions. Also thanks for the BA.
 

noisufnoc

Member
Joined
Dec 2, 2009
Messages
123
Reaction score
0
Nice work!!

I just used terminal emulator to install mine. Here's what I did.

Mount your filesystem as r/w (I used Droid Root Helper)
Open Terminal Emulator
$ su
Allow Root (if applicable)
# cp /sdcard/bootanimation.zip /data/local/bootanimation.zip

Its pretty trivial if you're familiar with Linux command line operation.



$su
#mv /sdcard/bootanimation.zip /data/local/bootanimation.zip
#reboot

using the move command, it will no longer be on your SD card after applying the new bootanim. Just be sure that bootanimation.zip is in the root directory of your SD card.


EDIT: Actually, you do not need to mount your filesystem, considering mounting mounts /system and not /data.

I chose to keep it on my card because I wasn't sure if its going to survive a ROM upgrade in the future. I'm not too familiar with the filesystems that are r/w and what aren't. Thanks for the info :icon_ banana:
 
Top