Boot Animations

huskur

Senior Member
Joined
Dec 3, 2009
Messages
1,866
Reaction score
36
Location
Lower Delaware
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?
 
R

Romple

Guest
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)
 
Top