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

Root Boot Animation Gallery

So, you got that .gif working eh? Sweet. Im the creator and after reading through here, it looks like a few people dig it, thats awesome.

As far as future boot ani's...including the request for the LOST ani, im open to making some new ones. But i will only be putting out .gif files, no sets of .png's

You got skills. Nice work. Any new ones that you share, please let me/us know where we can get them. gif's are just as easy to install as boot. Just a diff location, dats all
 
If I wanted to make my own, would I use a .gif or a different file type?

And just size it the eris screen size?
 
I (the creator of the AndroSuperPooper) haven't made any more animations because at the time that I made the first one, no one was using .gif's and that is the only time effective way for me to make these animations.

SO...since it appears that using a .gif works just as well, I guess I will get back in the lab and brew up some new stuff.

Also, if someone could link me to the instructions on loading the .gif, that would be appreciated. I know I read it before, but not sure where it was.

I obviously can't make anything and everything that everyone wants, but im more than willing to take some suggestions for boot animations that may appeal to the some people.

The first one just came from my distorted mind, cause, well...I laughed while making it so it seemed like a good idea.

Toss some ideas out there and ill wrench on some new ones and I will start posting them over at www.TheFuzz4.net.

BOMBO
 
Also, if someone could link me to the instructions on loading the .gif, that would be appreciated. I know I read it before, but not sure where it was.

BOMBO

Cant wait to see more of your stuff. You got some good skills. Anything anti apple is good I think.

http://androidforums.com/all-things-root-eris/56128-nexus-one-boot-animation.html#post474813

Follow that link for pushing gifs for boot. Im not 100% sure, but I think you gotta have root for that though. But dont quote me. I cant test since I am rooted.
 
You got skills. Nice work. Any new ones that you share, please let me/us know where we can get them. gif's are just as easy to install as boot. Just a diff location, dats all
He's got skills....at copying the code I put up lol!!!!
 
He's got skills....at copying the code I put up lol!!!!

T2noob...Huh?

And that link didn't say anything about .gif files. I am rooted and i do understand the process of loading a .zip with .png's, just can't find the steps to use the .gif.
 
And that link didn't say anything about .gif files. I am rooted and i do understand the process of loading a .zip with .png's, just can't find the steps to use the .gif.

The Nexus One boot is a .gif. So when GrdLock says to extract the .zip contents to that folder, he is talking about the .gif and audio files. I have pushed it this way and works fine.
 
The .gif eample of the nexus one doesn't do it justice, it is amazingly sharp and clean.

Could someone do something with the umbrella logo from Resident Evil with some like tech stuff in the background?

umbrella-corporation-logo.jpg
 
T2noob...Huh?

And that link didn't say anything about .gif files. I am rooted and i do understand the process of loading a .zip with .png's, just can't find the steps to use the .gif.
I think you're talking about my .bat file, The code I put up was this one, with this you can put gif and a sound with your boot.

Code:
<?xml version="1.0" encoding="utf-8"?>
<!-- 
 * Copyright (C) 2008 HTC Inc.
 *
 -->

<!-- For new bootup animation
<BootConfiguration>	
 <BootAnimation
    image="/system/media/bootscreen/boot.gif"
    audio="/system/media/bootscreen/boot.mp3"    
    screenX="100"                          (optional)
    screenY="130"                          (optional)    
    useAudio="1" // 1: true ; 0:false      (optional) 
 />
</BootConfiguration>
-->


<!-- For cropped version 
<BootConfiguration>	
 <BootAnimation
    image="/system/media/bootscreen/boot.gif"    
    audio="/system/media/bootscreen/boot.mp3"
    screenX="40"
    screenY="0"
    useAudio="1"
 />
</BootConfiguration>-->


<!-- For full screen version -->
<BootConfiguration>	
 <BootAnimation
    image="/system/media/bootscreen/boot.gif"
    loopimage="/system/media/bootscreen/boot.gif"
    audio="/system/media/bootscreen/boot.mp3"
    useAudio="1"
 />
</BootConfiguration>
 
T2noob...Thanks bro! Thats the breakdown i was looking for.

For now im tinkering with just replacing the files using root explorer...just for the hell of it.
 
I (the creator of the AndroSuperPooper) haven't made any more animations because at the time that I made the first one, no one was using .gif's and that is the only time effective way for me to make these animations.

SO...since it appears that using a .gif works just as well, I guess I will get back in the lab and brew up some new stuff.

Also, if someone could link me to the instructions on loading the .gif, that would be appreciated. I know I read it before, but not sure where it was.

I obviously can't make anything and everything that everyone wants, but im more than willing to take some suggestions for boot animations that may appeal to the some people.

The first one just came from my distorted mind, cause, well...I laughed while making it so it seemed like a good idea.

Toss some ideas out there and ill wrench on some new ones and I will start posting them over at www.TheFuzz4.net.

BOMBO

Washington Capitals Could Be like a logo spinning, or a anti penguin logo then a capitals logo comes in and boots it out.
 
I have a sweet boot animation that I want to share. It is a BIOS screen. I cannot upload the .zip file because it is 2.67Mb in size.

Do I need to host it somewhere on my own in order to share on here?
 
How would you go about making your own boot animation. Ive already got a customboot animation, but it doesn't fit with my custom boot logo. I figure that i would use photo shop, but how do you make all the .png files? 1 by 1? or do you have a script to do it


Sinclair
 
Back
Top Bottom