topgnat 17 Report post Posted June 19, 2010 For all those, Like me, Who felt HTC Hero boot was better than Static dull boot of Incredible... Custom Boot Animations Has many wonderful animations that can be picked. I made video of mine and uploaded if that looks good files with procedure below. Download the 2 attached files and put them in your Android SDK/Tools Folder. send following commands adb push android_audio.mp3 /data/local adb push bootanimation.zip /data/local/ adb reboot {disclaimer: Neither the bootanimation nor the audio was created by me, Only this combination used by me for My custom Bootanimatiom} There is link for animation as file was big but audio is attached for direct download. bootanimation android_audio.mp3 Share this post Link to post Share on other sites
Greatest 55 Report post Posted June 19, 2010 Nice one dude... But I think, it takes a lot of time to start.. Ill stick to my present factory one... Are there other animations available?? Share this post Link to post Share on other sites
dkaile 1,051 Report post Posted June 19, 2010 Good effort... Share this post Link to post Share on other sites
parin 857 Report post Posted June 19, 2010 nice one will it work for eris Share this post Link to post Share on other sites
topgnat 17 Report post Posted June 19, 2010 (edited) Nice one dude... But I think, it takes a lot of time to start.. Ill stick to my present factory one... Are there other animations available?? I feel thats apparent, I also felt this initially and got back to stock, but then timed both bootloads and found comparable result. Infact I feel Since the time I rooted its taking bit longer to boot... BUT would not go back from ROOT achieved with such effort. Take this link and test as many animations "BOOT ANIMATIONS" Good effort... Thank you, . nice one will it work for eris Yes this would require you to change the desc.txt file in the bootanimation.zip from what it is in mine and like: 480 800 10 p 1 0 part0 p 0 0 part1 480 800 10 Width, height, frame rate p 1 0 foldername Play 1 time, then pause for 0 frames p 0 0 otherfolder Play infinite times, no pause between loops to 320 480 10 p 1 0 part0 p 0 0 part1 after saving this file you have to zip back without compression. so may have to use something like 7zip from here This change is reversible and you can get back to stock by Running following commands in cmd promt with phone connected in usb debug mode through adb. adb shell ls -l /data/local rm /data/local/bootanimation.zip rm /data/local/android_audio.mp3 adb reboot. Edited June 19, 2010 by topgnat 1 Share this post Link to post Share on other sites