What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Boot Animations

huskur

Senior Member
Ok. So i have installed a boot animation (adamz's nexus1) using terminal emulator. Everything went according to plan.

My question is.....Now that i have pushed it and it is loaded can i remove the bootanimation.zip file from my sd card?

2nd question..... what if i want to install another that i like better? Do i just install it the same way? I take it that it just replaces the last one installed in the data/local file?
 
If you want to back up an animation before you overwrite one you can use adb to pull it out.

Code:
adb pull /data/local/bootanimation.zip C:\bootanimation.zip

(i think that's it)
 
Back
Top