PDA

View Full Version : How to load custom bootup screen to motorola droid



RIP MOBILE-FILES
04-17-2010, 02:02 PM
hit terminal app
type su
type cp /sdcard/ bootanimation.zip /data/local/
type reboot

then watch your custom boot animation

rayborn
04-18-2010, 08:12 PM
Also this does NOT require you to have a rooted Droid so anyone can do this. the process of building the bootanimation.zip however is a decent challenge. Just google droid bootanimation.zip and it will pull up multiple hits with some good prebuild custom ones.

meanngreen04
04-21-2010, 10:00 AM
You need root for rips command. To push the bootanimation without root, you must have android sdk installed to your computer and have your custom bootanimation.zip moved to the android sdk tools folder.

Navigate to the cmd prompt. Got to your sdk directory, then to your tools directory.

Make sure your phone is in usb debugging and connected to the computer.

next in c prompt type: adb push bootanimation.zip /data/local

If you typed it in correctly, it should say file moved. If you do not like your bootanimation and wish to return to stock simply go back to the sdk tools folder and type.

adb shell

rm /data/local/bootanimation.zip

Your original will be back up.