Tester needed for Honor 8 boot animation. - Honor 8 Themes, Apps, and Mods

UPDATE(02/04/17): Testers with Nougat installed needed. More info at this post here. Thanks!
https://forum.xda-developers.com/showpost.php?p=70882260&postcount=46
-----------
UPDATE(01/20/17): Animation is finally working guys! You can check it out here. Thanks!
https://forum.xda-developers.com/honor-8/themes/boot-animation-red-orb-boot-animation-t3541908
-----------
I recently created a nice boot animation for the Honor 8, but I don't have an Honor 8. In fact, I have a Samsung, so I'm unable to test it since the formats are different. I just need someone with an Honor 8(1080x1920 display) who can test this for me and let me know if it plays properly(ie. the timing is right, etc.) before I post it.
To test YOU MUST HAVE ROOT, a custom recovery like TWRP installed & some experience with flashing zips and backing up your device in case you need to restore. Much appreciated. Thank you!

bogarty said:
I recently created a nice boot animation for the Honor 8, but I don't have an Honor 8. In fact, I have a Samsung, so I'm unable to test it since the formats are different. I just need someone with an Honor 8(1080x1920 display) who can test this for me and let me know if it plays properly(ie. the timing is right, etc.) before I post it.
To test YOU MUST HAVE ROOT, a custom recovery like TWRP installed & some experience with flashing zips and backing up your device in case you need to restore. Much appreciated. Thank you!
Click to expand...
Click to collapse
Oh I wish I could help mate. I'm keeping my phone as stock for now but I'm sure that I will root before long.
When I do I will help with all the testing that you need.
I'm sure you will soon have a line of people ready to test.
Thanks for putting the effort into our phone.
Just one question.
Why the Honor 8 if you don't own one ?.
John
Sent from my Honor 8 using XDA Labs

johnhux7 said:
Oh I wish I could help mate. I'm keeping my phone as stock for now but I'm sure that I will root before long.
When I do I will help with all the testing that you need.
I'm sure you will soon have a line of people ready to test.
Thanks for putting the effort into our phone.
Just one question.
Why the Honor 8 if you don't own one ?.
John
Sent from my Honor 8 using XDA Labs
Click to expand...
Click to collapse
Thank you! Haha! Not sure. Was just looking on XDA for new devices that didn't seem to have a lot of customization going for them yet and this one seemed good.

bogarty said:
Thank you! Haha! Not sure. Was just looking on XDA for new devices that didn't seem to have a lot of customization going for them yet and this one seemed good.
Click to expand...
Click to collapse
Good choice mate.
This is gonna be some phone in the future.
They seam to have made it to play with.
From what I have read it's gonna be very hard to brick.
I will definitely help you in the future.
At the mo I'm needing good reasons to start rooting this phone.
I used to get a phone out the box and root straight away but not with this one (so far)
I do have other phones to play with though ( nexus 5)
Sent from my Honor 8 using XDA Labs

bogarty said:
I recently created a nice boot animation for the Honor 8, but I don't have an Honor 8. In fact, I have a Samsung, so I'm unable to test it since the formats are different. I just need someone with an Honor 8(1080x1920 display) who can test this for me and let me know if it plays properly(ie. the timing is right, etc.) before I post it.
To test YOU MUST HAVE ROOT, a custom recovery like TWRP installed & some experience with flashing zips and backing up your device in case you need to restore. Much appreciated. Thank you!
Click to expand...
Click to collapse
Hey Friend! I dont got the Honor 8, but I got the Honor 7, with twrp, root, and modded rom.. i would gladly test your boot Animation i thinks its roughly the same system on 7 and 8.. and my 7 got 1080x1920 screen?

HonorCasper said:
Hey Friend! I dont got the Honor 8, but I got the Honor 7, with twrp, root, and modded rom.. i would gladly test your boot Animation i thinks its roughly the same system on 7 and 8.. and my 7 got 1080x1920 screen
Click to expand...
Click to collapse
Yeah you really only need a device with the same screen resolution to test this. I sent you the link in a PM. Thank you!

Ok. Does anyone know why you can't change the boot animation on the Honor 8 and Honor 7? It seems that even with root and TWRP it's still preventing this rather simple change. I had someone test my animation on their device and it flashes fine, but it doesn't change the animation for them, even when replacing the bootanimation.zip file with the proper permissions manually. I make animations all the time, so it should work just fine, but what could it be that's not allowing the change? Any ideas? :/
UPDATE: The person testing for me just tried deleting his bootanimation.zip completely and rebooting and it still shows the stock boot animation on boot, so there must be a master copy that it keeps copying from somewhere that's writing over my animation on boot. Any help? Ideas? :/

bogarty said:
Ok. Does anyone know why you can't change the boot animation on the Honor 8 and Honor 7? It seems that even with root and TWRP it's still preventing this rather simple change. I had someone test my animation on their device and it flashes fine, but it doesn't change the animation for them, even when replacing the bootanimation.zip file with the proper permissions manually. I make animations all the time, so it should work just fine, but what could it be that's not allowing the change? Any ideas? :/
UPDATE: The person testing for me just tried deleting his bootanimation.zip completely and rebooting and it still shows the stock boot animation on boot, so there must be a master copy that it keeps copying from somewhere that's writing over my animation on boot. Any help? Ideas? :/
Click to expand...
Click to collapse
The boot animation on the Honor 8 is located in the following directories depending on the device:
/version/special_cust/FRD-L04/hw/usa/media
/version/special_cust/FRD-L09/hw/usa/media
/version/special_cust/FRD-L14/hw/usa/media
If you remove the bootanimation.zip located there it seems to default again to /system/media/
So if you're making a twrp script, you may want to try having it remove the bootanimation.zip located in /version/special_cust/FRD-L04/hw/usa/media

Saythis said:
The boot animation on the Honor 8 is located in the following directories depending on the device:
/version/special_cust/FRD-L04/hw/usa/media
/version/special_cust/FRD-L09/hw/usa/media
/version/special_cust/FRD-L14/hw/usa/media
If you remove the bootanimation.zip located there it seems to default again to /system/media/
So if you're making a twrp script, you may want to try having it remove the bootanimation.zip located in /version/special_cust/FRD-L04/hw/usa/media
Click to expand...
Click to collapse
I wonder if I can just have it replace the animation in both locations, making a zip for each(L04, L09, L14, etc.) If I could identify which variants have which FRD folder, then maybe I could just list the files as such.

bogarty said:
I wonder if I can just have it replace the animation in both locations, making a zip for each(L04, L09, L14, etc.) If I could identify which variants have which FRD folder, then maybe I could just list the files as such.
Click to expand...
Click to collapse
You certainly could do that.

Mine already using customs bootani like a month, all i do is replacing bootanimation file from system/media only.

Saythis said:
You certainly could do that.
Click to expand...
Click to collapse
Just added a poll to the top of this thread to see what folder the different variants have.

bogarty said:
Just added a poll to the top of this thread to see what folder the different variants have.
Click to expand...
Click to collapse
In special cust for both l04 and l14, its contain same startup bootani before its entering bootanimation in system/media

faizalotai said:
In special cust for both l04 and l14, its contain same startup bootani before its entering bootanimation in system/media
Click to expand...
Click to collapse
Do they contain the full animation or just that still image?

bogarty said:
Do they contain the full animation or just that still image?
Click to expand...
Click to collapse
Both folders contain full animation..In cust folder(honor animation) and system/media folder

faizalotai said:
Both folders contain full animation..In cust folder(honor animation) and system/media folder
Click to expand...
Click to collapse
So I wonder if I need to replace both + the /system/media/ one with mine? I've never known a device that was so complicated to change the boot animation. :/

bogarty said:
So I wonder if I need to replace both + the /system/media/ one with mine? I've never known a device that was so complicated to change the boot animation. :/
Click to expand...
Click to collapse
It really isn't that complicated. Huawei ignored using /system/media and instead made their own directory (aka special_cust) which contains bootanimations. Each device has a product name/number (aka FRD-L04, FRD-L14, FRD-L09, etc). The folders in there correspond with the product name/number of each region specific device. So, I have a FRD-L04, so my folder is /version/special_cust/FRD-L04/
My suggestion however was to simply remove the FRD-L## folder inside /special_cust/, then just apply your bootanimation to /system/media. This way it'll work on any device.

Saythis said:
It really isn't that complicated. Huawei ignored using /system/media and instead made their own directory (aka special_cust) which contains bootanimations. Each device has a product name/number (aka FRD-L04, FRD-L14, FRD-L09, etc). The folders in there correspond with the product name/number of each region specific device. So, I have a FRD-L04, so my folder is /version/special_cust/FRD-L04/
My suggestion however was to simply remove the FRD-L## folder inside /special_cust/, then just apply your bootanimation to /system/media. This way it'll work on any device.
Click to expand...
Click to collapse
The guy who was testing for me actually had an Honor 7, but said he tried replacing my animation with the Huawei folder one and ended up in a bootloop. His folders were a little different though. I think his was in the "etc" folder, but it kind of had me wondering if those folders maybe need to be there. Maybe I just need to replace the one in special_ cust. If I made you one that just replaces the L04 one could you maybe test it for me?

bogarty said:
The guy who was testing for me actually had an Honor 7, but said he tried replacing my animation with the Huawei folder one and ended up in a bootloop. His folders were a little different though. I think his was in the "etc" folder, but it kind of had me wondering if those folders maybe need to be there. Maybe I just need to replace the one in special_ cust. If I made you one that just replaces the L04 one could you maybe test it for me?
Click to expand...
Click to collapse
I replaced my bootanimation.zip in special_cust with a Pixel Bootanimation and it worked fine.

Saythis said:
I replaced my bootanimation.zip in special_cust with a Pixel Bootanimation and it worked fine.
Click to expand...
Click to collapse
Still need someone to test it before I upload it for everyone. I already made the file. I can PM you the link if you don't mind doing it. I just want to make sure that it works and that the animation runs smoothly.

Related

[Q] Boot animation without AT&T logo?

Does anyone have a working bootanimation.zip without the AT&T logo? I tried editing the original one but I ended up with a blank boot animation screen.
you should be able to search the forum for whatever boot animation you want. Granted they won't be the proper resolution if you pick one with black edges you will be fine. I was using one on a previous flash just fine.
I'll try to find the thread where I found mine
Edit: found it at this thread. http://forum.xda-developers.com/showthread.php?t=985251
sweet, so exisiting bootanimations work, I can use my old one again haha.
kmiller8 said:
you should be able to search the forum for whatever boot animation you want. Granted they won't be the proper resolution if you pick one with black edges you will be fine. I was using one on a previous flash just fine.
I'll try to find the thread where I found mine
Edit: found it at this thread. http://forum.xda-developers.com/showthread.php?t=985251
Click to expand...
Click to collapse
I tried those animations and they worked fine, but I still wish I could keep the original animation.
Boot Animations, while can be tricky and a headache, are customizable if you can adjust the image sizes, etc.
For example, the Motorola Atrix can use up to 540x960 for the resolution. You can also add custom sounds at load by saving an OGG audio file to /system/media (same location as the bootanimation.zip) and adding it accordingly to the desc.txt file. Below is an example.
Code:
540 960 1
p 1 10 part0
s autodestruct.ogg
p 0 0 part1
The first line is the resolution and the frames per second.
Code:
"540 960" Resolution "1" Frames Per Second (each individual image)
The second line defines a Part. For example, the first animation you want to play. So far for me, this is the animation AFTER the Dual Core logo that plays when I've made mine.
Code:
"p" Depicts this is a Part "1" Repeat this many times (0 is infinite) "10" is the delay in frames before the next Part "part0" is the directory within the zip to load this part from
So far easy right? The next line, is for the audio file. If the OGG has a loop point, the audio will loop until the Part is over that it plays within.
Code:
"s" Depicts a sound "autodestruct.ogg" The filename to load from /system/media
A few more examples of loading parts............
To load a Part that is a single image, that loops till boot is done, use this
Code:
p 0 0 "directory_name_here"
I'll try to post some example bootanimation.zip files with explanations if I get time. I've only made a couple so far for my company out of boredom.
kmiller8 said:
I was using one on a previous flash just fine.
Click to expand...
Click to collapse
So this doesn't break anything? Will I be able to update my phone when an update is out, without having to restore the original bootanimation.zip?
txtsd said:
So this doesn't break anything? Will I be able to update my phone when an update is out, without having to restore the original bootanimation.zip?
Click to expand...
Click to collapse
I recommend using your file explorer to rename the original bootanimation.zip on your phone to something like bootanimation_original.zip then put in your custom if you have any worries.
That way, if you go to update just rename custom to bootanimation_custom.zip and restore the original.
Personally, I do not know if the boot animation file will affect updates, but that is a failsafe for you just in case.
ownedbycurry said:
I tried those animations and they worked fine, but I still wish I could keep the original animation.
Click to expand...
Click to collapse
Ohh, so what you want is the default bootanimation without the ATT part!
I've personally never worked with bootanimations before, but using MrSER's guide above, i'll try to do that for you.
EDIT: yea... I only get the blackscreen too, really weird...
EDIT 2: figured it out. if you're using WinRAR, when you go to make a .zip, choose "store" instead of "normal" compression, and it should work just fine. I have attached the Default bootanimation.zip without the ATT part
kmiller8 said:
Ohh, so what you want is the default bootanimation without the ATT part!
I've personally never worked with bootanimations before, but using MrSER's guide above, i'll try to do that for you.
EDIT: yea... I only get the blackscreen too, really weird...
EDIT 2: figured it out. if you're using WinRAR, when you go to make a .zip, choose "store" instead of "normal" compression, and it should work just fine. I have attached the Default bootanimation.zip without the ATT part
Click to expand...
Click to collapse
Thank you so much!!
kmiller8 said:
EDIT 2: figured it out. if you're using WinRAR, when you go to make a .zip, choose "store" instead of "normal" compression, and it should work just fine. I have attached the Default bootanimation.zip without the ATT part
Click to expand...
Click to collapse
My bad mate, forgot to mention that. I make mine with Winzip 15 Pro and set it to No Compression (from my experience, no compression is a requirement).
I may end up doing a tutorial on all this on my blog. If I do, I'll post a copy here and link as well (I like screenshots on my blog, lol).
MrSER said:
My bad mate, forgot to mention that. I make mine with Winzip 15 Pro and set it to No Compression (from my experience, no compression is a requirement).
I may end up doing a tutorial on all this on my blog. If I do, I'll post a copy here and link as well (I like screenshots on my blog, lol).
Click to expand...
Click to collapse
Yea i ended up googling and it showed that if the .zip is compressed it will just show a blank screen.
Definitely do a tut, I really wanna start making some Atrix boot animations
kmiller8 said:
Ohh, so what you want is the default bootanimation without the ATT part!
I've personally never worked with bootanimations before, but using MrSER's guide above, i'll try to do that for you.
EDIT: yea... I only get the blackscreen too, really weird...
EDIT 2: figured it out. if you're using WinRAR, when you go to make a .zip, choose "store" instead of "normal" compression, and it should work just fine. I have attached the Default bootanimation.zip without the ATT part
Click to expand...
Click to collapse
thanks for the bootanimation.zip, i did chmod 644 it before cp to /system/media to match the perms on the original bootanimation.zip, but i did a reboot and it worked fine. it's nice not having the att logo during boot, and having att removed from the notification bar with the ginerblur mod too. feels good man!
What folder do you put the animation in?
PixoNova said:
What folder do you put the animation in?
Click to expand...
Click to collapse
In the system/media folder.
I know this is a really newb question but I am a newb when it comes to android... I've owned my Atrix for about a week. Anyway, how do I replace this file and where do I find it?
mpalatsi said:
I know this is a really newb question but I am a newb when it comes to android... I've owned my Atrix for about a week. Anyway, how do I replace this file and where do I find it?
Click to expand...
Click to collapse
Just find a boot animation that you like, download the zip file, rename it to bootanimation.zip and then go into your system/media folder and change the name of the current bootanimation to anything you want like bootanimationold.zip. Then put the new zip file in the system/media folder and there you go. You do not need to move the old boot animation file as long as you change the name.
of course, the method I'm describing is relevant if you have rooted your phone and you have something like Root Explorer, otherwise you will need to use adb, but still you need root.
live4nyy said:
Just find a boot animation that you like, download the zip file, rename it to bootanimation.zip and then go into your system/media folder and change the name of the current bootanimation to anything you want like bootanimationold.zip. Then put the new zip file in the system/media folder and there you go. You do not need to move the old boot animation file as long as you change the name.
of course, the method I'm describing is relevant if you have rooted your phone and you have something like Root Explorer, otherwise you will need to use adb, but still you need root.
Click to expand...
Click to collapse
Thank you, worked like a champ... Is there an explorer I can use on my PC while my phone is connected? I attempted to use droid explorer but I can't access any of the folders.
mpalatsi said:
Thank you, worked like a champ... Is there an explorer I can use on my PC while my phone is connected? I attempted to use droid explorer but I can't access any of the folders.
Click to expand...
Click to collapse
Sorry, wouldn't know about that, I always use Explorer or adb.
kmiller8 said:
Ohh, so what you want is the default bootanimation without the ATT part!
I've personally never worked with bootanimations before, but using MrSER's guide above, i'll try to do that for you.
EDIT: yea... I only get the blackscreen too, really weird...
EDIT 2: figured it out. if you're using WinRAR, when you go to make a .zip, choose "store" instead of "normal" compression, and it should work just fine. I have attached the Default bootanimation.zip without the ATT part
Click to expand...
Click to collapse
Thank you so much man I really wanted to remove this AT&T animation
im having a similiar problem on my rooted atrix. I tried to change my bootanim and just gives me a black screen, so i tried to change it back to the orignal and nothing. I checked if the zip was compressed and it isnt. i dont know what i did wrong, i didnt touch anything but the zip

[HOW-TO] Set your custom bootanimation without a PC+ Links

This is just a quick and easy way to download and set your bootanimation. I didn't make these so credits go to them I just created the video and links to some of the better threads here on XDA. Some are Galaxy Nexus animations but look quite good on the Transformer.
Option#2 Thanks to Lock-N-Load
INSTEAD of putting it in /system/media/ and deleting and/or backing up your old bootanimation as talked about, just put your new one into /data/local/ and presto.... done. No delete, no backup and when your done with it just delete yours from that location and the stock bootanimation kicks back in as /data/local just overrides the stock location of /system/media/ much easier, faster and less effort and no chance of ooops
Click to expand...
Click to collapse
ENJOY!
Bios Boot:
http://forum.xda-developers.com/showthread.php?t=1464766
Galaxy Nexus:
http://forum.xda-developers.com/showthread.php?t=1461454
Transformer Prime:
http://forum.xda-developers.com/showthread.php?t=1430153
Dr. Who:
http://forum.xda-developers.com/showthread.php?t=1458527
Asus Transformer:
http://forum.xda-developers.com/showthread.php?t=1079013
Android Lightbike:
https://rapidshare.com/files/5413571...tanimation.zip Audio: https://rapidshare.com/files/3186437237/bootsound.mp3
Cubes:
http://forum.xda-developers.com/showthread.php?t=1386631
Star Pulse:
http://forum.xda-developers.com/attachment.php?attachmentid=867699&d=1327251436
The Droids:
http://forum.xda-developers.com/showthread.php?t=905538
Portal:
www.mediafire.com/?iz93t3az6nvvk80
Not sure why people do it this way? It is extra steps AND requires a delete and/or backup of your existing bootanimation file. No reason to do any of this.
So using the above Root Explorer method of course... INSTEAD of putting it in /system/media/ and deleting and/or backing up your old bootanimation as talked about, just put your new one into /data/local/ and presto.... done. No delete, no backup and when your done with it just delete yours from that location and the stock bootanimation kicks back in as /data/local just overrides the stock location of /system/media/ much easier, faster and less effort and no chance of ooops
Lock-N-Load said:
Not sure why people do it this way? It is extra steps AND requires a delete and/or backup of your existing bootanimation file. No reason to do any of this.
So using the above Root Explorer method of course... INSTEAD of putting it in /system/media/ and deleting and/or backing up your old bootanimation as talked about, just put your new one into /data/local/ and presto.... done. No delete, no backup and when your done with it just delete yours from that location and the stock bootanimation kicks back in as /data/local just overrides the stock location of /system/media/ much easier, faster and less effort and no chance of ooops
Click to expand...
Click to collapse
+ 1 its what I do but still thanks OP
Lock-N-Load said:
Not sure why people do it this way? It is extra steps AND requires a delete and/or backup of your existing bootanimation file. No reason to do any of this.
So using the above Root Explorer method of course... INSTEAD of putting it in /system/media/ and deleting and/or backing up your old bootanimation as talked about, just put your new one into /data/local/ and presto.... done. No delete, no backup and when your done with it just delete yours from that location and the stock bootanimation kicks back in as /data/local just overrides the stock location of /system/media/ much easier, faster and less effort and no chance of ooops
Click to expand...
Click to collapse
Added to OP...
Nice tutorial! Does anyone happen to have an animation that simulates verbose-mode booting?
Danny80y said:
Option#2 Thanks to Lock-N-Load (This doesn't work on mine but I suppose It does on others).
Click to expand...
Click to collapse
Huh? How is that possible. Your on ICS, no? This should absolutely 100% work.
Lock-N-Load said:
Huh? How is that possible. Your on ICS, no? This should absolutely 100% work.
Click to expand...
Click to collapse
Maybe he didn't rename to bootanimation.zip ?
tylermaciaszek said:
Maybe he didn't rename to bootanimation.zip ?
Click to expand...
Click to collapse
Yeah, there must be more to the story. As if it works in /system/media/ it should work perfect in /data/local/
tylermaciaszek said:
Maybe he didn't rename to bootanimation.zip ?
Click to expand...
Click to collapse
It has to be bootanimation.zip for it to work in either location.
Danny80y said:
It has to be bootanimation.zip for it to work in either location.
Click to expand...
Click to collapse
care to try again just copy and paste it in data/local rename bootanimation.zip and reboot
Worked perfect for me
Sent from my SPH-D710 using xda premium
Got both methods working. Anybody with favorite boot animations post them up so we can add them to the first post!!
There are already at least 5 threads going with boot animations in them just FWIW
noob question alert
Hi ppls, sorry in advance for my noobishness...
I'm just looking for one small straight answer about loading boot animations:
Do you have to root a Transformer Prime with ICS to replace the boot animation in either location? I was under the impression that the data/local/ folder didn't require rooting - am I incorrect in this assumption? I just keep getting 'permission denied' messages when attempting to alter the data folder... if it is possible can someone tell me what the heck I am doing wrong??
To stop you all foaming at the mouth at my obviously stupid noobish question, here's a Portal/Aperture Science PC retro boot animation I made for myself based off the ascii art in the credits of Portal 1:
www(dot)mediafire(dot)com/?ozjzxcvaap1p43z
^apparently I'm even too noobish to be able to post links yet...
Philsta333 said:
Hi ppls, sorry in advance for my noobishness...
I'm just looking for one small straight answer about loading boot animations:
Do you have to root a Transformer Prime with ICS to replace the boot animation in either location? I was under the impression that the data/local/ folder didn't require rooting - am I incorrect in this assumption? I just keep getting 'permission denied' messages when attempting to alter the data folder... if it is possible can someone tell me what the heck I am doing wrong??
To stop you all foaming at the mouth at my obviously stupid noobish question, here's a Portal/Aperture Science PC retro boot animation I made for myself based off the ascii art in the credits of Portal 1:
www(dot)mediafire(dot)com/?ozjzxcvaap1p43z
^apparently I'm even too noobish to be able to post links yet...
Click to expand...
Click to collapse
Yes you have to be rooted to modify data/local or system/media
tylermaciaszek said:
Yes you have to be rooted to modify data/local or system/media
Click to expand...
Click to collapse
Ahh thanks! In the meantime I figured out the way to use ADB to do it without rooting...
Also ignore that first portal boot animation link - here is a working one (now I've been able to test it)
www(dot)mediafire(dot)com/?iz93t3az6nvvk80
Philsta333 said:
Ahh thanks! In the meantime I figured out the way to use ADB to do it without rooting...
Also ignore that first portal boot animation link - here is a working one (now I've been able to test it)
www(dot)mediafire(dot)com/?iz93t3az6nvvk80
Click to expand...
Click to collapse
heres a working link
www.mediafire.com/?iz93t3az6nvvk80
---------- Post added at 11:01 PM ---------- Previous post was at 10:56 PM ----------
Philsta333 said:
Ahh thanks! In the meantime I figured out the way to use ADB to do it without rooting...
Also ignore that first portal boot animation link - here is a working one (now I've been able to test it)
www(dot)mediafire(dot)com/?iz93t3az6nvvk80
Click to expand...
Click to collapse
boot animation looks cool, but it doesnt get to finish because device boots up too fast
Stuck
mine is stuck on the boot animation. Any suggestions?
If anyone is looking for anything custom boot animation wise for the prime send me a PM and we can hash out what you want to do. I have been building them for the primalicious rom if at all interested. Props to the OP for compiling the list.
-Lostsorrow

Custom boot animations

I haven't seen anyone mention of it yet. Does anyone know how to get custom boot animations in the bootanimation.zip format working? I've already tried all posted fixes for other Samsung note devices with no success. Best I've gotten was a blank screen during boot. Any suggestions?
Sent from behind your couch while chillin with the Boogeyman!
siralsmooth said:
I haven't seen anyone mention of it yet. Does anyone know how to get custom boot animations in the bootanimation.zip format working? I've already tried all posted fixes for other Samsung note devices with no success. Best I've gotten was a blank screen during boot. Any suggestions?
Sent from behind your couch while chillin with the Boogeyman!
Click to expand...
Click to collapse
There a few custom bootanimation threads - I believe you need a .bin file from one of these and you should be able to use it for other .zip files...
Look for lion king bootanimation in this forum, you might need to go back a little while though....
bootanimation
siralsmooth said:
I haven't seen anyone mention of it yet. Does anyone know how to get custom boot animations in the bootanimation.zip format working? I've already tried all posted fixes for other Samsung note devices with no success. Best I've gotten was a blank screen during boot. Any suggestions?
Sent from behind your couch while chillin with the Boogeyman!
Click to expand...
Click to collapse
furst make sure busybox is installed correctly on you're device.
then flash: bootanimationON
download here:
https://drive.google.com/file/d/0BxH_2Mr6REVjRnU0ME5xd3V4S2s/edit?usp=sharing
this will make a backup from you're system/bin/bootanimation and make a bootanimation.bak file
and replace with mod bootanimation file to use bootanimation.zip
this is to restore: to go back to standard qmg
download here:
https://drive.google.com/file/d/0BxH_2Mr6REVjdFlGSFF0bVVmXzA/edit?usp=sharing
you also need you're bootanimation.zip you want to use
this zip needs to be placed in system/media.
"AFTER" you put this bootanimation.zip in system/media "THEN" flash bootanimationON
works 100.1% sure
enjoy
Ill give it a shot later. I tried the files for the note 3 without success.
Update- thanks for the file. Works great. Custom animation worked immediately after flashing.
Sent from my SM-N900T using XDA Premium HD app

Stock Android 7.0 boot/shutdown animation

I modified this one from another zip I found online to not "loop" and drop the framerate to 30fps. Backup your bootanimation and shutdownanimation zip files in /system/media and replace with these, set permissions, and reboot.
Stock Android 7.0 boot animation
Stock Android 7.0 shutdown animation
Thanks bro.. Working perfectly!!
Sent from my LG-H918 using Tapatalk
Any chance we can get a Pixel XL boot animation?
freeza said:
I modified this one from another zip I found online to not "loop" and drop the framerate to 30fps. Backup your bootanimation and shutdownanimation zip files in /system/media and replace with these, set permissions, and reboot.
Stock Android 7.0 boot animation
Stock Android 7.0 shutdown animation
Click to expand...
Click to collapse
Does your phone have to be rooted if not how would I be able to paste the files
MrSp_SSG said:
Does your phone have to be rooted if not how would I be able to paste the files
Click to expand...
Click to collapse
I swear I'm not just trying to be ignorant or beat you up here by saying this, but I just thought it was kind of funny because you basically just asked a question and then answered yourself all in one sentence. Anyway to answer your question (again lol) though, yes you do need to have root in order to do this because without it the directory where the files need to be pasted will be "read only", and you will not the have the access needed in order to change it. Hope it helps [emoji106].
Sent from a ridiculously modified ColecoVision
Boot splash needed to hide the orange triangle.
I came from the note 5 and the were severeral roms and an aroma zip that totally modded the way androids looked just starting up. No lg. no t mobile. no triangle. I wish i even knew how to start out or who to pass the information along to. To have some overall pleasant experience.
https://forum.xda-developers.com/tm.../rom-ozop-fly-theme-mod-options-ozop-t3205335.
Theres the link.
MrSp_SSG said:
Does your phone have to be rooted if not how would I be able to paste the files
Click to expand...
Click to collapse
Needs to be rooted. After you back up and replace the files, you need to reboot into TWRP, find the files, hit chmod and set to 644
Sent from my LG V20 using XDA Labs

Question Replacing Stock Boot Animation of Evolution X

Does anyone know know any process to replace stock boot animation of Evolution X rom?
Thanks in advance.
XanDevoir said:
Does anyone know know any process to replace stock boot animation of Evolution X rom?
Thanks in advance.
Click to expand...
Click to collapse
Try accessing the media folder on the system folder. maybe it's there
inn000 said:
Try accessing the media folder on the system folder. maybe it's there
Click to expand...
Click to collapse
Yes I've got it...now do I just replace it with a boot animation Ive downloaded?
XanDevoir said:
Yes I've got it...now do I just replace it with a boot animation Ive downloaded?
Click to expand...
Click to collapse
you could. but make sure it has the right resolution for your phone. Not quite sure what happens when you used low or oversized res bootanims. and make sure its named bottanimation.zip
System is write protected. we can only read or delete files on system but won't replace ir change it. Maybe your device not boot if you do this.
If you just remove the animation from the system, the system will boot as Android.
Definitely don't try to replace the animation with another one when the system is running. If there was a bootlop, you would have no way to fix it.
You can safely replace the animation only in recovery, in case of a bootlop you can put it back in recovery. If recovery allows you to exchange.
Soyabkhan said:
System is write protected. we can only read or delete files on system but won't replace ir change it. Maybe your device not boot if you do this.
Click to expand...
Click to collapse
maybe thats why when I tried to copy the new animation inside root folder I couldnt paste it there...yeah I dont think I will do any animation replace as I am very new at this and this is my first time flashing a rom even... I'll just wait for any pros to do it first... Thanks a lot for your warning.
StaryMuz said:
If you just remove the animation from the system, the system will boot as Android.
Definitely don't try to replace the animation with another one when the system is running. If there was a bootlop, you would have no way to fix it.
You can safely replace the animation only in recovery, in case of a bootlop you can put it back in recovery. If recovery allows you to exchange.
Click to expand...
Click to collapse
I think it requires some knowledge of stuff if things go bad...and I really dont have that...so i decided to leave the boot animation for now... Really thanks for your reply
XanDevoir said:
I think it requires some knowledge of stuff if things go bad...and I really dont have that...so i decided to leave the boot animation for now... Really thanks for your reply
Click to expand...
Click to collapse
We can change boot animation with magisk if you want to try.
i cant find the media folder in my s9
Soyabkhan said:
We can change boot animation with magisk if you want to try.
Click to expand...
Click to collapse
Yes, sadly Magisk is the only feasible way to do it with A/B device, or build the rom, at least the /system image, by ourself with other bootanim
the bootanimation.zip file is present at system/product/media
also, you will find another bootanimation.zip in product/media

Categories

Resources