Boot Animation Compilation - HTC Aria Themes and Apps

I'm trying to compile some boot animations that are 320x480 for the Aria. This is all I got so far.
http://forum.xda-developers.com/showthread.php?t=696193
http://androidforums.com/htc-droid-eris/56647-boot-animation-gallery.html
and here is a neat tool for previewing boot animations.
http://forum.xda-developers.com/showthread.php?t=676385
I posted the links to give credit where it's due, as I didn't create any of this. If anyone knows of anymore 320X480 boot animations, post them here please.

Here's another page that I just found.
http://forum.xda-developers.com/showthread.php?t=737873

Most of these are 478x318
http://forum.xda-developers.com/showthread.php?t=623960

which size do we want for our aria?
Thanks,
Mike

320x480 it's the same as the G1.

thanks
-Mike

just take a normal boot animation and resize it to 320 480

anyone have any good recomendations on bootanimations im addicted to mixing it up lol

IM running the nexus one boot up, looks very cool. I like the red rage one too but id like to speed it up a tad.

Here's my bootanimation.zip created specifically for the Aria (480 x 320).
http://forum.xda-developers.com/attachment.php?attachmentid=359230&d=1278999405
It's the green android peeking out from behind the HTC logo. Just adb push.
GIF shown below for preview.

Heres a Matrix boot animation. I didnt create this boot animation nor do I know who did. I got from the UOT Kitchen and modified it to work with our devices by changing the resolution.
http://www.mediafire.com/?7e01whe21xupkko

Can I just boot into clockwork and install the zip file from my sd card? I do not know anything about sdk tools
Thanks

durtydawg said:
Can I just boot into clockwork and install the zip file from my sd card? I do not know anything about sdk tools
Thanks
Click to expand...
Click to collapse
if you have sdk installed its not that complicated.
Reboot your phone into recovery and go to the partition menu and mount system.
Put the bootanimation.zip file into your sdk>tools folder. Then startup a command prompt.
from there change to the directory of your sdk tools folder. For me I would type "cd C:\Users\Jason\Documents\android-sdk-windows\tools" and hit Enter, but it all depends on where you have sdk installed on your computer. Theres also a thread on here on how to make a cmd shortcut that takes you straight to that folder each time.
Then type these commands into the command prompt (w/o the "")
1. "adb shell" and hit Enter.
2. "cd /data/local" and hit Enter.
3. "rm bootanimation.zip" and hit Enter.
4. "cd /system/media/" and hit Enter.
5. "rm bootanimation.zip" and hit Enter.
6. "exit" and hit Enter.
7. "adb push bootanimation.zip /data/local" and hit Enter.
8. "adb reboot" and Enter and you should have yourself a new bootanimation
Edit: Steps 1-6 may be optional...Im not sure if you have to remove the previous bootanimation.zip from those folders before installing a new one...but I do it anyways just to be safe.

I'm using rage bootanimation however if anyone here has tried it on the aria will notice that the animation is either too long or too slow. I'm wondering if anyone can suggestion how I can make the animation faster or shorter. I prefer to make it faster if possible. TIA
Sent from my Liberty using XDA App

Thanks for the info followed your directions to the letter but does not change my animation, I see where it loads it tells me the size of the file. But after reboot same ole screen.
I am running the ATT stock rom rooted would that be the issue? That its the stock rom?
Thanks again for all the help. I am loving this root stuff I must have fifty live wallpapers now, of course hardly ever use them just nice to do it if I want to instead of a company deciding what I can run or not run on something I paid for.

This is weird I used the boot animation preview tool to verify the zip file was good seen a button that said send to device clicked it rebooted phone and there it was.

Here is an animated gif I made of a droid commercial if someone wants to make boot animation out of it. I am not sure how to do it myself total noob to droid.

zeyoner said:
I'm using rage bootanimation however if anyone here has tried it on the aria will notice that the animation is either too long or too slow. I'm wondering if anyone can suggestion how I can make the animation faster or shorter. I prefer to make it faster if possible. TIA
Sent from my Liberty using XDA App
Click to expand...
Click to collapse
could you post a link to that rage bootanimation TIA. also i read at the top of this page where someone changed the resolution of a matrix boot animation to fit the aria using the uot kitchin i dont really know if that helps but maybe...

zeyoner said:
I'm using rage bootanimation however if anyone here has tried it on the aria will notice that the animation is either too long or too slow. I'm wondering if anyone can suggestion how I can make the animation faster or shorter. I prefer to make it faster if possible. TIA
Sent from my Liberty using XDA App
Click to expand...
Click to collapse
Here's how you breakdown the desc.txt file with the bootanimation:
320 480 25
p 0 0 droid
the '320 480' is the resolution.
the '25' is the frames per second.
not sure what the 'p' stands for.
the first number after the 'p' is the number of times the animation will loop. '0' means infintely til the device boots.
the second number is how many 'fps' gap there is inbetween animation loops. '0' would mean it just continues to loop with no pause.
the 'droid' is the folder name that contains the .gif's for the animation. This will change based on the folder name.
Some bootanimations have more than one folder. Like the nexus bootanimation has a 'part0' and a 'part1' folder. The first folders .gif's are set not to repeat and the second folder is set to loop infinitely.
Here's an example:
480 320 30
p 1 0 part0
p 0 0 part1
So you could either remove some of the gif's from the folders or you could simply speed up the fps for a faster boot animation.

i couldnt get this rage bootanimation to work so if someone does, please post a link to it..or if someone could help me that would also be cool thanks for any help guys

Related

[Boot Animations + Tutorial] for 2.1+

Rename to "bootanimation.zip" then just use adb to push these to /system/media All working on G1, may need to edit desc.txt for different screen sizes
This is the nexus one boot animation inverted
NexInvert.zip *updated*
This is a very simple, very quickly made android loading animation
AndLoad.zip
Another quick one, pretend sdcard format..
format.zip
Heres a Starfield one
Starfield.zip
heres one i made for trystlore
umberella2.zip
Heres some swirling smoke
smokeswirl.zip
I'm not sure what to call this one. Just a simple animation with android in the back
a1.zip
Tutorial
Getting the files ready
1. First create your animation. I usually use Flash.
2. Once you are happy with it you need to turn it into a series of png files. In flash goto [File > Export > Export Movie] then choose "PNG Sequence".
3. Next you have to rename the png files. i use "better file rename" for this (eg. "animation_00001.png", "animation_00002.png")
Making the bootanimation.zip
1. First make two folders "part0" and "part1" (you can call them anything, but its easier to explain this way)
(part0 is for animation that plays once, part1 is for animation that loops untill the device is loaded.)
2. Now make a text file "desc.txt" and enter something like this:
"320 480 30p 1 0 part0p 0 0 part1" - G1 example
"480 800 30p 1 0 part0p 0 0 part1" - N1 example
3. Once you have that done its time to turn it into a zip. I use Winrar for this. Make sure you call it bootanimation.zip and there must be No Compression. The zip is just for storage.
It should look like this:
bootanimation.zip -
> part0
> part1
> desc.txt
4. After that just push via adb to /system/media (i think /data/local also works)
Click to expand...
Click to collapse
Explanation of the "desc.txt"
Tzira said:
320 480 15
p 1 150 android
p 50000 1 last
First line contains 3 numbers width, height and fps
Second line (and any succesive lines) starts with the letter "p" (which comes from animation part) and contains 3 items:
-count: number of time this part is repeated
-pause: number of microseconds to pause after the last frame of the part
-path: the directory which contains the png files that compose the frame of this part
Click to expand...
Click to collapse
any questions, ask
any requests, ask
very cool! Lovin the new animation ability in Eclair 2.x.
This was pulled from King's 2.1, although all credit goes to CTSO for the great animation!
http://www.mediafire.com/?dic0ymyz4wl
zimphishmonger said:
very cool! Lovin the new animation ability in Eclair 2.x.
Click to expand...
Click to collapse
yea its great, never thought it would work on a g1, seen as how old the device is now.
Animation started, first one should be up by the end of the day
3rd one is the best out of the three.
Ace42 said:
3rd one is the best out of the three.
Click to expand...
Click to collapse
Thanks Ace, bout to upload a starfield one
if anyone has any ideas/requests i'll see what i can do
looks pretty sick. how do i push it using terminal
bigstunta101 said:
looks pretty sick. how do i push it using terminal
Click to expand...
Click to collapse
not sure how on terminal, i'v not tried it that way sorry
drater said:
not sure how on terminal, i'v not tried it that way sorry
Click to expand...
Click to collapse
its cool. for people without adb, i guess a good way will be to use winrar to open the rom of their choice, find the roms boot animation and replace it with one of these and i guess rename it
bigstunta101 said:
its cool. for people without adb, i guess a good way will be to use winrar to open the rom of their choice, find the roms boot animation and replace it with one of these and i guess rename it
Click to expand...
Click to collapse
yea thats how i used to do it, sorry, should have mentioned that...
uploading new ones soon btw..
I agree love them all but the 3rd one is hilarious.
Great Job bro, keep them coming
jairomeo said:
Great Job bro, keep them coming
Click to expand...
Click to collapse
thanks, more coming now-ish...
Added the umberella corp one that trystlore asked for. im not sure about the size of this one, its maybe too small, feedback would be helpfull
still working on cleaning up and enlarging it for. as well there was asecond animation onthe site people into umbrella might like and its a little larger. Not my style but others might like it. Also found at DeviantArt you found it last time. just a thought.
trystlore said:
still working on cleaning up and enlarging it for. as well there was asecond animation onthe site people into umbrella might like and its a little larger. Not my style but others might like it. Also found at DeviantArt you found it last time. just a thought.
Click to expand...
Click to collapse
did you manage to clean it up good? i was gonna try but i got distracted making other animations... one of which im uploading now..
could you give a short tutorial on how to create these animations? thanks
djosiah said:
could you give a short tutorial on how to create these animations? thanks
Click to expand...
Click to collapse
yeah, ill write one up and post it tomorrow if i have time. its surprisingly easy tbh
tutorial
*moved tutorial to first post*
drater said:
not sure how on terminal, i'v not tried it that way sorry
Click to expand...
Click to collapse
This is how i push it through terminal, not sure if some of these commands are necessary, but it works for me I guess. Make sure the boot animation is on the root of your sdcard and named bootanimation.zip
su
mount -o rw,remount /dev/block/mtdblock3
cp -f /sdcard/bootanimation.zip /system/media
be aware this isn't persistent, as soon as you flash a new ROM, the boot animation for that ROM will be shown.
urfavoriteemo said:
This is how i push it through terminal, not sure if some of these commands are necessary, but it works for me I guess. Make sure the boot animation is on the root of your sdcard and named bootanimation.zip
su
mount -o rw,remount /dev/block/mtdblock3
cp -f /sdcard/bootanimation.zip /system/media
be aware this isn't persistent, as soon as you flash a new ROM, the boot animation for that ROM will be shown.
Click to expand...
Click to collapse
thanks, ill give that a go. might make things easier when im testing out my new ones

Startup & Shutdown Animations from the Android Commercials -SHUTDOWN SOUND NOW WORKS!

Startup & Shutdown Animations from the Android Commercials -SHUTDOWN SOUND NOW WORKS!
--UPDATE MAR 29--
SOUND NOW RE-SYNCED.
Okay so I've finally spent the time to re-edit the sound on the Android Eats Apple startup animation numerous times to get it in sync with the video. I have also done some minor edits to the video. I'm using LeeDrOiD Version 2.0.0 (as 2.2.2 doesn't work with DSP Manager and I like lowering the treble on the so music/sounds/ringtones don't sound so harsh). I've updated the MegaUpload link with the new Andoroid Eats Apple Animation. I can't say whether the sound will be in sync with other verions/ROMS but it is in sync with LeeDrOiD 2.0.0. (I hope it's in sync with 2.2.2). Lastly make sure the option for fastboot is off or the whole animation and sounds will probably not load up fully.
--UPDATE FEB 18--
Great news!! I've solved the problem of how to make shutdown sounds work on the Desire HD!! I do believe this is a first as I've not found any info on Android phones so far except for the Samsung (Facinate, Captivate, ect). I've posted the Bad Android Shutdown Animation.zip at the end of the post. Make sure to follow the guide here to get the sounds to work on shutdown. The guide for the shutdown sound will be based on using LeeDrOiD HD ROMs which I'm using but I'm guessing it should be similar on other ROMs or even stock HTC ROMs with Root Access. So basically what you need to do is grab the .xml files located on your phone at "/system/customize/CID/". For me the two files are: "default.xml" and "LeeDrOiD.xml". For those not familiar with how to copy files to and from the system folders of your phone have a look below as I've explained how to use ADB for those basic commands. Okay so basically for me I've tested using LeeDrOiD HD 1.5.1 and also the version 2.0.0 (using his 2.0.3 Kernal). Using a text editor (notepad with wordwrap switched off is fine) just go to the bottom of the file and change the old lines which will be something like this:
<ShutdownConfiguration>
<ShutdownAnimation image_png="/system/customize/resource/downanimation.zip" image="" fps="15" />
</ShutdownConfiguration>
Click to expand...
Click to collapse
...change em to this:
<ShutdownConfiguration>
<ShutdownAnimation image_png="/system/customize/resource/downanimation.zip" audio="/data/local/shutdown.mp3" useAudio="1" image="" fps="24" />
</ShutdownConfiguration>
Click to expand...
Click to collapse
Ok now you can see that you're going to have to copy an animation zip file (in the same format as a startup animation) called "downanimation.zip" to "/system/customize/resource/" and also need to copy an MP3 file named "shutdown.mp3" to "/data/local/". Okay for those feelin lazy who are using LeeDrOiD HD 2.0.0 I've included the two .xml files so you don't even need to edit yours, you can just push em to you phone. I've posted the shutdown animation zip file below as I did have to re-edit the sound file to get it in sync for shutting down as it must use a different timing that when used as a startup sound... I did it on LeeDrOiD 1.5.1 so it may need a little adjustment for LeeDrOiD 2.0.0 or other ROMs. Sorry I don't have time now... I've gotta move interstate in a couple of days!! So anyway to adjust the sound sync you just edit the sound file in your favourite sound editing software and simply cut and paste sections of silence as needed. Audio editing software which shows a timline with increments down to less than 1 sec is ideal. Please look at the bottom of the post for the new zip files for the Shutdown Animation and the .xml files. --Have fun
---PREVIOUS POST---
Hi guys,
I hope this is allowed...
I've been workin on getting a couple of the Android Commercials into Startup & Shutdown animations. It's taken a long time, mostly with the audio, editing to get it in sync and creating new sound to completely replace the one for the "Bad Android" one... Unfortunately at this stage the I couldn't get any shutdown sound to work on the Desire HD. The "Andoird Eats Apple" was designed as a startup and the Bad Android was designed as a shutdown... So you can get the idea of the sound I've shown it as two startup animations.
Here's the youtube links to see how the animations look on my phone:
"Android Eats Apple"
http://www.youtube.com/watch?v=Wbd135qp-0M
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
"Bad Android"
http://www.youtube.com/watch?v=AI_DITbtRFk
Here are links to the animations. If MegaUpload ****s itself or the files get removed just PM me and I'll try repost a link:
"Android Eats Apple Animation" (Updated 29-Mar-2011)
http://www.megaupload.com/?d=2QFQNAQ5
"Bad Android Startup Animation"
http://www.megaupload.com/?d=HW7YHHIK
-Bordem Warning-
The info I've typed bellow is a rough guide how to use the files for your phone and how to create your own animations.
Okay so these are set to go for any 480x800 screen size. They are pretty easy to customise if your screen size is smaller or larger. The settings for the screen size are in the "desc.txt" file included. If you set your screen size in that file the bootanimation resizes it all on the fly. For the shutdown animation the changing the screen size in "desc.txt" doesn't seem to resize the images so instead use a simple program like Imagicon to do a batch resize of all the images. To be safe (for other phones) it's best to set no more than 24K colour.
Now on the ROM I'm using (LeeDrOiD HD) the startup "bootanimation.zip" and "android_audio.mp3" go in the "/data/local" folder on the phone. The shutdown "downanimation.zip" goes in the "/system/customize/resource" folder. Here are some simple tips using ADB and command prompt in windows. Make sure the USB cable is of course connected on charge only with USB Debugging on:
(always best to do this first)
"adb remount"
(an example of how to list the folder contents)
"adb ls /data/local"
(If you wanna backup the original then)
"adb pull /data/local/bootanimation.zip"
"adb pull /data/local/android_audio.mp3"
(backup shutdown animation)
"adb pull /system/customize/resource/downanimation.zip"
To copy the animations and sounds first move the above backed up originals to some other folder. Now copy and new "bootanimation.zip", "android_audio.mp3" or "downanimation.zip" to your folder on your PC where you have adb (usually "platform-tools). Now in command prompt do:
"adb remount"
"adb push bootanimation.zip /data/local"
"adb push downanimation.zip /system/customize/resource"
(for the startup sound)
"adb push android_audio.mp3 /data/local"
Lastly I've found the "desc.txt" doesn't seem to work to change or set the right frame rate when using the shutdown animation. Here's how to change it.
For me using LeeDrOiD HD custom ROM I have two files (pretty much the same) one called "default.xml" and the other "LeeDrOiD.xml" they are located in the "/system/customize/CID". You get the idea by now how to push & pull the files from your phone. Use a txt editor like notepad for both .xml files and you'll see down the bottom of the files a section for the shutdown animation that looks something like this:
<ShutdownAnimation image_png="/system/customize/resource/downanimation.zip" image="" fps="15" />
Click to expand...
Click to collapse
Now you just change the number next to the fps to whatever frame rate per second you want. For example if you are using my "Bad Android" shutdown animation then set it to 24.
Lastly just remember that I've included both zip animations containing the "bootanimation.zip" file, this can easily just be renamed to "downanimation.zip" and placed in the appropriate folder and it works as the shutdown animation. If you decide to rename another startup animation other that "Bad Android" you'll want to set the frame rate. You already know how to set it as I explained above but you'll need to find what to set the frame rate at.... Open desc.txt contained in the "bootanimation.zip" file and you'll see something like: 480 800 30p
the 30p means 30 frames per second. So in this example you'd now change the fps of your .xml files also to 30.
The possibilities are really limitless for shutdown and startup animations. Once you grab your video, it could really be from almost any source. Put it in the free program Super and set output to sequence of images and then either .png or .jpg. You can also crop images, resize and stretch all with this very easily. If you have wide animations like the one I've used you can select them all in windows explorer in Vista or Windows 7 and right click and just choose rotate right. You can now create your own folders within a "startupanimation.zip" or "downanimation.zip". Make sure when you zip it you use a program where you can choose "store mode" which is using no compression, if not the animation won't work. You can google the desc.txt settings if you need for more help. Lastly if your animation won't show anything, I've found often it's the damn "desc.txt". For some reason everything in it looks perfect but it somehow is causing the animation to not work. Copy a new desc.txt from a working bootanimation.zip and then re-edit with your settings.
Alright enough of this jibber-jabber... time to try out the animations and if you're up for it try make some of your own? Hey I'm sure there'd be a million Bender from Futurama clips that'd be wikked as a boot animation with sound.
Take care
P.S. If you wanna change your splash screen use any 480x800 .bmp file in 24K colour with Android Flasher http://forum.xda-developers.com/showthread.php?t=794638
nice i cant wait i like the 1st one its always nice to bash apple
yoshi thats some slick work mate, i can't wait
great work cant wait
Yoshi_523 said:
P.S. If you wanna change your splash screen use any 480x800 .bmp file in 24K colour with Android Flasher http://forum.xda-developers.com/showthread.php?t=794638
Click to expand...
Click to collapse
In this topic there is a topic to Desire splashes, do they also work for Desire HD?
Donny1987 said:
In this topic there is a topic to Desire splashes, do they also work for Desire HD?
Click to expand...
Click to collapse
you cant use that tool..... download the radio flash tool from the radio thread and use that to flash splash1.img
how bout for 2.3.2 androind user? i found out those folder path are not identical with the tutorial
Originally posted by sub7evenhow bout for 2.3.2 androind user? i found out those folder path are not identical with the tutorial
Click to expand...
Click to collapse
The startup & shutdown animations and sounds shouldn't be a problem to play with. At least in my experience when I've put ones on my phone that aren't right the thing just doesn't play but the phone still works okay. That having said it's always safest to have a ROM backup done first which is very easy once you have Eng S-Off and Clockwork Recovery Mod installed. I'd be a bit more wary about playing with the splash screen as they seem to involve the system partition area. Just use an app that will is recommended for your specific model of phone. And yes the link I gave for Android Flash is in a Desire phone thread but it works well for flashing the spash screen on a Desire HD phone.
Ok many phones and Android versions are going to have different locations for the startup and shutdown animations and sounds. Try google it and you may get some idea where to look. I'd then look around on your phone using "adb ls" as I talked about above or even easier is if you have a .zip file of say a custom ROM you are using have a look at in on your computer. It will have exactly the same folder layout in the .zip file as when the ROM is loaded on your phone. Look for the bootanimation.zip ect. Look in "system/media/ui" if the above folders mentions aren't what yours is using. If you look hard enough you should be able the files.
Originally Posted by Donny1987
In this topic there is a topic to Desire splashes, do they also work for Desire HD?
Originally posted by AndroHero
you cant use that tool..... download the radio flash tool from the radio thread and use that to flash splash1.img
Click to expand...
Click to collapse
Hey I used Android Flasher 1.6.1 which is exactly the one listed in the link I gave from the DESIRE phone thread. YES it works 100% fine for flashing on a DESIRE HD. YES this was reccomended elsewhere in the splash screens thread as working for the DESIRE HD also. All you have to do it just check the bmp image is 480 pixels wide 800 pixels high and 24K colour then use the program. Follow the thread on Android Flasher for details on ALL the procedures you need done before using the program (basically make sure your phone is rooted with ENG S-OFF and of course Radio S-Off is always a good idea).
i found that, it was on system/media/ it works on the animation but not sound android_sound.mp3. still googling...
I'm trying to create my own custom boot animation but I have no idea why it's not working. I zip the file without compression but when I reboot my phone the screen just stays black
Do you know where to find a proper Guide?
Thanks
Donny1987 maybe this will help...
if your animation won't show anything, I've found often it's the damn "desc.txt". For some reason everything in it looks perfect but it somehow is causing the animation to not work. Copy a new desc.txt from a working bootanimation.zip and then re-edit with your settings.
Click to expand...
Click to collapse
Basically I faced what you're facing a lot. The black screen. Firstly if you aren't familiar with the settings please google desc.txt settings. You'll get all that info pretty easy. For some unknown reason I had so copy new desc.txt files a few times then with a working original I'd edit with the right info.
If you have a non working animation I'd try working from the ground up... get a known working desc.txt from your phone or from a .zip you downloaded from a bootanimation that you've got to work on your phone. Next just put say 10 of your images that are the correct size and in the exact same folder layout as is the previous working bootanimation and as it says in the desc.txt. Now in making just a simple 10 image tester if it's playing at 30frames per second or higher then you could miss it playing if you have both the setting for loop off and the last image of your animation all black.
Once you have a working 10 image tester of your animation then go from there in stages. Try all your images maybe next then reboot, if all good then next boot maybe change the frame rate speed in the desc.txt and reboot. Ect ect. If you get stuck you can PM me. There's always the option I could take a look at the zip too.
Don't worry after my first tries after spending ages fiddling with images and getting a modified animation, it just didn't work at all. I deleted everything and gave up only to come back weeks later and crack it and realise how close I was last time and get animations I was much happier with.
Yoshi_523 said:
Donny1987 maybe this will help...
Basically I faced what you're facing a lot. The black screen. Firstly if you aren't familiar with the settings please google desc.txt settings. You'll get all that info pretty easy. For some unknown reason I had so copy new desc.txt files a few times then with a working original I'd edit with the right info.
If you have a non working animation I'd try working from the ground up... get a known working desc.txt from your phone or from a .zip you downloaded from a bootanimation that you've got to work on your phone. Next just put say 10 of your images that are the correct size and in the exact same folder layout as is the previous working bootanimation and as it says in the desc.txt. Now in making just a simple 10 image tester if it's playing at 30frames per second or higher then you could miss it playing if you have both the setting for loop off and the last image of your animation all black.
Once you have a working 10 image tester of your animation then go from there in stages. Try all your images maybe next then reboot, if all good then next boot maybe change the frame rate speed in the desc.txt and reboot. Ect ect. If you get stuck you can PM me. There's always the option I could take a look at the zip too.
Don't worry after my first tries after spending ages fiddling with images and getting a modified animation, it just didn't work at all. I deleted everything and gave up only to come back weeks later and crack it and realise how close I was last time and get animations I was much happier with.
Click to expand...
Click to collapse
Thanks, that actually worked
Let's see what I can make
wow sounds..............
...interesting.
lol
got all working but wierdly enough the sounds seems to be out of sync for a second
edit: make that 2 seconds
this is excellent!!!
one problem how do i push sounds to downanimation?
ive got the apple one on the start up which is perfect but no sound on reboot.
thanks
edit my bad, just re read the first post...
hopefully that will soon work
rrrr ... i love your work ... big big thanks!
just a question, is it ok with you, if i change the Text to "Android Revolution HD" and put it in my Theme?
for sure, i´ll post you BIG BIG Credits on my Thread
hmm ... have to agree ... the sound is 2 seconds to late!
But just on "normal" reboot, on "Fast reboot" its working fine!
any ideas?
wow they both look great
will give it a try later and report if i also have some issues with the sound
hi guys,
the sound and the video are not synchronic, any ideas?

Bootanimation for CleanDHD @ 1,51GHz

Hey guys,
when I was using ARHD I used the BIOS bootanimation from gimj01's thread who in turn had modified the one from frysee's thread.
I modified it for CleanDHD because I really like it (both the bootup and the ROM), and figured I'd share if anyone's interested.
I changed a few things, among those the ROM name and CPU speed (1516 MHz) and copyright notices from 2010 to 2011. All references to Android 2.2 have been changed to 2.3.
I've also made the last (static) frame loop indefinitely until boot is finished, so the screen shouldn't go black before boot-up is done, no matter how long it takes. If you feel the part before the logo is too fast or something, just let me know, or change it yourself. I like it at this speed anyway.
All you need to do is copy the bootanimation.zip to /system/media. You can push it or copy it with a file explorer, remember to mount r/w. If you want to play back the animation without rebooting, you can "adb shell bootanimation" and it'll start. Ctrl+C to end.
Hope you like it.
Thank you kindly.

[Boot Animation] Red Planet Xoom Boot Animation

I have put together another boot animation for my xoom. I decided to share it. I used some stuff from the internet. threw in some of my stuff and came up with this. Its not the best but i think its cool for now.
Video Preview
DOWNLOAD
Red Planet Xoom Boot Animation
How to Install Using Root Explorer
1. Download the boot animation file
2. Rename to bootanimation.zip
3. Using Root Explorer, copy bootanimation.zip to /data/local
How to Install Using ADB
1. Download the boot animation file
2. Rename to bootanimation.zip
3. Copy to your "Tools" folder that contains adb commands
4. Open command prompt and enter the command below
Code:
adb push boot animation.zip /data/local
_________________________________________________________________
See my Minimalistic Boot Animation Here
I like it! Nice work.
That is FANTASTIC...most creative I have seen. Better yet it looks like it belongs with the device from stock. Great use of the Moto logo.
I like it. Not going to use it quite yet though.
Love it installing right now thanks alot
Sent from my Xoom using XDA Premium App
Sweet. Looks good man.
Great work, thanks for posting this/
looks really good, thanks for sharing
@jase33
Looks really good! I love how u got the logo on the planet
I have some constructive criticism...
Have you thought about or tried removing the end of animation/loading loop that says "XOOM" to... keeping the planet on screen after it rotated to reveal the moto logo then glow and/or loop the clouds/mist atmosphere moving a bit? while everything loads...
Still an awesome job!
'''
This need te xoom rooded
CARLITOZ18 said:
This need te xoom rooded
Click to expand...
Click to collapse
xoom does not need to be rooted. adb push the file to data/local
This is really nice! Thank you
Will this work with the Tiamat ROM?
Sick animation.
well after doing it your way the system wont accept the boot animation for some odd reason and just went back to the stock hc animation is this because maybe im using a custom rom ?
oh nvm i guess its only a problem when i reboot using vol up + power as it just bootloops 2 time then shows animation which is kinda annoying

[FLASH ZIP] Pixel XL 1440p Boot Animation BLACKED Edition - True Black!

Hi All,
Back again to share my latest work. I have taken the Google Pixel XL boot animation and converted it to have a black background. Its 1440p resolution.
I spent a lot of time learning to make python plugin for use with GIMP image editor to apply a number of image processing procedures and then batch process all the boot animation files. The result is I can quickly do this conversion now in less than 5min! This plugin does not simply do background paint bucket fills. The problem I found with this is you are left with intermediate colours remaining on the edge of the google letters from the white background. You might be able to solve that by increasing the threshold but then you are left with pixel, jagged edges which also sux! Instead I played with RGB modes, selective selection by colour, alpha colour, etc, etc. The result is a black background, with nice edges of the coloured google letters, and I think i did a good job to keep original colours. Someone with a trained photoshop'd eye may beg to differ but I think its ok for now.
Only thing I ask for in return is give credit where credit is due if you include this in your work/projects.
If anyone is interested in have the Pixel boot animation for devices of other resolutions (e.g. Nexus 5X) let me know and send the original boot animation and I'll convert.
Paul.
Oh! And as always - DO A NANDROID BACKUP!!! I will take not responsibility.
God bless you developers and XDA
Sent from my Pixel XL using XDA-Developers mobile app
---------- Post added at 05:43 AM ---------- Previous post was at 05:40 AM ----------
Working all good and perfect... Looks regal in black
Sent from my Pixel XL using XDA-Developers mobile app
Thank u for doing this I always hated the White BC it's so bright and now it's perfect.. thanks for sharing. God bless
Sent from my Nexus 6P using Tapatalk
The background looks yellowish on my device
luthepa1 said:
Hi All,
Back again to share my latest work. I have taken the Google Pixel XL boot animation and converted it to have a black background. Its 1440p resolution.
I spent a lot of time learning to make python plugin for use with GIMP image editor to apply a number of image processing procedures and then batch process all the boot animation files. The result is I can quickly do this conversion now in less than 5min! This plugin does not simply do background paint bucket fills. The problem I found with this is you are left with intermediate colours remaining on the edge of the google letters from the white background. You might be able to solve that by increasing the threshold but then you are left with pixel, jagged edges which also sux! Instead I played with RGB modes, selective selection by colour, alpha colour, etc, etc. The result is a black background, with nice edges of the coloured google letters, and I think i did a good job to keep original colours. Someone with a trained photoshop'd eye may beg to differ but I think its ok for now.
Only thing I ask for in return is give credit where credit is due if you include this in your work/projects.
If anyone is interested in have the Pixel boot animation for devices of other resolutions (e.g. Nexus 5X) let me know and send the original boot animation and I'll convert.
Paul.
Oh! And as always - DO A NANDROID BACKUP!!! I will take not responsibility.
Click to expand...
Click to collapse
Thanks man
Please. Can you make Pixel device style BootLogo (logo.bin)?
How to apply this? When i try to flash it using boot animations app by jrummy then it shows error "please select a valid file" even though i select the correct zip, is there any other way to flash ? Can i directly flash it using twrp ?
yeah i also tried to put the zip in system/media and replaced the old bootanimation.zip with the new one and put the permissions the same octal 644 still didn't work.
Looks much better than the white version. I didn't flash it though. Just extracted zip and placed the bootanimation file in system/media and set permissions to rw/r/r
AndrewM3 said:
yeah i also tried to put the zip in system/media and replaced the old bootanimation.zip with the new one and put the permissions the same octal 644 still didn't work.
Click to expand...
Click to collapse
I downloaded the zip then extracted it then found the boot animation.zip then went to system/media then renamed the original bootanimation.zip to .zip.bak then pasted the copied zip and made sure permissions was rw/r/r
Rebooted works great
Sent from my Nexus 6P using Tapatalk
scoot0073 said:
I downloaded the zip then extracted it then found the boot animation.zip then went to system/media then renamed the original bootanimation.zip to .zip.bak then pasted the copied zip and made sure permissions was rw/r/r
Rebooted works great
Sent from my Nexus 6P using Tapatalk
Click to expand...
Click to collapse
ok thanks can confirm that this worked for me the problem was I didn't extract the bootanimation from the zip file above. Also changed my permissions for octal 644 and it works.
Great job dev thanks
Sent from my Nexus 6P using XDA-Developers mobile app
drnbrk said:
Please. Can you make Pixel device style BootLogo (logo.bin)?
Click to expand...
Click to collapse
From what I understand this is not possible on our device, or at least no one has figured how to do it yet.
http://forum.xda-developers.com/showthread.php?t=3260264
Sent from my Pixel using Tapatalk
AndrewM3 said:
ok thanks can confirm that this worked for me the problem was I didn't extract the bootanimation from the zip file above. Also changed my permissions for octal 644 and it works.
Click to expand...
Click to collapse
Hmm I tried this. Not working for some reason. The zip has the right permissions and its in the right folder and I used the extracted zip as well. I'm on 6.0, do I need to be on nougat?
I'm getting a small lag spike right before it goes into the final G at the end. It freezes for a second and then finishes the animation. Any fixes?
i also made this for personal use but i simply used gimp to batch edit invert all whit eto black...retaining original rgb
UrbanLagoon said:
Hmm I tried this. Not working for some reason. The zip has the right permissions and its in the right folder and I used the extracted zip as well. I'm on 6.0, do I need to be on nougat?
Click to expand...
Click to collapse
No. Boot animations are in no way whatsoever OS dependent. I have literally been using the same boot animation since Ice Cream Sandwich. It's been the exact install method since that time as well.
Download your boot animation. Use a file explorer to take a peek inside it. Do you see a "META-INF" folder inside? If yes, that's a flashable zip and you will be installing it via recovery.
If no, then you should see several folders named 'part0, part1, part2, part3, etc., along with a desc.txt. Inside each folder is a picture. Together they all make up the entire animation. The desc.txt tells it how to play. The speed, resolution & order of the animation. If that's what you see then that's the actual boot animation itself and in that case;
Use a file explorer with root permissions. Navigate to /system/media and you will see the stock 'bootanimation.zip'
If you're never going to use it again and you know it, you can delete it. Otherwise you can rename it exactly 'bootanimation.zip.bak' and just delete the .bak extension you added if you ever wish to revert (after deleting the custom boot animation you installed).
Another thing to note is that the new boot animation you're downloading here (or anywhere) must always be named exactly the same as stock. So say you download a Spiderman themed boot animation named "spidey_BA.zip" you will need to rename it "bootanimation.zip".
So once your old boot animation is either changed to bootanimation.zip.bak or deleted, move the file of your choice into /system/media. Once the new animation is there make sure you're setting the correct permissions. They should be exactly -rw-r--r-- (644).
That's it. Reboot. Enjoy your new boot animation.
So remember, if your zip has a "META-INF" folder inside of it, that is meant to be flashed in recovery. If it only has folders named part0, part1 part2...in that fashion + a desc.txt, that is the actual boot animation which needs to go to /system/media and have its permissions granted to 644. That's been the case for changing boot animations since I got on Android in 2010, probably longer than that, I'd imagine. Every single phone. Not trying to bash or anything just help you understand. If you followed these steps and you don't see a new boot animation then you are in fact doing something wrong.
It's pretty straightforward. You shouldn't have any trouble or mess anything up. Worst thing you could probably do is just delete any animations. That wouldn't even boot loop you. You'd either end up with a black screen or the old default 'Android' still image until your phone booted. Let me know if you need more help.
Just wow. The black is just immaculate.
Works great on my 7.1 ROM thanks!
Is there a white version for ROMs that don't already have it too please?

Categories

Resources