Fascinate Stock Bootanimation.zip - Fascinate Q&A, Help & Troubleshooting

Hello,
What i am looking for is the Stock Bootanimation.zip file that comes with fascinate. What i wanna do is get the PNG files that make up the verizon boot logo. I want to take this and use it to make a boot animation for a diff device.
All i have is the bootanimation.qmg but i have searched and have not been able to find a way to get the images out fo htat compressed format.
Thanks for all your assistance in advance.

The stock boot animation isn't a zip file, it's a .qmg file...

stock kernels for fascinate don't support bootanimation.zip files. The .qmg is a proprietary format chosen by Samsung (shock!) and developed for them by the QURAM Corp. However, many custom roms DO support bootanimation.zip startup logos. (SuperClean 2.92 is a superb example)
The shutdown sequence however, is in .png format, although it also comes with a .cfg configuration file. Its located in /system/media/video/shutdown
Hope this helps.

Any way to get that boot animation? When I rooted my gf's fascinate, it replaced the verizon one with the default "android" in landscape mode.

Little off topic but similiar (not trying to hijack post), can you get the orignal backgound back after changing it to something else? It's not listed in the wallpaper choices.

I'm not sure specifically, but it seems that it depends on the kernel you have if you can install custom boot animations, since the Fascinate (and probably other Galaxy phones) don't really have the .zip support (i'm guess on what i've read).
I'm sure someone will correct me, lol

sfobrien said:
Little off topic but similiar (not trying to hijack post), can you get the orignal backgound back after changing it to something else? It's not listed in the wallpaper choices.
Click to expand...
Click to collapse
Are you referring to the background that looked like water? I believe it's been replaced by a different water one and that one is listed under live wallpapers.

landshark68 said:
Are you referring to the background that looked like water? I believe it's been replaced by a different water one and that one is listed under live wallpapers.
Click to expand...
Click to collapse
No the rock formation background/wallpaper when you first bootup after installing 2.0.

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] Can't create custom boot animation please help

Hello all. I've been trying for a while to create a custom boot animation for my Evo 3d. No matter what I try I cannot get the ones I create to work. Here's what I've done so far.
I downloaded some premade ones that work just fine. I've tried replacing my images which didn't work. I've tried mimicking the desc.txt files in different ways. Tried out different combinations of folder names and splitting the animation into different parts in these folders. I've tried png files, I've tried jpegs. I have also tried several different framerates (15,18,30) to no avail.
I know I am putting the file in the correct place (/system/customize/resource/Sprint_bootanimation.zip using adb push)
I did get it to work one time however. I replaced the images in the stock boot animation (in the android folder) and my animation played and then the second half of the stock animation played afterwards. However I don't want to see the Sprint stuff.
Please help, I'm going nuts here trying to figure this out
Please see the attachment. Thanks in advance
Not really sure but have u tried .bmp
That's way you use for the splash screen
Sent from my PG86100 using Tapatalk
RomanHelmet said:
Hello all. I've been trying for a while to create a custom boot animation for my Evo 3d. No matter what I try I cannot get the ones I create to work. Here's what I've done so far.
I downloaded some premade ones that work just fine. I've tried replacing my images which didn't work. I've tried mimicking the desc.txt files in different ways. Tried out different combinations of folder names and splitting the animation into different parts in these folders. I've tried png files, I've tried jpegs. I have also tried several different framerates (15,18,30) to no avail.
I know I am putting the file in the correct place (/system/customize/resource/Sprint_bootanimation.zip using adb push)
I did get it to work one time however. I replaced the images in the stock boot animation (in the android folder) and my animation played and then the second half of the stock animation played afterwards. However I don't want to see the Sprint stuff.
Please help, I'm going nuts here trying to figure this out
Please see the attachment. Thanks in advance
Click to expand...
Click to collapse
I will take a look when I get home and see if I can help you out
brought to you by the little voices in my head
RomanHelmet said:
Hello all. I've been trying for a while to create a custom boot animation for my Evo 3d. No matter what I try I cannot get the ones I create to work. Here's what I've done so far.
I downloaded some premade ones that work just fine. I've tried replacing my images which didn't work. I've tried mimicking the desc.txt files in different ways. Tried out different combinations of folder names and splitting the animation into different parts in these folders. I've tried png files, I've tried jpegs. I have also tried several different framerates (15,18,30) to no avail.
I know I am putting the file in the correct place (/system/customize/resource/Sprint_bootanimation.zip using adb push)
I did get it to work one time however. I replaced the images in the stock boot animation (in the android folder) and my animation played and then the second half of the stock animation played afterwards. However I don't want to see the Sprint stuff.
Please help, I'm going nuts here trying to figure this out
Please see the attachment. Thanks in advance
Click to expand...
Click to collapse
http://rootzwiki.com/showthread.php?180-How-to-Boot-animations-101
One thing i was having a problem with is the way i zipped it. i kept selecting zip-for best compression and it wouldn't work. then i tried selecting "let me choose compression method" and in the dropdown specified "no compression" and it worked. thats with winzip. if you are using 7-zip select compression method "store" hope that helps.
Figured it out last night forgot to update here. I found a tutorial in the general theming forum. Turns out you have to leave a blank line at the end of the desc.txt file. None of the tutorials I found on google mentioned this. After I made this change this my animation worked perfectly.
Thanks for the tips everyone.

[Q] About Changing CM9 Splash Screen

I was wondering if there was an easy way to change the splash screen on our Touchpads? I'm talking about the small green Cyanogenmod logo that appears before boot. I've changed the splash screen on my myTouch 4G a lot and was hoping to do the same for my Touchpad. I heard a while back that its coded into the kernel and was hoping this was not the case. Any help is greatly appreciated!
Sent from my myTouch 4G using xda app
+1, but it must be hardcoded. Couldnt find it as well
If you extract the nightly with 7-zip, it's in the root of the created folder as moboot.splash.CyanogenMod.tga. Is that the one you are talking about?
EDIT: Added image. I had to convert it to PNG to upload it here, but it is originally a TGA
No, but it`s identical.
I think OP is looking for something like this: http://forum.xda-developers.com/showthread.php?t=1598427
lauterm said:
If you extract the nightly with 7-zip, it's in the root of the created folder as moboot.splash.CyanogenMod.tga. Is that the one you are talking about?
EDIT: Added image. I had to convert it to PNG to upload it here, but it is originally a TGA
Click to expand...
Click to collapse
That is exactly what I was looking for! What did you use to convert to png? And can I use it to convert to tga as well?
I used Paint.Net to convert to PNG, but I don't think it can convert back. The only thing I know for sure that can outup TGA is Illustrator.
Sent from my MB860 using XDA
I appreciate it! I ended up finding this site that will convert back and forth between a bunch of different file types. I'm going to try to make my own splash next week after I study for the three exams I have on Monday and Tuesday. Thanks for all your help though! Good looking out!
http://www.online-utility.org/image_converter.jsp?outputType=PNG
If you have a mac, Pixelmator can convert any file format to TGA.
EDIT: I don't believe that file is the cyanogen mod loading thing. If you look at this thread I made: http://forum.xda-developers.com/showthread.php?t=1598427 you can see that the moboot.splash.CyanogenMod.tga actually controls the static boot image that displays after the loading, and before the animated boot animation. In cyanogenmod both images are the same, back to back, but in other roms, they are different. In other words, changing that file only gets rid of one part of the Loading splash. I believe that the other is coded into the kernel or something like that, similar to the splashes that appear on phones that tell you the name of the phone.
lauterm said:
I used Paint.Net to convert to PNG, but I don't think it can convert back. The only thing I know for sure that can outup TGA is Illustrator.
Click to expand...
Click to collapse
Go to Plugins on the Paint.NET page and download the package. Then you can create tga files as well.
But if you change the moboot.splash.CyanogenMod you will still have a cyanogen picture with loading letters.
krackers said:
If you have a mac, Pixelmator can convert any file format to TGA.
EDIT: I don't believe that file is the cyanogen mod loading thing. If you look at this thread I made: http://forum.xda-developers.com/showthread.php?t=1598427 you can see that the moboot.splash.CyanogenMod.tga actually controls the static boot image that displays after the loading, and before the animated boot animation. In cyanogenmod both images are the same, back to back, but in other roms, they are different. In other words, changing that file only gets rid of one part of the Loading splash. I believe that the other is coded into the kernel or something like that, similar to the splashes that appear on phones that tell you the name of the phone.
Click to expand...
Click to collapse
It has to be in the uimage. Notice that if you have both aokp and CM9 uimage files in /boot, depending on which one you click, it at first shows the appropriate logo. So, part 1 in in the umiage and the 2nd part is the .tga file. Then the boot animation.
~ E.R.A.
#2 + #4 = #11
Is it possible to change the cyanogen mod loading screen that occurs before booting into any rom/recovery?
No

changing boot animation on new ics leak

can someone please help me out here. i want to get rid of the god awful boot animation on the new ics leak. i have tried to copy over the one that's there now and it wont allow me to. i have also tried to delete it and that doesn't work either. any help would be greatly appreciated.
System/customize/resource
Drop it in there and make sure it is named TMOUS_bootanimation and you will be all set
Oh I think there is an audio file for the annoying ass TMO jingle. Kill that too.
Turboboxer said:
System/customize/resource
Drop it in there and make sure it is named TMOUS_bootanimation and you will be all set
Oh I think there is an audio file for the annoying ass TMO jingle. Kill that too.
Click to expand...
Click to collapse
ok i will check that out. many thanks!!!!
probablecauz69 said:
ok i will check that out. many thanks!!!!
Click to expand...
Click to collapse
No problem I HATE that damn boot noise so I looked into this yesterday.
What is the best way to get in there and change the files around? I downloaded Android Commander on to my computer and even though it lets me downloads files to my PC, it won't let me do anything to the android system files because it says I need root, even though I do in fact have root.
porkchopexpress said:
What is the best way to get in there and change the files around? I downloaded Android Commander on to my computer and even though it lets me downloads files to my PC, it won't let me do anything to the android system files because it says I need root, even though I do in fact have root.
Click to expand...
Click to collapse
i just put it on my sd card and then es file explorer to move it over on the phone
porkchopexpress said:
What is the best way to get in there and change the files around? I downloaded Android Commander on to my computer and even though it lets me downloads files to my PC, it won't let me do anything to the android system files because it says I need root, even though I do in fact have root.
Click to expand...
Click to collapse
Download to SD. Then I use root explorer. PM me your email. I got some goodies for you.
ok i am able to change the boot animation and got rid of the t mobile jingle. now i want to add my own audio file during the boot animation. what do i need to name the file to work properly. i named it just like the t mobile jingle sound but that didnt work. any help would be greatly appreciated
The T-Jingle is just a ringtone, the bootup sound is named ruby_something, I don't remember what exactly off the top of my head, but it is a .wav file.
If I am going to put my own boot animation in here, can I just find a GIF of the appropriate dimensions and rename it .zip, or do I have to take each frame and convert it to a .png and put it in a zip file the same way that the default boot animation is?
porkchopexpress said:
The T-Jingle is just a ringtone, the bootup sound is named ruby_something, I don't remember what exactly off the top of my head, but it is a .wav file.
If I am going to put my own boot animation in here, can I just find a GIF of the appropriate dimensions and rename it .zip, or do I have to take each frame and convert it to a .png and put it in a zip file the same way that the default boot animation is?
Click to expand...
Click to collapse
no actually T-Jingle is the sound that was used on the original boot animation. as soon as i got rid of it that jingle did not sound when i loaded up the boot animation. i know the .wav file you speak of though. but if that was the boot animation sound why wouldn't it sound now with my new boot animation. there has to be some way to associate the new boot animation with what ever sound file when the phone boots up. as far as creating your own boot animation there are a lot of tutorials on this site. within the boot animation zip file there is a text file that basically tells the screen resolution and how as well as the frame rate and how the file should work. you should dl any boot animation and look at the desc.txt file. that will give you a little of an idea of how it all works.
probablecauz69 said:
no actually T-Jingle is the sound that was used on the original boot animation.
Click to expand...
Click to collapse
Weird, on my phone T-Jingle.ogg is just a 3 second clip of the T-Mobile jingle ringtone sound, the one that plays on my phone at startup was ruby_something.wav, which is much longer and has the sort of rocket blast sound at the beginning and then a prolonged T-Mobile jingle.
probablecauz69 said:
s far as creating your own boot animation there are a lot of tutorials on this site. within the boot animation zip file there is a text file that basically tells the screen resolution and how as well as the frame rate and how the file should work. you should dl any boot animation and look at the desc.txt file. that will give you a little of an idea of how it all works.
Click to expand...
Click to collapse
I will open up the default boot animation and see what's doing. It is kind of confusing though because in the zip file is all of the .png files for the animation, but then there is another .zip file that has the exact same thing in it.
porkchopexpress said:
Weird, on my phone T-Jingle.ogg is just a 3 second clip of the T-Mobile jingle ringtone sound, the one that plays on my phone at startup was ruby_something.wav, which is much longer and has the sort of rocket blast sound at the beginning and then a prolonged T-Mobile jingle.
they both might be involved with the boot animation but as soon as i removed the t-jungle.ogg there was no sound at all when the boot animation. i will try messing with the other sound and see what happend
I will open up the default boot animation and see what's doing. It is kind of confusing though because in the zip file is all of the .png files for the animation, but then there is another .zip file that has the exact same thing in it.
not quite sure about that. i just know that i was able to take a boot animation from another phone and edit the desc.txt file to the proper screen resolution to get it to work. like i had mentioned if you do a search on the site there are quite a few tutorials on how to create the boot animations. good luck
Click to expand...
Click to collapse
answered above in your quote
sorry for bringing up a fairly old thread, but this is exactly what i was looking for.
so i was able to change back to the stock boot animation as OP said, but I DO want the original sound to it, right now there is no sound. what is the file called and where is it located? i found the file in a t-mobile bloater zip from another thread, just no idea where it goes and what it should be called.
Bump
assface2009 said:
sorry for bringing up a fairly old thread, but this is exactly what i was looking for.
so i was able to change back to the stock boot animation as OP said, but I DO want the original sound to it, right now there is no sound. what is the file called and where is it located? i found the file in a t-mobile bloater zip from another thread, just no idea where it goes and what it should be called.
Click to expand...
Click to collapse
Im also looking for the answer, where does the sound file go?
Did any of you read anything I posted? The wav file I posted is the default boot sound.
Dark Nightmare said:
Did any of you read anything I posted? The wav file I posted is the default boot sound.
Click to expand...
Click to collapse
Ithink you quickly answered without knowing what i and last poster asked, where in the boot animation zip does the sound file go, the link you gave me has the sound file seperate from the bootanimation zip.
I read every post in this thread and my question is not answered.
mike102871 said:
Ithink you quickly answered without knowing what i and last poster asked, where in the boot animation zip does the sound file go, the link you gave me has the sound file seperate from the bootanimation zip.
I read every post in this thread and my question is not answered.
Click to expand...
Click to collapse
Did you even look at the link I posted in your thread? If you did, then you wouldn't be looking to put the sound file in the bootanimation, but instead put it in the required folder, that's why I linked to a tutorial, it is there for a reason.

[Solved] Galaxy S3 Boot Animation; No animation, how to fix?

*******************************************************************************************************************************************************************************
Solution found see here
*******************************************************************************************************************************************************************************
Hello all,
So I've been searching for a way to change the boot animation on my S3, all I was able to find were ~year old or older tutorials...
(Currently have version 4.4.2, model i747M)
Now I've got no boot animation at all, (sound is still there), and I'm just looking to get it back. (Or if possible a custom one but I'll settle for anything at this point.)
I used the following tutorial to try and change it:
http://forum.xda-developers.com/showthread.php?t=2063280
I believe, (based off the files used in the tutorial), that the problem may be in/with the following:
/system/bin/bootanimation (exe)
or
/system/bin/samsungani (exe)
or
/system/bin/sh (text file)
Any help would be amazing.
*******************************************************************************************************************************************************************************
These have NOT worked for me, but hopefully anyone else experiencing this problem could benefit from them:
http://forum.xda-developers.com/gal...-to-restore-s3-samsung-bootanimation-t2288545 (credit to @thenookieforlife3)
http://forum.xda-developers.com/showthread.php?p=34815984&highlight=bootanimation#post34815984 (directed to specific post)
http://forum.xda-developers.com/galaxy-s3-att/help/trying-to-create-boot-animation-cm11-t2818466 (short thread with a "walkthrough")
*******************************************************************************************************************************************************************************
Hello there, @JamPro,
To restore your boot animation, check out the tutorial here.
Hey @thenookieforlife3,
I've already tried this, (and just tried it again), and sadly it didn't work.
I believe the problem may be with/in:
/system/bin/bootanimation (exe)
or
/system/bin/samsungani (exe)
or
/system/bin/sh (text file)
They were altered/used with the original tutorial that I tried.
Thank you very much for trying though
Do you have a custom rom or just rooted stock? Samsung uses qmg files for the stock and custom ones are in zip format typically.
es0tericcha0s said:
Do you have a custom rom or just rooted stock? Samsung uses qmg files for the stock and custom ones are in zip format typically.
Click to expand...
Click to collapse
I just have rooted stock. The tutorial I used uses .zip's, but, I think, it might have been a work around instead of using .qmg files.
Either way, I have my original bootsamsung.qmg and bootsamsumgloop.qmg files, but it won't display the stock animation...
I've added some potential fixes in my original post. None of them worked for me, but anyone looking for a potential fix should give them a look.

Categories

Resources