Clean Bootanimation for Nexus 6P based on Original and the new AOSPA animation - Nexus 6P Themes and Apps

Hey, this is my first post and I know almost nothing about development but I am pretty fluent in After Effects.
I had the AOSPA ROM installed for a day or two and was not really happy with it. Except for the Bootanimation
That's why I decided to make a custom Bootanimation for my 6P (it is 1440 x 403 /30fps) and I thought I might share it with you guys.
Here is a gif of the animation itself:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
(This preview has my personal Logo in it at the end. There is a logo-free version avaitable as well. If you want your own Logo instead, contact me!
If you want to use it, you obviously need a rooted phone (or at least TWRP).
How to install in a Root File Explorer (e.g. Es File Explorer):
1. Download the Bootanimation.zip
2. Navigate to /system/media
3. Paste the Bootanimation.zip there and set permissions to rw- r-- r--
4. Reboot to see your new Bootanimation
If you got any Problem with moving the file and setting permissions in Andoid Nougat 7.0 follow the steps down below
How to install in a Custom Recovery:
1. Reboot into TWRP
2. Go to "Mount", Select "System" and go back
3. Select "Advanced" and "File Manager"
4. Navigate to the location of the "bootanimation.zip" you've downloaded, select it and press "Copy File" (You might find the Download folder in /sdcard)
5. Navigate to /system/media and press the "paste" (bottom right) button
6. Select the pasted "bootanimation.zip" and choose "chmod"
7. Type in "0644" to set the permissions to "rw- r-- r--", swipe to confirm
8. Select "Reboot System" to see your new Bootanimation
Download​

Wow great work! Look nice and clean!

Sweet! Will take it for a spin!

Awesome bootanimation, even better with my own personalised custom logo! Many thanks @Vaaski, thanks for getting back so quick ?
Nexus 6P

steviemch said:
Awesome bootanimation, even better with my own personalised custom logo! Many thanks @Vaaski, thanks for getting back so quick
Click to expand...
Click to collapse
I am always happy like a child when people like my stuff, so I should thank you.

I don't mean to be that guy, but in your first paragraph did you mean:
I had the AOSPA ROM installed for a day or two and was n̶o̶t̶ really happy with it. Except for the Bootanimation
Click to expand...
Click to collapse

I like it and use it, great work.Thanks

Delete

xdnax said:
Delete
Click to expand...
Click to collapse
You just deleted your post, but yes. I do.
I have some problems with my contact form right now, but try this

Vaaski said:
You just deleted your post, but yes. I do.
I have some problems with my contact form right now, but try this
Click to expand...
Click to collapse
I deleted it because I saw your your form was down. But I will edit it myself if that's okay. It will be easier BC I have two logos I'm trying to merge... Looks great though
Sent from my Nexus 6P using XDA Labs

@Vaaski
I filled out the form. Let me know if you need any other information! I really appreciate it!
As I have linked, I'd love for you to use this image (https://www.dropbox.com/s/l4vl5nlwk7kxdho/00349.png?dl=0) with the exact same style and time you did for your custom logo. Thanks so much, I really appreciate it!

@Vaaski just making sure you got my info correctly. The info sign up thing was a little "iffy". Just making sure
Sent from my Nexus 6P using XDA Labs

Could you make a 60 fps version?

@Vaaski let a form request, if you get to it cool. MK here
Sent from my Nexus 6P using XDA-Developers mobile app

@Vaaski
Yo, I don't know if this is fine by you but could you give us a version where you have removed your personal logo from the end so that the AOSP logo fades to black. (since not everyone is you )

Related

[BOOT ANIMATION] Vaudeville Android - with Preview

I posted this over in the Vibrant forum, but wanted to share it with all of you. I have one other that I posted there that I'm redoing to include a shutdown animation as well. Let me know what you all think of this!
The zip is flashable through CWM on at least galaxy s phones and a mt4g, so I imagine it works on others, too.
Credit to jlbmgrnr for collaboration on the idea and packaging it.
- Standard disclaimer about me not being responsible for phones getting messed up goes here -
file: dancing-boot-anim.zip is just the dancing, without the fake apple bootscreen.
file: bootanim-dancing-edify.zip is flashable with CWM3
*Preview*
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I love the vaudeville green man. Can you put up a version without the -unqualifiable- apple?
In 2011, it's not as if we still have fight to get the green man a seat at the table.
awesome boot animation man. already installed it to my HTC Desire HD. good thing it's 480-800 resolution by default. i thought i would spice it up by adding my own custom sound mp3 to go along with it. sound file link at the bottom of this post.for those with a DHD you can push the files through AndroidSDK adb with the following commands. for this instance i am using the rom LeeDROID 2.2.2. connect your dhd to your computer and make sure it is set to charge only and make sure debugging is set to on.
first download vaderville-boot-anim.zip and extract the contents to a folder on your computer. first go to system folder and then media folder and find the bootanimation.zip file. copy and paste the bootanimation.zip into the same folder where your adb.exe is located which is usually program files\android\android-sdk\platform-tools\. open up adb through your cmd prompt and execute the following commands to load the new boot animation.
adb remount
adb push bootanimation.zip /data/local
also extract and put the android_audio.mp3 file into the same folder as adb so type:
adb push android_audio.mp3 /data/local
now we test everything out by rebooting
adb reboot
if everything goes well, your dhd will reboot and play the awesome boot animation along with the "new york, new york" song by frank sinatra minus the voice. this tutorial can be applied to any android phone provided you know where your rom stores it's boot animation file and sound file.
thermanlee maybe you can ask jlbmgrnr to add this sound file to the package so it can be flashed through cwm. in the bootanimation.zip you can open up the desc.txt and change the resolution to fit your android phone and then save and flash it. enjoy
Awesome
Can has MDPI version pweez?
nice!!! good work mate...
Awesome! One of the things we were going to do is add sound, but we weren't sure how. Thanks for the heads up. I'll let him know if he hasn't already read this.
Sent from my SGH-T959 using XDA App
PdtS said:
Awesome
Can has MDPI version pweez?
Click to expand...
Click to collapse
What size are you needing?
please....
i want this too for a htc hero (flashable thru recovery if possible) love it!!!!
Great bootanimation! Makes me happy :3
is this appliclable to QVGA devices(240 X 320)??
Love it. Thanks!
Awesome work!
Haha, such a cool bootscreen! Time to replace the Honeybee one I'm currently using.
droidjems said:
Can you put up a version without the -unqualifiable- apple?
In 2011, it's not as if we still have fight to get the green man a seat at the table.
Click to expand...
Click to collapse
I have a new version without the apple. I verified that it runs on my phone, but let me know if there are any problems with it:
(I can't post the link because I haven't made eight posts yet, but maybe someone can post a clickable version)
http colon slash slash dl.dropbox.com/u/3780990/dancing-boot-anim.zip
jlbmgrnr said:
I have a new version without the apple. I verified that it runs on my phone, but let me know if there are any problems with it:
(I can't post the link because I haven't made eight posts yet, but maybe someone can post a clickable version)
http colon slash slash dl.dropbox.com/u/3780990/dancing-boot-anim.zip
Click to expand...
Click to collapse
Here you go mate:
http://dl.dropbox.com/u/3780990/dancing-boot-anim.zip
Also added to original post
Looks great but didnt seem to want to install from CWM on my phone, does this not work with the CWM 3.0.0.5?? Sorry for the noob question
exploited000 said:
Looks great but didnt seem to want to install from CWM on my phone, does this not work with the CWM 3.0.0.5?? Sorry for the noob question
Click to expand...
Click to collapse
It may not, and I didn't even think about that. I'll look around tonight and see what I need to set up differently for CWM 3, and I'll repackage it if I find any info.
jlbmgrnr said:
It may not, and I didn't even think about that. I'll look around tonight and see what I need to set up differently for CWM 3, and I'll repackage it if I find any info.
Click to expand...
Click to collapse
Thanks so much i would appreciate it
OK, here's the CWM3 version. It installed successfully on my phone with CWM2.5, so I believe you should have no problem. Let me know how it works out, and if it goes well then I'm 100% Edify from now on.
http colon slash slash dl.dropbox.com/u/3780990/bootanim-dancing-edify.zip
(Same deal as before. I imagine thermanlee will want to pop this into post #1.)

[BOOTANIMATION] CM_AOKP by xen_0s

Hi guys, i want to share my custom bootanimation. It's a mix between the CM10 bootanimation and AOKP Logo
Preview
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download: http://www.mediafire.com/download.php?9tj9vksw09a7oi5
Is not a flashable zip
For MIUI ROM: http://www.mediafire.com/download.php?c5u8l4njlvm3591
----------------------------------------------------------------------------------------------------------------------------------------------------------------
Tutorial for MIUI ROM
- Put CM_AOKP.mtz into MIUI/themes in your SDcard
- Go to Theme Applicazion and select mix theme
- Go to bootanimation and select CM_AOKP in your list
------------------
Tutorial for Bootanimation.zip (all custom rom and AOSP except MIUI) (thanks p1gp3n)
p1gp3n said:
The /system folder is at the root of your devices internal storage. I've never used a PC to do this, only root explorer that has been granted su privileges. Go to /system/data and press the mount r/w button at the top right. Then long press the boot ani file to get this popup:
Then select permissions and make them match these:
You must be rooted to do this.
Click to expand...
Click to collapse
Pretty cool man
Works on my HTC One S
Great i Like that more than the Standalone Bootanimation from CM10.
Thanks!!! This has completed my black and white look!!!
Sent from my Nexus S 4G using Tapatalk 2
Love it. Thx!!!
Perfect! I love it. Thank you.
Sent from my Nexus S 4G
how do I install/flash the bootanimation?
Basche said:
how do I install/flash the bootanimation?
Click to expand...
Click to collapse
Move it to system/media and set permissions to rw- r-- r--
I used root explorer with no issues. It will have to be named bootanimation.zip. you can either rename your existing boot ani file, move it, or delete it.
Sent from my Nexus S 4G using Tapatalk 2
p1gp3n said:
Move it to system/media and set permissions to rw- r-- r--
I used root explorer with no issues. It will have to be named bootanimation.zip. you can either rename your existing boot ani file, move it, or delete it.
Sent from my Nexus S 4G using Tapatalk 2
Click to expand...
Click to collapse
I'm a noob at this, but how do I find the system/media (i currently plugged in my PC and can't find it), and set the permissions?
Basche said:
I'm a noob at this, but how do I find the system/media (i currently plugged in my PC and can't find it), and set the permissions?
Click to expand...
Click to collapse
The /system folder is at the root of your devices internal storage. I've never used a PC to do this, only root explorer that has been granted su privileges. Go to /system/data and press the mount r/w button at the top right. Then long press the boot ani file to get this popup:
Then select permissions and make them match these:
You must be rooted to do this.
EDIT: fixed screenshot
Sent from my Nexus S 4G using Tapatalk 2
Ok, it worked, thanks a lot
You have just been beamed
Anyone got a new link, not a miui version
You have just been beamed
the link (not miui) isn't working..have you got another one please?
new link please... TIA
New link please
Sent from my SGH-I897 using xda premium
xen_0s said:
hi guys, i want to share my custom bootanimation. It's a mix between the cm10 bootanimation and aokp logo
preview
download: https://dl.dropbox.com/u/103805169/bootanimation.zip
is not a flashable zip
dowload for miui: https://dl.dropbox.com/u/103805169/cm_aokp.mtz
Click to expand...
Click to collapse
so ****ing sweet!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Nicely done!
Thanks Xen_0s, I really appreciate it.
Yeah needs a new link for non-MIUI.
Ron Overdrive said:
Yeah needs a new link for non-MIUI.
Click to expand...
Click to collapse
Link Online
Xen_0s said:
Link Online
Click to expand...
Click to collapse
Doesn't seem to want to work. I extracted the RAR to make the bootanimation.zip file, put it into /system/media, change the permissions, reboot, and get a black screen where there should be a boot animation. Does the same thing when I try to install it via AOKP's boot animation installer too.

[HOWTO] How to create a boot animation from a GIF

Hello, there. I'll be teaching you how to create a boot animation from a GIF image, the process is way simple! We'll be using the app ROM Toolbox, it's avaliable in Google Play. Actually I use the pro version, so I can't tell if using the lite version the result will be the same.
What do you need:
- ROM Toolbox app (download it from Google Play or just the APK in attachement);
- GIF which will be transformed into boot animation;
Instructions
1. Put your desired GIF image in sdcard;
2. Open the ROM Toolbox app;
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
3. Slide the tabs untill you come in Interface tab and choose the Boot animations option;
4. Slide to Local and find your GIF image;
5. Select your desired GIF image;
6. Select the GIF to Boot Animation option;
7. Now choose the path to save the animation and press OK. You can also change the FPS and the filename;
8. Now you just have to install and enjoy!
This is nice thanks for the guide!
Very usefull for newbies like me :good:
Cheers!
yasje said:
This is nice thanks for the guide!
Very usefull for newbies like me :good:
Cheers!
Click to expand...
Click to collapse
I'm glad that you liked it!
Sent from my GT-I9070 using XDA Premium 4 mobile app
eduds said:
I'm glad that you liked it!
Sent from my GT-I9070 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
hey the pictures are down just a heads up, great guide. how would i go about adding a sound to the boot animation?
The app keeps Force Closing while 'Decoding GIF...'
Any Ideas?
eduds said:
Hello, there. I'll be teaching you how to create a boot animation from a GIF image, the process is way simple! We'll be using the app ROM Toolbox, it's avaliable in Google Play. Actually I use the pro version, so I can't tell if using the lite version the result will be the same.
What do you need:
- ROM Toolbox app (download it from Google Play or just the APK in attachement);
- GIF which will be transformed into boot animation;
Instructions
1. Put your desired GIF image in sdcard;
2. Open the ROM Toolbox app;
3. Slide the tabs untill you come in Interface tab and choose the Boot animations option;
4. Slide to Local and find your GIF image;
5. Select your desired GIF image;
6. Select the GIF to Boot Animation option;
7. Now choose the path to save the animation and press OK. You can also change the FPS and the filename;
8. Now you just have to install and enjoy!
Click to expand...
Click to collapse
Do this still work?
hasta_guy said:
Do this still work?
Click to expand...
Click to collapse
Hello!
Yes, it still works!
For the record, this tutorial requires the pro version of ROM Toolbox.
Hope that clears up some confusion! (it did for me!)
idk what happened i got notification of cm 13 nightly i download it and i press home button coz i had another work to do , now i cannot find to update even i went to setting about update its doing nothing check for update now one ?????????????
have to pay for that app to do it, try this instead: http://www.bhoot.co.uk
Every gif i select, It says "failed to create bootanimation". What Can i do?
Thank U!
This helped me alot cuz im a newbie to these type of things......thnk u very much
When i go to "local" im dealing with the blank page, anyone?
Thank you for the useful guide!
nissanoo0 said:
When i go to "local" im dealing with the blank page, anyone?
Click to expand...
Click to collapse
same here
I have downloaded some boot animations in the rom toolbox. Is it already good for flashing? I don't see any META file
Go to main menu which is tools click on root browser classic then go back to boot animations which should have loaded the storage permissions and then it should load with the local but for me I'm stuck on the "failed to create the boot animation" part I'm just trying to create a boot animation from GIF
Great, old days I used photoshop to do that! Now this tool saves me maximum time

[Bootanimation] Marvel/DC Superhero HD

British graphic designer Christian Tailor created this animation of stylized Marvel and DC Comics heroes and villains, and now you can use it as the boot animation on your Android device.
Christian works as a motion Graphic Designer specializing in information graphics, and his current clients include Al Jazeera and UK-based TV network ITV.
Graphic designer and Android theme maker Brian Roberts took Christian’s animation and turned it into a boot animation, originally.
I have resized it for the Nexus 6 (Shamu)
Prerequisite:
Must be rooted
Download: https://dl.dropboxusercontent.com/u/41693110/bootanimation.zip
Preview:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Instructions:
Download the file to your sdcard
Using a file explorer such as Root Explorer, Now copy this file to system/media
Reboot and ENJOY!
Like my work? Press the THANKS button and share Feedback here
Credits:
http://www.christiantailor.co.uk/
Original Source:
http://www.androidauthority.com/comics-boot-animation-402244/​
Awesome. Thank you!
Woah! Awesomeness. Installing NOW!
great to see this here again. i'm using this on my N5.
This is stunning and I thank you!
This is amazing!
can u make an avengers one? thx
This is very cool. Great work!
Doesn't work....
This "mod" doesn't work. Nothing happens when I replaced this file with my stock one. In fact, I deleted this file, re-installed my stock one and now I don't even get the stock boot up screen. Nice.
NeuDroid said:
This "mod" doesn't work. Nothing happens when I replaced this file with my stock one. In fact, I deleted this file, re-installed my stock one and now I don't even get the stock boot up screen. Nice.
Click to expand...
Click to collapse
You not doing it right doesn't mean it doesn't work
Sent from my Nexus 6 using XDA Free mobile app
NeuDroid said:
This "mod" doesn't work. Nothing happens when I replaced this file with my stock one. In fact, I deleted this file, re-installed my stock one and now I don't even get the stock boot up screen. Nice.
Click to expand...
Click to collapse
I had the same problem. Just install the 'bootanimations' app from the play store by jrummy, locate the zip from inside the app, tap and hold, then click install and boom, you're done. Hope this helps.
adil17 said:
I had the same problem. Just install the 'bootanimations' app from the play store by jrummy, locate the zip from inside the app, tap and hold, then click install and boom, you're done. Hope this helps.
Click to expand...
Click to collapse
Okay, thanks! This solved the issue. Question now is, what did "bootanimations" do differently that I couldn't do manually?
NeuDroid said:
Okay, thanks! This solved the issue. Question now is, what did "bootanimations" do differently that I couldn't do manually?
Click to expand...
Click to collapse
Nothing. You just failed to set permissions properly to rw-r-r (644) for the file to work. Now you know so manual or not you can make it work.
Worked Like a CHAMP!!! Thanx
Wow, amazing work!
Had this on the nexus 5. Now I can use it on my new nexus 6. Thank you
cobyman7035 said:
can u make an avengers one? thx
Click to expand...
Click to collapse
I wasn't the original author here. I might tinker though
NeuDroid said:
This "mod" doesn't work. Nothing happens when I replaced this file with my stock one. In fact, I deleted this file, re-installed my stock one and now I don't even get the stock boot up screen. Nice.
Click to expand...
Click to collapse
Sounds like you aren't changing the permissions.
this is really nice
Donjuanal said:
Nothing. You just failed to set permissions properly to rw-r-r (644) for the file to work. Now you know so manual or not you can make it work.
Click to expand...
Click to collapse
Thank you and you were correct, I never changed the permissions. "Bootanimations" app deleted.

[RELEASE] "New" Android N bootanimation

Hi!
Can someone create or explain how to make a bootanimation based of the new update images?
See the following link:. www.androidpolice.com/2016/05/20/an...oper-preview-3-except-its-not-quite-ready-yet
Succeeded in creating one! Based on the animation during the Dev Preview 3 update.
Just a sloppy release, I cba to make a fade in/out. If you got spare time for that, feel free to edit.
See the preview image below.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download link: https://drive.google.com/open?id=0B4oegINhkQdkejAwUTBHUDF6dWM
Installation is easy.
1. Copy the file to your SD card
2. Open up root explorer
3. Copy the bootanimation.zip from the SD card
4. Navigate to /system/media/
5. Rename your current bootanimation
6. Paste your bootanimation.zip in the clipboard
7. Make sure permission are on 664/ rw-r-r
8. Reboot
9. ??
10. Done!
Edit: fellow member fLipz made a flashable zip. If you want to use that, it's over here. Thanks!
https://www.androidfilehost.com/?fid=24562950077415472
You would need to dig into the new recovery image and find them.
I've meddled a little with that before but not enough to tell you exactly how to do it.
Sent from my Nexus 6P using Tapatalk
Yeah, it was hard to find which file the images was in. Managed to get all the files, am busy creating a bootanimation now.
If it all works well, ill post it in here
You want a boot animation of the new updating screen, correct?
Sent from my Nexus 6P using Tapatalk
Curiousn00b said:
You want a boot animation of the new updating screen, correct?
Sent from my Nexus 6P using Tapatalk
Click to expand...
Click to collapse
Correct yes
Updated the main thread, download link is up for those who are interested.
Neat. [emoji14]
Don't think I've seen that one. Reminds me of Motorola, a little.
Sent from my Nexus 6P using Tapatalk
trantium said:
Updated the main thread, download link is up for those who are interested.
Click to expand...
Click to collapse
simple animation, nice job! check your inbox
fLipz said:
simple animation, nice job! check your inbox
Click to expand...
Click to collapse
Thanks for your help! Updated link
Kudos, this isn't bad at all! Even though it reminds me of a LSD trip lol
Any idea what will happen if I try it on a different phone with a different screen resolution? I have a nexus 5
smarki said:
Any idea what will happen if I try it on a different phone with a different screen resolution? I have a nexus 5
Click to expand...
Click to collapse
Try it , the worse that could happen is it doesn't work or it looks like crap and you have to go back .
Just tried this on my Nexus 4, works well but it is little big for our resolution. If someone make this for our Nexus 4 that will be amazing, nice work though!
after flashing zip if something went wrong as i am using multirom( some CMTE bootanimation results in bootloops) how to revert back?
rammy1991 said:
after flashing zip if something went wrong as i am using multirom( some CMTE bootanimation results in bootloops) how to revert back?
Click to expand...
Click to collapse
make a Nandroid Backup and test it. if it gives you bootloop, just restore your backup.
trantium said:
Hi!
Can someone create or explain how to make a bootanimation based of the new update images?
See the following link:. www.androidpolice.com/2016/05/20/an...oper-preview-3-except-its-not-quite-ready-yet
Succeeded in creating one! Based on the animation during the Dev Preview 3 update.
Just a sloppy release, I cba to make a fade in/out. If you got spare time for that, feel free to edit.
See the preview image below.
Download link: https://drive.google.com/open?id=0B4oegINhkQdkejAwUTBHUDF6dWM
Installation is easy.
1. Copy the file to your SD card
2. Open up root explorer
3. Copy the bootanimation.zip from the SD card
4. Navigate to /system/media/
5. Rename your current bootanimation
6. Paste your bootanimation.zip in the clipboard
7. Make sure permission are on 664/ rw-r-r
8. Reboot
9. ??
10. Done!
Edit: fellow member fLipz made a flashable zip. If you want to use that, it's over here. Thanks!
https://www.androidfilehost.com/?fid=24562950077415472
Click to expand...
Click to collapse
Thanks for the work on this. It looks great.
sidnoit22 said:
Just tried this on my Nexus 4, works well but it is little big for our resolution. If someone make this for our Nexus 4 that will be amazing, nice work though!
Click to expand...
Click to collapse
I'll make a few zips for the different nexus phones, will be posting them in a few hrs
Any chance that you could make an .apk for cm12?
trantium said:
I'll make a few zips for the different nexus phones, will be posting them in a few hrs
Click to expand...
Click to collapse
Where is the link man you said posting them in few hours but I didn't found new links . My device is 1280Ã?720 so please can you make This boot animation for 1280Ã?720 pixel devices . But don't forget to provide links
PLEASE PLEASE PLEASE PLEASE PLEASE
AadilAhmed555 said:
Where is the link man you said posting them in few hours but I didn't found new links . My device is 1280×720 so please can you make This boot animation for 1280×720 pixel devices . But don't forget to provide links
Click to expand...
Click to collapse
Do it yourself instead if sounding rude when asking for someone else's work. You didn't even use please or thank you...
Inside any bootanimation.zip, you'll find desc.txt. The first two numbers are your screen resolution and the third is the rate that it plays(I believe).
You're welcome. ?
Sent from my Nexus 6P using Tapatalk

Categories

Resources