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

Root [CDMA] Evo3D Boot Animation

yourfriendmat

Well-Known Member
So I got the pictures for the Evo 3D startup animation from the system dump and made an animated gif. So enjoy!

Evo3D.gif


P.S. I couldn't really find a good site to upload it. Imageshack wouldn't allow me to upload at all, and Photobucket makes the image too small. Let me know if there's a better way.
 
This is the only audio in that folder, and I couldn't find audio files other than the ring tones and alerts and whatnot. Perhaps someone else could search through it more carefully. :-)

yup, the mp3 you attached is what plays with the boot animation. Much shorter and much less annoying. Good job, Sprint.
 
So I got the pictures for the Evo 3D startup animation from the system dump and made an animated gif. So enjoy!

Evo3D.gif


P.S. I couldn't really find a good site to upload it. Imageshack wouldn't allow me to upload at all, and Photobucket makes the image too small. Let me know if there's a better way.

upload it to imgur
works wonders for gifs.
 
It looks absolutely beautiful! Sue Sprint/HTC if they use it too ;)

hahaha I'll definitely be giving this one a try. I wonder if the bootloader will even use 3D though...you know how some functions don't work in startup much like a computer.
 
a boot animation is a bunch of images placed (not compressed) in a zip file along with a text file that tells Android how to animate the images you included.

So, to convert a video to a boot animation, you need to grab individual frames of the video and convert it to a specific format (PNG 8 or 24bit).

If you want to look at your boot animation file, go to

/system/customize/resource

and look for a file called bootanimation.zip. In some ROMs, an mp3 file will also reside in this location, which is the sound that plays along the boot animation. The sound file is optional.

Inside the .zip file is a desc.txt file. Here's a sample from an Evo and what the values mean:

Code:
480 800 7p 0 0 android

480 = width
800 = height
7p = 7 FPS
0 = times to loop animation. 0 = loop all images in zip forever
0 = pause between loop. 0 = no pause. 10 = longest pause
android = folder containing images

The images are animated in filename alphabetical order. So name your images accordingly.

I believe Mr. Ed in the Evo 4G forums created a good tutorial for creating your own bootanimation. What I presented here is the bare essentials; there are a few gotchas you're likely to run into and can stump you for a while :)
 
I want to change my boot animation, but I can't seem to do so. I found one I want, and put it in the correct folder, I believe. I renamed the old one to hTC_bootanimationOG.zip and named to new one to hTC_bootanimation.zip. IT should read the latter of the two as the correct one, amirite? If not, can someone please point me in the right direction?
 
that might not be the right boot animation file.

I assume you're looking under /system/customize/resource. There are two sets of boot animations:

Code:
/system/customize/resource # ls *animation*
-rw-r--r--    1 0        0         15437716 Aug  1  2008 Sprint_bootanimation.zip
-rw-r--r--    1 0        0          9187946 Aug  1  2008 Sprint_downanimation.zip
-rw-r--r--    1 0        0           485458 Aug  1  2008 hTC_bootanimation.zip
-rw-r--r--    1 0        0           829946 Aug  1  2008 hTC_downanimation.zip

I believe the HTC animations have been overridden by the Sprint ones. So you might want to replace the Sprint ones and see if that works.

And not sure if the boot animation HAS to be the native resolution of the screen (I think it does), but I would check if the images of your custom bootanimation are 540x960.

And also note the downanimation. That's what shows when you power off your device. So now we get to customize this one too :)
 
Do I need to have the same bootanimation for both Sprint and HTC? I just found one that was 540x960 and renamed it as the Sprint boot animation, but I still got a black screen when it rebooted. :/
 
Do I need to have the same bootanimation for both Sprint and HTC? I just found one that was 540x960 and renamed it as the Sprint boot animation, but I still got a black screen when it rebooted. :/

Did you get a black screen before when you replaced the HTC file?
 
then this means you're on the right track. black screen means the phone has a problem with your bootanimation formatting for whatever reason. It proves the Sprint file is the correct one to modify.

not sure why your file isn't being liked by the phone... I haven't made my own animation for evo 3d yet. Did you just find one online or did you make it?
 
yup, the mp3 you attached is what plays with the boot animation. Much shorter and much less annoying. Good job, Sprint.


I wonder if you can help me with a question. I found mp3 file "android_audio.mp3" in /system/customize/resource, but I notice that when I boot up my phone normally, this file doesn't play. I'm wondering where I can go to enable it, because I want to replace it with another file to go with my custom animation, and would hate it if it did not sync.

Any help is appreciated. Many thanks!
 
I wonder if you can help me with a question. I found mp3 file "android_audio.mp3" in /system/customize/resource, but I notice that when I boot up my phone normally, this file doesn't play. I'm wondering where I can go to enable it, because I want to replace it with another file to go with my custom animation, and would hate it if it did not sync.

Any help is appreciated. Many thanks!
Firstly, you're saying that you do, indeed, have a custom boot animation on your phone that works and plays upon boot? If so, could you help Novox and me out over here (http://androidforums.com/evo-3d-all-things-root/386916-how-change-boot-animation-evo-3d.html)? I'm trying to get one (actually, that Speilmen posted) to work, but I'm only getting a black screen when it should be playing upon boot.
 
Firstly, you're saying that you do, indeed, have a custom boot animation on your phone that works and plays upon boot? If so, could you help Novox and me out over here (http://androidforums.com/evo-3d-all-things-root/386916-how-change-boot-animation-evo-3d.html)? I'm trying to get one (actually, that Speilmen posted) to work, but I'm only getting a black screen when it should be playing upon boot.

I've only made the custom animation just now. I haven't tried to replace the original one as of yet. I wanted to replace the audio and images at the same time. I've been following your thread as well. Let me see what happens when I replace just the images.
 
I've only made the custom animation just now. I haven't tried to replace the original one as of yet. I wanted to replace the audio and images at the same time. I've been following your thread as well. Let me see what happens when I replace just the images.
Guess I jumped the gun a little bit. Oops. :D
 
Back
Top Bottom