Jump to content
Reliance Jio & Reliance Mobile Discussion Forums
Sign in to follow this  
topgnat

Incredible Boot Animation

Recommended Posts

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

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

Good effort...

Share this post


Link to post
Share on other sites

nice one

will it work for eris

Share this post


Link to post
Share on other sites

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 by topgnat
  • Like 1

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×