Startup & Shutdown Animations from the Android Commercials -SHUTDOWN SOUND NOW WORKS! - Desire HD Themes and Apps

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?

Related

[Ref Tutorial] Changing the boot animation screen on google builds

Ok, so I know a lot of you are looking for a simple process to get the animation screen changed on non-hero/htc builds. Well, we can do it.
First, animated gif images dont work for google builds as of yet (at least that I've heard of), so scrap that idea right now.
The google boot animation is a combination of two images:
android-logo-mask.png
{
"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"
}
and
android-logo-shine.png
(images taken from Dude's 1.3RC1)
Now, the way this works is as so:
android-logo-shine is the color in the background. it scrolls across repeatedly, and that white stripe on there makes it look like it's got a light glimmer on it. android-logo-mask is the actual image. When it's all put together, it looks something like this (imagine the background color scrolling across as your phone is loading)
now, I've played with this some and my current logo is 256x265. The logo cant really be any wider than 256 pixels or it will crop off the edges of the screen. The shine has to match the image in height, but the width is fine at 512.
there are multiple methods for doing this. first is the old-school method for people who like to do things the old fashioned way.
So heres what you do: (VIDEO TUTORIAL HERE: http://www.youtube.com/watch?v=QMrn3n_ayHI)
1.)take your favorite rom and favorite unzip program (i use winrar). open the rom up and navigate as follows:
system--->framework
2.)you will see a file called framework-res.apk. open this file (again, winrar works good for this).
3.)open the assets folder, then open the images folder.
4.)you will see the two png files i mentioned above. extract them both to your desktop, but DO NOT CLOSE THE FILE BROWSER (unless you want to navigate to that folder all over again).
5.)now comes the fun part: editing your images. this is where it gets a little more complex:
-on the mask, any area you want the scrolling color to show up must be TRANSPARENT. You can put just about any text or image on there that you want, but the scrolling color from the shine image will not show through without the transparency.
-the shine image can be any colors you want, so feel free to play around with some schemes until you come up with something you like.
6.)after you're done and you've saved both images the way you want, put them back in the same folder you took them out of (framework-res.apk\assets\images)
7.)once you've put them back in, you have to resign the whole update. this is a very easy process that is laid out for you in this thread that stericson put together.
8.)throw the newly signed update.zip on your sd card, boot into recovery mode, flash, and reboot. you'll be happy with the result.
Just to give you guys a little taste, heres what my FIRST design looked like:
(just use your imagination to picture the red/white background scrolling across the android and lettering)
A couple things to point out for you artists: the "shorty's android" and the android outline are the only transparent parts, so they will show the scrolling color. The "1.5 customized" and android eyes are solid colors, so they dont scroll/change/nothing.
Now, at this point in time, I havent found any way of adding music like the htc/hero builds can do. If anyone figures that out, let me know and I can add it to this tutorial, with credit to you, of course.
Enjoy your spiffy new boot animations guys, and please post some screens here so we can all admire your work.
New addition guys: for those having trouble with the directions, I made a video tutorial to help out! Check it out here:
http://www.youtube.com/watch?v=QMrn3n_ayHI
Next, and probably the easiest method of doing this is to use METAMORPH! If you dont know what metamorph is, well, you're behind the times and need to check out this thread:
http://forum.xda-developers.com/showthread.php?t=591329
If you are familiar with using metamorph to at least install themes on your device, then you're set.
So how do you do it using metamorph? Simple.
First, you're going to create a brand new folder and title it "bootanimation" or whatever you choose.
Now, inside that folder, you're going to have several files in order for this to work right.
1. The folder stack where the boot animation will go (explained below)
2. the .thm OR .xml file depending on which version of metamorph you have. If you're not sure: free version uses .thm files. Pro/Donate version uses xml.
Now, creating these things is SIMPLE. The folder stack is going to be the same every time for boot animations. In your folder that you have already created and should be staring lovingly at, create a new folder called "framework-res". THIS FOLDER NAME MUST BE EXACT, as must all the ones that follow. open the folder you just made and create a new one inside it called "assets". Open the assets folder and create a new folder inside it called "images". I know it seems tedious, but thats the LAST folder you have to create, I promise. The last step here is to open the images folder and place inside it your android-logo-mask.png and android-logo-shine.png files. after you've done that, move back out to the original folder and get ready to create your .thm or .xml file.
Now, .thm files for bootanimations are simple. open notepad and put in the following:
any
any
framework-res.apk
/system/framework/
Then save the file (NOT AS A .TXT FILE) as bootanimation.thm
Now, when saving the file as indicated above, the name of the .thm file MUST be the same as the name of the folder you originally created. So if your folder, and thus your final zip file, is named purplebuttmonkey, then your .thm file must be named purplebuttmonkey.thm. Simple enough?
Now, creating the xml files is a bit more complex for the average user and certainly a bit much to put into text, so I'll simply defer you to the master, Stericson himself, in a nifty video he made to educate you how to do it:
http://www.youtube.com/watch?v=Mq4AuHKzNFo
So fast forwarding:
Once you've created your folder stack, your .thm file or .xml file and are ready to move on, all thats left to do is to create your zip file! Guess what, these dont have to be signed either! Hooray! So open your favorite zip program (again, I recommend winrar) and create a zip file out of the original folder you made. After that, put it on your phone, load up metamorph and go to town!
Also, metamorph is nice because it eliminates having to re-sign everything every time you want a new animation. All you have to do is replace the two png files in the folder stack you made, re-zip it and morph it once its on your phone.
NEW:
Hitchhiker's Guide To the Galaxy Boot Animation: http://www.4shared.com/file/XWXh6pT6/HHGBoot.html
YOU MUST HAVE METAMORPH. For right now (4/25), only the pro version will work. Stericson is updating the free version to XML on the 30th. After that, this will work for everyone!
NEW ADDITION: Burlyskink made an excellent html applet for testing out your designs so you no longer have to flash an update in order to see what the finished product looks like! You can find this little gem here. Many thanks to Burlyskink for this!
Many thanks to noonski and mikey for helping get this out of the dogpile. Show your mods some love guys!
Finally!!!
Nice work bro!
I'm am that guy who goes through much trouble w/ a lot of these upgrades mods and graphic tweaks do to the fact that im a visual learner not so much the literal. Do to minimal knowledge on the graphic's aspect, i need a first hand basis tutorial like this one to successfully complete these mods!! \
ThankS a million and Hope to start seeing many more VIDEO TUTORIALS like this around, touching on different area's of graphic designing/software modding for the G1..
Thanks again to all dev's/themers(HEAVY HITTERS!): Manup456("headcrack"), Moonsspoon, Stericson, DudeofLife, koush, Tehseano, Haykuro, Cyanogen, Twisted, Jwange, Diaztradenic, Doubleokneegro, Jborque, MarcusMaximus04, LucidRem, JAC, And of course last but definitely not least The Godfather, The man/The Myth JESUSFREKE!!! and for anyone that i did not mention you know who you are thanks a million!!
I've added these two png's to my update.zip\framework\framework-res.apk\assets\images\
I've been able to reboot with them in the apk now, but it's just a black/blank screen. Does anyone see any reason why they wouldn't be able to be merged into the apk?
I've gotten a log but at the moment, I'm not seeing anything very telling....
you did sign the file and reflash the update, correct? cause I just downloaded your two png files, loaded, signed, flashed and it works just fine for me.
heya,
i have tried to edit JFv1.51 CRB43-us but when i go into the folder i dont not see a .apk file i see .cramsf is there a way i can do it on these themes???
OP,
Mind sharing your red/white background?
EDIT: Just tried this. Edited my own files, repacked into framework-res.apk under assets & images. Resigned the update & all I got was a black screen. Does the framework-re.apk have to be pulled out of the update & edited, then resigned? Or can it just be edited from within the update.zip itself? I am using 7zip if that helps
EDIT2: Just tried pulling the framework-res.apk to edit the images but it didn't work. I placed the original images back in & that worked. I don't get it. The files are the same dimensions. But my images were bigger than the original as far as bytes go. I don't know if that has anything to do with it. I don't know how to get them any smaller. I tried pnggauntlet but it didn't seem to work. O well I'll stick with the stock stuff but continue playing with it till I get it
Beast84 said:
OP,
Mind sharing your red/white background?
EDIT: Just tried this. Edited my own files, repacked into framework-res.apk under assets & images. Resigned the update & all I got was a black screen. Does the framework-re.apk have to be pulled out of the update & edited, then resigned? Or can it just be edited from within the update.zip itself? I am using 7zip if that helps
EDIT2: Just tried pulling the framework-res.apk to edit the images but it didn't work. I placed the original images back in & that worked. I don't get it. The files are the same dimensions. But my images were bigger than the original as far as bytes go. I don't know if that has anything to do with it. I don't know how to get them any smaller. I tried pnggauntlet but it didn't seem to work. O well I'll stick with the stock stuff but continue playing with it till I get it
Click to expand...
Click to collapse
I dont have the original red/white because i'm using a much different background now. the easiest thing i can recommend would be to open the original shine image with photoshop, go image>adjustments>hue/saturation and drag the hue slider until you achieve the desired color. Oh yeah, and edit the image height to match your mask image.
As far as the other two problems, you can do it from directly within the zip. watch the video tutorial at the bottom of the OP, shows you exactly how to do it step by step.
Thanks for the tutorial Kusotare,just thought I would add that I use 320 x 480 images like Dude/Manup did in his 1.1 and 1.2 builds and they dont cut off the sides at all.Both of my themes use 320 x 480 boot animations if anyone wants to grab one as a template feel free they are in my signature.
kusotare said:
you did sign the file and reflash the update, correct? cause I just downloaded your two png files, loaded, signed, flashed and it works just fine for me.
Click to expand...
Click to collapse
Yep, I can include the two pngs to my update.zip/resign/flash, and then I just get a black screen now instead...tried fixing permissions/chmod'ing the file as well....still just getting a blank screen after rebooting.
kusotare said:
I dont have the original red/white because i'm using a much different background now. the easiest thing i can recommend would be to open the original shine image with photoshop, go image>adjustments>hue/saturation and drag the hue slider until you achieve the desired color. Oh yeah, and edit the image height to match your mask image.
As far as the other two problems, you can do it from directly within the zip. watch the video tutorial at the bottom of the OP, shows you exactly how to do it step by step.
Click to expand...
Click to collapse
I did it exactly how it was done in the video & still I get a black screen. The phone boots up fine but no animation
Beast84 said:
I did it exactly how it was done in the video & still I get a black screen. The phone boots up fine but no animation
Click to expand...
Click to collapse
Try doing it through winrar. I've had problems with 7zip in the past, which is why I use winrar to do it.
i did this through 7zip. you can modify a whole update (for example, you love a theme but hate the vanity boot screens authors sometimes force upon you) by bringing up the context menu (right click) on the update.zip, then 7-zip>open, after that, navigate to system/framework, and at framework-res.apk just right click again and select "Open inside", and then navigate to assets, pull the two files to your desktop, edit them however you want (or if you already have your own just skip pulling them out), and then just pull the files back to the window and close, it's going to ask you if you want to save, just say yes or ok, and that's it, the update is all good to go (no need to re-sign or anything, i can confirm it works that way)
I've used WinRAR and 7z, no dice.
Threw this together to test.
Thanks for that, kusotare!
I used an adb-based approach:
1.) I pulled the framework-res.apk from /system/framework via adb
2.) then I put my modified PNGs (attached) into it
3.) I wanted to adb push framework-res.apk back onto /system/framework, but there was no space left on device.
4.) so I created a symlink (ln -s /system/sd/framework-res.apk /system/framework/framework-res.apk) to my Apps2SD partition.
5.) awesomely, it worked on the first try.
Edit: There is some kind of error with the scrolling background, it's maybe too big. Also, the blue doesn't look as good on the G1 screen as on my laptop. Firmware Information: JF 1.51 EU, 62.505.20.17U_2.22.19.26I, 2.6.27-00392-g8312baf [email protected] #1 CRB43
Edit: Okay, apparently, using Apps2SD for this is not a good idea. It can get you looped. However, it's easy to use adb to get out of it again by removing the symlink and repushing the original framework-res.apk . There is an even better solution for everyone with the current Google Maps from the Market - just erase the default /system/app/Maps.apk which is ignored anyway (according to adb logcat).
I swapped the splash out 5+ times now, and the phone boots up reliably. There is a very small possibilty of problems while using the phone, going to bed now and exploring that tomorrow. (It's 4:11)
Autarkis said:
Thanks for that, kusotare!
I used an adb-based approach:
1.) I pulled the framework-res.apk from /system/framework via adb
2.) then I put my modified PNGs (attached) into it
3.) I wanted to adb push framework-res.apk back onto /system/framework, but there was no space left on device.
4.) so I created a symlink (ln -s /system/sd/framework-res.apk /system/framework/framework-res.apk) to my Apps2SD partition.
5.) awesomely, it worked on the first try.
Edit: There is some kind of error with the scrolling background, it's maybe too big. Also, the blue doesn't look as good on the G1 screen as on my laptop. Firmware Information: JF 1.51 EU, 62.505.20.17U_2.22.19.26I, 2.6.27-00392-g8312baf [email protected] #1 CRB43
Edit: Okay, apparently, using Apps2SD for this is not a good idea. It can get you looped. However, it's easy to use adb to get out of it again by removing the symlink and repushing the original framework-res.apk . There is an even better solution for everyone with the current Google Maps from the Market - just erase the default /system/app/Maps.apk which is ignored anyway (according to adb logcat).
I swapped the splash out 5+ times now, and the phone boots up reliably. There is a very small possibilty of problems while using the phone, going to bed now and exploring that tomorrow. (It's 4:11)
Click to expand...
Click to collapse
Yeah, I tried the ADB version when I first started, thinking "you know, pushing the framework-res would certainly be much easier than manually repacking and resigning the whole update". Then I ran into the same problems you did and decided that the method I eventually settled on and posted here was going to be much easier for most people than trying to solve the million adb-how-to questions that would eventually come up. Glad you got the adb method working well though.
Thanks for confirming that, kusotare!
In anticipation of the adb-who-what questions you mentioned, let me state it for all to see:
First: All adb questions are answered in the forum. Use search, or Google. I heard they have this nifty search engine. I don't know where it'll get them eventually, but for the moment you can find pretty much everything using Google.
Second: I don't support adb - I love it!
Custom
I was bored and decided to make an electric version. I'll fool around with it with some newer ideas later.
As usual... open framework-res.apk, drop+replace in assets/images, sign.
I'm beginning to think that it's something that Paint Dot Net does, because I can use the png's in the first image and they work perfectly, as soon as I edit the mask or the shine not changing the name or size by too much it craps out on me (it updates, but just goes to a black screen for the animation)...
Anyone doing this with pdn, or are you guys all using GIMP/Adobe?
Paint Dot Net users: do not save with 32 bit, do not allow it to choose for you or it won't work for you. Much aggravation dispelled now...

[HOW TO] Make your own bootscreen and create signed zip

Here's a tutorial for those wanting to make their own (animated) bootscreen for the HTC Hero. Decided to write it after I'd seen a couple of posts from people asking about this, and some encouragement from yet another. I've tried to write this in greatest detail possible, so everyone can have a go at doing this.
Tools
It's really quite simple, if you have the proper tools for the job:
SignAPK.jar + testkey.pk8 + testkey.x509.pem
SignAPK.cmd (batch file written by me to facilitate signapk.jar use)
Graphics editor that can work with animated GIF files (Adobe Photoshop or Fireworks recommended)
a plain text editor capable of editing UNIX files (if you're unsure about this, use the free, and open source Notepad++. You can get the Installer.exe here.)
These aren't required, but make things easier:
Android SDK Tools installed (working adb.exe at the very least)
Hero's stock bootscreen to start from)
I have attached two stock Hero bootscreens (one with and one without the HTC startup sound), as well a zip file with the signapk files.
Setting up SignAPK
First, make sure you have Java installed. If not go to www.java.com to install it.
Second, I recommend to unzip the SignAPK_xda.zip file to C:\SignAPK.
Lastly, add the signapk folder to your PATH environment variable:
[*]Go to Control Panel, System
[*]Click on "Advanced" (or "Advanced System Settings")
[*]Click the button "Environment Variables..."
[*]Locate the PATH variable under "User Variables" (or "System variables" if you want to use SignAPK under other user accounts) and double-click it to edit
[*]In the "Variable Value" field, at the end of the line, type a semi-colon and the path to the signapk files ;C:\SignAPK
[*]You could also add the path to your java.exe file here if you have troubles with running signapk.​
A note on signapk.CMD
I wrote this batch file so it's possible to sign a zip file from a command line with the least amount of typing (saves time and less chance of a typo). It will check for java.exe and if it doesn't find it in your %PATH% it will let you know and try anyway. It will also prompt you to overwrite or not, if it finds the signed destination file already exists. Open in notepad to find out more.
Contents of bootscreen_stock.zip
You can delete the following three files, as they are created by the signing process:
META-INF\CERT.RSA
META-INF\CERT.SF
META-INF\MANIFEST.MF
This file contains the command to copy the files to the SYSTEM: volume on your device - you never need to edit this:
META-INF\com\google\android\update-script
This file tells Android how and which files to display - open in Notepad++:
system\media\bootscreen\boot_animation.xml
Then we have the actual bootscreen files:
system\media\bootscreen\boot1.gif - shown first, and plays only once
system\media\bootscreen\boot2.gif - shown after first ends, and loops forever (i.e. until end of boot sequence)
system\media\bootscreen\boot_bg.gif - optional file, this file is used as background during entire boot sequence if the 2 aforementioned files are smaller than Hero's screen
system\media\bootscreen\boot.mp3 - optional sound file, played once during boot
boot_animation.xml file contents
Code:
<?xml version="1.0" encoding="utf-8"?>
<!--
* Copyright (C) 2008 HTC Inc.
*
-->
[COLOR="Red"]<!-- For new bootup animation
<BootConfiguration>
<BootAnimation
image="/system/media/bootscreen/boot.gif"
audio="/system/media/bootscreen/boot.mp3"
image2="/system/media/bootscreen/boot2.gif" (optional)
image3="/system/media/bootscreen/boot3.gif" (optional)
screenX="100" (optional)
screenY="130" (optional)
image_bg = "/system/media/bootscreen/boot_bg.gif" (optional)
useAudio="1" // 1: true ; 0:false (optional)
/>
</BootConfiguration>
-->
[/COLOR]
[COLOR="Green"]<!-- For cropped version -->
<BootConfiguration>
<BootAnimation
image="/system/media/bootscreen/boot.gif"
image2="/system/media/bootscreen/boot2.gif"
image3="/system/media/bootscreen/boot2.gif"
loopimage="/system/media/bootscreen/boot2.gif"
image_bg="/system/media/bootscreen/boot_bg.gif"
audio="/system/media/bootscreen/boot.mp3"
screenX="10"
screenY="180"
useAudio="1"
/>
</BootConfiguration>
[/COLOR]
[COLOR="Red"]<!-- For full screen version -->
<!--BootConfiguration>
<BootAnimation
image="/system/media/bootscreen/boot.gif"
audio="/system/media/bootscreen/boot.mp3"
useAudio="1"
/>
</BootConfiguration-->[/COLOR]
This is the file included with the stock bootscreen. This file actually contains 3(!) configurations, however the first and third (red-colored) have been commented out. In short, edit the middle (green-colored) "BootConfiguration" section.
Delete the line that begins with image3= as you won't need it.
If you do not wish to include a startup sound, delete lines starting with:
audio=
useaudio=
Alternatively, simply set useAudio=0
If you boot1.gif and boot2.gif files are both 320x480 pixels, delete lines starting with:
image_bg=
screenX=
screenY=
Alternatively, simply set screenX=0 and screenY=0
If you delete the audio= and image_bg= lines, you can ofcourse delete the files audio.mp3 and image_bg.gif to keep the update.zip as small as possible.
ScreenX and ScreenY are coordinates in pixels, that tell Android where to place the GIF files on the screen. Top-left of the screen would be ScreenX=0 and ScreenY=0; bottom-right would be ScreenX=320 and ScreenY=480. This means that if you make a GIF file that is 200 px wide and 180px high and you wish to center this on the screen, you'd use ScreenX=60 and ScreenY=150 (i.e. ScreenX=320-200=120/2=60 and ScreenY=480-180=300/2=150). If your GIF files are exactly 320x480 pixels, you can set ScreenX and ScreenY both to 0, or leave those two lines out entirely.
Creating a GIF animation from scratch
(boot1.gif and boot2.gif)
Using Adobe Photoshop CS4 (cannot speak for older versions, I think you'd need the now discontinued Adobe ImageReady instead):
Create a layer for each frame of your animation (yes, I didn't say creating an animation from scratch wouldn't be a lot of work)
Click Window -> Animation to show the Animation panel
Click the panel menu (top right icon in panel) and choose "Make Frames from Layers"
If the frames are loaded in reverse from what you intended, choose "Reverse Frames" from the Animation panel menu
From the panel menu, choose "Optimize Animation" and UNtick both "Bounding Box" and "Redundant Pixel Removal"
Finally, go to File -> Save for Web & Devices, UNtick "Transparency" and play with some of the options to reduce file size.
To (re-)open an animated GIF file in Photoshop CS4, go to File -> Import -> Video Frames to Layers and type in the file name box *.gif then hit the Enter key so you can see GIF files, browse to it, select and click Load.
Using Adobe Fireworks CS4:
Make sure the "States" panel is visible, via Window -> States
Create a new "State" for each frame of your animation
To set frame delays, or basically set how long each frame will be shown for, in 100ths of a second, select one or more states and right-click, choose "Properties"
Make sure you do not use transparency (this gave me problems)
To save, go to File -> Save As, set "Save as Type" to "Animated GIF (*.gif)" and "click Options"
Do check "Dither" for better looking gradients and transitions
Play with the options on the first tab to reduce file size
On the "Animation" tab, UNcheck "Crop each state" (don't do this and get some crazy glitchy results in your bootscreen)
Creating a GIF animation by converting a G1 bootscreen animation to Hero format
(boot1.gif and boot2.gif)
You can also import a bunch of PNG files as layers (and subsequently frames) from, for example, a G1 bootscreen.
The fastest way in my experience is simply using Fireworks' File -> Open dialog, make sure all files are in one directory, select them all, do check the "Open as Animation" checkbox and click "Open". This will open each file into its own state in one big file. Then use instructions above to set frame delays and proceed to save as animated GIF.
You can also do it in Photoshop, but this method is very slow, via File -> Scripts -> Load Files into Stack (UNtick "Create Smart Object after loading layers"). Then follow the steps above to create an animated GIF file.
Compiling your bootscreen
If you have the files you want, it's time to zip them and then sign the zip file.
Make a folder "mybootscreen" and unzip the stock bootscreen into that, so it looks like this:
META-INF\CERT.RSA
META-INF\CERT.SF
META-INF\MANIFEST.MF
META-INF\com\google\android\update-script
system\media\bootscreen\boot_animation.xml
system\media\bootscreen\boot1.gif
system\media\bootscreen\boot2.gif
system\media\bootscreen\boot_bg.gif
system\media\bootscreen\boot.mp3
Delete those first 3 files, edit the XML file as needed and replace the GIF files with your own (see my explanations above).
Use for example 7-zip to select the 2 folders META-INF and system and click "Add" (to create new archive)
Make sure you set "Archive Format" to ZIP
Open a Command Prompt window (click Start, Run, type cmd and click OK, or if you have Vista or Windows 7, click Start, type cmd and hit Enter key)
Use this command to go to the directory with your zip file: CD /D C:\path\to\your\file
Type signapk mybootscreen.zip and hit Enter key
Barring any typo's you should now have a file named mybootscreen_signed.zip. You can copy that to the root of your SDCARD and flash it via your recovery image, or use DroidExplorer's flash function.
If this tutorial was of any use to you, or you have ideas to make it better, please reply and let me know. Thanks for reading!
EDIT (2010-04-11): updated SignApk_xda_v20100411.zip. Fixed a couple of forgotten quotes in signapk.cmd that made signing files with spaces in their filenames impossible. New zipfile attached.
wooooo THANKS!
THANKS A LOT! I have made the animated gifs and the sound, but I was insure how to sign and create the signed zip. I'll be trying this ASAP when Ive finished work. Ill keep you posted....
Thanks again m8.
Great guide, I have made my own bootscreen for the Villain rom, but for some reason, when i flash it to my hero, on boot, it plays less than a second of it, ad then messes up completely and displays random static like on an old tv, and then just a black screen for the remainder of the boot time
Help!! my gifs are not that big, i made sure of that (only slightly more than the stock) and i made them in photoshop CS4 with the animations panel, and followed your instructions to the letter.
Gifs are bellow, please help, as i would really like to release these, as i think they are really nice.
Boot1
{
"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"
}
Boot2
Hey, very nice work! Try the zip I've attached. I think it came out great.
It boils down to a few small problems. Here are some steps I took to correct them:
Imported your files into PS as I described in the tutorial using "Video frames to Layers"
Edit -> Convert to Profile -> sRGB IEC61966-2.1 (UNcheck "Flatten Image")
For just boot1.gif in Animation Panel, bottom left, set looping to "Once"
For just boot1.gif via Image -> Image Size... -> Width:320px, Height:480px, Resolution:72dpi, Check Resample Image and set to "Bicubic"
File -> Save for Web & Devices, with these settings: Selective, Diffusion, UNcheck transparency, UNcheck interlaced, Colors:64 (as this is a grayscale animation, it looks fine), Dither:100%, Matte:none, Web snap:0%, Lossy:0, Metadata:none.
The end result is bigger files, but they work. The XML was fine.
Great! thanks a lot for your help, and your original guide, I might do a few more boot screens now as it looks really good (in my opinion)
mattyyey said:
THANKS A LOT! I have made the animated gifs and the sound, but I was insure how to sign and create the signed zip. I'll be trying this ASAP when Ive finished work. Ill keep you posted....
Thanks again m8.
Click to expand...
Click to collapse
How'd it come out? Would love to see your results!
Really interessant, this is exactly what I was looking for! Thanks for this How-To!
For the signing process I haven't use your "signapk.cmd" (since I'm a linux user)But I have a question: testkey.x509.pem & testkey.pk8 you provied are only to sign app for the Hero? or is it a standard Android singning process? I mean... where are those key from?
For now i've just "resign" the stockbootscreen for "educational purpose", soon I'll try to create something, I hope
EDIT: Okay I was able to resign the original one correctly since I was able to flash it, BUT my bootscreen is still this nexus one animated. So maybe I don't understand wich bootscreen we actually modifing. I know this is not the really first one (this one is fine: spend one day to find that we need a custom SPL to change my ex horrible T-mobile first bootscreen to a Hero one) So why can't I remove the nexus one coming with aHero ROM?
EDIT2: using
Code:
./adb pull /system/media/bootscreen/boot.gif ./Desktop
I get the right image... that mean the files are correctly flashed on my ROM but nothing change so that mean aHero is using a different path for the 2nd bootscreen ???
Thanks for any hint
carbonyle said:
Really interessant, this is exactly what I was looking for! Thanks for this How-To!
Click to expand...
Click to collapse
You're most welcome!
carbonyle said:
For the signing process I haven't use your "signapk.cmd" (since I'm a linux user)But I have a question: testkey.x509.pem & testkey.pk8 you provied are only to sign app for the Hero? or is it a standard Android singning process? I mean... where are those key from?
Click to expand...
Click to collapse
The signapk files (except signapk.cmd) came from a 5MB file named "AndroidMod.zip" that floats around the internet, so to speak. It also contains 3 img files, part of a tutorial I guess, which are not needed for signing. The testkey certificates were created by whomever made that zipfile. The credentials for those files are quite anonymous ("Android" and "[email protected]", etc), so they should be fine to use. You could use openssl to generate your own key files. I tried, and they generated okay, but zips signed with my own certificate wouldn't flash. Recovery (Amon RA) kept saying the files weren't signed. So if you figure out how to properly generate your own certificates, I'd love to hear it.
carbonyle said:
For now i've just "resign" the stockbootscreen for "educational purpose", soon I'll try to create something, I hope
EDIT: Okay I was able to resign the original one correctly since I was able to flash it, BUT my bootscreen is still this nexus one animated. So maybe I don't understand wich bootscreen we actually modifing. I know this is not the really first one (this one is fine: spend one day to find that we need a custom SPL to change my ex horrible T-mobile first bootscreen to a Hero one) So why can't I remove the nexus one coming with aHero ROM?
EDIT2: using
Code:
./adb pull /system/media/bootscreen/boot.gif ./Desktop
I get the right image... that mean the files are correctly flashed on my ROM but nothing change so that mean aHero is using a different path for the 2nd bootscreen ???
Thanks for any hint
Click to expand...
Click to collapse
I don't know I'll download aHero and have a look.
EDIT: Okay, just had a quick look in "aHero07-signed.zip" and it appears Android 2.1 uses a different bootscreen format. Do this:
adb shell
cd /system/media
ls
Instead of a bootscreen directory you'll see a file "bootanimation.zip". Instead of 2 animated GIFs, it contains 2 directories. Each directory is an animation, with a bunch of PNG files for frames. A text file describes which dir is what animation (order of playback) and the delay between frames. If you want to convert a 1.5/1.6 bootscreen from GIFs to seperate PNGs for use in this new format, just open the GIF file in Photoshop (or GIMP I guess) as described and save each frame as a seperate file (Photoshop has a function or script for that, maybe GIMP does too).
Maybe you'll find more information in this thread. I got the Supernova bootscreen graphics (see my sig) from there, which I converted into a bootscreen for Cupcake.
Well, my experience from running 2.1, you can use the bootanimation.zip, or if you delete it and create the bootscreen folder, it also works.
I have the same problem though, when I load up my gif, using the old method, it looks like hells just got unleashed on the gif. Nothing in place, static, etc... I followed your tutorial, tried a couple things, nothing has been working so far...
EDIT: Nvm, found another program to remove the transparency, works now! Got bored, haven't seen any terminal style logins - this works great for my phone, the timing might be different for others though.
To get it working, just delete your bootanimation.zip and flash the zip as usual.
Boot1
Boot2
http://groups.google.com/group/admin-panel-dev/web/terminal_signed.zip
Great tutorial! And nice work that one is Warhawk
I have a problem. I made one by screen capturing some video. Converted it to .gif fine. I can play it in windows fine, but when flashing to android the image just gives a black screen (its only the gif area of the screen cos the animation is only 300x120.
I have provided the .gif above, if anyone can help.
Thanks
I went ahead and removed the transparency from the gif, it showed up on my Hero just fine when I zip/signed it.
Aaah Thanks so much buddy. I swear i tried that though (maybe i made a mistake)
Cheers so much!
I am getting an error after flashing. My installation aborts.
...
Verifying update package...
Installing update...
E:Can't find update script
Installation aborted.
...
Can you help??
quan_one said:
I am getting an error after flashing. My installation aborts.
...
Verifying update package...
Installing update...
E:Can't find update script
Installation aborted.
...
Can you help??
Click to expand...
Click to collapse
Upload your update.zip. Some-one should be able to help.
Did you include the update-script to: \META-INF\com\google\android
Hey guys I created my own boot screen but I am failing to see why my gif will not display on my hero. I have created it from scratch being careful not to include any transparent images or layers but it still displays as a black screen. I am not sure what would cause my gif not to play on my phone other than a transparency issue.
Any help would be more than welcome.
(I am able to sign my zip and flash it no problem)
(edit: The image was my actual .gif but after upload it turn into a jpeg. I will host the file and upload from there.)
My stuff can be found here at mediafire : http://www.mediafire.com/?sharekey=43b651ad9cd91774e7c82ed4b8f0c380e53d1e35008d24d5d8c7c6998cb4ca21
.psd
signed zip
Thanks again!
rejectedkid said:
Hey guys I created my own boot screen but I am failing to see why my gif will not display on my hero. ...
Click to expand...
Click to collapse
You need to go into mybootanimation_signed.zip\system\media\bootscreen and edit your boot_animation.xml.
phaelox said:
...ScreenX and ScreenY are coordinates in pixels, that tell Android where to place the GIF files on the screen. Top-left of the screen would be ScreenX=0 and ScreenY=0; bottom-right would be ScreenX=320 and ScreenY=480. This means that if you make a GIF file that is 200 px wide and 180px high and you wish to center this on the screen, you'd use ScreenX=60 and ScreenY=150 (i.e. ScreenX=320-200=120/2=60 and ScreenY=480-180=300/2=150). If your GIF files are exactly 320x480 pixels, you can set ScreenX and ScreenY both to 0, or leave those two lines out entirely...
Click to expand...
Click to collapse
The difficult thing is that you have two .gifs that are diff sizes so not too sure what to do.
On the one I made, my .gifs are both the same resolution so the value I set for ScreenX and ScreenY work for both.
Look at some other people's .xml files and hope you find someone elses that also uses two different resolution .gifs.
ah. thanks for your input
Sent from my HERO200 using the XDA mobile application powered by Tapatalk
And just because there are no transparent images that you can see or know you put in, doesn't mean that they aren't in there. For some reason, even if I untick Transparent layers in PS, I still get them. I went and got Animation Shop 3, optimized the gif after making it in PS, then re-wrote the file, and everything works fine.
Hope everything is working
Hi !
I have 2 questions :
First one :
To ddotpatel : Your bootscreen is really nice ! Is it working on any 2.1 rom or do I have to change it ? On which rom did you create it ?
And the second one, that tuto is working on 1.5 and 2.1 roms ? Because I heard that it was different to make an 1.5 bootscreen and an 2.1 one...
Thanks for your answers

[BOOT ANIMATION]The Screaming Droid! Now With Sound!!! (Updated 3/13/11)

UPDATE:
First I want to thank every one, I also want to give a shout out to
Mrdaviso for making the sound possible on cm7, please give him thanks for his thread on this. I've been waiting to have sound for the animation for sooo long and now it finally works and thanks to him.
I stripped all the text out of the animation except for the android logo and the preview below is exactly what it is, he screams and then stares at you and blinks until your phone boots.
The scream I choose is one I thought was appropriate... the original Godzilla roar! But if you really want, and I honestly would love to see more sound files made, please offer others. You can use mine as a template for syncing with the animation. I love to see others post sounds for this!
Heres the d/l link hope you guys like this.This zip file contains the bootanimation.zip, android_audio.mp3 (godzilla) and the bootsnd.sh (to setup sound playing on phone bootup)
Installation of the new un-branded versions with sound!!! PLEASE READ CAREFULLY:
First how to setup boot animation sound on cm (link to the op):
To install boot animation:
1. just unzip the screaming_android_with_sound.zip file on the root of your sdcard
2. copy the bootanimation.zip file to the system/media folder replacing the old one or renaming the old one and copying this one over if your just testing.
3. Android wins again!
Changing the ResolutionThe resolution for the animation is 480X800 if you'd like a different size:
1. copy the bootanimation.zip file to your computer.
2. open the zip and edit the desc.txt 's second line (480 800 not the 25 read below) to match your phones resolution.
3. save the file and close the zip program
4. you shouldn't need to unzip the bootanimation.zip file to do the above
5. if you do need/want to unzip it when rezipping make sure the compression level your zipping it on is "store" or it won't work.
Sound doesnt seem to match up?... change to animation speed in the desc.txt file:
1. copy the bootanimation.zip file to your computer.
2. open the zip and edit the desc.txt 's second line (only the 25 not the first 2 numbers) to speed it up or slow it down.
3. save the file and close the zip program
4. you shouldn't need to unzip the bootanimation.zip file to do the above
5. if you do need/want to unzip it when rezipping make sure the compression level your zipping it on is "store" or it won't work.
NOTES:
want a different sound on the animation... the sound file has to be called android_audio.mp3 for it to play, this file will play for any new bootanimation you install unless you remove the android_audio.mp3 file and it has to be an mp3.
Programs to help... if you don't have root explorer get "Super Manager" from the market it does r/w and root privileged file exploring (and more) just like root explorer and its free.
I'm only giving this out in zip file format, I'm not doing a flashable as its to hard to keep up with all the different roms and resolutions. I provide instruction on how to change the resolution of the animation to fit your phone.
------------------------------------------------------------
Preview:
Click for full size
------------------------------------------------------------
Hi, love the bootanimation but is there any chance to get it in EVO size?
fredulus said:
Hi, love the bootanimation but is there any chance to get it in EVO size?
Click to expand...
Click to collapse
Yeah I'll try and post the bigger one tomorrow. I should since I actually have an Evo myself.
Looks good except the text which says Android 2.2
Very Nice!! Great work!! Much appreciated!!
Is this version big enough for the Nexus or MT4G?
notxel21 said:
Very Nice!! Great work!! Much appreciated!!
Is this version big enough for the Nexus or MT4G?
Click to expand...
Click to collapse
Im going to try and make the bigger version soon... give me a couple of days.
Sent from my PC36100 using XDA App
Really would like the larger version. The smaller one you posted I initially doesn't play at all on my X.
Btw, for those with Droid X's and other newer phones running FroYo, bootanimation.zip goes in /data/local as primary. It only pulls from /system/media if nothing is in /data/local
Sent from my DROIDX using XDA App
Any word on this for wvga devices like the EVO or Droid X? I'd really like this unbranded, but the current unbranded version just appears as black on my phone.
Sent from my DROIDX using XDA App
I honestly don't have the time to do it... maybe in the next couple of days.
i tried to change the size for 480x800
but it doesn't work..
how can i do for a full screen on my galaxy s?
is wqvga (240x400) is supported?
Any chance of the unbranded screaming droid formatted for the HTC EVO Shift 4G which I believe is 480x800?
I will try and trim this on the top and bottum to remove everything but the droid... I just don't have the time to do much more on this, but I will try and finish this off, just wish I hadn't put that on there.
Sent from my PC36100 using XDA App
Bump for sound and unbranding!!!

[15.02.2012][TOOL]Boot Animation Creator-Make Android Boot Animations With Ease!

THIS PROGRAM IS OBSOLETE AND WON'T BE RECEIVING UPDATES ANYMORE. FOR THE BEST EXPERIENCE POSSIBLE, PLEASE DOWNLOAD BOOT ANIMATION FACTORY. IT'S A NEW PROGRAM THAT HAS EVERYTHING THIS PROGRAM HAS, AND MUCH MORE. THANK YOU!
Introduction
I'm proud to present my program called "Boot Animation Creator"! It's a powerful tool that makes creating Android boot animations a lot easier job!
Features
-Light on memory
-Easy-to-use user interface
-Makes boot animations in just three steps!
-Auto-update functionality
-Built-in updater
-No limitations of any kind!
-YOU DON'T HAVE TO WORRY ABOUT THE DESC.TXT FILE AND THE COMPRESSION METHODS AT ALL!! BOOT ANIMATION CREATOR DOES THAT FOR YOU!
Requirements
-Microsoft .NET Framework 4
-All your frames drawn and organised into 'part' folders (the folders don't have to be called 'part')
How to use Boot Animation Creator
1. Open Boot Animation Previewer. Read the introduction, and click 'Next'
{
"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"
}
2. Choose the folder in which your boot animation is(the parent folder of the 'part' folders) and click 'Next'
3. Click the 'Add a loop' button to add a loop. A new window will appear. Just set the properties and click 'Add'
*Optional: you can edit the width, height and speed of your animation by selecting the first property item and clicking on the 'Edit' button. A window will appear. Change the properties and click 'Set'
4. Save the animation and click 'Next'
5. You're done! If you want, you can preview your boot animation by clicking the big 'Preview boot animation' button. You'll need the latest version of Boot Animation Previewer to use this feature.
Finally, click Finish
Video tutorial
Download link
Download Boot Animation Creator
Running Boot Animation Creator on Linux operating systems - thanks, kurdo_kolene!
kurdo_kolene said:
1.Install PlayOnLinux or PlayOnMac respectively
2.Open PlayOnWhatever and press Install
3.Choose "Install a non-listed program" & press Next on the next screen
4.Select "Install a program in a new virtual drive" & press Next
5.Type in a name for the new virtual drive e.g. BootAnimationCreator & press Next
6.Check the boxes "Configure Wine" and "Install libraries" & press Next
7.In the newly opened window go to the "Libraries" tab, type "mscoree" in the small box or choose it from the drop-down menu, then press "Add". Select it from the bottom box, press edit and set it to "Builtin(Wine)", and press "Apply"
8.Tick the box "POL/POM _ Install mono 2.10" and press Next. Wait for the download and installation to complete.
9.On the next screen, press "Browse" and select the "install_bootanimationcreator.msi" file & press Next
10.Follow the steps of the installation wizard. When the installation has completed, just press finish, without ticking the box "Launch Boot Animation Creator" (you could, but you still have to make shortcut for it later). When the "Choose a file to create a shortcut" window appears, select "Boot Animation Creator.exe", press Next, type in a name for the shortcut e.g Boot Animation Creator, press Next, after that's finished press "I don't want to make another shortcut" and press Next and you're done.
Launch the application from your Desktop shortcut.
Click to expand...
Click to collapse
I don't suggest running Boot Animation Creator on other operating system than Windows. It may not run correctly, and on some computers it may not ever run. Therefore, use it with caution (this only appeals for running B.A.C. on other operating systems than Windows)! If you get errors while running B.A.C. on other operating systems than Windows, and not on Windows itself, I won't provide support for them, because this program is not intended to run on other OS than Windows. Report bugs only if you're using Boot Animation Creator on Windows.
Final words
That was about it. It was easy, wasn't it? Please post feedback and thoughts about my program, they are gladly appreciated.
Changelog
Code:
Changelog:
v1.0.0.0 {25.08.2011}
-Initial release
v1.0.1.0 {29.08.2011}
-Bug fixes
-Performance improvements
v1.1.0.0 {02.11.2011}
-No folder limitations
-New way of entering properties
-The program detects the size of your frames, so you don't need to write them. Optionally, you can change the size values
-The "Get Boot Animation Previewer" button in the Main Menu becomes "Launch Boot Animation Previewer" if you have Boot Animation Previewer installed. The download process of Boot Animation Previewer has changed as well
-No need of Administrator privileges
-New way of updating
-New Updater
-Higher-quality icon
v1.2.0.0 {04.01.2012}
-Integrated with D01 Software Manager (the ugly old updater is gone)
-Fixes (corrected the typo in the about box)
v1.2.1.0 {10.01.2012}
-Bug fix – fixed the bug not recognizing D01 Software Manager
-Improvements – when the Set Property Dialog is shown, the text box automatically gets focus
-New feature – it tells you if your animation contains frames with indexed colors
v1.3.0.0 {17.01.2012}
-New: Added support for loop delays
-Performance improvements
-Updated Previewer (now you’ll see scroll bars if the animation’s size exceeds previewer’s window size)
-…
v1.4.0.0 {15.02.2012}
-Improved user-interface (looks better and it’s easier to use)
-Bug fixes
-Performance improvements
-Lighter on size (the executable is only 363 KB!)
-Removed unneeded files in the initial directory
-The ‘Preview’ feature is Boot Animation Previewer-dependent (you must have the latest version of Boot Animation Previewer to use that feature)
-New program icon, banner and about screen
Oh I'm definitely trying this out... Thanks!
Edit: Hehe... I'm one of our alpha software testers at work, so maybe I'm a bit too good at this..... But I found a small bug. If you cancel the 'select folder' dialog, the program crashes.. Just thought I'd let you know.
Other than that, works really nicely. If I could make a suggestion though: On step 2, maybe add a line below the 'First folder number of loops' that mentions using a value of '0' for infinite loops. For people who haven't read any tutorials or made any animations manually, they probably wouldn't know about that..
Very nice, this could stop A LOT of desc files being incorrectly created.
Good job.
ZaLiTH said:
Oh I'm definitely trying this out... Thanks!
Edit: Hehe... I'm one of our alpha software testers at work, so maybe I'm a bit too good at this..... But I found a small bug. If you cancel the 'select folder' dialog, the program crashes.. Just thought I'd let you know.
Other than that, works really nicely. If I could make a suggestion though: On step 2, maybe add a line below the 'First folder number of loops' that mentions using a value of '0' for infinite loops. For people who haven't read any tutorials or made any animations manually, they probably wouldn't know about that..
Click to expand...
Click to collapse
I'm aware of that bug and I'm going to fix it along with a couple of other bugs. And thanks for your suggestion for the label!
dully79 said:
Very nice, this could stop A LOT of desc files being incorrectly created.
Good job.
Click to expand...
Click to collapse
I'm glad you like my program.
Well looks like the download link is bad could you upload somewhere else as i would like to give this a try
Jordan1545 said:
Well looks like the download link is bad could you upload somewhere else as i would like to give this a try
Click to expand...
Click to collapse
It' up now.
I've updated Boot Animation Creator! Here's what the update brings:
v1.0.1.0 {29.08.2011}
-Bug fixes
-Performance improvements
You can update your program normally, via the Updater.
Aloha, a feature request: I also used boot animation sounds. Found out hard way that had to go back into desc.txt file and manually edit it to include sounds. Maybe a flag to tell application to set the desc.txt file to include sounds? A checkbox is probably the most efficient way. Otherwise great app! Mahalo!
Lan
PS: errrmmmm... where's the thanks meter's button? anyone? sorry.
Lanaka said:
Aloha, a feature request: I also used boot animation sounds. Found out hard way that had to go back into desc.txt file and manually edit it to include sounds. Maybe a flag to tell application to set the desc.txt file to include sounds? A checkbox is probably the most efficient way. Otherwise great app! Mahalo!
Lan
Click to expand...
Click to collapse
That would be awesome, I like this idea... But I don't know if all ROMs do boot animation sound the same way.
Lanaka said:
PS: errrmmmm... where's the thanks meter's button? anyone? sorry.
Click to expand...
Click to collapse
Change the forum skin in the bottom left corner to "XDA 2010", then you'll see the thanks button.
Lanaka said:
Aloha, a feature request: I also used boot animation sounds. Found out hard way that had to go back into desc.txt file and manually edit it to include sounds. Maybe a flag to tell application to set the desc.txt file to include sounds? A checkbox is probably the most efficient way. Otherwise great app! Mahalo!
Lan
PS: errrmmmm... where's the thanks meter's button? anyone? sorry.
Click to expand...
Click to collapse
Hi,
I don't know to edit the desc.txt file to add a boot sound, but I know another method. Visit my other tutorial for more info about the boot sound: http://forum.xda-developers.com/showthread.php?t=1096068
despotovski01 said:
Hi,
I don't know to edit the desc.txt file to add a boot sound, but I know another method. Visit my other tutorial for more info about the boot sound: http://forum.xda-developers.com/showthread.php?t=1096068
Click to expand...
Click to collapse
If a ROM supports this method (I think most do), where a line for pictures in an animation use "p 0 0 folder" for example, a line for sound would just be "s soundfile.mp3".
The sound file then needs to be straight in /system/media, but I'm not sure if simply placing it in the bootanimation.zip file will work...
ZaLiTH said:
If a ROM supports this method (I think most do), where a line for pictures in an animation use "p 0 0 folder" for example, a line for sound would just be "s soundfile.mp3".
The sound file then needs to be straight in /system/media, but I'm not sure if simply placing it in the bootanimation.zip file will work...
Click to expand...
Click to collapse
Thanks for that! I'll test it and if it works, I'll add a feature to Boot Animation Creator.
Awesome program. I really must thank you for it. I have been trying to make my own custom boot animation for a while and even though my desc.txt was ientical to the one yours created and the zip was identical it just wouldn't work whenever I made it. But using yours it just did. Im not sure why but it worked where doing it manually didn't. So now I finally have a spiffy new custom boot animation ^^ Thanks a lot and keep up the great work. Also love the animation preview program. Very useful for fiddling with the FPS to get it just right.
Ultratails42 said:
Awesome program. I really must thank you for it. I have been trying to make my own custom boot animation for a while and even though my desc.txt was ientical to the one yours created and the zip was identical it just wouldn't work whenever I made it. But using yours it just did. Im not sure why but it worked where doing it manually didn't. So now I finally have a spiffy new custom boot animation ^^ Thanks a lot and keep up the great work. Also love the animation preview program. Very useful for fiddling with the FPS to get it just right.
Click to expand...
Click to collapse
I'm glad you like my programs.
Problem using program
Using this with WinXP and Win7 64bit I get the same error. At the second step after entering the parameters and clicking next I get an error. "Please set all the properties" I have entered all the information in all the blocks, but still get this error.
Any ideas?
TabFreak said:
Using this with WinXP and Win7 64bit I get the same error. At the second step after entering the parameters and clicking next I get an error. "Please set all the properties" I have entered all the information in all the blocks, but still get this error.
Any ideas?
Click to expand...
Click to collapse
Did you choose the folder where your boot animation is in Step 1? Anyway, I'll check my code for errors.
Sent from my GT540 using XDA App
Yea, I chose the folder and it gave me the " your animation is good" message, went to step two and put all the info in and then I got the error when clicking next.
It could very well be me, but I thought I would throw this out and see if I was the only one.......
Edit:: Never mind,,,,It was me!!!! I was pointing to the actual part folder and not the folder that contained the part folders.... Working fine now...... Sorry!!!!!!!!!!!!!!!!!!!
Really nice, thanks.

[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