• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Boot Animation Gallery

mj_b90

Well-Known Member
Dec 26, 2009
105
20
Since people are starting to make their own boot animations now, and this is something that everyone (not just root) can do to customize their Eris I thought it'd be helpful to start sharing them in one place. Also, since the name of the animation must be "bootanimation.zip" I have changed the names to avoid confusion when downloading, but it will have to be changed back before installing.

Installing the SDK and using ADB

1.) Make sure debug mode is enabled:
Menu -> settings -> Applications -> Development
Check the box for USB Debugging.
2.) Download the SDK from Android SDK | Android Developers

3.) Download HTC Sync from HTC Mobile Phone Support - DROID ERIS by HTC (Verizon) - Downloads

4.) Install HTC Sync (This takes care of any driver issues)
5.) Extract the SDK to any directory (C:\AndroidSDK is easy to remember) and install.
6.) Open a command window (Windows key + R -> Type "cmd" hit enter)
7.) Navigate to your SDK\tools Directory
Code:
cd C:\AndroidSDK\tools
8.) ADB commands will work from here
---------------------------------------------


Installing custom boot animations (Credit to jcase from XDA):

Windows:
1.) Download the desired animation, rename the zip file to "bootanimation" and move into your Android SDK/Tools folder.
2.) Run the following adb command to push the animation into the proper place:

Code:
adb push bootanimation.zip /data/local/

3.) Enjoy!

Mac: (Thanks to Pitamakan)
1. Open a Terminal window, and run the following command. (This is assuming you installed the SDK in your Applications folder.) Replace "username" with the correct user name for your machine:

/Users/username/Applications/android-sdk-mac_86/tools/adb

You should get a screenful of command syntax in response, which will confirm to you that adb is running and ready to go.

2. Put the bootanimation.zip file into the same folder that contains the adb file, and then run the following, again changing the username as needed.

Code:
/Users/username/Applications/android-sdk-mac_86/tools/adb push /Users/username/Applications/android-sdk-mac_86/tools/bootanimation.zip /data/local/

And that should do it!
---------------------------------------------


Reverting back to default boot animation

1.) Open an ADB Shell using:
Code:
adb shell
2.) Remove bootanimation.zip from /data/local using:
Code:
rm /data/local/bootanimation.zip
3.) On next boot you'll have the red VZW animation back.
---------------------------------------------

Resizing Boot Animations:
Change the code in the desc.txt folder from
Code:
xxx xxx 210
p 1 0 part0
p 0 0 part1
To
Code:
320 480 210
p 1 0 part0
p 0 0 part1

When putting the animation files back into a zip file, DO NOT use compression. Select the store option when zipping.
---------------------------------------------


Creating custom boot animations:

Coming Soon
---------------------------------------------


Gallery:
(for animations made by members here)


Post up your custom animations and I will keep this updated, following this format and keeping things appropriate would be much appreciated. :)

1.5 Eris Boot Animation (Waving droids)
*Preview Coming Soon*
Download:Droid.zip

1.5 Waving Droid Animation with ERIS logo by ZeliardM
Preview Waving Droids w/ ERIS logo
Download:Waving Droids w/ ERIS logo

SackBoy
Preview SackBoy
Download:SackBoy by T2noob.zip


Windows 7
Preview Windows 7
Download Here Windows 7

Nexus Repacked for G1/G2 with 320px Horizontal
Preview Nexus Repacked
Download:Nexus 1

Boing by Qteknology
Preview Boing
Download:Boing

Splash by Qteknology
*Preview Coming Soon*
Download: Splash

Squares by Qteknology
Preview Squares
Download: Squares

Metropolis by Qteknology
Preview Metropolis
Download: Metrapolis

Decepticon
Preview Decepticon
Download: Decepticon

Red Rage (Cropped to Eris dimensions by thenestor)
Download: Red Rage

Green Rage (Red Rage recolored by thenestor)
Preview Green Rage
Download Green Rage

Cyborg
Preview Cyborg
Download:Cyborg

Year of the Droid
Preview Year of the Droid
Download: Year Of The Droid


---------------------------------------------


More boot screens can be found at:
(Post some links to other databases if you have them)


Boot Animations - Droidboots

Thanks to the original posters of this content.
 
More boot screens you may like.
Windows 7
33326370.gif

Download Here Windows 7

Nexus Repacked for G1/G2 with 320px Horizontal
banexus.gif

Download:Nexus 1

Boing by Qteknology
baboing16.gif


Download:Boing

Splash by Qteknology
Does anyone know a site to make a gif really quick or a program that will do it?
Because they took down the Splash.gif and in my opinion splash is one of the best on this list.

Download: Splash

Squares by Qteknology
basquares32.gif

Download: Squares

Metropolis by Qteknology
btmetropolis.gif

Download: Metrapolis

NO ROOT NEEDED TO USE THESE!!!!
Just place them in your data/local folder with the following command
Code:
adb push bootanimation.zip /data/local
 
Upvote 0
I have 2 that I want to upload that I've found around the web but don't want to do it without a gif so you can see what it looks like, does anyone know how to make a gif easily of a bunch of pngs...keep in mind when I say a bunch of Pngs i mean one has 119 pngs and the other one has 251 pngs.

I know Adobe Image Ready can animate just about anything, I'm not sure of any good free programs though. I will check it out if I find some time later.

After I figure out how to set up the desc file I will write a tutorial for creating new animations specific to the Eris.

Then I'd like to make sure that all of these are sized to fit the Eris correctly, I have found a few online that I like but need to scale it down from the Droid's resolution to fit properly.

Hopefully we can make this an awesome database for Eris users! Thanks for the help everyone.
 
Upvote 0
Found another few but these are the biggest I've found, looks pretty good very high quality stuff.
"Red Rage" Boot Animation v0.5
YouTube - Red Rage Droid Boot Animation v0.3
Download: Here

4135d1267850492-bootanimation-cyborg-creation-boot_image.gif

Cyborg
If you are having trouble seeing the full boot EI you only see half screen or something go into the desc.txt and change this
Code:
480 854 210
p 1 0 part0
p 0 0 part1
to
Code:
320 480 210
p 1 0 part0
p 0 0 part1
so it resizes the boot to fit the eris screen.


I tested these on Eris just change the code above so it works perfectly on the eris.
 
  • Like
Reactions: aquila2013
Upvote 0
Nice!, it worked on the first try! Might want to add one instruction detail for users that are not as technically inclined. You need to set your phone to USB debugging mode to connect before running the push command:

To set phone into debug mode:
Menu/settings/Applications/Development
Check the box for USB Debugging.

Connect your phone and run the push command.
 
Upvote 0
Found yet another simple one that some of you might like lol
Go here for a preview Preview
Download: Year Of The Droid
There is no need to resize any of the bootanimations just change the code in the desc.txt folder from
Code:
xxx xxx 210
p 1 0 part0
p 0 0 part1
To
Code:
320 480 210
p 1 0 part0
p 0 0 part1
The eris will automatically resize the pictures to the eris's size with that change.
If you like the boots If pointed you to throw some thanks my way...I mean The guy in the first post just got them from my posts and hes getting all the credit for finding them, that makes me jealous lol
 
Upvote 0
Many thanks ... this is very cool!

(In case anyone's wondering, this trick works using the Intel Mac SDK, as well ... no need for added drivers.)

So presumably, if someone could isolate the Android animation from the old 1.5 boot sequence, we could restore it in our 2.1 phones? I kind of miss that -- pretty much the only cool thing lost in the upgrade.
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones