[How 2] Custom Bootanimation
You will need to download the android-sdk located
www.android.com
1st)Go to
http://www.flexjunk.com/2010/05/01/i...id-sd-drivers/ This will help you setup your Droid Incredible to be recognized on your computer.
After do this step it will tell you to reboot your computer.
(If your droid is is already setup to be recognized skip step 1)
2nd)Run terminal or (command prompt), point it to your (<sdk>directory)
3rd)With you Droid Incredible-
: go to settings, applications, development, *(Check) USB Debugging*
: plug in your Incredible to the usb, select "disk drive" option
: inside terminal (or command prompt) run
if it doesn't not recognize your device then you did something wrong.
(tips- reboot computer, make sure adb debugging is checked, reboot phone)
4th)Download any custom bootanimation.zip you want and place it inside your 'tools folder' located in your SDK
(you can find many custom bootanimations inside many custom roms <located inside /system/media>)
5th)Now type
Code:
adb push bootanimation.zip /data/local
: If you also want audio to play with your boot animation find the mp3 audio file you want and type this
Code:
adb push android_audio.mp3 /data/local
: If the command worked, you should see a prompt with "bootanimation.zip filesize 4,470 kB" or some file size (yours will be different)
6th)Now type
Please Note: not any audio or bootanimation.zip will work-no one is responsible for your actions. Hope this helps enjoy!!!
*ID*