Bootanimation not displaying
@stephtheduke :
Thanks a lot for sharing the zip compression issue.I was facing exactly the same problem.I will share what I did for other members as well.
Step1) I had 2 folders (part0 anf part1) containing my bootanimation images and a text file named 'desc'.
Step2) Select all the above 3 -> right click on mouse->Select 'Add to archive..'
Step3) In the popup box,select 'Archive format' as 'zip' and 'Compression method as 'Store' ; give the name of zip file to be created as 'Bootanimation.zip in the 'Archive name ' field and then press the 'Ok' button.
Step4) Step3 will create a zip file called 'Bootanimation.zip'.
Step5)Now, copy the created zip file to /system/media/ ; reboot device to view your boot animation.
Good luck !
@stephtheduke :
Thanks a lot for sharing the zip compression issue.I was facing exactly the same problem.I will share what I did for other members as well.
Step1) I had 2 folders (part0 anf part1) containing my bootanimation images and a text file named 'desc'.
Step2) Select all the above 3 -> right click on mouse->Select 'Add to archive..'
Step3) In the popup box,select 'Archive format' as 'zip' and 'Compression method as 'Store' ; give the name of zip file to be created as 'Bootanimation.zip in the 'Archive name ' field and then press the 'Ok' button.
Step4) Step3 will create a zip file called 'Bootanimation.zip'.
Step5)Now, copy the created zip file to /system/media/ ; reboot device to view your boot animation.
Good luck !
Hi everyone,
You guys are likly to be my last resort !
I succesfully managed to push my downanimation which works as expected ..
But the bootanimation doesn't
I've tried adding the last line, encoding to ANSI or UTF-8 without BOM (and trying crazy things) but all this was vain
I spent so much time on it, it just drove me crazy and I have now absolutly no idea of what wrong with this
I hope you guys will be able to help :crying:
===
The day after ...
I figured out that when you add or replace files into the archive through windows explorer or 7-zip, the archive do not still uncompressed wich leads android to not be able to open the bootanimation zip file.
To sum this up, make sure you create bootanimation.zip from scratch with no compression and once created do not add or replace files directly inside it.
PS: Thank you for pointing out "adb shell bootanimation" command which saved my time a bit.