[Boot Animation] Red Planet Xoom Boot Animation - Xoom Themes and Apps

I have put together another boot animation for my xoom. I decided to share it. I used some stuff from the internet. threw in some of my stuff and came up with this. Its not the best but i think its cool for now.
Video Preview
DOWNLOAD
Red Planet Xoom Boot Animation
How to Install Using Root Explorer
1. Download the boot animation file
2. Rename to bootanimation.zip
3. Using Root Explorer, copy bootanimation.zip to /data/local
How to Install Using ADB
1. Download the boot animation file
2. Rename to bootanimation.zip
3. Copy to your "Tools" folder that contains adb commands
4. Open command prompt and enter the command below
Code:
adb push boot animation.zip /data/local
_________________________________________________________________
See my Minimalistic Boot Animation Here

I like it! Nice work.

That is FANTASTIC...most creative I have seen. Better yet it looks like it belongs with the device from stock. Great use of the Moto logo.

I like it. Not going to use it quite yet though.

Love it installing right now thanks alot
Sent from my Xoom using XDA Premium App

Sweet. Looks good man.

Great work, thanks for posting this/

looks really good, thanks for sharing

@jase33
Looks really good! I love how u got the logo on the planet
I have some constructive criticism...
Have you thought about or tried removing the end of animation/loading loop that says "XOOM" to... keeping the planet on screen after it rotated to reveal the moto logo then glow and/or loop the clouds/mist atmosphere moving a bit? while everything loads...
Still an awesome job!

'''
This need te xoom rooded

CARLITOZ18 said:
This need te xoom rooded
Click to expand...
Click to collapse
xoom does not need to be rooted. adb push the file to data/local

This is really nice! Thank you

Will this work with the Tiamat ROM?
Sick animation.

well after doing it your way the system wont accept the boot animation for some odd reason and just went back to the stock hc animation is this because maybe im using a custom rom ?

oh nvm i guess its only a problem when i reboot using vol up + power as it just bootloops 2 time then shows animation which is kinda annoying

Related

Boot Animation Compilation

I'm trying to compile some boot animations that are 320x480 for the Aria. This is all I got so far.
http://forum.xda-developers.com/showthread.php?t=696193
http://androidforums.com/htc-droid-eris/56647-boot-animation-gallery.html
and here is a neat tool for previewing boot animations.
http://forum.xda-developers.com/showthread.php?t=676385
I posted the links to give credit where it's due, as I didn't create any of this. If anyone knows of anymore 320X480 boot animations, post them here please.
Here's another page that I just found.
http://forum.xda-developers.com/showthread.php?t=737873
Most of these are 478x318
http://forum.xda-developers.com/showthread.php?t=623960
which size do we want for our aria?
Thanks,
Mike
320x480 it's the same as the G1.
thanks
-Mike
just take a normal boot animation and resize it to 320 480
anyone have any good recomendations on bootanimations im addicted to mixing it up lol
IM running the nexus one boot up, looks very cool. I like the red rage one too but id like to speed it up a tad.
Here's my bootanimation.zip created specifically for the Aria (480 x 320).
http://forum.xda-developers.com/attachment.php?attachmentid=359230&d=1278999405
It's the green android peeking out from behind the HTC logo. Just adb push.
GIF shown below for preview.
Heres a Matrix boot animation. I didnt create this boot animation nor do I know who did. I got from the UOT Kitchen and modified it to work with our devices by changing the resolution.
http://www.mediafire.com/?7e01whe21xupkko
Can I just boot into clockwork and install the zip file from my sd card? I do not know anything about sdk tools
Thanks
durtydawg said:
Can I just boot into clockwork and install the zip file from my sd card? I do not know anything about sdk tools
Thanks
Click to expand...
Click to collapse
if you have sdk installed its not that complicated.
Reboot your phone into recovery and go to the partition menu and mount system.
Put the bootanimation.zip file into your sdk>tools folder. Then startup a command prompt.
from there change to the directory of your sdk tools folder. For me I would type "cd C:\Users\Jason\Documents\android-sdk-windows\tools" and hit Enter, but it all depends on where you have sdk installed on your computer. Theres also a thread on here on how to make a cmd shortcut that takes you straight to that folder each time.
Then type these commands into the command prompt (w/o the "")
1. "adb shell" and hit Enter.
2. "cd /data/local" and hit Enter.
3. "rm bootanimation.zip" and hit Enter.
4. "cd /system/media/" and hit Enter.
5. "rm bootanimation.zip" and hit Enter.
6. "exit" and hit Enter.
7. "adb push bootanimation.zip /data/local" and hit Enter.
8. "adb reboot" and Enter and you should have yourself a new bootanimation
Edit: Steps 1-6 may be optional...Im not sure if you have to remove the previous bootanimation.zip from those folders before installing a new one...but I do it anyways just to be safe.
I'm using rage bootanimation however if anyone here has tried it on the aria will notice that the animation is either too long or too slow. I'm wondering if anyone can suggestion how I can make the animation faster or shorter. I prefer to make it faster if possible. TIA
Sent from my Liberty using XDA App
Thanks for the info followed your directions to the letter but does not change my animation, I see where it loads it tells me the size of the file. But after reboot same ole screen.
I am running the ATT stock rom rooted would that be the issue? That its the stock rom?
Thanks again for all the help. I am loving this root stuff I must have fifty live wallpapers now, of course hardly ever use them just nice to do it if I want to instead of a company deciding what I can run or not run on something I paid for.
This is weird I used the boot animation preview tool to verify the zip file was good seen a button that said send to device clicked it rebooted phone and there it was.
Here is an animated gif I made of a droid commercial if someone wants to make boot animation out of it. I am not sure how to do it myself total noob to droid.
zeyoner said:
I'm using rage bootanimation however if anyone here has tried it on the aria will notice that the animation is either too long or too slow. I'm wondering if anyone can suggestion how I can make the animation faster or shorter. I prefer to make it faster if possible. TIA
Sent from my Liberty using XDA App
Click to expand...
Click to collapse
could you post a link to that rage bootanimation TIA. also i read at the top of this page where someone changed the resolution of a matrix boot animation to fit the aria using the uot kitchin i dont really know if that helps but maybe...
zeyoner said:
I'm using rage bootanimation however if anyone here has tried it on the aria will notice that the animation is either too long or too slow. I'm wondering if anyone can suggestion how I can make the animation faster or shorter. I prefer to make it faster if possible. TIA
Sent from my Liberty using XDA App
Click to expand...
Click to collapse
Here's how you breakdown the desc.txt file with the bootanimation:
320 480 25
p 0 0 droid
the '320 480' is the resolution.
the '25' is the frames per second.
not sure what the 'p' stands for.
the first number after the 'p' is the number of times the animation will loop. '0' means infintely til the device boots.
the second number is how many 'fps' gap there is inbetween animation loops. '0' would mean it just continues to loop with no pause.
the 'droid' is the folder name that contains the .gif's for the animation. This will change based on the folder name.
Some bootanimations have more than one folder. Like the nexus bootanimation has a 'part0' and a 'part1' folder. The first folders .gif's are set not to repeat and the second folder is set to loop infinitely.
Here's an example:
480 320 30
p 1 0 part0
p 0 0 part1
So you could either remove some of the gif's from the folders or you could simply speed up the fps for a faster boot animation.
i couldnt get this rage bootanimation to work so if someone does, please post a link to it..or if someone could help me that would also be cool thanks for any help guys

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] Retro Style

I got tired of that default animation so I whipped this one up to replace it. It's based off of the one from the Nexus One but completely re-done and optimized for the Xoom. This retro style BIOS POST animation is reminiscent of those older PCs we all miss and love.
This will work for both rooted and non-rooted Xooms. If yours is not rooted, you can place this in /data/local and it will still work. If your Xoom is rooted, you can place it in /system/media or /data/local. Let me know how you like it and don't forget about the Thanks button.
Code:
adb push bootanimation.zip /data/local
Click Here to Download
Click each thumbnail for a hi-res preview
video preview
Now if only I had a Xoom.If you started making ROMs for it I would go buy one tomorrow.
OMG! :O So full of win!
Love it. Looks great!
Sent from my Evo 4G using Tapatalk Pro
Very nice! Thanks.
Loved it on my moto defy, and now on xoom. Thanks
Gonna give this a try once my Xoom charges back up.
Thanks for sharing.
ihtfp69 said:
This retro style BIOS POST animation is reminiscent of those older PCs we all miss and love.
Click to expand...
Click to collapse
I don't know about your PC but mine still gives me the POST screen Looks awesome here, gonna try on the Xoom tonight!
I removed root and locked it back up before the OTA.
I can't find a data/local to put this zip in.
Do you need to boot into recovery and push this via adb if you're not rooted?
ihtfp69 said:
I got tired of that default animation so I whipped this one up to replace it. It's based off of the one from the Nexus One but completely re-done and optimized for the Xoom. This retro style BIOS POST animation is reminiscent of those older PCs we all miss and love.
This will work for both rooted and non-rooted Xooms. If yours is not rooted, you can place this in /data/local and it will still work. If your Xoom is rooted, you can place it in /system/media or /data/local. Let me know how you like it and don't forget about the Thanks button.
Code:
adb push bootanimation.zip /data/local
Click Here to Download
Click each thumbnail for a hi-res preview
Click to expand...
Click to collapse
I was hoping I would see you with a Xoom. You have been my fav developer for past few months for my droid incredible. Are you planning on any roms for the Xoom? Good luck with everything my friend.
BBalz said:
I removed root and locked it back up before the OTA.
I can't find a data/local to put this zip in.
Do you need to boot into recovery and push this via adb if you're not rooted?
Click to expand...
Click to collapse
I did the same thing. If that directory is not there, you can create it.
Code:
adb shell mkdir /data/local
adb push bootanimation.zip /data/local
Sent from my ADR6300 using XDA App
Just installed it and I am in love! It's even better than the preview suggests! Thanks a bunch, OP!
ihtfp69 said:
I did the same thing. If that directory is not there, you can create it.
Code:
adb shell mkdir /data/local
adb push bootanimation.zip /data/local
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
I have no idea how to do this....
When I plug my xoom up via USB I see my Xoom as a drive. I do not see a Data/Local folder to put the zip. I am not rooted.
I see an /Android/Data but that is it. Any help would be appreciated.
ghoticov said:
I have no idea how to do this....
When I plug my xoom up via USB I see my Xoom as a drive. I do not see a Data/Local folder to put the zip. I am not rooted.
I see an /Android/Data but that is it. Any help would be appreciated.
Click to expand...
Click to collapse
You need to be rooted first. Follow instructions on the how to root thread, then once you are rooted you can use adb to push the file to your Xoom. (it might help to learn about ADB and its commands before attempting to root your device)
Also: this boot animation is beyond awesome ^_^
driftr said:
You need to be rooted first. Follow instructions on the how to root thread, then once you are rooted you can use adb to push the file to your Xoom. (it might help to learn about ADB and its commands before attempting to root your device)
Also: this boot animation is beyond awesome ^_^
Click to expand...
Click to collapse
But he said in the first post that you didn't need to be rooted. lol He said it works rooted or unrooted.
driftr said:
You need to be rooted first. Follow instructions on the how to root thread, then once you are rooted you can use adb to push the file to your Xoom. (it might help to learn about ADB and its commands before attempting to root your device)
Also: this boot animation is beyond awesome ^_^
Click to expand...
Click to collapse
No you don't need to be rooted, but yes, you need to use adb. If you don't know how to use adb, check the root threads for information.
ihtfp69 said:
No you don't need to be rooted, but yes, you need to use adb. If you don't know how to use adb, check the root threads for information.
Click to expand...
Click to collapse
Ok, I will check that. I have no idea what adb is... but I do have Android SDK, if that matters. I used that to do screen captures.
Well, I got it to work and I really have no idea how. lol I started another thread, I am hoping someone will explain how pushing via adb works. The main thing is I am not sure how adb knows where to push to the file. I put the bootanimation.zip file in my /platform-tools folder (which is where I saw the adb.exe file and then opened a CMD prompt and ran the code. Rebooted my xoom and it worked. Looks awesome!
Thanks, mucho gusto!
Love it. Thanks!
Sent from my Xoom using XDA Premium App

Changing the Boot Animation

For those wanting to change the boot animation on your Thunderbolt, here is a quick tutorial. Remember that you do this at your own risk- I take no responsibility. It is fairly simple though.
1. Download your preferred bootanimation and place on the root of your sd card.
2. Rename to "bootanimation.zip" (without the quotes of course)
3. use root explorer and navigate to the /system/media folder OR /system/customize/resource folder for VirusROM (I think)
4. rename the "bootanimation.zip" to "bootanimation.zip.old" and "Finalthunder.mp3" to "Finalthunder.mp3.old"
5. Next navigate to your sdcard, and find the bootanimation.zip file that you downloaded and renamed.
6. long press and choose copy
7. now navigate to the /system/media folder on your phone and toggle to mount R/W
8. Then just paste the bootanimation and done!
9. Reboot to check out your new boot animation
I will be trying to reach out to several devs who have made boot animations and see if they will let me post a link to them here so we can have a centralized place to get anims from. Will update as soon as I start hearing back from those devs.
How do you change the boot sound?
I was able to change this right after root by using the same methods as I used on my DINC. But I want to replace the boot sound as well. I have tried renaiming to thunderfinal.mp3, android_audio.mp3, and (VZW_) something .mp3 to no avail. Any suggestions or success?
madroix said:
I was able to change this right after root by using the same methods as I used on my DINC. But I want to replace the boot sound as well. I have tried renaiming to thunderfinal.mp3, android_audio.mp3, and (VZW_) something .mp3 to no avail. Any suggestions or success?
Click to expand...
Click to collapse
rename it to:
thunderfinal.mp3.old
and it "should" work. at least it worked for me. if you change the bootanimation, just add ".old" after .zip
FYI - I don't think that is the correct location - at least it's not on my Thunderbolt. Check here: /system/customize/resource and find the VZW_bootanimation.zip.
I replaced that with one of my choice and it's working fine. The sound is there as well: FinalThunder.mp3.
elemerica said:
FYI - I don't think that is the correct location - at least it's not on my Thunderbolt. Check here: /system/customize/resource and find the VZW_bootanimation.zip.
I replaced that with one of my choice and it's working fine. The sound is there as well: FinalThunder.mp3.
Click to expand...
Click to collapse
It depends what rom you are using. The debloated rom has those files placed in media. I am running the debloated rom now.
Where can I download other boot animations?
In xda there are a ton of boot animations. Just use the search. I put "boot animation" in the search tab and got a ton of results.
sent from your mom's house via XDA Premium app
runhopskipjump said:
It depends what rom you are using. The debloated rom has those files placed in media. I am running the debloated rom now.
Click to expand...
Click to collapse
If you are running Debloat then its in the /system/media folder.
sent from your mom's house via XDA Premium app
The stock rom is:
/system/customize/resource/bootanimation.zip
Same as EVO not DINC, DINC called it VZW_bootanimation.zip
I've been working on a few of my own boot animations. The problem I found is that when I dropped in my own boot animation and left the finalthunder.mp3 right where it was. It no longer played the thunder sound?? I assumed that changing the name of finalthunder would make it go away otherwise it would play no matter what.
So why did it stop playing when I didn't touch it?
**EDIT
Duplicate post. Sorry!
Maybe the sound is tied to the original boot animation through a script or other file...not really sure. I am going to play around with it this week and see if I can get the sound working as I have a couple ideas myself. If I find something that works I will be sure to post back and let you know.
Sent from my ADR6400L using XDA Premium App
changing Stock animation
I'd like to know as well. I can't see anywhere in the VZW_bootanimation.zip where that file is even referenced...
Of course, I'm not exactly a scholar in this area. I just want to use a custom sound with my custom boot ani.
Thanks!
B
*UPDATE*
I extracted all the stock folders from the zip, I changed 1 PNG (the quietly brilliant splash in the 'android' folder), rezipped it and put it back on the bolt. When I rebooted the screen was blank BUT the finalthunder.mp3 STILL played... and there was no animation.
I kept the PNG file name that I changed the same as the original... not sure why it stopped working tho. {Note - I rename the zip (attached) after I have it on my SD card. then move it to the system/customize/resource.}
hey guys, having some problems making mine
i was able to make everything but i get no image. I made 120 jpg files for the VZW folder and placed them in their.
I then customized the HTC screenie for the android folder, and finally in the progress folder i placed a .gif (which i didn't think was a problem).
I also placed the desc.txt file as well, zipped it up and placed in in /system/media. No dice...
Anyone else having an issue or has had this issue and knows what i need to do??
edited because
Anybody got any cool boot animations running on their Tbolts yet?
Awesome this worked great. Thinks for the instructions.
okay, i need some assistance, I'm trying to make a fairly simple boot animation, but NONE of the animations ive used have worked I am obviously not doing something right, but not sure what
I can't get this to work either... I'm running DaBamf ROM and put these files in the system/media folder to replace what was there and all I get is a black screen and no sound at all... I haven't messed with the stock location of these files yet, so we'll see...
Ok this is a weird solution but it has worked for me.
1. down load the link below and flash it. When it boots up you will get the famous rick roll bootanimation that jcase put up on April 1st.
2. Go to /system/media/ and replace the bootanimation.zip with whatever bootanimation.zip you want.
3. If you want to add custom boot sound you have to name it android_audio.mp3 to replace what is there. If you don't want any sound delete the existing android_audio.mp3 or you will get Rick Astley every time you boot.
That has allowed me to change bootanimation and get custom sound each time I have replaced the ROM. If that works for you thank me and enjoy.

[Boot Animation] ctOS Boot Animation

Hello!
So I've been playing a bit of Watch Dogs as of late, and decided that I wanted to go ahead and make a ctOS-style boot animation, emulating the geometric hacker-looking loading animation you see in the game;
I went ahead and found this video of the animation I was looking for, and formatted it into a 1080p boot animation for my OnePlus One, and any other 1080x1920 resolution phones.
Click Here To Download The CM11/CM12 Version From Google Play!
OTHER LINKS ARE DOWN THIS WEEK UNTIL MY GOOGLE DRIVE IS UPDATED
I've attached the two ZIP installers to this OP in the meantime:
Installation Instructions:
The first download link is the Google Play link for my CM11/CM12 version, it works with any ROM that supports both the CM11 Theme Engine, and the new CM12 Theme Engine!
The other 2 attachments are flashable ZIP files - one for 1080p phones, and the other for 720p phones - just reboot to your recovery (TWRP or CWM), and flash away! The installer backs up your previous boot animation, and applies mine. It's that simple.
A huge thanks to Flashalot for making the ZIP for me, and now thanks to exxxistent for making a 720p version installer too!
ATTENTION -- for any ROMs using the CM11 or CM12 Theme Engine, use the Google Play link above; any of the following methods will only replace the stock boot animation for the ROM with the one you install. Therefore, any themes you apply other than the stock ROM theme will supersede my boot animation and use the theme's instead.
To install via your phone:
Download the bootanimation.zip file, and open up a root file explorer to find where you downloaded it to
Now go ahead and navigate to your /system/media folder (you may need to allow your file explorer to mount system as read/write for the next step)
Find your current bootanimation.zip, and rename it to bootanimation.zip.bak (just backin' up your original one)
Now copy the downloaded bootanimation.zip into /system/media, and make sure the permissions for the zip are RW-R-R (octal 644)
And it's installed!
To install via ADB:
Download the bootanimation.zip file from the download link above, and find the file in your computer's file manager
Open up the folder where you have your ADB binary, and copy the bootanimation.zip file into that folder
Connect your phone to your computer via USB, and make sure USB Debugging is enabled on your phone
Open up Command Prompt (PC) or Terminal (Mac), and type:
Code:
cd [THE FOLDER ADB IS IN]
** For Mac users, you may need to type in ./adb instead of just adb, if you get a "command not found" error
Now, type in the following, hitting enter after every line:
Code:
adb push bootanimation.zip /sdcard/bootanimation.zip
adb shell
su
mount -o remount rw /system
mv /system/media/bootanimation.zip /system/media/bootanimation.zip.bak
cp /sdcard/bootanimation.zip /system/media
chmod 644 /system/media/bootanimation.zip
And you're good to go!
Click to expand...
Click to collapse
I'm currently working on a variant of this animation, in which the beginning part loops and then the animation ends on the ctOS icon, like it does if you are waiting for the game to load. I've figured out how the Android L and M boot animations implement a closing animation, so it shouldn't take long to recreate the 1080p version to start with.
Enjoy!
hey bro!!
I like this bootanimation.
my mobile doesn't supports the .gif format, so can u make this .zip for me?
Do you want the previews I made in a zip format? Because the bootanimation itself is in a JPEG series format that should work for any 1080p phone.
Very nice!
Is this just download and flash via twrp?
Sent via quantum entanglement, focused through my OnePlus One.
beastlykings said:
Very nice!
Is this just download and flash via twrp?
Sent via quantum entanglement, focused through my OnePlus One.
Click to expand...
Click to collapse
It is not. It's to push to /system/media and to set permissions to at least rw-r-r.
That is a great idea for a boot animation, but wouldn't it be nicer to make it an apk instead of zip and use the CyanogenMod theme engine to set it as boot animation?
Is it possible, can you make it or perhaps someone here who knows how can help you?
Sent from my OnePlus One using XDA Free mobile app
Thanks a lot. Just flash and good to go. I wonder if this will work on the htc m8?
ILoveYouAll said:
Thanks a lot. Just flash and good to go. I wonder if this will work on the htc m8?
Click to expand...
Click to collapse
It should work on any 1080x1920 resolution screen, so you should be good to go. As far as the installer goes, just make sure your bootanimation for your ROM is being loaded
from /system/media, and you should be fine using it with your m8.
P1f said:
That is a great idea for a boot animation, but wouldn't it be nicer to make it an apk instead of zip and use the CyanogenMod theme engine to set it as boot animation?
Is it possible, can you make it or perhaps someone here who knows how can help you?
Sent from my OnePlus One using XDA Free mobile app
Click to expand...
Click to collapse
That's a great idea! I went ahead and started looking into making CM11 Theme Apps, so once I've made one for the bootanimation I'll put the Google Play link here.
This is epic, I love it. :good:
Thanks for de-mystifying this for us.
I wanted the stock CyanogenMod "cid" animation on my One, and your explanation made it dead easy to accomplish.
Very nice. Thank you.
Looking forward to more!
Very very nice ... Love it
The stock bootanimation + ctOS style has to be something awesome. Can you do it?
Thanks for your work!
Enviado desde mi OnePlus One usando Tapatalk
you know what, you may as well copy the "bootanimation.zip" file to the /data/local/ directory, change permissions to rw-r-r and then reboot. you get the same effect without renaming any file at all. for me it's cleaner and may not break future OTAs.
Did not work on Mahdi rom flashed via TWRP
Edit: Also tried with adb shell... the file is copied correctly but boot animation is still stock !! how is this possible ?
Heas Heartfire said:
The stock bootanimation + ctOS style has to be something awesome. Can you do it?
Thanks for your work!
Enviado desde mi OnePlus One usando Tapatalk
Click to expand...
Click to collapse
If you're referring to the stock Android L boot animation, then yes, I'm already working on it! Classes just started for me, so I may be a bit busy for a while, but I'll work on this as much as I can.
ondoy1943 said:
you know what, you may as well copy the "bootanimation.zip" file to the /data/local/ directory, change permissions to rw-r-r and then reboot. you get the same effect without renaming any file at all. for me it's cleaner and may not break future OTAs.
Click to expand...
Click to collapse
That's true, it's definitely easier... I prefer doing everything manually if I'm going to do anything manually at all, so I guess that's why I like renaming files and working in the /system/media/ directory
dayanandgp said:
Did not work on Mahdi rom flashed via TWRP
Click to expand...
Click to collapse
So sorry it couldn't work for you! It looks like Mahdi ROM may not be working with any custom boot animations right now, so I've added that to the OP. I've also contacted the dev to let me know when that's been resolved, so we'll just have to sit tight and wait until that's working again....
nissanskylinebam said:
So sorry it couldn't work for you! It looks like Mahdi ROM may not be working with any custom boot animations right now, so I've added that to the OP. I've also contacted the dev to let me know when that's been resolved, so we'll just have to sit tight and wait until that's working again....
Click to expand...
Click to collapse
Got it working !! apparently the issue is themesshowcase App ... If you set a different bootanimation from stock , the .zip file is picked up from local folder of the theme. so even though i copied the file to correct location , it was the stock location. i.e what you have mentioned in OP. After i switched to stock bootanimation via Themesshowcase app , it loaded ctOS animation very nice animation !! thanks for the work !
dayanandgp said:
Got it working !! apparently the issue is themesshowcase App ... If you set a different bootanimation from stock , the .zip file is picked up from local folder of the theme. so even though i copied the file to correct location , it was the stock location. i.e what you have mentioned in OP. After i switched to stock bootanimation via Themesshowcase app , it loaded ctOS animation very nice animation !! thanks for the work !
Click to expand...
Click to collapse
Perfect, thanks for letting me know! I'll go add that to the installation instructions, and remove that Mahdi ROM is incompatible. The dev actually just got back to me and told me boot animations work fine with the ROM, so it's good to hear there's just a workaround required for manual insertion via my flashable zip. Otherwise that would've sucked for everyone using the CM11 Theme Engine...
If I want to switch back to stock can I change it from the theme manager or do I have to reflash the stock animation as well?
jonjinbae said:
If I want to switch back to stock can I change it from the theme manager or do I have to reflash the stock animation as well?
Click to expand...
Click to collapse
I'm going to add all of this to the OP when I get a free minute here, but the CM11 Theme Manager will see my installed boot animation as the stock one that comes with the ROM, so you will have to manually restore the old one before seeing it in your default theme again. You can change to another boot animation via the Theme Manager, but the stock one will stay as mine until you either flash the "undo" zip file or manually replace the backed-up stock boot animation.

Categories

Resources