[Q] Bootanimation Problems - LG Optimus 2x

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.

Related

[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

Honeycomb Original Boot Animation

.
Hi there ppl, here I post you a link to a lil modified version of the original honeycomb rip boot animation that will work in our Arias fullscreen. Is just the dimensions changed in the desc.txt file but it'll save you sometime (as I had to go all the way to get how boot animation worked q: )
Here how it looks on a Nexus S: http://www.youtube.com/watch?v=MrAoqgAzKyQ
If you're running CM7 it should be as simply as replacing the bootanimation.zip located in /data/local/ with this one (use root explorer or ES file explorer with root explorer option to navigate there). If you're running another ROM (and you dont have a bootanimation at /data/local/) take the second version and flash it in recovery. Not sure if that would work (havent tried) but it'll replace the animation found at /system/media/ folder as our Arias are s-on still.
Bare Version (just drop it in /data/local/)
Recovery Flasheable Version (replaces bootanimation found at /system/media/)
Neither way works breh
Edit: CM 7rc
Sent from my Liberty using XDA App
.
There's really no science to have it, you just need to replace the bootanimation.zip in /data/local/ (that folder is hidden, you need root explorer to get in there, is in the phone memory, not the sdcard)
Darius_bd said:
.
There's really no science to have it, you just need to replace the bootanimation.zip in /data/local/ (that folder is hidden, you need root explorer to get in there, is in the phone memory, not the sdcard)
Click to expand...
Click to collapse
The original is in /system/media. Putting a bootanimation.zip in /data/local will supercede the original. It looks great on the aria. Thanks for the port.
It should work on any rooted phone, CM or not.
Also, there's no need to use root explorer. Just place bootanimation.zip on your sdcard root and open Terminal Emulator:
su
cp /sdcard/bootanimation.zip /data/local/
reboot
Click to expand...
Click to collapse
Works like a charm.
Some of the versions floating around have white flashes between the loops - this one fixes that:
http://lts.cr/QHX
bkmo said:
The original is in /system/media. Putting a bootanimation.zip in /data/local will supercede the original. It looks great on the aria. Thanks for the port.
Click to expand...
Click to collapse
Thank you, that was very helpful. But it is a sick boot animation.
Sent from my Liberty using XDA App
Perhaps I did it wrong, but the image appears rather pixelated to me during load up.
Awesome. Cheers!
seboj said:
Some of the versions floating around have white flashes between the loops - this one fixes that:
Click to expand...
Click to collapse
The white flashes happens when there are foreign files inside the folder with the PNGs. In most case, a certain thumb.db hidden file I think we all have meet before
powerchess said:
Perhaps I did it wrong, but the image appears rather pixelated to me during load up.
Click to expand...
Click to collapse
You can try cooking your framework and add the HC boot animation @ the UOT Kitchen
merged 10chrs
Looks awesome Darius, thanks for sharing.
I am drooling right now that's the most epic thing I have sawn lol
Sent from my Liberty using XDA App
Thanks this is awesome. Took me a while to install it. Running liberated 2.2 based on the gratia release and none of the above methods worked. Finally replaced the boot file in system/customize/resource with this one and flashed the whole Rom thru recovery no wipes. Worked perfectly.
Sent from my HTC Liberty using XDA Premium App
Wow, it looks great and the install was a piece of cake. I don't really spend much time watching the phone boot, but it's cool anyway.
awesome boot animation, but i'm curious about changing the boot image like the one in the video to like a picture in my gallery?
thanks for this!! worked like a charm.
can't get it working, running FR008.
HTC White-screen
I used Root Explorer to drop the file into the right folder, and when I rebooted the phone (multiple times), it got stuck at the HTC Screen.
Not worth the hassle...at least for something that lasts less than a minute.
Did it wow for a complete noob, if no one doesn't know how to do this shouldn't be rooted at all lol.
1. Get root explorer
2. Download his bare version and put it right on ur sd card so u can find it
3. Then go to phone on root explorer go out of where it first takes u via back button
4. Copy the bootanimation.zip
5. Then it'll have a option to paste hit back button it will take u back to where u were
6. Go to data/local/ and hit paste
7. Reboot and watch the awesome boot!
-AriaUSer_
AriaUSer_ said:
Did it wow for a complete noob, if no one doesn't know how to do this shouldn't be rooted at all lol.
1. Get root explorer
2. Download his bare version and put it right on ur sd card so u can find it
3. Then go to phone on root explorer go out of where it first takes u via back button
4. Copy the bootanimation.zip
5. Then it'll have a option to paste hit back button it will take u back to where u were
6. Go to data/local/ and hit paste
7. Reboot and watch the awesome boot!
-AriaUSer_
Click to expand...
Click to collapse
Better yet:
Copy the bootanimation.zip file to the ROM zip file (system/media folder) and THEN copy the ROM file to your device using your choice of file exchange.
The first thing I do with new ROMs is to delete the files I don't want or need (like the language files) and add those I want to have (e.g., the original CM7 email app that supports color-coding accounts).
You can also replace the ROMs bootanimation the same way.
I've significantly reduced the size of the ROM by getting rid of unnecessary ring tones (who needs 50 of them?), programs (e.g., ROM Manager), and wallpapers (e.g., smoke, other useless ones).
I can shave typically 5-7 MB off the size, which may not seem like a lot, but helps.

[BOOT ANIMATION] Georgio Armani Samsung Galaxy S

FOR ROOT USERS ONLY
1. Copy bootanimation.zip to /data/local/
2. Copy android_audio.mp3 to /system/customise/resources/
Please Note
Works with New Gingerbread Leaked Roms
FOR ROOT USERS ONLY
1. Copy bootanimation.zip to /data/local/
2. Copy android_audio.mp3 to /system/customise/resources/
Please Note
Works with New Gingerbread Leaked Roms
FOR ROOT USERS ONLY
1. Copy bootanimation.zip to /data/local/
2. Copy android_audio.mp3 to /system/customise/resources/
Please Note
Works with New Gingerbread Leaked Roms
If the animation runs too fast on your phone, edit the desc.txt file in bootanimation.zip and decrease the number 15 to around 8-10 as per your liking
frist post audio mp3 file corrupted please repost file bey++the file can't copy to /system/customise/resources/ why is read only bey
On my disare hd don't work on New Gingerbread Leaked Roms
The file is alright. Use 7zip to extract.
Sent from my Desire HD using XDA Premium App
cant extract the audio file because of CRC error in the first post.. not with either winrar or 7zip..
I downloaded the Armani video off youtube and made another version
http://hotfile.com/dl/109705198/24857b3/bootanimation.zip.html
click the thanks button if you like it
I cant find my folder /data/local/ my data folder contains nothing. What should I do? I can only see /system/customise/resources/
does that have sound ?
I didnt bother do the sound, but I can add it, or you can add it too if you still have the files
tids2k said:
does that have sound ?
Click to expand...
Click to collapse
what sound?
I cant find folder /data/local. where should i put the bootanimation.zip? i can only see using Astro File Manager is /system/customize/resource. HELP PLEASE.
Schiso said:
what sound?
I cant find folder /data/local. where should i put the bootanimation.zip? i can only see using Astro File Manager is /system/customize/resource. HELP PLEASE.
Click to expand...
Click to collapse
you need root manager or su manager to write files in that directory ..
tids2k said:
you need root manager or su manager to write files in that directory ..
Click to expand...
Click to collapse
how do i write files in taht directory? ( i downloaded es file explorer/astro file explorer. what should i do? step by step please
Use root explorer.the other 2 you used don't get write permission
Sent from my Desire HD using XDA App
how do i remove the sound if i had already flash the sound for my boot animation?
use root explorer to browse to /system/customise/resources/ and delete android_audio.mp3
or use adb in command prompt
Code:
adb shell
cd /system/customise/resources/
rm android_audio.mp3
you can always type "ls" after you do /system/customise/resources/ to look for the sound file.
thanks for the quick reply !
my boot animation will hang... but it still can be loaded into android.
any idea how to solve it? i change the framerate from 15 to 10 and it still hang ..
is it one you downloaded or you made? framerate 15 = 15/100th of a second, correct me if im wrong there.
I pasted the file into system->media and on boot the animation was lighting fast so i changed the value from 15 to 8 in that file in the zip, saved and pasted it back into system->media and now i get no boot animation. i then pasted it into data->local and still nothing

[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...

How do i

How do i mount system? I want to change the bootanimation.
zulmajdi said:
How do i mount system? I want to change the bootanimation.
Click to expand...
Click to collapse
You can mount system through recovery. It should be easy to find.
But to change bootanimation just delete the original .zip and place the new one there, set permissions and done.
WILLI120 said:
You can mount system through recovery. It should be easy to find.
But to change bootanimation just delete the original .zip and place the new one there, set permissions and done.
Click to expand...
Click to collapse
Can you tell me even more specific. I new to this edit stuff
Sent from my HTC Incredible S using xda premium
zulmajdi said:
Can you tell me even more specific. I new to this edit stuff
Sent from my HTC Incredible S using xda premium
Click to expand...
Click to collapse
Which ROM are you using? The location of the bootanimation will vary depending on whether its like stock, or sense, or added bootanimation by dsixda ROM kitchen (you get the idea here).
A file explorer app like solid explorer or es file explorer lets you mount /syste m
im using the es explorer but i can't see any system location.
zulmajdi said:
im using the es explorer but i can't see any system location.
Click to expand...
Click to collapse
I would actually recomment root explorer for this simply cuz it doesnt have so much eye candy and everything is easier to see.
But nevermind that,in order to go to the system files (not the SD card files) you have to go to settings and tick all the boxes under root settings (or something with a similar heading). Then take the bootanimation you want (copy it).
The bootanimation for the ROM is different depending on the ROM. On AOSP and AOKP ROMs its in the /system/media folder. Simply rename the original bootanimation.zip to bootanimation.zip.bak just in case you want to change back. Paste your bootanimation and rename to bootanimation.zip. Then set the permission to rw-r-r.
I dont know where the bootanimation in Sense ROMs are though but the process is still the same.
Bootanimation locate in system/customize/resource

Categories

Resources