Finally, got some free time to create a bootanimation. Just want to share it here.
notes:
GIF image below is just an overview. Actual animation might defer(part 1 loop forever)
images are from recovery partition. You might have seen the same animation during updating firmware
v1.0
20fps, 92 frames, Simple fade in&out, powered by tegra
part 0 : android gears ~ approx 4 sec
part 1 : show android 3.1 text, loop forever
{
"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"
}
v2.0
20fps, 36 frames
part 0 : show android text ~ approx 2 sec
part 1 : show android gears, loop forever
Any suggestion to make it better?
Download
Installation
There are many guide out there, adb is the easiest one.
install :
Code:
adb push bootanimation.zip /data/local
uninstall :
Code:
adb shell rm /data/local/bootanimation.zip
test :
Code:
adb shell bootanimation
I'd probably use it if the cogs didn't disappear to show "3.1" in the middle. I'm not really interested in seeing the version number in the startup animation, and it just means you'd have to update it with every release.
Very nice! I like simplicity in bootanimations.
Hi !
Possible to have the same version without final 3.1 text ? (to use with future honeycomb versions for example)
Thx !
I'm not really interested in seeing the version
Click to expand...
Click to collapse
I thought somebody might like it.. as a reminder for not updating to 3.2..etc
Very nice! I like simplicity in bootanimations.
Click to expand...
Click to collapse
v2 is even simpler..
I'm planning for next version..
part0: gears + green droid turning to blue honeycomb
part1: blue honeycomb
Thanks for the boot animation,nice to see new stuff.
10tonhammr said:
Very nice! I like simplicity in bootanimations.
Click to expand...
Click to collapse
Dude i like your sig,that would be a cool boot animation.
Thx a lot. Great ...
I'd like to see a version like v2.0, but without the NVIDIA Tegra logo at the bottom. Thanks.
can you update the boot image for android 3.2?
I made a Red Version 480x480 but I can't figure out why there is a white screen/flickering problem. If someone would like to take a look, go right ahead. If you find a solution please re-post and explain. Thanks to whirleyes for the original and anyone who helps.
Stephen88 said:
can you update the boot image for android 3.2?
Click to expand...
Click to collapse
Sure, if i have time
It would be nice to have a version without the nvidia logo and the "android starting", just the logo and the clogs. Thanks!
Related
This is just something I threw together for fun, after reading one too many posts of people complaining of boot loops and other problems when flashing different ROMs and kernels. It starts with the normal Nexus One bootup sequence, then halts at a BSOD message.
{
"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"
}
http://www.mediafire.com/?monkwvqdmon
To install the animation, rename the file to bootanimation.zip and adb push to /data/local
Code:
adb push bootanimation.zip /data/local
Check out Random Boot Animations if you want to use multiple boot animations.
Update Notes:
v2.1 - Fixed typo in blue screen
v2 - Increased resolution of X animation, revised BSOD to an Android-related message,including a reminder on how to access the Bootloader.
v1 - Initial release.
Haha love it! I will have to show my co-workers this one.
Haha, nice work! I think this is a great idea. I'll try it when i get home!
Lol nice! How do you apply it and how can i backup my current one?
Thanks
how do I flash this? I tried through recovery but I got a verification failed.
sweet works great with random boot animation script
No one wants to answer because we have to search or they dont know themselves. im sure its a half/half. Little do they know they knew nothing at one point...
It's in system/media and named BootAnimation.zip. Use a file manager to copy it/rename it and then move the new animation in. You can push it from a laptop as well, but I never bothered remembering the commands for adb. A quick search really would have answered your questions. :]
you can push it to /data/local/bootanimation.zip
if you don't want it anymore, delete it and your original is untouched
Just ran it then, looks cool. But why is the X so low res?
mgorman said:
how do I flash this? I tried through recovery but I got a verification failed.
Click to expand...
Click to collapse
Sorry, I was in a rush when posting this, and didn't have time to get back to this forum until a few days later. I've updated OP with installation instructions.
*black*silva* said:
Lol nice! How do you apply it and how can i backup my current one?
Thanks
Click to expand...
Click to collapse
If you push the file to /data/local as in the instructions, your original bootanimation (which resides in /system/media) will not be overwritten. However, if you have another boot animation already at /data/local, you can make a copy of that before overwriting it with this one.
liam.lah said:
Just ran it then, looks cool. But why is the X so low res?
Click to expand...
Click to collapse
This was just a quick hack thrown together for laughs. The problem is that the final screen needs to be at 480x800 in order to have a blue background. That means the rest of the images will also need to be at that ratio. The original X animation was done at 512x256, and if I rescaled it to 480x800 the animation lags a bit on my phone. So what I did was to downscale it to 240x400, which is why it appears low-res.
If people are actually interested in this I can experiment a bit to see what is a good compromise between speed and resolution.
OP is updated with V2 of the animation! If you liked the first one, you should definitely get this.
Nighthound said:
OP is updated with V2 of the animation! If you liked the first one, you should definitely get this.
Click to expand...
Click to collapse
Haha! I'll include that in my .34 kernel releases if you don't mind!
intersectRaven said:
Haha! I'll include that in my .34 kernel releases if you don't mind!
Click to expand...
Click to collapse
I'll be more than happy to.
You are my ****ing hero!
ehm.... "teachnical" information ?
sylar91 said:
ehm.... "teachnical" information ?
Click to expand...
Click to collapse
oops typo, shall get that fixed. thanks!
v2.1 has been posted on OP.
Brilliant!
so this is a boot animation that I modded out.
I don't know who originally made it...I'm assuming cyanogen? (my buddy gave it to me)
Anyways, I really like the original but it doesn't fit my current setup (froyo 2.2)
As soon as cm6 comes out I'm back to it.
2 ways to install...
bootanimation zip- do a adb push
nexus-froyo-glow-robot zip- just flash from memory card
I recommend nandroid just in case something goes wrong or you want to revert back
{
"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"
}
Thanks man ! looks nice , better than default ...
Where can I get some information on HOW TO create a boot animation?
I'm somewhat graphically abled and want to make my own.
OrganizedFellow said:
Where can I get some information on HOW TO create a boot animation?
I'm somewhat graphically abled and want to make my own.
Click to expand...
Click to collapse
there are two ways to do it...the zip folder style requires signing (but way easy to install)...read up and download sdk
making a bootanimation.zip is pretty easy (just harder to get on the phone)
I suggest downloading what I posted and dissect them...you basically need a bunch of sequential .png pictures (110-130)
this has pretty good instuctions http://www.droid-life.com/2010/04/13/how-to-create-a-droid-custom-boot-animation/
if you do it this way search "adb for dummies" and you will be set
original creator
Here's the link to the guy who originally made it.
(Just in case you were wondering)
http://www.nexusoneforum.net/forum/nexus-one-themes/4327-boot-animation-tryed-one-just-fun.html
PeRRiiN said:
Here's the link to the guy who originally made it.
(Just in case you were wondering)
http://www.nexusoneforum.net/forum/nexus-one-themes/4327-boot-animation-tryed-one-just-fun.html
Click to expand...
Click to collapse
kc.rkitek is the man! if I could think of a better one to make I would. This is definitely my favorite boot animation ever!
nice boot img.
their are to files. which one do i install through recovery. i know it says the glowing robot one for recovery but whats the difference in the 2?
*black*silva* said:
nice boot img.
their are to files. which one do i install through recovery. i know it says the glowing robot one for recovery but whats the difference in the 2?
Click to expand...
Click to collapse
the .zip you flash from sd. with bootanimation you adb push
Hello all, I'm more or less new to the forums and I just want to say thank you for all the great support and content! So here is me trying to "give back to the community"
"Important: As usual this boot animation zip is not flashable and must be pushed via ADB or copied to your SDcard and then moved to the correct system folders.
Instructions: Push or copy the file "bootanimation.zip" just as it is d/l'd to either
/system/customize/resource or /system/media on your phone."
Still Image Sample:
{
"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"
}
the animation loops seamlessly...
low quality flash animation here
the zip file: bootanimation.zip
---
flashable zip for android 2.3.x aosp roms, courtesy of XsMagical
DOWNLOAD BootAnimation
---
there is no sound file.
Note:If anyone wants a higher quality version let me know...if you think your phone can handle it
Also, if anyone wants a custom image on that wave instead of the android logo, I wont mind making it, as long as enough people "second" the idea.
Zip File Link is Not Working
oops...fixed
tsakali said:
oops...fixed
Click to expand...
Click to collapse
Thanks Great Job too
Looks good.
Sent from my PC36100 using Tapatalk
looks good ,nice work
Tried it out, nice work man. One of the coolest ones Ive seen lately
Love the Animation, great work. Idk if it helps but i made a flashable zip for android 2.3.x aosp roms for you.
DOWNLOAD BootAnimation
hey that's great! I'll add it to the top!
Just flashed it, works perfect and looks great. Nice work, thanks!
super awesome!
red white and blue version plz!
cm7 version plz!
Thanks for the awesome Boot Animation
thx for the replies
daktah said:
super awesome!
red white and blue version plz!
cm7 version plz!
Click to expand...
Click to collapse
I can't see the two images you have on your post.
I'm assuming your talking about the USA flag yes?
Also do you mean the CM7 logo, and if so, just the logo, or the cm7 text under it?
I think just the logo would look cleaner, yes/no?
Those are my banners not attachments lol
Yes I mean the united states flag
by cm7 I mean like a cyan colored flag with the cm7 logo instead of the android logo and maybe 'cm7' or 'cyangogenmod 7' under the 'android' or something, if you think you can make it look good that is
Again great animation and plz n thnx!
hey,
iv made some boot animations to go with Chris's new kernel (great work man)
I have been looking about the web for some boot animations and i honestly could not find anything so i just thought stuff this il make some and got up off my ass and sat at my PC downloaded some from some random web site re-sized them all and zipped them up in body bags haha ready you RIP in your media file
{
"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"
}
red glow tab-roms boot
HTC boot blue MOD
green TR tabroms logo boot
green glow droid boot
android smash boot
stock honeycomb boot
flash boot
so how to install:
1. download
2. place on to SD or tab memory
3. reboot in to CWM and flash done (now just watch them come back from the dead LOL)
i have tested all animations and they all do work 100% so....flash flash flash your ass off.
disclaimer: i didnt do it
if you love me hit >>>> THANKS <<<<
maybe pull one .png form each as a preview.
Thanks for this. I'll have to try a few.
no probs chris happy to help
haha good idea why didn't i think of the that
looking good, I like the tabletroms one. Thanks.
chrisrotolo said:
looking good, I like the tabletroms one. Thanks.
Click to expand...
Click to collapse
ye its cool
So if I read this correctly it requires a custom kernel? You can't just flash a normal stock kernel one?
Zadeis said:
So if I read this correctly it requires a custom kernel? You can't just flash a normal stock kernel one?
Click to expand...
Click to collapse
nope you must have a custom kernel installed before flashing or it will not work.
how back to stock after flashing this?
can we increase the speed on these? and set them to loop?
Im using the green tabletroms, it is very slow and only spins around once.
I know it can be done, just havent had time to look into the desc.txt
I had the particle one on my Dellstreak7 and it was blazing fast
P-6210 custom kernels?
OK- I have used the search button, and searched the forums but I cannot find a custom kernel for the p6210 except for Garys. Are there any out there? Unfortunately Gary's breaks my Wi-Fi with the OMG Rom Final Release-
Martinjv71 said:
OK- I have used the search button, and searched the forums but I cannot find a custom kernel for the p6210 except for Garys. Are there any out there? Unfortunately Gary's breaks my Wi-Fi with the OMG Rom Final Release-
Click to expand...
Click to collapse
well you will have to install the kernel after a fresh install of stock firmware i know its a pain but its the best thing to do
Some Android Jelly Bean boot animations can already be found in the forums, so I thought: let's resize it for our Nexus One (HDPI) and share it.
These sample GIFs are smaller and in lower quality than the actual boot animations.
V1:
{
"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"
}
Download V1
Download flashable V1
V2:
Download V2
Download flashable V2
Push with ADB, or move manually e.g. with Root Explorer. Permissions should be set to rw-r--r--.
Common locations for boot animations:
/system/media/bootanimation.zip
/data/local/bootanimation.zip (e.g. Bravo CM9, some Sense Roms)
/system/customize/resources/bootanimation.zip (e.g. some Sense ROMs)
Click to expand...
Click to collapse
N.B. Animated GIFs play smoothly in Google Chrome, not smoothly in Internet Explorer 9. Don't know about other browsers.
Ah , me too i found this thread after 10 mins,
It looks very nice on Amoled , and it's very smooth
The nexus' bootanim were all very nice
Wow, that is an exact copy of what I made.
Please remove that as being 'original post', as I made it myself and he just copied it. He even uses the GIF from my Dropbox.
Like that
And what are the diferences between the 2 versions ?
Good job too
The difference between the two is that V1 goes from black, 1 animation, to black, 1 animation, to black etc.
V2 is from black to infinite animation. Never return to black again.
Great! Thanks. Will be using this from now on, although I like the CM9-like animation on temasek's KANG, too.
edit:
Thanks to tommert38, of course. OP should credit the source.
Downloaded and installed! Thanks for this ^^
Is this a really Jelly Bean Boot animation?
Sent from my Nexus One using Tapatalk 2
Yes, this is the real deal. It's taken from a Jelly Bean system dump.
Looks awesome. Downloading...
For me, nothing beats the original Nexus One boot animation. I'll never forget the excitement when I switched her on for the first time - the phone that is
That's still my favourite one to this day.
Don't care much for the ICS one, too OTT for my liking.
Sent from my Nexus One using xda app-developers app
The ICS one is definitely not cool, but the JB one reminds me of the original one (duh). I think it's a nice variation of that original one (that, in my opinion, already got boring after 1 year).
beautiful, thanks a bunch
Added flashable zips too.
Possible making them bigger thx
Sent from my Nexus One using Tapatalk 2
Bigger..? This is resized for HDPI screen.
Nvm thx
Sent from my Nexus One using Tapatalk 2
Thanks
Thanks for this, I like, be on my list of possible boot screens.