Samsung S6 edge bootanimations that work. - Galaxy S6 Q&A, Help & Troubleshooting

Wanting boot animations that work on Unofficial Lineage 16 Pie 9. I'm flashing with TWRP 3.xx.xx

templarsniper said:
Wanting boot animations that work on Unofficial Lineage 16 Pie 9. I'm flashing with TWRP 3.xx.xx
Click to expand...
Click to collapse
have you tried making any yourself? it doesnt take too much to make them as long as you dont want custom animations, even if you do, there are programs out there to help even with that. Once you get the video you want, run it thru a gif creating program, decompiling the gif and then youll have the fodder you need to make your own boot animation.

here is a how to directly from samsung
https://docs.samsungknox.com/dev/knox-sdk/create-custom-animations.htm

Youdoofus said:
here is a how to directly from samsung
https://docs.samsungknox.com/dev/knox-sdk/create-custom-animations.htm
Click to expand...
Click to collapse
I can't SDK or code let alone get a animation from Samsung is there a easier way?

templarsniper said:
I can't SDK or code let alone get a animation from Samsung is there a easier way?
Click to expand...
Click to collapse
there used to be some apps out there that would automatically deconstruct gifs and rename all the files to what was needed in the final output requirements set in the app. Some changed everything for you including dimensions, file type, file name etc but i havent seen one of those in forever. It might take a bit of time to rename each file from a gif, but its not that hard really. Decompress the gif, get the files, rename them, recompress them into the file type needed for the bootanimation to be able to read it, rename stock bootanim to something other than what it is currently so that you can easily fix it if it doesnt work and then deploy your animation in the original ones place with the proper name on it, reboot.

Related

[REQ] Boot Animation Tutorial

There are a lot out there for other phones, but not one for the Evo, I was really wanting to make a custom boot animation for myself, I got all the way to having all the images ready to be made into an animation.
EDIT: I should also mention that what I mean by tutorial is how to build the custom animation itself, not flash it or replace it.
Dacian said:
There are a lot out there for other phones, but not one for the Evo, I was really wanting to make a custom boot animation for myself, I got all the way to having all the images ready to be made into an animation.
EDIT: I should also mention that what I mean by tutorial is how to build the custom animation itself, not flash it or replace it.
Click to expand...
Click to collapse
You have to be good with a program like adobe after effects. A program that can render out a PNG sequence. Once you render it out, it just a matter of zipping it up with the correct file and pushing it to your phone.
I got all that down, what about like how the bootanimation.zip set up? All the animations I've looked at have a document in it that I have no idea how to set up.

[GUIDE]How to make your Own Custom Bootanimation + Share Ur Custom Bootanimations

This is tutorial of HOW TO make your own Custom boot Animations:​
First you must know, is your phone allow you to change bootanimation.?
If yes then go further & if NO then just follow this - Link
You need to flash CWM_CustomBootanimation_421_Enable.zip first to enable it from above links thread.:good:
Now, Read the below contents carefully.
Making Android open-source is probably the smartest thing Google has ever done with their platform. Putting control in the hands of thousands of dedicated developers has left us with some fairly spectacular results. If you know what you’re doing, there’s a way to customize just about every part of Android.
Even the boot animation can be changed if you know how. If you’re tired of that boring start-up that came with stock, fret not because it can be changed. This isn’t the most complex hack (we’re not changing how Android handles multitasking). However, it is a nice option to customize another part of your phone. On a purely practical level, we’re a little sick of hearing the noisy boot-up noise for MIUI. This guide can help you change your animation so it’s exactly what you want.
The Android boot animation is stored within one very special file named bootanimation.zip inside the phone’s memory. Change the .zip, change the animation. It’s as simple as that.
What’s not simple is how Android stores bootanimation.zip. For some unknown reason, Android actually keeps two copies of the animation file. One is stored at /data/local and the other at /system/media.
The difference between these locations is minor. The /data/local copy does not require root access in many mobile, but our S4 need root access. The phone also uses this animation before the other. The other one in /system/media does require root. However, installing a new animation to /system/media means that it will survive a factory reset. It’s a trade-off.
Regardless of which location you decide to use for your new boot animation, be absolutely sure to back up the original files. When replacing bootanimation.zip, keep a copy of the original .zip file saved to your computer. To be absolutely sure, you may want to make a Nandroid backup before doing any modifications.
How It Works
This section is intended to inform those who might wish to make their own start-up animation. If you have no interest in doing so, feel free to skip ahead. Understanding exactly how bootanimation.zip works is not necessary to install a new one.
If you copy bootanimation.zip to your computer and unzip it, inside will be a collection of files. There will be folders labeled part0, part1, part2 and so on. Also included will be desc.txt.
For our MIUI ROM, the boot animation was split into two parts. Part 0 had a huge list of image files which it used for the animation. Part 1 simply held the final screen at the end of the animation.
Desc.txt contains extremely simple instructions telling the phone how to run the animation. The first line lists the width, height, and frame rate of the animation. An Example: 480 800 24 means to run the animation at 480×800 resolution and 24 frames per second.
The next two lines refer to the animation files. “P” invokes a part folder. The next number tells the phone how many times to play that part of the animation. So our second line “p 1 0 part0” means that the animation files in the part0 folder will play once. If we put zero, then the animation will loop until fully booted. The most notable use of looping animations is CyanogenMod 7’s spinning blue arrow.
The second number in that line is the pause time. This tells the phone how long it should pause DURING/BEFORE/AFTER/ the animation. Pause time is measured in frames, so 24 would be 24 frames of pause at 24 frames per second. Thus it pauses for one second. Our 0 means the phone pauses for zero frames (no time).
Creating Your Own Boot Animation
The first step is drawing the animation. Create a series of images which form one continuous animation. The frames must be labeled by increasing numbers, e.g. 000.png and 001.png and so on. Each part of the animation goes into a separate folder, starting with part0 and part1 and so on.
Finally open Notepad and write out a few lines of instructions. The first line should be the resolution and frame rate of the animation. The resolution must match that of your device. If you don’t know what that resolution is, see this page. The frame rate should match the one in the original desc.txt.
The next lines dictate the parts. Each part folder requires one line of instruction. Write out the numbers for each part of the animation. Once finished, save the file as desc.txt.
The final step is creating the .zip file. Select all the part folders and desc.txt. Right click on the files and select Send To > Compressed folder. Windows should quickly create the new file. Be sure to name it bootanimation.zip and nothing else.
Various Methods of Changing the Boot Animation:
1) Installation by ROM
Although there is a universal procedure for changing the animation, certain ROMs and themes come with their own rules for flashing. The MIUI ROM lets you change the boot animation within its Themes app. You can download custom animations within the app, no modifications needed.
2) Installation by Flashing
Other themes come as .zip files which can be flashed within ClockworkMod. This is much easier and definitely recommended. When downloading a theme from XDA or elsewhere, be sure to check the page. It might be a flashable .zip.
To flash a .zip file, simply copy it to the SD card.
Reboot into recovery mode.
Now go to “Install .zip” and choose the file from your card. CWM should run the file.
Reboot once finished.
3) Installation via ADB
Obviously, this method assumes that you have the Android SDK installed. It’s sort of necessary. If you feel the need to change the boot animation in a really cool programmer way, here’s how.
3.1) Download an animation and rename it to bootanimation.zip.
3.2) Copy the .zip file to the directory where the SDK is installed and within the platform-tools folder. So it’s (installation directory)android-sdkplatform-tools. Paste the file here.
3.3) Plug in the phone and turn on USB debugging.
3.4) Open Command Prompt and type “cd (installation directory)android-sdkplatform-tools“.
3.5) Type “adb remount” to mount /system as read-write. You should get a success message.
3.6) Enter in “adb shell” then “su” to double-check that you’re in root mode.
3.7) Navigate to the animation folder by typing “cd /system/customize/resource“.
3.8) Rename the original to the PC by entering “mv bootanimation.zip bootanimation.bak”. Now the original is there if you want to restore it, but the system won’t use it.
3.9) Type “adb push bootanimation.zip /system/customize/resource” to copy the file over. That’s it!
Note: Here we are assuming that the file bootanimation.zip is located at “/system/customize/resource“. In case the file is located at some other location on your phone, replace “/system/customize/resource” by that specific file path.
To change the boot audio:
1) Find an mp3. It should be relatively short as most phones don’t take much time to turn on.
2) Rename the mp3 to bootaudio.mp3.
3) Copy it to the SD card.
4) Now open Super Manager and copy the mp3 to /system/media.
TADAAAAAAAAAAA...now you can make your own bootanimation.zip file.:good:
Preview of my Galaxy R(i9103 bootanimation): ​
Credit: @selva.simple, @anbech, vikitech.com
- Reserved for sharing custom Bootanimations-
will the 4.12 enabler work on 4.2.2?
smali26 said:
will the 4.12 enabler work on 4.2.2?
Click to expand...
Click to collapse
it should work but for surity pls take backup of ur rom first.
Thanks,
Disturbed™
Sent from my Disturbed™ Galaxy S4 using Tapatalk (VIP)
______________________________________________________
Wait for my time, U gonna pay for what U have done. - Disturbed™
Yesssss been trynna figure out the qmg thing
Sent from my GT-I9505 using xda premium
what is the reolution reqd for S4
as in 720 x 1280 or smth else
Arjav23 said:
what is the reolution reqd for S4
as in 720 x 1280 or smth else
Click to expand...
Click to collapse
no buddy its 1080p.
Thanks,
Disturbed™
Sent from my Disturbed™ Galaxy S4 using Tapatalk (VIP)
______________________________________________________
Wait for my time, U gonna pay for what U have done. - Disturbed™
Disturbed™ said:
no buddy its 1080p.
Thanks,
Disturbed™
Sent from my Disturbed™ Galaxy S4 using Tapatalk (VIP)
______________________________________________________
Wait for my time, U gonna pay for what U have done. - Disturbed™
Click to expand...
Click to collapse
im sorry
cud u tell me in terms of height and width like
480 x 800
700 x 900
u know, like that
Arjav23 said:
im sorry
cud u tell me in terms of height and width like
480 x 800
700 x 900
u know, like that
Click to expand...
Click to collapse
actually bit doesnt matter what size u use. coz when u make a zip file then it contain images. of its like S4 size then it would b full HD image or bootanimation. else above one will also b looking fine.
1080 * 1920.
actually its the size of full HD IMAGE.
Thanks,
Disturbed™
Sent from my Disturbed™ Galaxy S4 using Tapatalk (VIP)
______________________________________________________
Wait for my time, U gonna pay for what U have done. - Disturbed™
my s4 has the bootsamsung.qmg and bootsamsungloop.qmg, not the animation.zip.What should i do?
exia336 said:
my s4 has the bootsamsung.qmg and bootsamsungloop.qmg, not the animation.zip.What should i do?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=31833122&postcount=4
Disturbed™ said:
http://forum.xda-developers.com/showpost.php?p=31833122&postcount=4
Click to expand...
Click to collapse
thx.
i flash the CWM_CustomBootanimation_43_Enable.zip and CWM_CustomBootanimation_Test.zip, now i can see the test bootanimation. But when i tried to flash the custom zip( follow your tutorial about how to make a own zip step by step), it said" aborted",strange. So i replaced bootanimation.zip in CWM_CustomBootanimation_Test.zip with my custom zip, and flashed it. It worked, though the resolution wasn't concise. i changed the resolution (1080 1920) and flashed it again,this time, there was nothing during the device booting( totally dark).
exia336 said:
thx.
i flash the CWM_CustomBootanimation_43_Enable.zip and CWM_CustomBootanimation_Test.zip, now i can see the test bootanimation. But when i tried to flash the custom zip( follow your tutorial about how to make a own zip step by step), it said" aborted",strange. So i replaced bootanimation.zip in CWM_CustomBootanimation_Test.zip with my custom zip, and flashed it. It worked, though the resolution wasn't concise. i changed the resolution (1080 1920) and flashed it again,this time, there was nothing during the device booting( totally dark).
Click to expand...
Click to collapse
For abort - Please check your Zip package or mention what error (i.e. status 0 or status 7 )
Have you made image of size 1080*1920.?
Thanks for this guide
exia336 said:
thx.
i flash the CWM_CustomBootanimation_43_Enable.zip and CWM_CustomBootanimation_Test.zip, now i can see the test bootanimation. But when i tried to flash the custom zip( follow your tutorial about how to make a own zip step by step), it said" aborted",strange. So i replaced bootanimation.zip in CWM_CustomBootanimation_Test.zip with my custom zip, and flashed it. It worked, though the resolution wasn't concise. i changed the resolution (1080 1920) and flashed it again,this time, there was nothing during the device booting( totally dark).
Click to expand...
Click to collapse
sounds to me that youve might have compressed the zip.. thats a "no-go" on bootanimation.zip-files..
if thats not the case, then just parse me your animation, and i will take a look at it..
anbech said:
sounds to me that youve might have compressed the zip.. thats a "no-go" on bootanimation.zip-files..
if thats not the case, then just parse me your animation, and i will take a look at it..
Click to expand...
Click to collapse
here is http://www.baidupcs.com/file/99a21a...21&logid=4250881076&sh=1&fn=bootanimation.zip
thanks.
anbech said:
sounds to me that youve might have compressed the zip.. thats a "no-go" on bootanimation.zip-files..
if thats not the case, then just parse me your animation, and i will take a look at it..
Click to expand...
Click to collapse
Disturbed™ said:
For abort - Please check your Zip package or mention what error (i.e. status 0 or status 7 )
Have you made image of size 1080*1920.?
Click to expand...
Click to collapse
it just said:"Installation aborted.",without mentioning any errors.
size of image is 1080*1920. The zip packge (including META-INF folder which is in CWM_CustomBootanimation_Test.zip) is here: http://click.xda-developers.com/api...nimation.zip&jsonp=vglnk_jsonp_13834002330856
exia336 said:
it just said:"Installation aborted.",without mentioning any errors.
size of image is 1080*1920. The zip packge (including META-INF folder which is in CWM_CustomBootanimation_Test.zip) is here: http://click.xda-developers.com/api...nimation.zip&jsonp=vglnk_jsonp_13834002330856
Click to expand...
Click to collapse
Well, as long as my test animation works, then we can conclude that the custom bootanimations feature work, and therefore must be the animation itself that is somewhat messed up.. Will look into it later tonight when my son is sleeping..
EDIT:
i get this message when clicking on either of your links:
{"error_code":31064,"error_msg":"expire time out error","request_id":2752005932}
Click to expand...
Click to collapse
anbech said:
Well, as long as my test animation works, then we can conclude that the custom bootanimations feature work, and therefore must be the animation itself that is somewhat messed up.. Will look into it later tonight when my son is sleeping..
EDIT:
i get this message when clicking on either of your links:
Click to expand...
Click to collapse
eh,sorry.http://www.baidupcs.com/file/99a21a1f32581713fc229925a2f2b57d?xcode=d847f40eb36d0ba4a3ab494cc3c384d6a1652ce9c48e4d5d&fid=2181586454-250528-446449403&time=1383443317&sign=FDTAXER-DCb740ccc5511e5e8fedcff06b081203-AO3IcfViTiu2IYGn4%2BWK2CVnMOY%3D&to=wb&fm=N,B,T,t&expires=8h&rt=sh&r=828918578&logid=3013868201&sh=1&fn=bootanimation.zip
it should work this time.
thx
exia336 said:
eh,sorry.http://www.baidupcs.com/file/99a21a1f32581713fc229925a2f2b57d?xcode=d847f40eb36d0ba4a3ab494cc3c384d6a1652ce9c48e4d5d&fid=2181586454-250528-446449403&time=1383443317&sign=FDTAXER-DCb740ccc5511e5e8fedcff06b081203-AO3IcfViTiu2IYGn4%2BWK2CVnMOY%3D&to=wb&fm=N,B,T,t&expires=8h&rt=sh&r=828918578&logid=3013868201&sh=1&fn=bootanimation.zip
it should work this time.
thx
Click to expand...
Click to collapse
okay, ive had a look at it.. and i was guessing right.. its compressed.. extract all the folders and files, then pack the extracted content down again, but make sure its with "save and replace only"-method.. that should do it
and to be honest, you might want to shorten down the animation.. there is lots of files that wont be showed.. for instance, the last Generic2 folder will never be showed.. just saying
cheers

Boot animation not changing in nexus 5

Hey guys, today i tried to change my boot animation with ROM toolbox but it failed. Then i also tried by copying boot animation.zip in root/system/media but still it didn't change.
What should i do ?
put the bootanimation.zip into (root)/data/local/, save and reboot(with a root file explorer). if its still not working, then wont work with the n5. rom toolbox is an old app, and has old boot animations. its possible they wont work with the n5.
@simms22
Worked by placing zip in data/local
Thanks , from where can i get batman boot animation for nexus 5 .
Tried google it bt no good results
jaferiqbal said:
@simms22
Worked by placing zip in data/local
Thanks , from where can i get batman boot animation for nexus 5 .
Tried google it bt no good results
Click to expand...
Click to collapse
you can make one
if you do find older boot animations, most will be tiny on the n5screen.n because the n5 has a much greater screen resolution than any older device. i havent seen any newer batman boot animations.
simms22 said:
put the bootanimation.zip into (root)/data/local/, save and reboot(with a root file explorer). if its still not working, then wont work with the n5. rom toolbox is an old app, and has old boot animations. its possible they wont work with the n5.
Click to expand...
Click to collapse
Old or not, there's no reason they shouldn't work. If they aren't made for this specific screen resolution, all you need to do is unzip the animation, batch resize all the images in the the folders, edit desc.txt and compress it back to a zip file again. Pretty simple, actually! :good:
RoyJ said:
Old or not, there's no reason they shouldn't work. If they aren't made for this specific screen resolution, all you need to do is unzip the animation, batch resize all the images in the the folders, edit desc.txt and compress it back to a zip file again. Pretty simple, actually! :good:
Click to expand...
Click to collapse
i said older and being tiny on the screen. anyways, i think if the op knew how to enlarge them and zip them back up, then he wouldnt be looking for a batman boot animation, he would make his own
simms22 said:
i said older and being tiny on the screen. anyways, i think if the op knew how to enlarge them and zip them back up, then he wouldnt be looking for a batman boot animation, he would make his own
Click to expand...
Click to collapse
Yeah u r right
RoyJ said:
Old or not, there's no reason they shouldn't work. If they aren't made for this specific screen resolution, all you need to do is unzip the animation, batch resize all the images in the the folders, edit desc.txt and compress it back to a zip file again. Pretty simple, actually! :good:
Click to expand...
Click to collapse
That sounds like a lot of work to me

Alternative boot animations for your L-24(US) honor 5X

Here are a couple of alternative boot animations for the L-24 5X. Like all things with the 5X OS they are completely different to any animations I have made for any other device I have owned and I have only tried them using the install method I will describe.
Although I suggest you adopt my method I do not take any responsibility for any ills that may befall your device.
1) Copy the downloaded animation file to whatever folder you wish on your Ext SD card.
2) Using a File Manager navigate to the folder .... /system/media .... there you will find a file named bootanimation.zip ...... Either delete this file or rename it. You will not be using this file again.
3) Again using a File Manager move the new animation file you have downloaded to the folder .... /cust/hw/usa/media .... there you will find another file named bootanimation.zip, rename this file in case you wish to use it in the future.
4) Rename the new file you have moved there to ...... bootanimation.zip ...... Reboot and you will see your new animation.
IMPORTANT NOTE ::::::: THESE ZIP FILES ARE NOT FLASHABLE ZIPS, DO NOT TRY TO INSTALL BY FLASHING - DO NOT TRY TO INSTALL BY EXTRACTING THE CONTENTS OF THE ZIP FILE - ALL YOU HAVE TO DO IS MOVE THE ZIP FILE TO THE FOLDER INDICATED
Please don't ask if they will work with L-21/L-22 variants - I don't have those devices so I am unable to test with them - however if you have "large, round, golden ones" and are willing to try, please help out others by informing us if they do or don't.
When you have renamed your new file to bootanimation.zip change the permissions to what the original one has.
I have included animated GIF's so you can have some idea as to what they look like. I would welcome others to build and publish other anims on this thread, when I have time I hope to add a couple more.
I am on rooted L-22 variant.
there is no folder in root with name "/cust/hw/usa/media".
subodhverma21 said:
I am on rooted L-22 variant.
there is no folder in root with name "/cust/hw/usa/media".
Click to expand...
Click to collapse
@subodhverma21 ... If you had bothered to read my post #1 you would have seen that I specifically asked for no questions in respect of the L-21 & L-22 variants because I had no way to test those devices. However if you wish to purchase an L-22 for me so that I can test it, then by all means let me know and I will give you the address where to send it.
L21 is using /cust/preinstalled/public/media/bootanimation.zip
chrisdotjan said:
L21 is using /cust/preinstalled/public/media/bootanimation.zip
Click to expand...
Click to collapse
@chrisdotjan ... Thanks for that useful information. :good:
Here is one more. All strictures in post #1 apply.
metpolds said:
Like all things with the 5X OS they are completely different to any animations I have made for any other device I have owned and I have only tried them using the install method I will describe.
Click to expand...
Click to collapse
Was the process of creating the bootanimation.zip different from the usual method or just the installation? I have made several before (although it's been a while). Just wondering if it's the same procedure.
wickedesires said:
Was the process of creating the bootanimation.zip different from the usual method or just the installation? I have made several before (although it's been a while). Just wondering if it's the same procedure.
Click to expand...
Click to collapse
@wickedesires ... I found virtually everything to be different and gave up trying to understand the method used and just copied the format of the original animation. To give you a brief and quick breakdown, the "desc.txt" file takes on a different format - each "part" file is named differently and when previously making animations for other devices I have always placed it in .... /system/media .... as I've said above this is not the case with the 5X. My advice to you is to download the original animation, break it open and amend it by keeping the original format and just replacing the ".jpg" files.
I would strongly advise testing any you make on your own device before publishing on a thread.
Deleted - Unable to load/display attachments.
Deleted - Unable to load/display attachments.
Deleted - Sorry guys/gals for last 3 posts. I had problems in the early morning with both my browsers, hopefully they are resolved now. Will load the new anim in next post.
Back for another attempt...Post#1 applies, don't forget to adjust Permissions. NOTE..... If you are using CyanMod Beta Rom then you may have to place anim in ..... /system/media .
metpolds said:
Back for another attempt...Post#1 applies, don't forget to adjust Permissions. NOTE..... If you are using CyanMod Beta Rom then you may have to place anim in ..... /system/media .
Click to expand...
Click to collapse
any chance of getting something that matches @wickedesires Skull Boot Logo
clsA said:
any chance of getting something that matches @wickedesires Skull Boot Logo
Click to expand...
Click to collapse
My good friend @clsA ... I was betting my bottom dollar that you would come up with a request like this :laugh: :good:
The attached is one I made for my moto G and I've hacked it about a bit and made adjustments, so count this as my first effort. I do have some other ideas which might work but will need a bit of work.
To any one who downloads it, I would remind you that all the previous strictures apply and please note that if you are on the BETA CM ROM or it fails to run, then put it in ...../system/media
As usual the GIF gives you an idea.
OK here is my 2nd "Ghostie" one...... The usual...rhubarb...rhubarb...rhubard apply.
clsA said:
any chance of getting something that matches @wickedesires Skull Boot Logo
Click to expand...
Click to collapse
When I get some time to sit and fool with it I'm going to make a few more splash screens and some boot animations to go with them. It's just been hectic the last few days for my personal life lol. @metpolds I dig the new 1s bout to set Mona as mine until I can do those
Red skull bootanimation
Here's my first boot animation. It's stretched vertically to be 1080x1920 full-screen, the original was 1080x608. I also made a matching red version of the skull splash screen (which is in the boot logo thread).
Red skull bootanimation
Here is a less stretched/windowed 1080x1080 version of the same animation.
wickedesires said:
Here is a less stretched/windowed 1080x1080 version of the same animation.
Click to expand...
Click to collapse
@wickedesires ... Congrats on the anims, its good to see you won the battle against the 5X's os.
I made a couple more, but due to file size restrictions I can't upload them directly to this post. They are full HD so they are about 30mb each. They can be found here. I cannot guarantee that they will remain there a year from now but I will leave them unless I need the space. As always refer to OP for how/where to install.

How to change bootlogo animation while building ROM from source code?

Hello I'm building my first rom(grapheneos & cynogenmod) from source code using ubuntu 16. I've followed few tutorials from this forum an so far its been a positive experience for me. I want to know two things:
1. How to change the boot screen animation logo, or is it even possible to do so from source while building?
2. How to change features to make cynogenmod into "secure boot or verified boot feature"?
Can anyone help me please or point me in the right direction. I've search everywhere but cant find a proper answer. they always say like do it afterwards from app or get root access and all. All I wanna know is there a proper way to do it via commands while I'm building the ROM?
the boot animation is basically a gif inside a zip file and the splash is just a png. when i was changing my boot animations on my old S3 and Evo, it was merely a matter of renaming the existing png and zip files to something else and put the ones you want in their place. I think theyre telling you to do it afterwards because the bootloader is suuuuuuper picky about the size of the png's and the images inside the zip in height/width, file size itself and the DPI. Maybe theyre less picky these days, but those were the 3 main issues building boot animations in the past. While building the ROM, do you not have to get the media from whatever mfg youre building it for anyways? I honestly have no idea, not being a smart ass at all. if thats the case, then just get the stock one and replicate those values on the files you want to use and inject them into your ROM

Categories

Resources