[bootanimation] ICS - TouchPad General

I took this bootanimation from an alpha release of ICS for my phone (otimus g2x).
All I did was resize the animation to 768x1024 to accommodate our TP screen size, I also increased the frame rate to 30 (because that's what I'm used to).
I take no credit for this, all the credit goes to the devs that worked on ICS so far.
Just in case you don't know how to enable this animation:
1. Copy it to your TP.
2. In your file explorer go to system/media and either rename your current bootanimation.zip to something like bootanimation1.zip (if you don't want to lose it) or just delete it.
3. Still in your file explorer, copy the new bootanimation.zip from your sd card to system/media.
4. reboot and enjoy.
From what I saw, this is the same bootanimation that comes with the ICS themed rom in inseaon's thread

Thanks, this also comes with the cm7 xron-ified b2 rom. I like it alot.

Thanks for pointing that out, didn't realize B2 was out!

just drop it in the /data/local dir so you dont have to over write the original.

jj_z1 said:
I took this bootanimation from an alpha release of ICS for my phone (otimus g2x).
All I did was resize the animation to 768x1024 to accommodate our TP screen size, I also increased the frame rate to 30 (because that's what I'm used to).
I take no credit for this, all the credit goes to the devs that worked on ICS so far.
Just in case you don't know how to enable this animation:
1. Copy it to your TP.
2. In your file explorer go to system/media and either rename your current bootanimation.zip to something like bootanimation1.zip (if you don't want to lose it) or just delete it.
3. Still in your file explorer, copy the new bootanimation.zip from your sd card to system/media.
4. reboot and enjoy.
From what I saw, this is the same bootanimation that comes with the ICS themed rom in inseaon's thread
Click to expand...
Click to collapse
If this is resized betters I can replace with this on in future builds if ur cool with that.
Sent from my Touchpad using Tapatalk

Leoisright said:
If this is resized betters I can replace with this on in future builds if ur cool with that.
Sent from my Touchpad using Tapatalk
Click to expand...
Click to collapse
Sure, go for it. It's nothing compared to the great work you've done with your roms . This bootanimation covers up the whole screen, it might be a little faster because of the 30p but i don't think its noticeable

jj_z1 said:
I took this bootanimation from an alpha release of ICS for my phone (otimus g2x).
All I did was resize the animation to 768x1024 to accommodate our TP screen size, I also increased the frame rate to 30 (because that's what I'm used to).
I take no credit for this, all the credit goes to the devs that worked on ICS so far.
Just in case you don't know how to enable this animation:
1. Copy it to your TP.
2. In your file explorer go to system/media and either rename your current bootanimation.zip to something like bootanimation1.zip (if you don't want to lose it) or just delete it.
3. Still in your file explorer, copy the new bootanimation.zip from your sd card to system/media.
4. reboot and enjoy.
From what I saw, this is the same bootanimation that comes with the ICS themed rom in inseaon's thread
Click to expand...
Click to collapse
Thanks bro...

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

is it possible to pull a boot animation from another Rom? if so how do i do it?
Yes you can do it. I won't get too in depth cause there are several threads explaining how, but copy whatever bootanimation you want to SD card first. Then depending on what ROM you have the bootanimation could either be in /data/local, /system/media, or in stock ROM i believe /system/customize/resource. Rename the stock bootanimation to bootanimation.zip.bak in case you want to revert then copy your new bootanimation to same folder and make sure the filename is bootanimation.zip and the permissions match what the previous one was which is (rw-r--r--). Reboot and your done. Same thing can be done with the downanimation also.
Thanks found an animation from another ROM I liked and wanted to put it on ROM I like using
Sent from my ADR6400L using XDA Premium App
dirtyfingers said:
Yes you can do it. I won't get too in depth cause there are several threads explaining how, but copy whatever bootanimation you want to SD card first. Then depending on what ROM you have the bootanimation could either be in /data/local, /system/media, or in stock ROM i believe /system/customize/resource. Rename the stock bootanimation to bootanimation.zip.bak in case you want to revert then copy your new bootanimation to same folder and make sure the filename is bootanimation.zip and the permissions match what the previous one was which is (rw-r--r--). Reboot and your done. Same thing can be done with the downanimation also.
Click to expand...
Click to collapse
Thank you! worked perfectly. other than verizons bootanimation is named VZW_bootanimation.zip. worked great!

8/10/11[Bootanimation] *Updated/Revised* VoltronForce: Black Lion Fly-In W/Sound

This is my second Bootanimation sorry if the Thread is a little disorganized lol ...*Root Explorer or another app like it is needed* <New-Bootanimation>http://www.4shared.com/file/nOXSoMWy/BlackLion-bootanimation.html
<Instructions for sound CM7 & AOSP Roms> How to add sound:
Originally Posted by hockeyfamily737
0. It's recommended to do a nandroid backup first!
1. Download the "bootsnd.sh" file and put it on the root of your sd card.
2. Download the "android_audio.mp3" file and using root explorer copy it to /system/media
3. Open Terminal Emulator and type the following commands using the stock keyboard. Press enter after each line:
su
cd /sdcard
sh bootsnd.sh
reboot
4. As the device boots up you will be greeted by the "Dolby THX" test sound heard before movies. You are now free to replace the android_audio.mp3 file in /system/media with any .mp3 file you like as long as you rename it to "android_audio.mp3"
5. DO NOT ATTEMPT TO OUTSMART THESE DIRECTIONS OR YOU WILL BE RESTORING YOUR NANDROID BACKUP!
<link for android_audio.mp3>http://www.megaupload.com/?d=AN7XNY03
<link for bootsnd.sh>http://www.4shared.com/file/4eJO34dd/bootsnd.html
<For Miui> Third Step Change android_audio.mp3 to bootaudio.mp3 <link for Voltron audio> http://www.4shared.com/audio/I3GgVylb/Voltron_Force_2011_Opening__Le.html [Always Rename BootAnimations to bootanimation.zip] [Sense based Roms all bootanimations go to system/customize/resource] All Thanks to despotovski01 for his excellent Bootanimation/Audio Tutorials ​
Miui> make sure you select Voltron bootanimation in Theme Manager or just delete all downloaded bootanimations and the Voltron one will be your Default.*For audio just change mp3 to bootaudio.mp3, set in system/media and change permissions to rw-r-r-
Another Reserve
For MIUI Roms just another method...
Animation:
Download the boot animation file and rename it bootanimation.zip and place it into the system/media folder. Go to theme manager and under the "boot animation" tab select "default." No need to change permissions.
Sound:
To hear the boot sound you have to convert the file to ogg format then place it into the system/media/audio/ringtones folder. Go to theme manager and choose the file under the "boot audio" tab. You can name it anything you want. No need to change permissions. Ogg converter here.
I went ahead and uploaded the ogg file here for you guys.
@vqt This method worked for me...can you post a tutorial for ogg format, plz and thankyou
cool animation. still a little choppy and the pic is a little distorted but good start so far. hope you can get it perfect
Thanks for the tutorial..yeah the slowness on boot bothers me but I've been reading up on thatand there's nothing I can do on my end its due to caching
kirkcody said:
Thanks for the tutorial..yeah the slowness on boot bothers me but I've been reading up on thatand there's nothing I can do on my end its due to caching
Click to expand...
Click to collapse
i don't know anything about making a boot animation but does it have to do with the frames/second. Usually i unzip a boot animation and look at the png's, it is like a flip cartoon book so i don't know if you need more frames in there to make it more smooth.
Yup its like a flipbook and the more frames taken the bigger the zip...I've been trying to solve this issue. I use powerarchiver to make the zips....but it really doesn't compress them much I think this animation alone was 235 still frames here's the tutorial I used incase anyone wants to learn http://forum.xda-developers.com/showthread.php?t=1096068
o yeah bro! pretty sweet
ftw.. (fyi official cool guy setup!)
ROM:: OFFICIAL MIUI.us 1.8.5
KERNEL:: 2.6.35.13 demonSPEED INSANITY v5
Thanks Man
Pulled download link revising and resizing sorry :d:d:d:d:d:d:d:d:d:d
what's the boot animation of? Screen shots? please and thank you.
this is nice good job!
@Ascarface23 Thanks man, working on a full Voltron forming boot now, but having trouble with sizing @abctilly it's the New Voltron Force Black lion running and then coming at the screen Im new to this man give me a little time to learn how to post an animated Gif and ill try to post one or make a video...I guess it is sorta silly of me to think someone would try this blindly(Thanks to all who have )

[How to] make a simple downanimation (lol with no animation) and community share

Quick how to--> pull the downaimaiton.zip from /system/customize/resource, add your own png's, modify the desc.txt, repackage and replace.
1. Pull the downanimation.zip from your phone or from your latest ROM download. It's located in /system/customize/resource, or download View attachment downanimation.zip (the download already has the desc.txt file modified)
2. Find your image and resize it to 1080 (width) by 1920 (length), then convert to png.
3. Make 4 copies (5 total) and rename them to power_down_00001.png, power_down_00002.png, and so forth down to power_down_00005.png
4. Depending on how many pictures you are using, modify the desc.txt. (more will be needed to make it actually animated) modify the desc.txt file change then number after the 1920 to roughly half the total number of pics.
5. Zip them back up in the file from step one.
6. On your phone using a root explorer navigate to /system/customize/resource and rename the original downanimation.zip (just in case you want to easily go back to it)
7. Copy the new downanimation.zip to your phone then using root explorer copy it to /system/customize/resource and make sure the permissions are like the original.
(alternate step 7) (pointed out by stillthisguy in post #4) If you have ViperDNA by nit then you can go into Venom Tweaks>Advanced>Custom downanimation. It will find all of your .zip files and you just choose the one you want to use.
The first request is done and attached. (be sure and rename to downanimation.zip)
Note: I'm sure there are better ways to do most of this, so as i get suggestions then i'll try to modify the instructions to the best.
I have re-sized one with deadmau5. I will start working on some more, basically start with ones I made for splash screen.
I've modified the boot up animation, and i'm sure it will be requested.
I didn't create any image, i just cut out as many as i could and re-sized it. Whoever did the original art was amazing. If you know, please direct me to a thread so i can thank them.
It is animated but not crisp and smooth like the boot up, but it needed to be quicker and small enough to share here.
I tried to Apply this through Venom Tweaks and it works. So anyone that has ViperDNA ROM can just go into Venom Tweaks>Advanced>Custom downanimation. It will find all of your .zip files and you just choose the one you want to use.
AWESOME!
jonno95,
You are definitely the man. When I get home I am going to get this going. That was VERY cool & nice of you to do this. You definitely made a fellow Android power user very happy.
The Android community is an awesome fellowship. There is nothing like it.
Thank you!!!!! :good:
That's right ! Whoever did the original art was amazing
-------------------
Agences voyages francaise vietnam-Croisiere baie d'halong-Tours Cambodge
I would have thought this thread would have gathered a lot more attention than it has, but it seems that splash screens are all the rage...
stillthisguy said:
I would have thought this thread would have gathered a lot more attention than it has, but it seems that splash screens are all the rage...
Click to expand...
Click to collapse
I made a couple as well, here click the gif to go to download the downanimations:
This is sweet! I gotta try this when I very home! Thanks!
Sent from my HTC6435LVW using xda app-developers app

[BOOTANIMATIONS] Samsung Galaxy S5 BIOS Boot Animation [1080x1920]

Hi everyone,
This is my first time posting here so hello to everyone!
I recently purchased a Samsung Galaxy S5 after having iPhones for years and I haven't stopped using it since. I was looking into boot animations and I saw all the BIOS boot animations but realized that no one had created one for the Galaxy S5 yet. Because of that I made one myself specifically for the Samsung Galaxy S5 meaning that all the files are in the QMG format and not the typical bootanimation.zip style. Attached to this post are two zip archives containing the animation file. Both attachments are the same animation but one runs at 18FPS while the other runs at 22FPS. This way in-case your phone boots slower or faster than mine there will be time to completely finish the animation.
I also have it rendered at all different framerates from 5 to 60 so if you need it somewhere else let me know.
Let me know what you think as I plan on making a more unique animation in the future!
How to Install (Device Must be Rooted):
1.Download bootsamsung.qmg file to device
2. Go to system/media
3. Rename the existing bootsamsung.qmg to bootsamsungOld.qmg or something else (do not delete)
4. Rename bootsamsungloop.qmg to bootsamsungloopOld.qmg or something else (carrier animation, can delete if do not want)
5. Place the bootsamsung.qmg file you downloaded into here
6. Change the permissions of the bootsamsung.qmg file to: Owner: read,write Group: read Others: read
7. Reboot your phone and see if it works!
Since I am a new user I can't put images or a video preview here due to them being external links.
Below in attachments along with the animation files there will also be another zip archive containing a GIF preview and two pictures.
***EDIT***
Also in the attached files you will find bootanimation.zip which is the animation files for phones that dont use the Samsung .QMG file format. Note that it is still at 1080x1920 in terms of resolution and will play at 18FPS until you modify the desc.txt
Thanks, PDrizzly
Can I have one in ".zip" format please? The GS5 ROM I am using (MOAR ROM on Sprint GS5) has custom bootanimation support and uses .zip files for bootanimation!
Joe0113 said:
Can I have one in ".zip" format please? The GS5 ROM I am using (MOAR ROM on Sprint GS5) has custom bootanimation support and uses .zip files for bootanimation!
Click to expand...
Click to collapse
+1
Sent From My Galaxy S5 Far Far Away
Works great, thanks mate.
Sent from my SM-G900F using XDA Premium 4 mobile app
Now bootanimation.zip format is also available for download.
Eris _2.1_2010 said:
+1
Sent From My Galaxy S5 Far Far Away
Click to expand...
Click to collapse
All set, just check the post now its in the attached files section.
Thanks!
PDrizzly said:
All set, just check the post now its in the attached files section.
Thanks!
Click to expand...
Click to collapse
Thanks buddy, it is "bootanimation.zip" one right?
Joe0113 said:
Thanks buddy, it is "bootanimation.zip" one right?
Click to expand...
Click to collapse
Yes, that one is the standard format all the others attached files are the .qmg file format for samsung phones.
PDrizzly said:
Hi everyone,
This is my first time posting here so hello to everyone!
I recently purchased a Samsung Galaxy S5 after having iPhones for years and I haven't stopped using it since. I was looking into boot animations and I saw all the BIOS boot animations but realized that no one had created one for the Galaxy S5 yet. Because of that I made one myself specifically for the Samsung Galaxy S5 meaning that all the files are in the QMG format and not the typical bootanimation.zip style. Attached to this post are two zip archives containing the animation file. Both attachments are the same animation but one runs at 18FPS while the other runs at 22FPS. This way in-case your phone boots slower or faster than mine there will be time to completely finish the animation.
I also have it rendered at all different framerates from 5 to 60 so if you need it somewhere else let me know.
Let me know what you think as I plan on making a more unique animation in the future!
How to Install (Device Must be Rooted):
1.Download bootsamsung.qmg file to device
2. Go to system/media
3. Rename the existing bootsamsung.qmg to bootsamsungOld.qmg or something else (do not delete)
4. Rename bootsamsungloop.qmg to bootsamsungloopOld.qmg or something else (carrier animation, can delete if do not want)
5. Place the bootsamsung.qmg file you downloaded into here
6. Change the permissions of the bootsamsung.qmg file to: Owner: read,write Group: read Others: read
7. Reboot your phone and see if it works!
Since I am a new user I can't put images or a video preview here due to them being external links.
Below in attachments along with the animation files there will also be another zip archive containing a GIF preview and two pictures.
***EDIT***
Also in the attached files you will find bootanimation.zip which is the animation files for phones that dont use the Samsung .QMG file format. Note that it is still at 1080x1920 in terms of resolution and will play at 18FPS until you modify the desc.txt
Thanks, PDrizzly
Click to expand...
Click to collapse
Thanks man looks pretty good but would be improved with more colour and some kind of animation other than text. Good stuff though, much better than carrier boot.
Skarfist said:
Thanks man looks pretty good but would be improved with more colour and some kind of animation other than text. Good stuff though, much better than carrier boot.
Click to expand...
Click to collapse
Thanks alot man I appreciate it. My next animation will definitely be much more unique and complex.
PDrizzly said:
Thanks alot man I appreciate it. My next animation will definitely be much more unique and complex.
Click to expand...
Click to collapse
Cool, look forward to it
Can you do one for power off?..
Sent from my SM-G900F using Tapatalk
how to?
hi i would appreciate how you done it? tutorial on how to make bootanimation for s5 ..
cheers,
Geef
I am having trouble getting this to work on AllianceRom. The animation stops at the 12th picture and it just freezes there until the boot cycle completes. After applying the boot animation I can look into the zip archive and every png file from number 13 on is 0kb in size.
Just for some more information I have tried applying the boot animation by flashing via Rom Manager, using Rom Toolbox (Boot Animations), and by manually placing the bootanimation.zip in the system\media directory. When I manually place the zip file in (and adjust permissions), the boot screen is just black. Nothing shows up. Every other boot animation I have tried seems to work just fine. This is the only one giving me trouble.
Any advice?
Thank you.
tdilts said:
I am having trouble getting this to work on AllianceRom. The animation stops at the 12th picture and it just freezes there until the boot cycle completes. After applying the boot animation I can look into the zip archive and every png file from number 13 on is 0kb in size.
Just for some more information I have tried applying the boot animation by flashing via Rom Manager, using Rom Toolbox (Boot Animations), and by manually placing the bootanimation.zip in the system\media directory. When I manually place the zip file in (and adjust permissions), the boot screen is just black. Nothing shows up. Every other boot animation I have tried seems to work just fine. This is the only one giving me trouble.
Any advice?
Thank you.
Click to expand...
Click to collapse
Working fine on alliance. Open zip ..copy qmg bootanimation..remember to fix permissions reboot
Rename old qmg boot or overwrite
Sent from my SM-G900F using Tapatalk
Very nice, looks awesome!
Sent from my SM-G900A
Did not work for me
I am on Alliance t-mobile build 3 - i renamed my current bootsamsung.qmg to bootsamsung.qmg(stock) then i copied the bootsamsung.qmg from the 18fps into system/media. Changed the permissions and I still only get the stock alliance boot animation.
ratcityrain said:
Did not work for me
I am on Alliance t-mobile build 3 - i renamed my current bootsamsung.qmg to bootsamsung.qmg(stock) then i copied the bootsamsung.qmg from the 18fps into system/media. Changed the permissions and I still only get the stock alliance boot animation.
Click to expand...
Click to collapse
Rename alliance animation zip or delete
Sent from my SM-G900F using Tapatalk
---------- Post added at 09:32 PM ---------- Previous post was at 09:31 PM ----------
It over rides qmg
Sent from my SM-G900F using Tapatalk
That worked perfectly. Didn't realize that Alliance had a bootanimation.zip file there. Never thought to look lol
Didn't work
I have been trying to tweak some things, but nothing changes! I decided to try simply renaming the bootsamsungloop.qmg with ES file explorer to see if this would work. Sure enough, Verizon still pops up on boot. I had safestrap installed, but wasn't using it, so I uninstalled that, and still nothing. It seems very odd. Any ideas?
Hezzennater said:
I have been trying to tweak some things, but nothing changes! I decided to try simply renaming the bootsamsungloop.qmg with ES file explorer to see if this would work. Sure enough, Verizon still pops up on boot. I had safestrap installed, but wasn't using it, so I uninstalled that, and still nothing. It seems very odd. Any ideas?
Click to expand...
Click to collapse
Are you fixing permissions?try with another file explorer
Sent from my SM-G900F using Tapatalk

Categories

Resources