Eblood boot annimation - LG Optimus 2x

Where can I find the bootanimation in EBlood 4.04 ??? i looked in system\media but it is not there ???

jhazenberg said:
Where can I find the bootanimation in EBlood 4.04 ??? i looked in system\media but it is not there ???
Click to expand...
Click to collapse
Maybe it's in /data/local because it gives more memory in system folder. :good:

JasonBourne.Qc said:
Maybe it's in /data/local because it gives more memory in system folder. :good:
Click to expand...
Click to collapse
No can't find the file in /data/local
and also not in /system/customize/resource/

Standard location which majority use is /data/local and /system/media. If there is no bootanimation.zip in those places, system is instructed by bin file to load and display images located in /framework-res/assets/images. Those are, almost always, two images, which are wrapping over when booting, resulting in "shinny text".
Hope it helps .

Related

sound in boot animations?

ok so i read on XDA that you can get sound on your boot animations. i have put together a droid x boot animation and with your help i got it to "install". now, i was told to edit the "desc" text document to read:
"320 480 22"
p 1 0 android
p 1 0 part0
p 0 0 part1
so i did that. then they said to name the mp3 file "Anroid_Audio.mp3" so i did. then they said to put the file into the "bootanimation.zip" where the desc txt document and the part0 and part 1 files are. then they said to copy that and go into data, then local, then paste it. so i did. then they said to reboot the phone and it would work. so i rebooted the phone. and all that happened was a blank screen for a little while and then it went to the homescreen.
anyone have any idea on how to get this to work?
anyone? i really would like to have sound..
Lol. I would like but don't know how to make it work.
seems like no one knows
Use WinRAR to compress your bootanimation.zip, and set the compression to "Store."
saturnine_sweet said:
Use WinRAR to compress your bootanimation.zip, and set the compression to "Store."
Click to expand...
Click to collapse
tried that but then when i opened up Root Explorer on my phone i pasted it into data/local and it said it pasted but it still showed the old bootanimation. tried same with system/media. no luck :/
Hmm idk about installing it that way. Using an update.zip or pushing from ADB might be more effective.
You spelled "Android" wrong in the file name of the mp3. Maybe that's the problem.
I've never added sound to my boots, but I do have a custom boot picture and custom animation. It seems to me that the title in your txt file should refer to the mp3 by the exact file name.
Let me know if you get this working. I'd love to change mine.
Sent from my FroyoEris using XDA App
why don't you browse through the original rom seeking for bootanimation.zip ?
btw by my own experience changing the original bootanimation.zip through a recovery script (aka update.zip) simply doesn't work so if its your case just do it manually with root explorer.
Hope it helps
joshw0000 said:
You spelled "Android" wrong in the file name of the mp3. Maybe that's the problem.
I've never added sound to my boots, but I do have a custom boot picture and custom animation. It seems to me that the title in your txt file should refer to the mp3 by the exact file name.
Let me know if you get this working. I'd love to change mine.
Sent from my FroyoEris using XDA App
Click to expand...
Click to collapse
lol sorry about that. i spelled it right on the file, just a mispelling on the post
Mister-Tea said:
why don't you browse through the original rom seeking for bootanimation.zip ?
btw by my own experience changing the original bootanimation.zip through a recovery script (aka update.zip) simply doesn't work so if its your case just do it manually with root explorer.
Hope it helps
Click to expand...
Click to collapse
I've changed the boot anim a number of times using a zip through recovery. However in these instances I was not the one that compiled the zip so I'm unsure about the exact process.
I belive your boot anim has to be a anim GIF along with a XML file.
Sent from my FroyoEris using XDA App
Have you tried putting the android_audio.mp3 file into /system/customize/resource/ and not inside the .zip?
That works for me.
5noc said:
Have you tried putting the android_audio.mp3 file into /system/customize/resource/ and not inside the .zip?
That works for me.
Click to expand...
Click to collapse
no i havent tried that but thanks for the tip, ill try it a little later
edit: i didnt see a folder named customize..?
roblikeschocolatecake said:
no i havent tried that but thanks for the tip, ill try it a little later
edit: i didnt see a folder named customize..?
Click to expand...
Click to collapse
On my Android 2.2 (froyo) device, the path to the bootanimation and sound file is:
/system/media/bootanimation.zip
/system/media/android_audio.mp3
Both are at the same folder level. Also, each 'frame' of the animation is a separate .png file in two directories. One directory has the opening part of the animation, the second directory contains just the looping part.
dklockshine said:
On my Android 2.2 (froyo) device, the path to the bootanimation and sound file is:
/system/media/bootanimation.zip
/system/media/android_audio.mp3
Both are at the same folder level. Also, each 'frame' of the animation is a separate .png file in two directories. One directory has the opening part of the animation, the second directory contains just the looping part.
Click to expand...
Click to collapse
i have a cliq with a 2.1 rom on it. inside the bootanimation.zip is a part0 and part1 folder. part0 contains the png's for the opening part of the bootanimation and part1 has the png's for the looping part. now, do i add a line into the txt file saying "android_audio.mp3" ? and then put the android_audio.mp3 into /system/media/ ?
roblikeschocolatecake said:
i have a cliq with a 2.1 rom on it. inside the bootanimation.zip is a part0 and part1 folder. part0 contains the png's for the opening part of the bootanimation and part1 has the png's for the looping part. now, do i add a line into the txt file saying "android_audio.mp3" ? and then put the android_audio.mp3 into /system/media/ ?
Click to expand...
Click to collapse
In my bootanimation.zip, my 'part0' folder is named 'android' (the opening part of the animation). There is no entry in the 'desc.txt' file for the audio file, it just sits in the media folder along side the .zip file, not inside it.
I just had an idea that the name of the audio file needs to match the name of the folder that has the first part of the animation. For example, my folder is named android and the audio file is 'android_audio.mp3'. If you're still having problems getting the audio to play, try naming the audio file 'part0_audio.mp3' and see if that works for you.
dklockshine said:
In my bootanimation.zip, my 'part0' folder is named 'android' (the opening part of the animation). There is no entry in the 'desc.txt' file for the audio file, it just sits in the media folder along side the .zip file, not inside it.
I just had an idea that the name of the audio file needs to match the name of the folder that has the first part of the animation. For example, my folder is named android and the audio file is 'android_audio.mp3'. If you're still having problems getting the audio to play, try naming the audio file 'part0_audio.mp3' and see if that works for you.
Click to expand...
Click to collapse
im not even gonna bother messing with it now. i mean the hd2 is a windows mobile phone yet it can run an android 2.2 rom. im jealous of my dad... and im sitting here with a cliq that still has android 1.5 and yet again moto has delayed the update. im ready to give up on the cliq. its got nothing out there. i mean, ive got it rooted and have a 2.1 rom on it but i just cant handle not having any development for it. but the thing is i just got my cliq from tmobile around april so im not sure if i qualify for an upgrade yet. should i maybe complain to tmoblile about moto being horrible with there updates and im not satisfied with the phone to try and get them to give me a new phone for free?
Im fairly certain you leave the sound file OUT of the bootanimation.zip. Just place it in there, and make sure the desc has the part0 sound thingy...
Didn't the older Android versions have sound in the boot animations?....Just for a brief moment. You could probably download a 1.5 rom, extract the boot animation from it, change the mp3 (and maybe something in the text file) and put it in data/local or system/media (or both) of your current rom.
Sent from my Droid Eris using XDA App

[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
That's great. Nice work
appox said:
That's great. Nice work
Click to expand...
Click to collapse
Thank you.
Very nice!
zHk3R said:
Very nice!
Click to expand...
Click to collapse
Thank you.
Would have prefered it without the Cyanogen being in there ut nice work all the same.
shadowch31 said:
Would have prefered it without the Cyanogen being in there ut nice work all the same.
Click to expand...
Click to collapse
Sorry but I had to pay homage to the almighty grand pubba of AOSP. My next one will be un-branded.
Thank you.
sweet man, i love it
aBsolutex3 said:
sweet man, i love it
Click to expand...
Click to collapse
Thank you sire, glad you like it.
Thanks A Simmons, too cool
Bayhill Jacket said:
Thanks A Simmons, too cool
Click to expand...
Click to collapse
No thank you, sir.
Can this be flashed through recovery or does it have to be pushed through adb?
fmedina2 said:
Can this be flashed through recovery or does it have to be pushed through adb?
Click to expand...
Click to collapse
This is a flashable zip, I only produce flashables as pushing stuff is a pain in the ass for most people. I like flashables as they take the guess work out of installing things. This flashable works with AOSP roms though.
Very nice is it simply flashable in recovery with stock rooted rom for desire?
thanks
thay said:
Very nice is it simply flashable in recovery with stock rooted rom for desire?
thanks
Click to expand...
Click to collapse
Yes the zip is flashable its only mdpi resolution right not but if requested i'll make a hd one. It gets flashed to system/media which is the aosp standard if you need something different just ask.
Is the hd one for the desire ?
and the mdpi version is still fully compatible with the desire resolution?
thay said:
Is the hd one for the desire ?
and the mdpi version is still fully compatible with the desire resolution?
Click to expand...
Click to collapse
mdpi is the only one I made which has a resolution of 380 by 420. I think on higher res phones it gets stretch but I can't guarantee, it wont hurt your phone to try it though at the worst it'll just have black edge where the resolution falls short.
If you want a higher res one just post me your resolution and I'll hook one up later tonight. To make it flashable to your device I need to know what device you have and what rom you run, since this flashable is for AOSP roms and tries to place the bootanimation in the media folder.
The desire screen res is 480×800 if you can make a compatible boot animation is very apreciated very thanks otherwise i try the mdpi version
thay said:
The desire screen res is 480×800 if you can make a compatible boot animation is very apreciated very thanks otherwise i try the mdpi version
Click to expand...
Click to collapse
I'll post one later tonight around 11 or 12 est time.
thanks again

[Q] Bootanimation Problems

I have rooted my LG Optimus 2x and have tested it by installing apps only for rooted phones. My phone has a bootanimation from the Swiss carrier Swisscom which is getting on my nerves as it also plays some miserable music. I have downloaded a different bootanimation but whe I try to rename the old bootanimation it says "insuffisient permission"....
anyone can help out with this please? There is also a close animation when turning the phone off.
Much appreciated.
Although you have root permissions you still need to mount the directory that the bootanimation is in with read/write permissions. If you have Root explorer this can easily be done.
robertosandros said:
Although you have root permissions you still need to mount the directory that the bootanimation is in with read/write permissions. If you have Root explorer this can easily be done.
Click to expand...
Click to collapse
Cheers Roberto. I have astro file. how do I mount the directory? thank you.
Maliacrete said:
Cheers Roberto. I have astro file. how do I mount the directory? thank you.
Click to expand...
Click to collapse
astro file cant' change the bootanimation!
u can use "root explorer"!
I'm not entirely sure but i think you dont need to have to change the orginal bootanimation.zip
If you put the new one in data/local/ that should work as well. You should try that before you change stuff around.
Search on market for bootanimation. I changed mine aswell.
Sent from my LG-P990
Do you need any further help? Or did you fix it
Make sure your bootanimation.zip only runs with 15fps and then put it to your sdcard.
Open up adb shell, and make sure you have root.
now use the following command to copy the new bootanimation to your phone:
cp /sdcard/bootanimation.zip /data/local/bootanimation.zip´
If your bootanimation runs with more than 15fps, you will have to make a flashable zip, and flash it to /system/media/bootanimation.zip
more info about bootanimations here:
http://forum.xda-developers.com/showthread.php?t=922902
Hallo and sorry for the late reply. I was not able to change the bootanimation. I read that I need to change the name of the existing bootanimation.zip, name the new bootanimation.zip and just put it in the system/media using root explorer. is this correct? I do not think i have the knowledge to check the amount of fps and how to make a flashable zip in case its more than 15fps... sorry but it sounds a bit of rocket sience here..
I have found the bootaniation changer lite on Market.. is this something good? anyone tried it?
Your bootanimation does not need to be 15 fps. I have a 30 fps one in data/local and it works just fine.

[Q] Bootanimation

Hi all, ive just upgrade my optimus 2x to V10b, the bootanimation now is not the original LG bootanimation but it is a starhub bootanimation, then ive changed the bootanimation at /system /media by replacing the bootanimation.zip with a new one, it is a success but the shut down animation still shows starhub animation, can anyone show me how to replace the starhub shut down animation??
check in /system/app/PowerOff.apk the shutdown animation should be there..
ok, how do i edit it??
besides that, can anyone upload the stock power_off.apk file and stock bootanimation.zip file??
Here is PowerOff.apk, dunno about the bootanimation
Hector Adams said:
besides that, can anyone upload the stock power_off.apk file and stock bootanimation.zip file??
Click to expand...
Click to collapse
and here is the stock bootanimation.zip
http://o2x.freeweb.hu/data/bootanimation.zip
hey, thanx so much for the post guyz, really really appreciated it,
I meant to post something in another thread. Still, thanks for the stock boot animation.
Hey everyone, sorry if this is a "hijack", i'll try to stay within the borders...
OK, just to start off these are my stats:
Android Version 2.3.7
Mod Version CyanogenMod-7-10132011-Nightly
Build GWK74
Baseband: 1035.21_20110720
My question is, i've seen mentioned to go look in the /system/media for the bootanimation.zip. When i peek in that directory i see a bootanimation.bak
I can't seem to find a .zip.
I'm still new at all this, so be gentle
Rezvonflux said:
Hey everyone, sorry if this is a "hijack", i'll try to stay within the borders...
OK, just to start off these are my stats:
Android Version 2.3.7
Mod Version CyanogenMod-7-10132011-Nightly
Build GWK74
Baseband: 1035.21_20110720
My question is, i've seen mentioned to go look in the /system/media for the bootanimation.zip. When i peek in that directory i see a bootanimation.bak
I can't seem to find a .zip.
I'm still new at all this, so be gentle
Click to expand...
Click to collapse
.bak is just a backup file from something ...
use root explorer for example to display system directories correctly ...
if you still need cyanogen bootanimation.zip , here it is
75markus said:
.bak is just a backup file from something ...
use root explorer for example to display system directories correctly ...
Click to expand...
Click to collapse
I've been using ES File Explorer, but i'll try root explorer.
Thanks, be back with details...
screenie :
Rezvonflux said:
I've been using ES File Explorer, but i'll try root explorer.
Thanks, be back with details...
Click to expand...
Click to collapse
There won't be any differences between the files displayed with root explorer... ES file explorer is really very good.
If you have a boot animation during start of the phone there must be a zip file somewhere..
I've read that an alternative place for the zip file was somewhere in data, data/local I think? This is to enable non root phone to be customized.. There's a thread about this in this section.
Striatum_bdr said:
There won't be any differences between the files displayed with root explorer... ES file explorer is really very good.
If you have a boot animation during start of the phone there must be a zip file somewhere..
I've read that an alternative place for the zip file was somewhere in data, data/local I think? This is to enable non root phone to be customized.. There's a thread about this in this section.
Click to expand...
Click to collapse
OK, so it's good to know i wasn't missing anything eith ES. Even tho, i still cannot seem to find a bootanimation.zip anywhere
So far i've looked in:
/system/media/ only had a bootanimation.bak
...i've tried all others mention, and nada.
But i do have a bootanimation.zip there somewhere... and have been able to change it using BAC LITE. Could it be that maybe Rom Toolbox (having the option to diable boot animations) placed it somewhere else?
But just as a catch up, when i boot (with the option all boot animation disabled in RT) i get the plain white LG logo, then switches to a fancier coloured LG logo (and then a skateboarding Android or simple "Android" if enabled in RT).
Again, thanks got the helps guys...

Stock boot animation?

I'm running stock 4.0.4 with Notecore 14. And want to get stock animation back. Want some help Guys.
Akilesh said:
I'm running stock 4.0.4 with Notecore 14. And want to get stock animation back. Want some help Guys.
Click to expand...
Click to collapse
here it is if you are looking for the file - http://forum.xda-developers.com/showthread.php?t=1675605
Not sure if you are asking about enabling it after flashing Notecore.
I dwnloaded from that link but how to proceed?
Aired From My Android Rocket
Akilesh said:
I dwnloaded from that link but how to proceed?
Aired From My Android Rocket
Click to expand...
Click to collapse
Just copy the bootanimation zip file to System>Media using root explorer and set permissions to rw-r-r
Reboot
sahilarora2003 said:
Just copy the bootanimation zip file to System>Media using root explorer and set permissions to rw-r-r
Reboot
Click to expand...
Click to collapse
HI,
but in system/media, there is nothing called bootanimation.zip, there are some .qmg files
how will it happen?
nokiamodeln91 said:
HI,
but in system/media, there is nothing called bootanimation.zip, there are some .qmg files
how will it happen?
Click to expand...
Click to collapse
That doesnt matter.paste bootanimation.zip among those .qmg files
Change the permissions to rw- r-- r--
And then restart your phone..It works:good:
rajsekhar.300 said:
That doesnt matter.paste bootanimation.zip among those .qmg files
Change the permissions to rw- r-- r--
And then restart your phone..It works:good:
Click to expand...
Click to collapse
hi... can i place my own jpg or png files to create a custom animation??? if so what are the requirements??
nokiamodeln91 said:
hi... can i place my own jpg or png files to create a custom animation??? if so what are the requirements??
Click to expand...
Click to collapse
Hope this guide helps you
http://www.addictivetips.com/mobile/how-to-change-customize-create-android-boot-animation-guide/

Categories

Resources