This initial creation of just the Casino Royale gun barrel down animation has turned into a life of it's own. The following animations are available at this point:
Casino Royale gun barrel as both a boot and down animation using the same clip. The shower scene was also requested from the movie and I've added that as well.
Back to the Future of the Deloreon disappearing for the boot animation and having it reappear for the down animation.
Iron Man: There a a couple of choices for the boot animation. The first boot animation is Iron Man flying in his silver suit trying to reach the altitude record. The second boot animation is a firefight with insurgents. The down animation is Iron Man blowing up the missiles.
How to Train Your Dragon: Flying scene. Large. I'm at my limit of attaching file so you will need to download it form here:
http://www.chrisdos.com/evo_3d_animations/
Star Wars Millennium Falcon: Both boot and down animations. The boot animation is quite long and the phone boots up before it completes. To see the whole thing run adb shell bootanimation. With CM7's long boot times, I'll be able to see the whole thing when it boots up. You can get it from here:
http://www.chrisdos.com/evo_3d_animations/
Terminators: I've added a few clips. I'll probably be adding a couple more from the other movies. Get the animations from here:
http://www.chrisdos.com/evo_3d_animations/
Check out the clips from here:
http://www.chrisdos.com/movie_clips
To install, choose wither you are installation a boot animation or a down animation:
Boot Animation installation instructions using ADB:
To install, we need to replace /system/customize/resource/Sprint_bootanimation.zip with the new animation.
adb remount (hopefully your rooted rom supports the root shell when opening adb)
adb push <boot_animation_chosen> /system/customize/resource/Sprint_bootanimation.zip
adb shell chmod 644 /system/customize/resource/Sprint_bootanimation.zip
Down Animation installation instructions using ADB:
To install, we need to replace /system/customize/resource/Sprint_downanimation.zip with the new animation.
adb remount (hopefully your rooted rom supports the root shell when opening adb)
adb push <boot_animation_chosen> /system/customize/resource/Sprint_downanimation.zip
adb shell chmod 644 /system/customize/resource/Sprint_downanimation.zip
These were made from the Blu-rays or DVDs that I have.
Programs and commands that I used that will help others:
Extracted the sequence of frames I wanted using avidemux2_gtk
Converted the frames to jpg's using ffmpeg:
ffmpeg -i Casino_Royale_Gun_Barrel.mp4 %03d.jpg
zipped everything up with no compression:
zip -r0 /tmp/casino_royale_downanimation.zip *
Hopefully everyone enjoys these as much as I do.
If you wish to view the movie clips used for these, you can see them here:
http://www.chrisdos.com/movie_clips/
I have a LOT of movies that I spent three months and six computers going full tilt to rip. My list is here:
http://pastebin.com/NsLggMtm
If anyone would like any short clips made, I'm open to suggestions. Though I would have to like to the clip as well.
awesome! gonna give it a try!
I had to reset the permissions but beyond that it works and looks awesome. A little lag where the blood runs down the screen or is that by design?
Sent from my PG86100 using XDA App
Permissions are rwxrr, or you can chmod 744.
BANG! from my shooter...
Nice work. I made this splash screen yesterday and shared it on another post. It's an old school bond barrel. Might go well with your bootanimation. I think you should do an old school boot animation too. If I knew how, I would.
il Duce said:
Permissions are rwxrr, or you can chmod 744.
BANG! from my shooter...
Click to expand...
Click to collapse
how u reset permissions
nascarfan22 said:
how u reset permissions
Click to expand...
Click to collapse
You should be able to run the following if you get a root shell through adb:
adb remount
adb shell chmod 644 /system/customize/resource/Sprint_downanimation.zip
Op I see you have back to the future, do you think you could make two clips one with the deloreon dissapearing and one with it reappearing?
Sent from my PG86100 using XDA App
This would be bad ass!
firestetz said:
Op I see you have back to the future, do you think you could make two clips one with the deloreon dissapearing and one with it reappearing?
Sent from my PG86100 using XDA App
Click to expand...
Click to collapse
Sent from my PG86100 using XDA App
firestetz said:
Op I see you have back to the future, do you think you could make two clips one with the deloreon dissapearing and one with it reappearing?
Sent from my PG86100 using XDA App
Click to expand...
Click to collapse
As a boot animation or down animation? Which movie? What scene?
ChrisDos said:
As a boot animation or down animation? Which movie? What scene?
Click to expand...
Click to collapse
I would like to have the dissapearing one for the downanimation and the reapearing for the bootanimation. Doesn't really matter as from which BTF as long as it looks good like all of them.
On second thought the first test of the time machine with Einstein riding in it would probably be the best runner up would be the hover version.
Sent from my PG86100 using XDA App
ChrisDos said:
You should be able to run the following if you get a root shell through adb:
adb remount
adb shell chmod 644 /system/customize/resource/Sprint_downanimation.zip
Click to expand...
Click to collapse
do you flash the zip first then run the chmod or run chmod first and then flash?
Appearing for boot and disappear for down animation. Too cool
ChrisDos said:
As a boot animation or down animation? Which movie? What scene?
Click to expand...
Click to collapse
Sent from my PG86100 using XDA App
dpg2001 said:
do you flash the zip first then run the chmod or run chmod first and then flash?
Click to expand...
Click to collapse
It's not a flash the zip kind of thing. It's a copy the zip to replace the file using adb.
firestetz said:
I would like to have the dissapearing one for the downanimation and the reapearing for the bootanimation. Doesn't really matter as from which BTF as long as it looks good like all of them.
On second thought the first test of the time machine with Einstein riding in it would probably be the best runner up would be the hover version.
Sent from my PG86100 using XDA App
Click to expand...
Click to collapse
How about these that I've attached. They are only the videos. If they look like the clips that you like, I'll make them into the animation files. I don't know if I can do sound yet or if you even want sound.
Cool dling and checking out now.
Sent from my PG86100 using XDA App
how would you push this if youre on a custom rom then. theres no sprint animations
jfizz88 said:
how would you push this if youre on a custom rom then. theres no sprint animations
Click to expand...
Click to collapse
The locations should still be there, even if the ROM developer removed the animations. You just need to copy the files to the correct location.
ChrisDos said:
How about these that I've attached. They are only the videos. If they look like the clips that you like, I'll make them into the animation files. I don't know if I can do sound yet or if you even want sound.
Click to expand...
Click to collapse
Those are perfect, sound would be cool but if you can't is no biggie. Thanks man I love you (in a completely non homosexual way).
Sent from my PG86100 using XDA App
ChrisDos said:
The locations should still be there, even if the ROM developer removed the animations. You just need to copy the files to the correct location.
Click to expand...
Click to collapse
so
adb push casino_royale_downanimation.zip /system/customize/resource/
adb shell chmod 644 /system/customize/resource/
or does it still have to be adb push casino_royale_downanimation.zip /system/customize/resource/Sprint_downanimation.zip
adb shell chmod 644 /system/customize/resource/Sprint_downanimation.zip
im on ReWInD 3D RLS2 rom
Related
I have been trying to create a boot animation for my evo 3d. I got every correct as if i was doing it for my evo. EVO 3d size is 540 x 960. saved as zip and store. tried everything what part am I missing. all my files are pngs and serialized. i also tried jgp. I also got bootscoot and is still not working when i put files in data/local and flash zip. I would attach but my animations are large and over the 8mb limit. i just need suggestions on what it could be.
mrtibbs1986 said:
I have been trying to create a boot animation for my evo 3d. I got every correct as if i was doing it for my evo. EVO 3d size is 540 x 960. saved as zip and store. tried everything what part am I missing. all my files are pngs and serialized. i also tried jgp. I also got bootscoot and is still not working when i put files in data/local and flash zip. I would attach but my animations are large and over the 8mb limit. i just need suggestions on what it could be.
Click to expand...
Click to collapse
Check the desc file make sure that's correct. And are you sure that's where the Bootanimation goes? And is it named correctly(Sprint_bootanimation.zip)
If its still not working after I get off work (checking xda off phone,shh dont tell the boss)I can take a look at it for you if you post it up or pm me with a link.
brought to you by the little voices in my head
ok here is what I was trying to build
this is the boot animation.
https://dl-web.dropbox.com/get/MH-bootanimation.zip?w=c470639c&dl=1
this is the down animation
https://dl-web.dropbox.com/get/MH-downanimation.zip?w=1ea7176d&dl=1
mrtibbs1986 said:
this is the boot animation.
https://dl-web.dropbox.com/get/MH-bootanimation.zip?w=c470639c&dl=1
this is the down animation
https://dl-web.dropbox.com/get/MH-downanimation.zip?w=1ea7176d&dl=1
Click to expand...
Click to collapse
When pushed to the phone, they need to be named exactly how the one's you are replacing them are and same permissions.
I believe it is SPC_bootanimation.zip in /system/customize/resources if using a Sense-based ROM.
mrtibbs1986 said:
this is the boot animation.
https://dl-web.dropbox.com/get/MH-bootanimation.zip?w=c470639c&dl=1
this is the down animation
https://dl-web.dropbox.com/get/MH-downanimation.zip?w=1ea7176d&dl=1
Click to expand...
Click to collapse
got the 403 error when trying to dl the link
Trying downloading now had to restart my mac
Sent from my PG86100 using XDA App
here is the link sorry
http://dl.dropbox.com/u/37211289/MH-bootanimation.zip
^boot animation
http://dl.dropbox.com/u/37211289/MH-downanimation.zip
^down animation
i have tried pngs and jpgs i think right now they are jpgs and i changed size of images.
mrtibbs1986 said:
http://dl.dropbox.com/u/37211289/MH-bootanimation.zip
^boot animation
http://dl.dropbox.com/u/37211289/MH-downanimation.zip
^down animation
i have tried pngs and jpgs i think right now they are jpgs and i changed size of images.
Click to expand...
Click to collapse
so is it black screen(not playing) or whats going on(or not going on)
just so i know what i'm looking for.
edit:: nm i see a couple problems on the bootanimation(i'll start there)
edit2:: you want to loop the whole thing(kinda big loop) i can tweak this a little and make the flames and mh logo loop until start up.(my 2 cent would look good that way)
thanks
just do your best i greatly appreciate it
it doesnt matter anytime i tried to put it on it was just a blank screen i also have bootscoot which has moved my bootanimation to data/local instead of system/customize/resource
give this a try and let me know
unzip MH-boot.zip and the zip you need is inside
now this is the next question when rezipping this i need to make sure i select store in winrar correct
Nevermind testing now
Sent from my PG86100 using XDA App
mrtibbs1986 said:
now this is the next question when rezipping this i need to make sure i select store in winrar correct
Click to expand...
Click to collapse
no need to re-zip it just open the one named MH-bootanimation(with winzip,7zip, whatever) and inside is the Sprint_bootanimation.zip that you put where ever your bootanimation goes just as it is(dont unzip,rename)
ok i saw what you meant as soon as i opened it but now i have to figure out with the bootscoot and boot animation flasher so i will give you results in a second
ok thank you thank you thank you i can tweek it from here because it runs extremely fast... how would i set up for logo and flames for down animation
here try this same rules as the bootanimation
did you get the speed fixxed(cause i can do it pretty quick if not)
No I can't get it I tried changing it to 10 instead of 25 and it didn't work
Sent from my PG86100 using XDA App
mrtibbs1986 said:
No I can't get it I tried changing it to 10 instead of 25 and it didn't work
Sent from my PG86100 using XDA App
Click to expand...
Click to collapse
Hold up a sec and i'll get it
edit:: it's up in post #11 change to 10 check it out and let me know on the speed
My rice krispies told me what to say
As soon as you changed the value it doesn't work anymore I'm guessing the 3d has certain values u have to use.
Sent from my PG86100 using XDA App
Yea I'm a tard so help me. What folder do the damn boot animations go in? I searched and Id rather ask and get flamed by the asses then read thru a thousand pages. Thanks for your help ahead of time!
Sent from my PG86100 using XDA App
derekfaircloth said:
Yea I'm a tard so help me. What folder do the damn boot animations go in? I searched and Id rather ask and get flamed by the asses then read thru a thousand pages. Thanks for your help ahead of time!
Sent from my PG86100 using XDA App
Click to expand...
Click to collapse
No flames here- I also'd likta see a list of cool boot animations w/ a noob tut on how to install
Any good Devs up for a project??
Yea I got all these cool animations and I can't figure out where they go.
Sent from my PG86100 using XDA App
You put boot animations in /system/customize/resource and rename it Sprint_bootanimation.zip. but if you want boot sounds I would follow this guide http://forum.xda-developers.com/showthread.php?t=1197748.
tjlawson09 said:
You put boot animations in /system/customize/resource and rename it Sprint_bootanimation.zip. but if you want boot sounds I would follow this guide http://forum.xda-developers.com/showthread.php?t=1197748.
Click to expand...
Click to collapse
Thanks man- list of any good ones??
tjlawson09 said:
You put boot animations in /system/customize/resource and rename it Sprint_bootanimation.zip. but if you want boot sounds I would follow this guide http://forum.xda-developers.com/showthread.php?t=1197748.
Click to expand...
Click to collapse
Thank you
Sent from my PG86100 using XDA App
Ok I don't have that directory, do I create it?
Sent from my PG86100 using XDA App
Aerostar601 said:
Thanks man- list of any good ones??
Click to expand...
Click to collapse
do you have something in mind that you would like to have as a bootaniamtion?
derekfaircloth said:
Ok I don't have that directory, do I create it?
Sent from my PG86100 using XDA App
Click to expand...
Click to collapse
system/customize/resource no it's there.
I figured it out. Thank you for your help. Don't ask me how but that directory was deleted or something so I added it back in and its fine now. Guess I better not leave root explorer open with my 5 yr old around and my back turned. Thanks again!
Sent from my PG86100 using XDA App
Just double checked and its there. Glad you found it. I'm gonna work on my boot animation tonight. I still gotta remove some frames and get longer audio. I'll post in themes and apps when its close to perfect.
tjlawson09 said:
Just double checked and its there. Glad you found it. I'm gonna work on my boot animation tonight. I still gotta remove some frames and get longer audio. I'll post in themes and apps when its close to perfect.
Click to expand...
Click to collapse
Give me heads up when done id like ro see it
Sent from my PG86100 using XDA App
I put them in that directory and renamed them and still nothing. Damn it I give up. Aaaaa-hhh-hhhhh
Sent from my PG86100 using XDA App
derekfaircloth said:
I put them in that directory and renamed them and still nothing. Damn it I give up. Aaaaa-hhh-hhhhh
Click to expand...
Click to collapse
Use BootScoot then put your animations named bootanimation.zip in /data/local and your sound named android_audio.mp3 there and it will work. BootScoot will make the folder for you if they aren't there. You have to use it to enable sound too. You can also add your bootanimation.zip and android_audio.mp3 to BootScoot before you flash it.
derekfaircloth said:
I put them in that directory and renamed them and still nothing. Damn it I give up. Aaaaa-hhh-hhhhh
Sent from my PG86100 using XDA App
Click to expand...
Click to collapse
Did you get your animation to work?
derekfaircloth said:
I put them in that directory and renamed them and still nothing. Damn it I give up. Aaaaa-hhh-hhhhh
Sent from my PG86100 using XDA App
Click to expand...
Click to collapse
If you're using root explorer, after you name it correctly and move it correctly, long press the zip and click permissions, set to RW_(user)R__(group)R__(others). If you'd rather use adb, once you get into your tools path in cmd, type adb shell, then enter, then type chmod 644 /system/customize/resource/Sprint_bootanimation.zip
it's the same for boot and down, also, bootscoot is pretty easy too.
in case anyones looking for it..
http://forum.xda-developers.com/showthread.php?p=18244300#post18244300
Have you tested this with the Streak? I've been looking for a good boot animation and I like the easy this one looks.
Sent from my Dell Streak using xda premium
Thanks Chris! Of course the N1 version of this needs edited to run full screen on the Streak's sideways / upside down screen
Link forthcoming...
...and here it is. Edited for full screen Streak 5 glory (and Streak 7 too I suppose).
I don't need to post instructions for copying this into /data/local and rename bootanimation.zip, do I? ...guess I just did!
Video courtesy of grasshoxda
thanks , I knew you someone would fix it.. I've been very busy lately.
Can we see a teaser vid on the Streak??
http://www.youtube.com/watch?v=vK-AnCbg6bo
Absolutely dazzling on Streak7 thanks nick
Maybe it's just the ROM I'm using but my animation doesn't last more than 2-3 seconds.
Sent from my Dell Streak using xda premium
goyjuss said:
Maybe it's just the ROM I'm using but my animation doesn't last more than 2-3 seconds.
Sent from my Dell Streak using xda premium
Click to expand...
Click to collapse
Not sure. It is set to loop the animation after 76 frames and run at 24fps. Maybe try deleting from /data/local and copy into /system/media instead *(requires root)
Nice. Very nice. Gonna try it. Thanks
Sent from my Dell Streak using Tapatalk
Only lasts a few seconds and stops. Not looping for me. Copied into system/media.
nickshertzer said:
Not sure. It is set to loop the animation after 76 frames and run at 24fps. Maybe try deleting from /data/local and copy into /system/media instead *(requires root)
Click to expand...
Click to collapse
Tried it only to get the same results.
Works great for me! I reboot so rarely, it's almost a shame I won't see it very often...
got this on my Simple Streak1.3..and works awesome..
attached at my last post, someone fix?
Sent from my Motorola Electrify using XDA
Yea, though must be rooted.
http://forum.xda-developers.com/showthread.php?t=1294668
Sent from my MB855 using XDA
yep. works. what was I thinking, locked bootloader shouldn't prevent this. and sure enough I got a kick butt animation I would share but can't attach files using xda app
Sent from my Motorola Electrify using XDA
You most definitely can use custom boot animations! I'm currently using the CM9 animation from here in the forums!
Sent from my Mo-Pho 4G (on Stock *rooted* OS 2.3.5) using T-talk 2
To elaborate on what others have said, you only need root because you only need to be able to access the location of where the boot animation resides.
I believe there are two locations you can change, though I have always done so at /system/media.
Cubanluke88 said:
To elaborate on what others have said, you only need root because you only need to be able to access the location of where the boot animation resides.
I believe there are two locations you can change, though I have always done so at /system/media.
Click to expand...
Click to collapse
yeah, thats I put mine replacing boring factory one, I installed droid bionic boot with transformers sounds then tried to delete first jpgs of boot animation then u didn't have boot animation so going to redo it, add my own first 35 jpgs and chance color of droid animation to blue
Sent from my Motorola Electrify using XDA
Attached my bootanimation,someone fix please?
moparfreak426 said:
yeah, thats I put mine replacing boring factory one, I installed droid bionic boot with transformers sounds then tried to delete first jpgs of boot animation then u didn't have boot animation so going to redo it, add my own first 35 jpgs and chance color of droid animation to blue
Sent from my Motorola Electrify using XDA
Click to expand...
Click to collapse
tRied doing this and adding a folder before the 1St 2 previous now mine wont work so now intro, 01_droid, 02_loop i think. and added 1St folder to the desc.txt also and tried with and without. yes I named it bootanimation.zip anyone able to help? ATTACHING MY BOOTANIMATION HERE IF SOMEONE WANTS TO LOOK AT IT AND TELL ME WHY HECK IT ISNT WORKING
Sent from my Motorola Electrify using XDA
Here you go! Nice bootanimation....I hope you don't mind if I keep it.
Sham-rock said:
Here you go! Nice bootanimation....I hope you don't mind if I keep it.
Click to expand...
Click to collapse
na. go ahead lol. I was going to post it here anyway and what was I doing wrong? I still have no boot animation. y?! its set to readable and writable in Ed file explorer
Sent from my Motorola Electrify using XDA
moparfreak426 said:
na. go ahead lol. I was going to post it here anyway and what was I doing wrong? I still have no boot animation. y?! its set to readable and writable in Ed file explorer
Sent from my Motorola Electrify using XDA
Click to expand...
Click to collapse
Make sure you've renamed the zip to bootanimation.zip. Throw it in system/media. No permission change is necessary.
Acvice said:
Make sure you've renamed the zip to bootanimation.zip. Throw it in system/media. No permission change is necessary.
Click to expand...
Click to collapse
did that. and tried Every permission option possible.... it just displays a black screen
Sent from my Motorola Electrify using XDA
I just downloaded to re-test what I uploaded earlier and it works. Can you provide the steps you are following to move the bootanimation to system/media?
well I add to the part on desc,txt s Bionic.oog then I rezip and name bootanimation.zip.... in system.media naming other customboot animation someone else made bootanimation.zip.bak(which fires work so IDK y mine doesn't.... and turn off, restart device.... I've played with permissions too. no luck
Sent from my Motorola Electrify using XDA
Did you download the bootanimation in post #8?
If you are using ES File Explorer, go to settings and make sure "Mount File System" is checked.
You should not have to change permissions. Since you have been changing the permissions, they should be checked as follows
User: Read; Write
Group: Read
Other: Read
Sham-rock said:
Did you download the bootanimation in post #8?
If you are using ES File Explorer, go to settings and make sure "Mount File System" is checked.
You should not have to change permissions. Since you have been changing the permissions, they should be checked as follows
User: Read; Write
Group: Read
Other: Read
Click to expand...
Click to collapse
yes. made sure that was checked. I leave all that checked. I'm not a total noob.. kind of feeling like it though
Sent from my Motorola Electrify using XDA
someone take the one I guess fixed after mine and add "s Bionic.oog" to stay in past two and rezip? ill try that
Sent from my Motorola Electrify using XDA
just tried it on an application I found in these firms and it threw up an error. I do not c what is wrong with it
Sent from my Motorola Electrify using XDA
Sham-rock said:
Here you go! Nice bootanimation....I hope you don't mind if I keep it.
Click to expand...
Click to collapse
I downloaded and tried the bootanimation from the quoted post and it worked perfectly! Only thing I did was obviously renamed it but didn't change any permissions or anything.
I like it too btw! Nice job
Ps...not sure if you've tried adding sounds after it was edited by Sham-rock but they didn't work for me...
Sent from my Mo-Pho 4G (on Stock *rooted* OS 2.3.5) using T-talk 2
well I really my sound back in there 2md part.... I will try it without sound though I guess.....
Sent from my Motorola Electrify using XDA
moparfreak426 said:
well I really my sound back in there 2md part.... I will try it without sound though I guess.....
Sent from my Motorola Electrify using XDA
Click to expand...
Click to collapse
If it still doesn't work after taking out the sound, try re-downloading the edited file from Sham-rock, renaming it to bootanimation.zip and copying it to /system/media/ folder to see if it works then. If it does, than try editing it again and adding the sound...
Sent from my Mo-Pho 4G (on Stock *rooted* OS 2.3.5) using T-talk 2
Let me know what you guys think...
Boot#1 - Black Ink Flow: video
bootanimation.zip
Boot#2 - Optical Flare: video
bootanimation.zip
Boot # 3 Orange Sparks on XDA background: video
bootanimation.zip
Boot #4 - Flowing smoke video: video
bootanimation.zip
Boot#5 - Ice Reveal created for SlickROM: video
bootanimation.zip
Boot#6 - Nexus 4 Style Boot animation video: UPDATED - Higher Resolution
bootanimation.zip
Boot#7 - SnowJB bootanimation: video
bootanimation.zip
If you like any of these but want the name changed to a ROM you're currently running, just let me know. It's an easy change.
Hope you like 'em!
That's pretty kickass!
Sent from my LG-E970 using Tapatalk 2
Jank4AU said:
Let me know what you guys think...
Here's a quick vid: http://youtu.be/uiKiQ_G_pmk
Click to expand...
Click to collapse
Some screen shots
That is pretty god damned amazing. How long did it take you to make that?
Awesome!
Jank4AU said:
Let me know what you guys think...
Here's a quick vid: http://youtu.be/uiKiQ_G_pmk
Click to expand...
Click to collapse
Awesome!
Now I need as an app where I could shuffle the bootanimations (that works with our Optimus G). :highfive:
its420oclock said:
That is pretty god damned amazing. How long did it take you to make that?
Click to expand...
Click to collapse
Thanks, bro. It didn't take too long. After Effects is a pretty amazing program! There are some templates that really speed things up.
Sent from my LG-E970 using xda app-developers app
gjgcomputers said:
Awesome!
Now I need as an app where I could shuffle the bootanimations (that works with our Optimus G). :highfive:
Click to expand...
Click to collapse
Yeah, I'd like to get about 5 more made up or so, that would be cool. I already have one finished that I made for SHOstock ROM back on the SGH-I777 (SGS2). It never got released to the user base because Shoman was able to make his next ROM a JB so we ditched that one. I can just change the text and render it out again.
Sent from my LG-E970 using xda app-developers app
Nice.
Sent from my LG-E970
Jank4AU said:
Thanks, bro. It didn't take too long. After Effects is a pretty amazing program! There are some templates that really speed things up.
Sent from my LG-E970 using xda app-developers app
Click to expand...
Click to collapse
After effects. Gonna have to look into that. I use gimp for mine
Sent from my LG-E970 using xda app-developers app
If anyone has a request for what they would like to see in a boot ani, let me know and I'll see what I can do.
Sent from my LG-E970 using xda app-developers app
Got stuck on the phone trying to load up...then it went into a boot loop...I put the file in the system / media folder...finally booted up after about four times of the boot loop...any suggestions?
Sent from my LG-E970 using xda premium
flashable zips
LGOG_Jank4AU_Bootanimation_CWM.zip - 3.59 MB
LGOG_Stock_Bootanimation_CWM.zip - 3.27 MB
*if you like this bootanimation, don't forget to thank Jank4AU*
the stock one is just the plain LG one that I got from my Bell E973. these install into you data/local therefor leaving your original intact. data/local will override system/media. essentially it'll look there first and if there isn't bootani there then it'll use the one in you system/media
or instead of flashing the stock one you could just delete bootanimation.zip in data/local and it should bootup with your original bootanimation from system/media
Should have another, new boot animation zip and video up a little later this afternoon.
Sent from my LG-E970 using xda app-developers app
theytalkalot said:
Got stuck on the phone trying to load up...then it went into a boot loop...I put the file in the system / media folder...finally booted up after about four times of the boot loop...any suggestions?
Sent from my LG-E970 using xda premium
Click to expand...
Click to collapse
Did you ever get it working?
I flashed the animation and now it just keeps looping. Any suggestions?
mws1986 said:
I flashed the animation and now it just keeps looping. Any suggestions?
Click to expand...
Click to collapse
Are you stuck in the boot loop?
____________________________________
Sent from my trash bin v0.2.8
mws1986 said:
I flashed the animation and now it just keeps looping. Any suggestions?
Click to expand...
Click to collapse
I didn't try the flashable zips. I've just been putting the boot zip on my internal sd card and using ES File Explorer, moving it directly to /system/media manually. Just rename your original boot animation zip to .bak to keep it without overwriting or deleting. Try that.
Sent from my LG-E970 using xda app-developers app
its420oclock said:
Are you stuck in the boot loop?
____________________________________
Sent from my trash bin v0.2.8
Click to expand...
Click to collapse
Yes
Jank4AU said:
I didn't try the flashable zips. I've just been putting the boot zip on my internal sd card and using ES File Explorer, moving it directly to /system/media manually. Just rename your original boot animation zip to .bak to keep it without overwriting or deleting. Try that.
Sent from my LG-E970 using xda app-developers app
Click to expand...
Click to collapse
I don't know how to get into the files since im stuck in the boot loop
mws1986 said:
Yes
I don't know how to get into the files since im stuck in the boot loop
Click to expand...
Click to collapse
The easiest way would be to reflash the rom. Or, you could try connecting it to your computer and see if you can access the sd cards that way.
Sent from my LG-E970 using xda app-developers app
Could you give me more information on your device like, are you running CWM? are you running the stock android? etc,
____________________________________
Sent from my trash bin v0.2.8