[Q] Anyone know why this bootanimation.zip isn't working? - Android Q&A, Help & Troubleshooting

Hi,
I'm trying to create a custom boot animation, for my Android mini pc but this doesn't seem to work on boot animation factory. Any help is appreciated!.

I used to make boot animations back in the day, but it has been a bit, so might be a bit rusty. However, I am pretty sure your issue is that you have the Part 0 folder nestled in another folder called Part 0. Remove one of them and try again.

Just make sure the bootanimation.zip is being placed where the system is actually storing the zip. With htc you had to manually change the default directory the app was saving to as it was different to Samsung and stock android location.
Sent from my Oppo Find 7

es0tericcha0s said:
I used to make boot animations back in the day, but it has been a bit, so might be a bit rusty. However, I am pretty sure your issue is that you have the Part 0 folder nestled in another folder called Part 0. Remove one of them and try again.
Click to expand...
Click to collapse
WOW can't believe I missed that. Thanks!
EDIT: Still doesn't work, says index is out of range

Where are you seeing the index out of range comment? Only info I could find on that was from a program called Boot Animation Factory and the dev suggested it was an issue with AMD processors for some reason. Not sure if it is applicable for you, just throwing it out there.

es0tericcha0s said:
Where are you seeing the index out of range comment? Only info I could find on that was from a program called Boot Animation Factory and the dev suggested it was an issue with AMD processors for some reason. Not sure if it is applicable for you, just throwing it out there.
Click to expand...
Click to collapse
Just tried it with boot box and it works fine but it shows blank when booting.

WazedH said:
Just tried it with boot box and it works fine but it shows blank when booting.
Click to expand...
Click to collapse
Could be an issue with the desc.txt or too many images.
---------- Post added at 01:24 PM ---------- Previous post was at 01:21 PM ----------
WazedH said:
Just tried it with boot box and it works fine but it shows blank when booting.
Click to expand...
Click to collapse
Are you compressing the file at all? Pretty certain that it has to be zipped with NO compression. That or the desc.txt isn't quite right. Or the naming of the files is not correct.

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

[Q] Boot Animation Audio

I have the Call of Duty boot animation, but for some reason the audio wont work. I also have tried the Xbox 360 boot animation. Even that, will not play the audio. but the FinalThunder.mp3 still plays fine.
Ive checked permissions, file names...rhetorically everything. Anyone got an idea what i might be doing wrong?
which rom are you using.....I'm finding the same problem using CM7 and the Bios boot animation. Haven't really looked into it yet though as I just loaded it this morning.
Will post back if I find anything.........
Stock. I rooted fully. Rootchecker says im fine, and the animation works, but no sound
What I have found that works is you have to have the folders within bootanimation.zip set up the same way as the stock one: android, progress and VZW. I haven't look that far into but it seems like the boot sound is triggered when a certain folder is started. If this is so, replacing the boot animation with another one that isn't structured the same and renaming the mp3 to FinalThunder won't work.
Like, wat do you mean? only thing i got is the bootanimation.zip and FinalThunder.mp3, and its int he same place, as in /system/customize/resource/
Superthrust said:
Like, wat do you mean? only thing i got is the bootanimation.zip and FinalThunder.mp3, and its int he same place, as in /system/customize/resource/
Click to expand...
Click to collapse
There's a folder structure inside bootanimation.zip. I'm not talking about where the zip file stored on the phone. More than like the Call of Duty zip has two folders in it, android and part2. Link me to where you got the boot animation and I'll fix it for you.
zhp pilot said:
There's a folder structure inside bootanimation.zip. I'm not talking about where the zip file stored on the phone. More than like the Call of Duty zip has two folders in it, android and part2. Link me to where you got the boot animation and I'll fix it for you.
Click to expand...
Click to collapse
Ill try to attach the ones i have.
Looking inside them both, stock bootanim has no folders. But the COD one does. As for the audio, FinaltHUNDER works but cod-finalthunder wont. (no, i didnt name it that lol)
As i said before, the boot animation works PERFECTLY, just the audio is not working
Try this. Works with sound on my phone. http://www.mediafire.com/?2fvuc65eqdcfdp3
testing. will post with results.
Also, could you maybe tell me what you did? I really want to learn. I have some others i'd like to get working, as well as some ideas I am building with some friends. They know the stuff, but they are in classes and doing finals..I don't have the luxury of college.
Also, is there a way i can adb into my phone and auto-achieve r/w on my system folder? Right now, i have to use RootExplorer and mount as R/W since adb always tells me "unable to push, blah blah, read only filesystem"
It works. Perfectly. Cept the audio is unsynched but that will be easy for me to fix. Thank you so much. What did you change, my awesome savior?
Superthrust said:
testing. will post with results.
Also, could you maybe tell me what you did? I really want to learn. I have some others i'd like to get working, as well as some ideas I am building with some friends. They know the stuff, but they are in classes and doing finals..I don't have the luxury of college.
Also, is there a way i can adb into my phone and auto-achieve r/w on my system folder? Right now, i have to use RootExplorer and mount as R/W since adb always tells me "unable to push, blah blah, read only filesystem"
Click to expand...
Click to collapse
All I did was set the folder structure the same way the stock one is, with android, progress and VZW and made sure desc.txt was formatted properly.
If you are using adb, instead of using Root Explorer to mount system, try command
Code:
adb shell sysrw
Of course this command all depends on how the ROM is set up that you are using.
So, say im using a new bootanimation. Copy/pasta the desc text file, and make sure the structure inside is the same way?
adb shell sysrw says permission denied. im using rooted stock.
Superthrust said:
So, say im using a new bootanimation. Copy/pasta the desc text file, and make sure the structure inside is the same way?
Click to expand...
Click to collapse
Simple break down: android folder contains the first image of the boot animation; the one some people thinks is a second splash screen. VZW folder contains the actually boot animation images and progress is the last image display at the phone is booting. Place your boot animation images in these folders accordingly. I would suggest just putting a plain black image in the android folder and name the image the same as the stock "second splash" screen.
Use the desc.txt file from the boot that I sent you. The only thing you will need to change is the frame rate to make it work with other boot animations. So if a boot is supposed to be displayed at 10 fps, change the 30 to 10 and save.
Once you have everything the way you want it, zip all three folders and desc.txt using the store, or no compression, option. Now you are ready to go. Like you mentioned earlier, you may need to edit FinalThunder.mp3 to make it sync correctly.
About adb sysrw command; stock RUU is not up for that command. Not sure what the syntax would be for stock root or if you can even mount the system as R/W through adb.
dont think i can. and i thnk i gotta lower the fps a little ont he animation
zhp pilot said:
Simple break down: android folder contains the first image of the boot animation; the one some people thinks is a second splash screen. VZW folder contains the actually boot animation images and progress is the last image display at the phone is booting. Place your boot animation images in these folders accordingly. I would suggest just putting a plain black image in the android folder and name the image the same as the stock "second splash" screen.
Use the desc.txt file from the boot that I sent you. The only thing you will need to change is the frame rate to make it work with other boot animations. So if a boot is supposed to be displayed at 10 fps, change the 30 to 10 and save.
Once you have everything the way you want it, zip all three folders and desc.txt using the store, or no compression, option. Now you are ready to go. Like you mentioned earlier, you may need to edit FinalThunder.mp3 to make it sync correctly.
About adb sysrw command; stock RUU is not up for that command. Not sure what the syntax would be for stock root or if you can even mount the system as R/W through adb.
Click to expand...
Click to collapse
I tried changing the FPS and i hit save. I saved it also in the .zip and now the boot animation wont work period. What did i do wrong? Only thing i did was change 30p to 27p
Superthrust said:
I tried changing the FPS and i hit save. I saved it also in the .zip and now the boot animation wont work period. What did i do wrong? Only thing i did was change 30p to 27p
Click to expand...
Click to collapse
Did you open it from within the zip file and save it? If so, when you saved it, the zip was updated and probably changed the compression ratio to the default of whatever program you are using.
zhp pilot said:
Did you open it from within the zip file and save it? If so, when you saved it, the zip was updated and probably changed the compression ratio to the default of whatever program you are using.
Click to expand...
Click to collapse
so what compression method do i have to use to make this work correctly? Cause i need to fix the audio again.
Superthrust said:
so what compression method do i have to use to make this work correctly? Cause i need to fix the audio again.
Click to expand...
Click to collapse
None. Use store option or no compression.
Hey guys, I'm looking for and audio thread that would help with a GB lockscreen, I have ran across one or know if there is one but I found this one and may one of you could help me?
I want to change or I should say make an audio sound for when I unlock my GB Rom. Is that possible? I also wanted to combined in two audio sounds. Any help would be great and appreciated. Thanks
*WALK in the WORD*

[Q] Cynogen problems

Having trouble booting into Cynogen. As far as I can tell, everything is flashedd correctly. I got the initramfs and zimage from here. They flashed fine and the system boots into the multi boot screen.
Then I copied the openaos-gingerbread-anoa-gen8_113301.img.gz from here to my device through the USB MSC renaming it to openaos-gingerbread.img.gz
I believe that the menu.lst file should update itself so there should be no need to edit the file. I had to edit the file anyway, not sure why. Tried editing it through np++ and got Ginger-Bread listed in the boot menu. Tried to boot into it but it just sat at the OpenAOS screen and did nothing. I left it on that screen for close to half an hour.
I then tried the menu.lst file that is linked to the post by gbohm but the same thing happened.
When I access recovery and start USB MSC again it shows a ~525MB file called openaos-gingerbread.img and it has a folder called openaos which has a subfolder called disabled. Nothing else.
I tried this off the back of a full wipe so there is nothing on the device at all. No archos FW or anything. Coming from UD 1.5
Any idea what might be going on?
Edit: one last note. This was all done on my Windows machine. Will try it on my ubuntu server tomorrow. That machine is just a little more awkwardly placed
Maybe be you edited the menu.let wrong
Lokk in my "OpenAOS Full Instructions Thread" for tips;-) here in general section
Lenn said:
Maybe be you edited the menu.let wrong
Lokk in my "OpenAOS Full Instructions Thread" for tips;-) here in general section
Click to expand...
Click to collapse
No. Like I already said lenn update your guide or mention that it is outdated and point to the wiki.
This is what I was afraid off, giving people wrong instructions and make it worse for them.
---------
d31b0y you did it correct. Just copy openaos-gingerbread-anoa-gen8_113301.img.gz and rename it to openaos-gingerbread.img.gz
The menu.lst should update itself and create an extra Gingerbread entry in the bootmenu.
Some things that could go wrong is that you didn't safely umount or remove the drive. So the image got corrupted.
Another thing is that you maybe didn't rename it correctly using capital letters perhaps.
However my best guess is that the image got corrupted during download or during copy renaming and not safely remove the drive.
This http://dev.openaos.org/wiki/AndroidInstall_CM7_Gingerbread is the guide to follow and no other.
We from openaos recommend using linux to do the procedure, it is also much easier for us to support when coming for questions on irc http://www.openaos.org/chat
Maurice
Sorry, but stil >> 90% of users have a windows maschine.
Maybee you should also think about your target audience.
fzelle said:
Sorry, but stil >> 90% of users have a windows maschine.
Maybee you should also think about your target audience.
Click to expand...
Click to collapse
Yes, I know. Windows shouldn't be a problem for the procedure. It is only easier for us when answering questions, because we are almost all on linux machines. That is why I said we recommend it, not that we say you must use it.
Some issues for windows users. It hides known file extensions by default which could be a problem when renaming files. Windows doesn't care about cap letters, Linux does. A file named foo.img.gz is different from Foo.img.gz .
Maurice
divx118 said:
No. Like I already said lenn update your guide or mention that it is outdated and point to the wiki.
Click to expand...
Click to collapse
Sorry divx i really respct your works, but i know it.
I work at the momet on a honeycomb theme, and i said he should look there because of the menu.lst (the most makd faults, ...) and this part isnt outdated.
I will update the tutorial when i have enough time
Greets
Lenn
I know all that, as my first Unix was Minix followed by SCO and Eurix and then Linux 0.14 yggdrasil.
But if i see the questions postet here and elsewhere in android forums,
most of the people barely get their TV switched on, and to tell them that Linux is prefered might set back a few so much that they don't do anything.
On the other side, might be a good idea ;-)
Thanks for getting back to me. For some reason when I copy the file to the archos and reboot, it doesn't show up in the menu.lst
I decided to gunzip first and moved the file openaos-gingerbread.img to the archos. This showed in the list but when I tried to boot from it, the same thing as before happened. Hopefully I am just doing something silly. I'll try jump on the irc channel tomorrow. My main "comfy" computer was taken up by the oh this evening.
A couple more points.
My external SD slot is broken so I have no external SD. Although it installs onto the internal right? So that shouldn't make a difference.
I don't have stock fw installed at all. Just the SDE.
Edit: oh by the way, when I tried to move the .img file I got the following error:
mv : failed to preserve ownership for '/media/A101IT/openaos-gingerbread.img': Operation not permitted
It was moved with root privelages in terminal.
Edit2: I even did a sync before my umount to make sure everything was hunky dorey.
Sent from my R800i using Tapatalk
You need the stock to be installed, as during boot they extract some things.
I could be wrong but none of the above post seem to have noticed you haven't extracted the .gz img file. If you put that on you device it will do nothing as its the wrong file format and still compressed. You need to extract it using winrar or similar then rename that file to openaos-gingerbread.img and that should do it. nothing to do with capital letter you just missed a small but crucial step in the instructions.
ben.cordy said:
I could be wrong but none of the above post seem to have noticed you haven't extracted the .gz img file. If you put that on you device it will do nothing as its the wrong file format and still compressed. You need to extract it using winrar or similar then rename that file to openaos-gingerbread.img and that should do it. nothing to do with capital letter you just missed a small but crucial step in the instructions.
Click to expand...
Click to collapse
I'm pretty sure you don't and I have tried that anyway as per my second post...
Sent from my R800i using Tapatalk
fzelle said:
You need the stock to be installed, as during boot they extract some things.
Click to expand...
Click to collapse
That'll do it I'm sure. Will try to tonight.
Sent from my R800i using Tapatalk
Like fzelle said you need stock firmware, that is why it hangs. It needs to copy some libs and drivers over from stock. We can't include them in the release, because of license issues.
I don't think we check in the script if the original firmware isn't there. Another todo ...
I will update the wiki about having original firmware installed is essential.
@ben.cordy: The initramfs will gunzip the image when it is not done already, so no need to gunzip or unrar it yourself.
Still strange why it wouldn't show up in menu.lst while gzipped... I will check the script in initramfs.
Maurice
---------- Post added at 09:05 PM ---------- Previous post was at 08:47 PM ----------
fzelle said:
I know all that, as my first Unix was Minix followed by SCO and Eurix and then Linux 0.14 yggdrasil.
But if i see the questions postet here and elsewhere in android forums,
most of the people barely get their TV switched on, and to tell them that Linux is prefered might set back a few so much that they don't do anything.
On the other side, might be a good idea ;-)
Click to expand...
Click to collapse
At the moment, our target is the more advanced user, so we can get some good bug reports. That is why we have that big red warning on the wiki. So might be a good idea --> It is one .
Maurice

[Q] Boot Animations

I tried to change my boot animations on my lg g3 on sprint and i can not get anything back.. It just boots in a black screen. I have read all i can from @sinisin but i have not made any progress. I dont care what my boot screen is as long as its not black, it just irritates me.
choatime said:
I tried to change my boot animations on my lg g3 on sprint and i can not get anything back.. It just boots in a black screen. I have read all i can from @sinisin but i have not made any progress. I dont care what my boot screen is as long as its not black, it just irritates me.
Click to expand...
Click to collapse
Ok if you don't mind telling me EXACTLY step by step what you did. Be precise, I don't mind reading. The more info the better! I had the same issue when I was making my bootanimation for this but it was because I built my animation wrong. Also did you happen to save the original bootanimations?
This ^^^^And/or also, did you delete the Power on/ Power off folders and/or sounds?
RE:
I deleted the system/media bootanimation.zip and bootanimation_sprint.zip as well as the shutdownanimation.zip and shutdownanimation_sprint.zip. Relplaced them both with several different files (at different times, obviously) to make sure it wasn't a problem with just the boot animation I was trying to use. Deleted the power on and off folders from carrier/cust. I did not delete the sounds. I do have another G3 that worse comes to worst, I will root and copy the entire folders and replace them on my g3. Should I delete the sound folders as well? Thanks
choatime said:
I deleted the system/media bootanimation.zip and bootanimation_sprint.zip as well as the shutdownanimation.zip and shutdownanimation_sprint.zip. Relplaced them both with several different files (at different times, obviously) to make sure it wasn't a problem with just the boot animation I was trying to use. Deleted the power on and off folders from carrier/cust. I did not delete the sounds. I do have another G3 that worse comes to worst, I will root and copy the entire folders and replace them on my g3. Should I delete the sound folders as well? Thanks
Click to expand...
Click to collapse
Just to cover all bases - did you change permissions? Sorry if it was implied but I don't want to assume anything. Don't delete the sounds, just leave them be because they wont interfere with the bootani. Did you flat out delete the originals without making a backup? Since you tried different bootanis it sounds like its a permission issue but if you did that properly as well I'm not sure. When I messed up my first bootani, I put the originals back, fixed permissions and it booted up with the sprint spark animation again......
HPTesla said:
Just to cover all bases - did you change permissions? Sorry if it was implied but I don't want to assume anything. Don't delete the sounds, just leave them be because they wont interfere with the bootani. Did you flat out delete the originals without making a backup? Since you tried different bootanis it sounds like its a permission issue but if you did that properly as well I'm not sure. When I messed up my first bootani, I put the originals back, fixed permissions and it booted up with the sprint spark animation again......
Click to expand...
Click to collapse
Yes i deleted them, foolishly. My permissions are set to "rw--r--r--T", My files are .zip format, i notice some people said extract them, but doesnt that defeat the purpose of the .zip name?
Sorry I'm very new to LG phones after dealing with Samsung so long. I also tried to use rom toolbox to change the boot ani to one of their gallery ones to no avail.
Is there anyway you could copy the entire folder and send it to me as well as the power on/ power off folders?
I dont know of anyway else to fix this
choatime said:
Yes i deleted them, foolishly. My permissions are set to "rw--r--r--T", My files are .zip format, i notice some people said extract them, but doesnt that defeat the purpose of the .zip name?
Sorry I'm very new to LG phones after dealing with Samsung so long. I also tried to use rom toolbox to change the boot ani to one of their gallery ones to no avail.
Is there anyway you could copy the entire folder and send it to me as well as the power on/ power off folders?
I dont know of anyway else to fix this
Click to expand...
Click to collapse
Again just to be sure does it say "644" when you change permissions? What you wrote "rw--r--r--T" Should be "-rw-r--r--T". The "T" isn't truly necessary but if you do select the T it would say 1644. Either 644 or 1644 should work.
I have a backup of the original bootanimations somewhere but my folders have all been altered. As for extracting them.....it has to be a .zip file. bootanimation.zip and bootanimation_sprint.zip. Extracted them would give you folders and a text file but your system only knows to use those two zip files in that exact location with those exact permissions as bootanimations. Also, exactly what bootanimations did you use?
---------- Post added at 04:37 PM ---------- Previous post was at 04:15 PM ----------
choatime said:
Yes i deleted them, foolishly. My permissions are set to "rw--r--r--T", My files are .zip format, i notice some people said extract them, but doesnt that defeat the purpose of the .zip name?
Sorry I'm very new to LG phones after dealing with Samsung so long. I also tried to use rom toolbox to change the boot ani to one of their gallery ones to no avail.
Is there anyway you could copy the entire folder and send it to me as well as the power on/ power off folders?
I dont know of anyway else to fix this
Click to expand...
Click to collapse
Along with that can you post a screenshot here of those files in your file explorer?
HPTesla said:
Again just to be sure does it say "644" when you change permissions? What you wrote "rw--r--r--T" Should be "-rw-r--r--T". The "T" isn't truly necessary but if you do select the T it would say 1644. Either 644 or 1644 should work.
I have a backup of the original bootanimations somewhere but my folders have all been altered. As for extracting them.....it has to be a .zip file. bootanimation.zip and bootanimation_sprint.zip. Extracted them would give you folders and a text file but your system only knows to use those two zip files in that exact location with those exact permissions as bootanimations. Also, exactly what bootanimations did you use?
---------- Post added at 04:37 PM ---------- Previous post was at 04:15 PM ----------
Along with that can you post a screenshot here of those files in your file explorer?
Click to expand...
Click to collapse
I have read this whole thread, and I am still unable to switch mine. I tried everything mentioned. I also have the Sprint G3, and I am using Root Browser. When I try to change the permissions, it tells me it fails to do so, as some devices won't allow you to change permissions. Help?!?
JoePro5 said:
I have read this whole thread, and I am still unable to switch mine. I tried everything mentioned. I also have the Sprint G3, and I am using Root Browser. When I try to change the permissions, it tells me it fails to do so, as some devices won't allow you to change permissions. Help?!?
Click to expand...
Click to collapse
Root browser won't let you change permissions? You either need to update supersu or more likely, try a different browser/file Explorer. I use solid explorer which has a free 14 day trial. Es is free though, try that.

Tester needed for Honor 8 boot animation.

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.

Categories

Resources