[Boot Animation] ctOS Boot Animation - ONE Themes and Apps

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.

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

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.

New bootanimation

Hello O2X users!
I have been learning playing with Photoshop for a while and I decided to make a boot animation for the upcoming Ice Cream Sandwich ROM.
As you may know my savior Chris4evernoob (big thanks to him) made the bootanim.zip, which works smoothly.
Attention! This is not a flashable bootanimation-update.zip. This needs to be copied in the /system/media folder. Instructions to follow:
1, Download the desired bootanimation from here.
2, Rename it to bootanimation.zip and place it in your adb's folder on your computer. (For me it is: C:\Android\platform-tools\)
3, Connect your phone to the PC with the USB cable
4, Open up CMD and navigate it to your adb's folder
5, Type in: "adb devices" to see whether your phone is seen. If yes head over to point 6, if not reconnect your device or check your drivers whether they are properly installed!
6, Type in: "adb shell" then copy this: "mount -t ext4 -o remount,rw /system" then type: "exit"
7, Type in: "adb push bootanimation.zip /system/media"
8, Type in: "adb reboot" & enjoy!
It should look like this:
https://www.dropbox.com/s/n1ccwpil9xc9kx0/adb_use.JPG
Or if you are rooted you can do the same with Rootexplorer by copying the bootanimation.zip to /system/media with setting the permissions to rw-r--r--.
Preview can be seen here also:
https://www.dropbox.com/s/z3oewmvogvvgpnr/bootanim_p990_version1.gif
Preview is in the attachment!
Credits:
Chris4evernoob for making the zip!
Take care!
ironman159
I'm not sure either but..
ironman159 said:
Hello O2X users!
I have been learning playing with Photoshop for a while and I decided to make a boot animation for the upcoming Ice Cream Sandwich ROM. The only problem is that I don't know how to make a bootanim.zip, but I can provide you with x.PSD file, if you are interested in making the zip.
So if you feel able to make the zip, PM me and I'll give the download link for the PSD file.
Preview is in the attachment!
Take care!
ironman159
Click to expand...
Click to collapse
In RomToolBox (I don't know if pro or lite) you can make a bootanimation.zip and also upload it but I think it converts a .gif into a bootanimation.zip, maybe you could check that out. Also what is the bootanimation?
Thanks majoortje, I'll look at it when I have time.
Here they are.They are made out of one part which loops until boot.
There is one which runs at 30fps and another at 60fps (mentioned in file name). As there are only 30 frames total, the 60fps one might seem more fluid but may be too fast. IMO, the 30fps looks better. But of course, you can unpack the file and edit the "desc.txt" to your own liking.
Copy to /system/media/ and set permissions to rw-r--r--
Hosted at mediafire.
Don't forget to thank the OP for the original idea, work and files.
The OP now includes instructions, take a look and enjoy!
Looks awesome. Great job man, thank you
Great slick HQ bootanimation.
The best I have seen.
Thanks
Thats only for Ics roms ?
Can´t I use on GB roms ?
Thanks
moraize said:
Can´t I use on GB roms ?
Click to expand...
Click to collapse
Sure you can. I am using it on GB. One of the best (if not the best) boot animations I've seen. :good:
thanks looks great
Thank you for this
Instructions are not working on LG stock ICS V30A... Custom bootanimation.zip will always replaced by orginal at boot...
Any solutions?
Jannu703 said:
Instructions are not working on LG stock ICS V30A... Custom bootanimation.zip will always replaced by orginal at boot...
Any solutions?
Click to expand...
Click to collapse
Try D4's Bootanimation Manager (search it on XDA). Works on V28.
Jannu703 said:
Instructions are not working on LG stock ICS V30A... Custom bootanimation.zip will always replaced by orginal at boot...
Any solutions?
Click to expand...
Click to collapse
no need for apps im on v30 i just renamed the file and replaced it on sistem/media and it works
mivv said:
no need for apps im on v30 i just renamed the file and replaced it on sistem/media and it works
Click to expand...
Click to collapse
Very weird, i'v been tested many times and always it's automaticly replaced by orginal
I think there is some kind of filesystem/permission error with my device, i will check what's wrong
Did you try /data/local/ ? If there already is one there, it would explain why the bootanimation stays the same: i think the one in /data/ is always set to be used even if there is one in /system/.

Cant Change Boot Animation

Im attempting to add a custom boot animation to my OPO and I am having a lot of trouble. I searched around and all the threads basically say to put the zip file into system/media for CM roms. My current boot animation comes from a theme pack. I went into themes and unchecked boot animation before adding the new one. Even after adding the new one the animation from the theme is still there. I then swapped to the default theme, and im still getting the same result. I tried using data/local just incase, and got the same result. Do you have any idea what im doing wrong?
You may have a flashable zip as opposed to one you just simply put in the /system/media folder. What did the op recommend for install. I don't know what bootanimation you have.
from the one+
noobtoob said:
You may have a flashable zip as opposed to one you just simply put in the /system/media folder. What did the op recommend for install. I don't know what bootanimation you have.
from the one+
Click to expand...
Click to collapse
I have the files for a flashable zip as well as a bootanimation.zip meant to be put directly into the system. The post provided both methods. I tried the flash through TWRP and it failed. As stated above I put the bootanimation.zip into system/media and nothing happens. I even tried it in data/local (had to create the local folder) and still nothing.
Bklynrx7 said:
I have the files for a flashable zip as well as a bootanimation.zip meant to be put directly into the system. The post provided both methods. I tried the flash through TWRP and it failed. As stated above I put the bootanimation.zip into system/media and nothing happens. I even tried it in data/local (had to create the local folder) and still nothing.
Click to expand...
Click to collapse
Can you throw me a link to which one you are trying to use? Also, what are you running? Cm11s, aosp, etc... You shouldn't have had to create the local folder under data, so best bet would have been the system/media folder.
from the one+
noobtoob said:
Can you throw me a link to which one you are trying to use? Also, what are you running? Cm11s, aosp, etc... You shouldn't have had to create the local folder under data, so best bet would have been the system/media folder.
from the one+
Click to expand...
Click to collapse
Sure, thanks for the help. Here is the thread: http://forum.xda-developers.com/showthread.php?t=1115717. Yes Im using CM11s, rooted but not otherwise modified. I thought the problem might have something to do with permissions, so I gave the zip file permission to read/write/execute. Now I am no longer seeing the custom nexus loadscreen from the theme i was using, but I am getting the factory OPO lockscreen.
Bklynrx7 said:
Sure, thanks for the help. Here is the thread: http://forum.xda-developers.com/showthread.php?t=1115717. Yes Im using CM11s, rooted but not otherwise modified. I thought the problem might have something to do with permissions, so I gave the zip file permission to read/write/execute. Now I am no longer seeing the custom nexus loadscreen from the theme i was using, but I am getting the factory OPO lockscreen.
Click to expand...
Click to collapse
On CM11s the spot for it is definitely in /system/media. Make sure to move the old one into a folder called old or rename it bootanimation.old. The permissions should be rw- r-- r--. But, if you still don't see it the files may not be formatted to fit the one plus screen.
Bklynrx7 said:
Sure, thanks for the help. Here is the thread: http://forum.xda-developers.com/showthread.php?t=1115717. Yes Im using CM11s, rooted but not otherwise modified. I thought the problem might have something to do with permissions, so I gave the zip file permission to read/write/execute. Now I am no longer seeing the custom nexus loadscreen from the theme i was using, but I am getting the factory OPO lockscreen.
Click to expand...
Click to collapse
from the one+
noobtoob said:
On CM11s the spot for it is definitely in /system/media. Make sure to move the old one into a folder called old or rename it bootanimation.old. The permissions should be rw- r-- r--. But, if you still don't see it the files may not be formatted to fit the one plus screen.
from the one+
Click to expand...
Click to collapse
Thanks for the help, it seems like there might be something going on with my phone. Now no boot animations work. Even the ones built into themes that worked before just show me the stock boot ani. Any ideas what went wrong?
Bklynrx7 said:
Thanks for the help, it seems like there might be something going on with my phone. Now no boot animations work. Even the ones built into themes that worked before just show me the stock boot ani. Any ideas what went wrong?
Click to expand...
Click to collapse
Not really any ideas. I would just flash back to sick and start over. That way you know the system is fresh and nothing should stop it from working correctly. Losing data sucks, but you could run a rom like Calkulin stock 38r. Just wipe phone correctly and keep all the sdcard data. Minimal setup required after that. And then try out bootanimation right out if the gate.
from the one+
noobtoob said:
Not really any ideas. I would just flash back to sick and start over. That way you know the system is fresh and nothing should stop it from working correctly. Losing data sucks, but you could run a rom like Calkulin stock 38r. Just wipe phone correctly and keep all the sdcard data. Minimal setup required after that. And then try out bootanimation right out if the gate.
from the one+
Click to expand...
Click to collapse
I ended up doing this today just to get the 38r update. Boot animations from apk's work again. Still no luck with the one I was originally going after but Im still trying. Thanks for the input.
Hi,
I've tried downloading a few boot animations from Theme Showcase, but no matter what I click (boot animations, fonts, wallpapers) it only shows me a list of themes to download. Is there any way to browse the boot animations form this app?
I'm using a OPO which is NOT rooted.

[Q] bootanimation on Android L

Hello xda'ers
I just installed the unofficial 5.0 port on my Oneplus One and I am really happy with it. I didn't face any bugs during the setup and I am using it proudly for a few hours now. On the KitKat rom I was using before I had a custom boot animation I made myself and it worked very good. Now since I switched to Android l and I tried to flash it it didn't work (said successful but didn't applied). The same goes with other bootanimations I tried, so it shoudn't be compressed wrong or something. I am just curious if any of you nows a way to set a custom bootanimation on Android L because I thing eigther the directory has changed or something else I don't understand (I am new to this and this should be my "starter project" lol). I hope someone can help me.
Thanks Lukas
Search is your friend: http://forum.xda-developers.com/showthread.php?t=1678540
Shouldn't be compressed period, also make sure the permissions are set properly.
qureyoon said:
Search is your friend: http://forum.xda-developers.com/showthread.php?t=1678540
Click to expand...
Click to collapse
I already had this tool. That's actually the tool i used to amke the animation. My problem is that when i flash it it wouldn't apply and so does every bootanimation I tried. I think it is up to Android L.
Anyways, if anybody sees this it would be really nice of you if you could overlook my bootanimation and tell me what I did wrong. Because I tried everything now and It wouldn't work
DerNero said:
My problem is that when i flash it it wouldn't apply and so does every bootanimation I tried.
Click to expand...
Click to collapse
What do you mean flash?
You don't flash a bootanimation.zip (see here)
Your .zip is not even a flashable zip file
Sorry, postet the wrong file. This is the non flashable zip that is in my flashable zip. I tried building a flashable zip, but if flashes successfully and doesn't apply, so it does not replace the bootanimation.zip in the /system/media/ folder. I am currently on mobile so I can't post the file, I may put a link in this post later on when I upload it somewhere. I really hope you can help me on this..
EDIT: here os the link to the flashable .zip I build: https://www.dropbox.com/s/hy05o88rlx79hlt/AndyBootanimationByNero.zip?dl=0
Sent from my A0001 using XDA Free mobile app
Try copying manually, and set the permissions.
Rename your original first, just in case.
Root Explorer method:
1. Rename your boot animation to bootanimation
2. Put it on your SD card
3. Open Root Explorer and copy bootanimation.zip to /system/media. This will replace the existing boot animation
4. Reboot your phone
Click to expand...
Click to collapse
Also check the following:
Common mistakes that people make:
-Wrong compression method: you MUST set the compression method to Store!
-Missing empty line at the end of the desc.txt file: an empty line is needed! Otherwise, the boot animation won't work!
-Frames drawn in wrong color mode: you MUST draw your frames in RGB 8bit or RGB 16bit COLOR MODE!
Click to expand...
Click to collapse
Okay I need to double check when I am off school. One thing I noticed is if I replace the animation manually it won't work, so it can be a probkem with the animation, thr pictures themselves, or the permission settings. How exactly to I set the permissions for the zip?
Sent from my A0001 using XDA Free mobile app
You use a root file manager to copy the file to the right directory. Then change the permissions of the zip AFTER you copy it to the right directory. Permissions should be rw-r-r
DerNero said:
Okay I need to double check when I am off school. One thing I noticed is if I replace the animation manually it won't work, so it can be a probkem with the animation, thr pictures themselves, or the permission settings. How exactly to I set the permissions for the zip?
Sent from my A0001 using XDA Free mobile app
Click to expand...
Click to collapse
I have made this flashable zip for you...
flash it in recovery and enjoy ur bootanimation.
Let me know if it worked fine for you!
I'm also trying this, and it's not working too. Permissions all set. Bootanimation is clean of junk files Windows/Mac adds.
Just a black screen.
DerNero said:
Okay I need to double check when I am off school. One thing I noticed is if I replace the animation manually it won't work, so it can be a probkem with the animation, thr pictures themselves, or the permission settings. How exactly to I set the permissions for the zip?
Click to expand...
Click to collapse
This is an old thread, but I thought I'd jump in with a suggestion.
1080x1920 is really pushing things for animations. For my Nexus 5, I set my max animation sizes to either:
- 1080 wide X 768 high (for letter-boxed animations), set 1:1 in the desc.txt file (no scaling)
- 720 wide X 1280 high (for full-screen), set to 1080x1920 in the desc.txt
1080x1080 WILL NOT work; those still need to be 720x720 and scaled in the desc.txt to 1080x1080.
My recommendation is to crop the frames, centered, to 1080x720 and set it to 1080x720 in the desc.txt.
EDIT: Try this version (non-flashable): http://www.mediafire.com/download/4mcnpmpxlmvn24c/DerNero-bootanimation.zip

Categories

Resources