DROID Incredible Boot Animation (DROID eye from new OTA) ported with sound - Droid Incredible Themes and Apps

MY FIRST THREAD
I downloaded the OTA .zip off another thread on here (thanks!), and I pulled the boot anim from it. With sound.
THIS HAS BEEN TESTED AND WORKING ON NEXUS ONE!!!
Download the .zip below!
To apply this, use the same method as the DROID X boot anim:
1. Unzip the file
2. Drag both into SDK/tools folder
3. Go into adb and push both files as follows:
adb push bootanimation.zip /data/local
adb push android_audio.mp3 /data/local
adb reboot
Should work on most Android devices!
Enjoy!
(Thanks drmbdrummer)

BOOT
Boot not working. just gives Blank screen

Don't forget to unzip the downloaded zip. Don't try to push the downloaded zip.

zalez said:
Don't forget to unzip the downloaded zip. Don't try to push the downloaded zip.
Click to expand...
Click to collapse
Aw iknew I forgot something. thanks, but I feel like a complete newb now... any way thanks for letting me know

No problem. Everyone zips them up differently

Thanks for this, worked perfectly. At first I thought the sound didn't work, but turns out my profile was just set to vibrate. I guess that's a tip... If you don't want the reboot sound, just set to vibrate before turning off your phone.
This looks really good, only wish the LEDs on the eye would maintain their motion a little longer...

Can I just download this ota and put them in the right spot using root explorer?
Sent from my ADR6300 using XDA App

boot animation screen
Having problems getting new bootanimation.zip to work, having copied it into /data/local, system/media, system/customize/resource. tried all three areas and a no go. Anyone have a idea what im doing wrong, new to rooting and changing roms on android phones

Anyone have a preview?

whitedragon551 said:
Anyone have a preview?
Click to expand...
Click to collapse
Ever boot your phone stock?

mikeymop said:
Ever boot your phone stock?
Click to expand...
Click to collapse
Lulz just realized this thread is older.

zalez said:
No problem. Everyone zips them up differently
Click to expand...
Click to collapse
hoah................

Related

[Q] Changing Milestone Boot Logo ????

Hi
Can anybody help me in changing my milestone 2.1 boot logo?
I already rooted it and can do some changes like bootanimation using terminal emulator but can't find a way to change this boot logo.
Thanks a lot for reply.
I have also rooted my phone with GOT's Open Recovery, and done a backup with Nandroid, but was wondering how can I change that opening sequence.
I've downloaded some boot animations in .zip with the following structure:
\
\desc.txt
\part0
\part0\01.png
\part0\02.png
...
Where should I place the .zip or the folder with that content??
Thanks in advance.
May I know your phone model?
If it's Motorola Milestone, I can help.
Indeed, it is a Motorola Milestone.
zankyw said:
I have also rooted my phone with GOT's Open Recovery, and done a backup with Nandroid, but was wondering how can I change that opening sequence.
I've downloaded some boot animations in .zip with the following structure:
\
\desc.txt
\part0
\part0\01.png
\part0\02.png
...
Where should I place the .zip or the folder with that content??
Thanks in advance.
Click to expand...
Click to collapse
When you have all the desc.txt and the part files you zip them Using store Then this .zip is placed in system > media there should already be one there.
dwillMUFC said:
When you have all the desc.txt and the part files you zip them Using store Then this .zip is placed in system > media there should already be one there.
Click to expand...
Click to collapse
Sorry, I'm afraid I didn't understand you.
How can I gain access to that folder if it's in the internal memory of the phone? Once that's done, should I overwrite the .zip stored in system\media?
Install Android Terminal Emulator from market and give permission to Superuser access.
Put bootanimation.zip folder in your sd card root.
Run Terminal Emulator and type the followings as exactly.
su
mount -o remount,rw -t yaffs2/dev/block/mtdblock3 /system
dd if=/sdcard/bootanimation.zip of=/system/media/bootanimation.zip
reboot
You should see some processing as you typed in the third line.
If you see the error, there might be a typo and retype the third line.
After reboot, you will see the custom bootanimation of your choice.
PS- There are many custom bootanimation.zip files out there and you can download them for free.
Hope this can help.
Credit goes to CoolPsTuts on YouTube.
I had to put bootanimation.zip to /data/local and then it worked flawlessly.
TheSSJ said:
I had to put bootanimation.zip to /data/local and then it worked flawlessly.
Click to expand...
Click to collapse
Have you ever tried to change the Milestone boot logo? Is there a bit easy way to do it than the way like backing up with Nandroid, flashing the ROM and update again?
I'm not sure its possible to change the motorola logo, with the locked bootloader and kernel
correct me if i'm wrong
Min Ye Soe said:
Hi
Can anybody help me in changing my milestone 2.1 boot logo?
I already rooted it and can do some changes like bootanimation using terminal emulator but can't find a way to change this boot logo.
Thanks a lot for reply.
Click to expand...
Click to collapse
get root explorer and dell old bootanimatoin.zip in /system/media/ and copy new in this folder
Doesn't work...had accidently put in DroidX bootanimation in /system/media and nothing happened...still the M-Logo on startup...
TheSSJ said:
Doesn't work...had accidently put in DroidX bootanimation in /system/media and nothing happened...still the M-Logo on startup...
Click to expand...
Click to collapse
DroidX bootanimation, renamed to bootanimation.zip in /system/media ?
bootanimation and bootlogo are different.
bootlogo is the one u see first after reboot and bootanimation is the one with the animated features (actually .png files).
For my case, my bootlogo is our local teleco's one and probably Motorola put it as a default when they shipped for Singapore.
So they might use locked bootloader and kernel to prevent changing it.
For bootanimation, that zip file is in /system/media and you can swap it with another bootanimation at anytime.
But the case is you can't simply copy and paste it using Market Apps like "Root Explorer" or "AndExplorer" or smth like those as the /system/media folder is readonly.
So I used terminal emulator to change the bootanimation.
I could change it successfully but I still can't find my way to change the bootlogo so if anyone ever tried and changed it successfully, pls share your ways.
Thanks.
petyo.tsanov said:
DroidX bootanimation, renamed to bootanimation.zip in /system/media ?
Click to expand...
Click to collapse
Yes. For getting it to work it has to be put into /data/local (at least for me)
Min Ye Soe said:
bootanimation and bootlogo are different.
bootlogo is the one u see first after reboot and bootanimation is the one with the animated features (actually .png files).
For my case, my bootlogo is our local teleco's one and probably Motorola put it as a default when they shipped for Singapore.
So they might use locked bootloader and kernel to prevent changing it.
For bootanimation, that zip file is in /system/media and you can swap it with another bootanimation at anytime.
But the case is you can't simply copy and paste it using Market Apps like "Root Explorer" or "AndExplorer" or smth like those as the /system/media folder is readonly.
So I used terminal emulator to change the bootanimation.
I could change it successfully but I still can't find my way to change the bootlogo so if anyone ever tried and changed it successfully, pls share your ways.
Thanks.
Click to expand...
Click to collapse
I can tell you where you'll find the files for changing the boot loader, but it won't be of any use:
Unpack the boot.img of the stone and there you'll find it somewhere, but since you have to repack the modified boot image again and flash it, you'll notice that it won't boot anymore because the signature has changed...so until they don't unlock their boot.img nothing can be done IMHO.
TheSSJ said:
Yes. For getting it to work it has to be put into /data/local (at least for me)
I can tell you where you'll find the files for changing the boot loader, but it won't be of any use:
Unpack the boot.img of the stone and there you'll find it somewhere, but since you have to repack the modified boot image again and flash it, you'll notice that it won't boot anymore because the signature has changed...so until they don't unlock their boot.img nothing can be done IMHO.
Click to expand...
Click to collapse
Thanks a lot.
Min Ye Soe said:
Hi
Can anybody help me in changing my milestone 2.1 boot logo?
I already rooted it and can do some changes like bootanimation using terminal emulator but can't find a way to change this boot logo.
Thanks a lot for reply.
Click to expand...
Click to collapse
go here http://forum.xda-developers.com/showthread.php?t=696193
have bootloadind and steps how to setup bootloader
lyserver said:
go here http://forum.xda-developers.com/showthread.php?t=696193
have bootloadind and steps how to setup bootloader
Click to expand...
Click to collapse
Great, thanks a lot!

[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
------------------------------------------------------------
Installation of the old branded versions: just flash the the zip file below.
Screaming Droid Boot Animation Flashable Download 320 x 480 flashable to system/media
Screaming Droid Boot Animation 480 x 800 This is just the boot animation, rename and install where needed.
Screaming Droid Boot Animation Flashable 480 x 800 This flashable installs to the data/local folder if this isn't where you need it use the above bootanimation.zip and place it where its needed.
Screaming Droid Boot Animation Flashable 240 x 320 This installs to the system/media folder if this wont work for you i'll post the bootnaimation.zip and you can push it or you can pull it out of the flashable and push it.
Push Instructions:
use adb and push the bootanimation.zip (which must be in the tools folder which is inside your android-sdk folder) to /system/customize/resource, /data/local, /system/media, i think you only need to push it to the first one, but try all 3 just in case
adb push bootanimation.zip /system/media or /data/local or system/resource/customize
or with term app
first copy bootanimation.zip on your SDCard
run terminal
and write
#su
#mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
(now you can write to /system)
("browse" to location, where you have copied bootanimation.zip, if it is in root of your card)
#cd /sdcard
(you can check if it is there)
#ls
(now just copy it)
#cp bootanimation.zip /system/media
(you can exit, and reboot, new animation should work, enjoy)
Click to expand...
Click to collapse
I like this boot animation you did a great job thanks
Sent from my HERO200 using XDA App
raymond4 said:
I like this boot animation you did a great job thanks
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
Thank you. It took a while I had several version I didnt like and I finally settle on this one.
Looks good man ... Great job on it. Do u plan on making a dark version?
Really does everything have to be black around here. Lol what do you mean by dark? Maybe if I get enough requests.
I did have a good idea for a dark boot animation... one that would be easier to make dark. The way this was ripped doesn't lend well to dark colors.
Fun stuff as always XD
Awesome job buddy
ASimmons said:
Really does everything have to be black around here. Lol what do you mean by dark? Maybe if I get enough requests.
I did have a good idea for a dark boot animation... one that would be easier to make dark. The way this was ripped doesn't lend well to dark colors.
Click to expand...
Click to collapse
Black background ....
Very cool, thanks!
Your welcome. Thought it be more popular....
Sent from my HERO200 using XDA App
great job, something new.
Absolutely cool as hell!!! Thank you for this. One Suggestion. Do you think you could make the android scream more than once before the phone boots up?
aerajan said:
Absolutely cool as hell!!! Thank you for this. One Suggestion. Do you think you could make the android scream more than once before the phone boots up?
Click to expand...
Click to collapse
Thanks, I'll check through my iteration and see I think I had one that did that. I pretty much done with this one, I spent to much time on it so I'm moving on to something else.
ASimmons said:
Thanks, I'll check through my iteration and see I think I had one that did that. I pretty much done with this one, I spent to much time on it so I'm moving on to something else.
Click to expand...
Click to collapse
Cool. Thanks! Def enjoying it either way.
I love it! If I could add anything at all it would be sound. I think a good Jurassic Park roar would sound friggin awesome when the droid screams. I have no idea how to do that though, lol
Thanks... Well I could add a sound but it would only work for sense based rom. How I wish there was sound.
If people want a sense version I will male one with sound.
Sent from my HERO200 using XDA App
sweet, worked like a charm
CrapExplosion said:
sweet, worked like a charm
Click to expand...
Click to collapse
Good to here.
I would love one with sound for my sense Rom
Sent from my HERO200 using XDA App
skndeep102 said:
I would love one with sound for my sense Rom
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
Ok I can do this but I wont be for a couple of days since I'll need to put it together, Just look for an update in the next couple of days.
ASimmons said:
Ok I can do this but I wont be for a couple of days since I'll need to put it together, Just look for an update in the next couple of days.
Click to expand...
Click to collapse
Cool I appreciate it
Sent from my HERO200 using XDA App

[Request] A Beatles themed boot animation.

I'm a huge Beatles fan and would love to have a Beatles boot animation.
Sent from my DROIDX using XDA App
Surely someone can do this for me!
Sent from my DROIDX using XDA App
friedtater22 said:
Surely someone can do this for me!
Sent from my DROIDX using XDA App
Click to expand...
Click to collapse
give me the clips (links from youtube or other site) from where you want the animation and i'll do it for ya....
You rock man! So just a quick glance through YouTube and I found this one. Thought it would be quite fitting for a boot animation. If you can make it with the sound, then this is def the one I want to use. If no sound, I'll find a better one. Thanks a million to the moon and back!
http://www.youtube.com/watch?v=fup2KSfXTW8&feature=youtube_gdata_player
Sent from my DROIDX using XDA App
super.... im not sure if i can make it with sound cuz what im running now doesn't support bootanimations with sound so is going to be impossible for me to test and make it right..... but i can create the Boot Animation only out of it.
EDIT :
this is animation only and is flashable throught CW.... hope you like it
Click Here to Download THE BEATLES Flashable Zip
.
1. get the sound file and rename it as Android_Audio.mp3
2. edit the desc.txt file with a new line that says p 1 0 Android
3. place the bootanimation.zip file in /data/local
4. place the Android_Audio.mp3 file in data/local (DO NOT PUT THE AUDIO FILE IN THE BOOTANIM ZIP!!)
enjoy!
mattmartin77 said:
1. get the sound file and rename it as Android_Audio.mp3
2. edit the desc.txt file with a new line that says p 1 0 Android
3. place the bootanimation.zip file in /data/local
4. place the Android_Audio.mp3 file in data/local (DO NOT PUT THE AUDIO FILE IN THE BOOTANIM ZIP!!)
enjoy!
Click to expand...
Click to collapse
Yep thats how it is...only problem is that 3.4.2 Leak and i have try it before in Liberty can't Run animations with sound...i know there is a way to do it doing a little modification on the build.prop (i dont remember if that is the correct file) to make this work but i really havent do it yet.
draken78 said:
super.... im not sure if i can make it with sound cuz what im running now doesn't support bootanimations with sound so is going to be impossible for me to test and make it right..... but i can create the Boot Animation only out of it.
EDIT :
this is animation only and is flashable throught CW.... hope you like it
Click Here to Download THE BEATLES Flashable Zip
.
Click to expand...
Click to collapse
Tried to dl this and I think the link may be broken. Keeps saying page not found.
NM, got it downloaded. Renamed it, used liberty toolbox to install it and all I get is the gold rectangle on boot. Anything else I need to do to get it to work?
Sent from my DROIDX using XDA App
friedtater22 said:
Tried to dl this and I think the link may be broken. Keeps saying page not found.
NM, got it downloaded. Renamed it, used liberty toolbox to install it and all I get is the gold rectangle on boot. Anything else I need to do to get it to work?
Sent from my DROIDX using XDA App
Click to expand...
Click to collapse
jejejeje like i mention on my last post this is a FLASHABLE ZIP throught CLOCKWORK RECOVERY.
But if you want to use LIBERTY TOOLBOX what you only need to do is UNZIP the file and you see 2 folders goto DATA then LOCAL and you'll see bootanimation.zip just move/copy that zip file and then use liberty toolbox to finish the installation ....
draken78 said:
jejejeje like i mention on my last post this is a FLASHABLE ZIP throught CLOCKWORK RECOVERY.
But if you want to use LIBERTY TOOLBOX what you only need to do is UNZIP the file and you see 2 folders goto DATA then LOCAL and you'll see bootanimation.zip just move/copy that zip file and then use liberty toolbox to finish the installation ....
Click to expand...
Click to collapse
Tried it through clockwork and it doesn't see the zip file. Tried to unzip it and it says "bad zip file"??
NM, re-downloaded it, flashed it through clockwork. Works like a charm! You rock man! I really appreciate it. Now I'm gonna try the sound idea from above to see if it'll work.
Sent from my DROIDX using XDA App
friedtater22 said:
Tried it through clockwork and it doesn't see the zip file. Tried to unzip it and it says "bad zip file"??
NM, re-downloaded it, flashed it through clockwork. Works like a charm! You rock man! I really appreciate it. Now I'm gonna try the sound idea from above to see if it'll work.
Sent from my DROIDX using XDA App
Click to expand...
Click to collapse
your welcome dude, i was about to say that LoL, cuz i just downloaded and flash it and work pretty well here too .... even is sound is donde right i doubt is going to work on liberty rom.... i have try doing and bootanimation with sound and isn't working on liberty neither on stock rom...
Try this one, I had to modify the video a little bit and I added the sgt. peppers mp3 to it, it should work.
If you don't like this song, or want to change it, you should be able to do it easily (if you change the song, make sure you call it "sgtpeppers" even though it will be a different song, unless you change the song name in the desc.txt file).
Apply through bootstrap, do not rename to bootanimation.zip.
Download Link:
http://www.mediafire.com/?xi79xv911gg14gu
bouchigo said:
Try this one, I had to modify the video a little bit and I added the sgt. peppers mp3 to it, it should work.
If you don't like this song, or want to change it, you should be able to do it easily (if you change the song, make sure you call it "sgtpeppers" even though it will be a different song, unless you change the song name in the desc.txt file).
Apply through bootstrap, do not rename to bootanimation.zip.
Download Link:
http://www.mediafire.com/?xi79xv911gg14gu
Click to expand...
Click to collapse
mmmm i guess i was completely wrong about bootanimation with sound on Liberty and i was trying and testing different ways and never couldn't make it work ...... THANK YOU for make this happend
P.S. now i have a reference for future projects..... btw i saw the update-script and thats is the part i was missing
draken78 said:
mmmm i guess i was completely wrong about bootanimation with sound on Liberty and i was trying and testing different ways and never couldn't make it work ...... THANK YOU for make this happend
P.S. now i have a reference for future projects..... btw i saw the update-script and thats is the part i was missing
Click to expand...
Click to collapse
I had been watching this thread for a few days now, but I thought you would figure it out. I noticed you weren't getting it, so I figured I would help out a little bit
Sent from my DROIDX using XDA App
bouchigo said:
I had been watching this thread for a few days now, but I thought you would figure it out. I noticed you weren't getting it, so I figured I would help out a little bit
Sent from my DROIDX using XDA App
Click to expand...
Click to collapse
and your help is very appreciated........
I really appreciate all of you for helping out. I now have my Beatles boot animation with sound! LOVE IT!! Thanks so much!
Sent from my DROIDX using XDA App
As someone who pioneered sound on the X, I would just like to point out that sounds work on ANY rom, as long as you do it the right way.
http://www.megaupload.com/?d=F7V2IPS4
At that link is a .zip that should help out everybody.
Basically its an empty installable .zip that is installed easily through clockwork. You just need to place your audio file, and bootanimation.zip folder in the .zips system/media folder. As long as your desc.txt is correctly formatted, and bootanimation.zip is done properly then all that needs to be done is the bootanimation.zip in your phones data/local needs no be erased, or change the name to anything.zip.
i have included a file that goes into system/bin that *should* enable sound on any rom. It has worked perfectly through stock, rubix, and liberty..
Basically:
Unzip file
Place bootanimation.zip and audio.mp3 (or whatever you called it in you desc.txt) in the system/media
HHighligt the meta-inf and system folders, add them to archive, or zip them depending on which program you have.
ENSURE you set the compression to store, and the filetype to .zip. Name doesnt matter as this is just the install file.
Put on sdcard, clockworkmod, install, reboot and finally enjoy.
http://forum.xda-developers.com/attachment.php?attachmentid=356483&d=1278555629
that should be a file that allows to to check your animation on your computer, to see if u fudged up the desc.txt (which is real easy).
Just unzip the folder, open the file, bootanimationpreview1.5.exe then /file open your completed animation. If it plays, it will work on your phone, if not, the desc.txt is fudged.
Good luck all

[Boot Animation] Nexus Prime Official adjusted for the Note

Didn't notice anyone's uploaded this for the Note so here it is. I just adjusted the leak boot animation from this thread to fit the fullscreen of the Note (instead of 720x1280 of the Prime). Check the thread to see a low-quality preview of how the boot animation looks like
Credits go to febycv
YOUR NOTE MUST HAVE ROOT (and CWM) TO USE THIS Get both from the CF ROOT thread or any kernel with CWM.
Instructions (modified from febycv's thread):
1. Download the required file to your sdcard
2. Use root explorer or equivalent to go to /data/local and place the bootanimation.zip there (if it doesn't work, try /system/media/).
4. Reboot
Download Here
EDIT: To get rid of / replace the Power On sound, delete/rename/replace /system/etc/1_Power_On.ogg (or something similar). The Power Off sound file is also in the same folder...
Thanks.
It works like a charm.
i dont kbow why. But i placed the file in data/local . But it didnt change anything. Hmm
Sent from my GT-N7000 using XDA App
hoyoonbid said:
i dont kbow why. But i placed the file in data/local . But it didnt change anything. Hmm
Sent from my GT-N7000 using XDA App
Click to expand...
Click to collapse
You could try just placing it under /system/media/ also.
Brilliant can't wait to try it out when I go home.
Thanks!!It work very well!!
And it looks beautiful, worked just by placing it in /data/local.
Thanking you very much.
i have the hong kong 2.3.6 and it threw me into bootloop
Thks. Will try.
WOW, thanks!
I put it under /system/media/
works great...thanks
Thanks!!Good job!!
Mrglass86 said:
i have the hong kong 2.3.6 and it threw me into bootloop
Click to expand...
Click to collapse
Hmm, did you have a CWM kernel installed? I think it only works nicely if you do.
where I could find the Poweron sound?
iscio said:
where I could find the Poweron sound?
Click to expand...
Click to collapse
No idea. Haven't found it yet as a glance
Lost the boot animation after flashing KKA firmware. Tried /data/local and system/media to no avail. Any other ideas?
Worked as described! Thanks!
pjm77 said:
Lost the boot animation after flashing KKA firmware. Tried /data/local and system/media to no avail. Any other ideas?
Click to expand...
Click to collapse
You need to have a kernel with CWM to use this without flashing. You would have lost that when you flashed the (stock) KKA firmware. Get the latest CFRoot KKA kernel from Chainfire's thread
Great !!!
Just changed my bootanimation - put it into: data/local -> workes fine !
THX very much !
Hi All
I downloaded the boot animation, its folder on my mac after the download and when i transfer it on my note, it says boot animation.zip
I took this and pasted it in the local folder, nothing happened... then i pasted it in media and still nothing happens !!!
I sure that the boot animation for my note is in the media folder since i can see many things in that folder and there is nothing in the local folder...
I am on the KKA firmware with the CF-rooted kernel which i downloaded from the chain fire's thread and its perfectly installed
But till now I have not been able to make this work...
Is there step i am missing??? do i need to tale some files out of the boot animation.zip and place it in the folders or just download the .zip from this thread and then move it to the folder on my note?? (this what i have been doing till now)

Sons of Anarchy boot w/ sound (Links Up)

Here is the boot animation and also the theme to the show.
Push the bootanimation.zip to system/media. Rename the existing file to bootanimation.zipold.
If you want the sound push the wav file to ect and rename existing file to PowerOn.wavold. I have only tried replacing existing files not sure if will work if you have no boot sound.
*DISCLAIMER* I am no way responsible for what you do to your device
Thanks to TXLunchbox for the bootanimation
http://dl.dropbox.com/u/64304416/bootanimation.zip
http://dl.dropbox.com/u/64304416/PowerOn.wav
Sorry for the delay on the links. Can't get the files loaded as attachments but the dropbox links are up and working!
Again use at your own risk and so far have only tested on ROM that had existing startup sound.
Glad to see you got it up nd running
Sent from my Maybach s 4g
ShadyAce80 said:
Here is the boot animation and also the theme to the show.
Push the bootanimation.zip to system/media. Rename the existing file to bootanimation.zipold.
If you want the sound push the wav file to ect and rename existing file to PowerOn.wavold. I have only tried replacing existing files not sure if will work if you have no boot sound.
*DISCLAIMER* I am no way responsible for what you do to your device
Thanks to TXLunchbox for the bootanimation
http://dl.dropbox.com/u/64304416/bootanimation.zip
http://dl.dropbox.com/u/64304416/PowerOn.wav
Click to expand...
Click to collapse
Good work man!
Tip: renaming the files to bootanimation.zipold should be bootanimation.zip.old, same with the poweron.wav file. Or you could rename it to .bak, that is how some of the various apps do it so the filesystem thinks it is a backup file. I think sdmaid will remove .old files when using it that is why I suggest using the .bak extension.
eollie said:
Good work man!
Tip: renaming the files to bootanimation.zipold should be bootanimation.zip.old, same with the poweron.wav file. Or you could rename it to .bak, that is how some of the various apps do it so the filesystem thinks it is a backup file. I think sdmaid will remove .old files when using it that is why I suggest using the .bak extension.
Click to expand...
Click to collapse
Thanks for the tip. Now to just learn how to create a complete theme that can be flashed.
ShadyAce80 said:
Thanks for the tip. Now to just learn how to create a complete theme that can be flashed.
Click to expand...
Click to collapse
Ill help you what are u stuck on
Sent From a Galaxy S with 4G
DnickDominic said:
Ill help you what are u stuck on
Sent From a Galaxy S with 4G
Click to expand...
Click to collapse
thanks. Right now I'm starting out at android.com figuring out the emulator and what not. Also looking for threads to show me how to take the boot animation and package it up for flash.
ShadyAce80 said:
thanks. Right now I'm starting out at android.com figuring out the emulator and what not. Also looking for threads to show me how to take the boot animation and package it up for flash.
Click to expand...
Click to collapse
Couple of things...
First, while I do appreciate the thanks, I was under the assumption you were going to add this to a full ROM you were working on and not just post it in another forum. If that was the case you could have just linked to my post that I did for this. The reason I never posted it in any other phone forums is that the resolution is set specifically for the Galaxy S Vibrant, therefore may have not looked as good on other devices.
Second, for the sound to work, it all depends on your kernel. I never did one for mine cause the majority of people that use the device I designed the bootanimation.zip for had VooDoo kernels and those do not support boot sound.
Third, if you're wanting to make it flashable you're going to have to learn the code for the recovery system you are using for the phone. I used to have a flashable version of mine, but when codes changed for CWM Recovery, I just figured it was easier to tell people where to push the file to.
Again, I do appreciate the thanks, but next time be a little clearer on what you're doing with someone else's work before posting it as your own.
Thank you
TXLunchbox said:
Couple of things...
First, while I do appreciate the thanks, I was under the assumption you were going to add this to a full ROM you were working on and not just post it in another forum.
Click to expand...
Click to collapse
If you goto android.com its the home page to andorid....
http://www.android.com/
Boot animtion unsuccessful.
ShadyAce80 said:
Here is the boot animation and also the theme to the show.
Push the bootanimation.zip to system/media. Rename the existing file to bootanimation.zipold.
If you want the sound push the wav file to ect and rename existing file to PowerOn.wavold. I have only tried replacing existing files not sure if will work if you have no boot sound.
*DISCLAIMER* I am no way responsible for what you do to your device
Thanks to TXLunchbox for the bootanimation
http://dl.dropbox.com/u/64304416/bootanimation.zip
http://dl.dropbox.com/u/64304416/PowerOn.wav
Click to expand...
Click to collapse
I tried to push both files like you described even renaming to bootanimation.zip.old. rebooted but no animation. Im on valhalla black final + black booster.

Categories

Resources