Custom BootLogo and bootanimation for E4 (Perry) - Moto E4 Themes, Apps, and Mods

I have finally created a boot logo that I am happy with. The placement of the N/A is in such an awkward location that it is very difficult to hide unless using an all white background...which I do not care for. I like a dark background, so this has been bugging me for a long time.
In addition, I have created my first boot animation to accompany the boot logo. It is nothing elaborate and probably will only look good when used in conjunction with the corresponding boot logo. Anyway, use them if you like.
FYI - BootLogos are flashable in TWRP. The bootanimation needs to be renamed simply to "bootanimation", manually installed, and permissions changed to rw-r-r

mn1968 said:
I have finally created a boot logo that I am happy with. The placement of the N/A is in such an awkward location that it is very difficult to hide unless using an all white background...which I do not care for. I like a dark background, so this has been bugging me for a long time.
In addition, I have created my first boot animation to accompany the boot logo. It is nothing elaborate and probably will only look good when used in conjunction with the corresponding boot logo. Anyway, use them if you like.
FYI - BootLogos are flashable in TWRP. The bootanimation needs to be renamed simply to "bootanimation", manually installed, and permissions changed to rw-r-r
Click to expand...
Click to collapse
Is root required?

ctusher said:
Is root required?
Click to expand...
Click to collapse
Yes.

Thanks for these simple, yet elegant boot animations! I have been using the yellow logo LITERALLY since the day you released it, and have just now installed the animation and am loving that as well....and for any interested parties manually installing the animation means navigating to the system/media directory, (at least in the UScellular/Retail versions of this device, your mileage might vary) and renaming the boot animation.zip to bootanimation.zip.bak then copying the animation you downloaded from here to the system/media (as well as being sure to have it named bootanimation.zip and running chmod 644 on the file as well )

IS there any preview of the boot animation? also, i downloded the bluelogo.zip file and when i booted my phone the logo was actually pink. Is it just me or is the naming of the files wrong?

sidgallup said:
IS there any preview of the boot animation? also, i downloded the bluelogo.zip file and when i booted my phone the logo was actually pink. Is it just me or is the naming of the files wrong?
Click to expand...
Click to collapse
There is no pink one. No, the files aren't named wrong. For preview, click/select the pictures in the first post.

mn1968 said:
There is no pink one. No, the files aren't named wrong. For preview, click/select the pictures in the first post.
Click to expand...
Click to collapse
Ahhh, i only clicked the first 2 images of the boot logo, didnt go all the way to the final one. Thanks, ill see how to install this onto Resurrection Remix ROM.

Thanks

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

[Mod] android welding mechanical arm bootanimation

This bootanimation is created by eyesonlybob
just thought I would share the working version on here since I had to do some digging online to find the working non blank version for our respective device
preview:
http://www.youtube.com/watch?v=9jdkh5kKJzo
Instructions:
refer to amazinglarry's boot audio enabler here: http://forum.xda-developers.com/showthread.php?t=1016208 for sounds
1. use root explorer to copy bootanimation.zip
2. navigate to /system/media on RE, mount rw and paste the bootanimation.zip overwriting the existing one
3* if you have bootanimation sounds enabled using the above audio enabler. paste the android_audio.mp3 again overwriting the existing one
4. reboot, enjoy and hit thanks
Download:
http://www.mediafire.com/?oebay2beoixf5e6
included a matching audio if you have boot animation sounds enabled.
Wow real nice
it doesnt loop
mrmako777 said:
it doesnt loop
Click to expand...
Click to collapse
it won't be as appealing if it loops... and looping was giving me issues such as the android just disappearing and a black screen staying on till boot. anyone wanna edit the images and add more animations? Maybe a CRT turn off animation similar to the portal boot animation, and then put a text saying Android or something?
_ice_ said:
it won't be as appealing if it loops... and looping was giving me issues such as the android just disappearing and a black screen staying on till boot. anyone wanna edit the images and add more animations? Maybe a CRT turn off animation similar to the portal boot animation, and then put a text saying Android or something?
Click to expand...
Click to collapse
i tried to make it loop as well and couldnt figure it out. as far as i understand the part1 folder is the one that loops. i copied the images from part0 to part1 and renamed them in sequential order and got nothing. maybe one of the pros on here could help us out?
mrmako777 said:
i tried to make it loop as well and couldnt figure it out. as far as i understand the part1 folder is the one that loops. i copied the images from part0 to part1 and renamed them in sequential order and got nothing. maybe one of the pros on here could help us out?
Click to expand...
Click to collapse
you want the original bootanimation.zip file that is supposed to loop? its f*cked since the black screen keeps coming on instead of a loop :S this is actually a evo boot animation tweaked for our device (evo takes sh!t long to boot)
I can edit the images but IDK how to do a crt animation on photoshop using different images
Will this work on myt4g with S=off and stock everything?
Yep it should
Rooted/OC'd/De-bloated
For the boot animation loop you have to edit the text file that is for screen size frame rate and how many times to play each folder.
Sent from my HTC Glacier using XDA Premium App
Is there any chance that this will work on my rooted HTC Incredible S?? I love this mod
Download link is dead, can you please update it?

Boot animation: [Might not work]

Hey everyone, I'm posting this so you all can see if Bootanimations work on the nook tablet *aside from that abysmal stock animation* so let's move on, shall we?
Instructions:
What you need to do is just download,rename to bootanimation.zip and push to /data/local/
you can do this by either using adb
Code:
adb push bootanimation.zip /data/local/
or by using a file explorer.
Bootanimation
There are 2 choices.
Code:
Thundercats
Transformers (decepticon)
[size=5] Download: [/size]
[URL="http://dl.dropbox.com/u/15069134/bootanimations/decepticonbootanimation.zip"]Decepticon[/URL]
[URL="http://dl.dropbox.com/u/15069134/bootanimations/thundercatsbootanimation.zip"]Thundercats[/URL]
Added a second bootanimation to the thread.
I tried, but no luck. A couple things i noticed. One, my bootanimation file lives in /system/bin, second, i'm not sure how to match the permissions. The original file's permissions are rwxr-xr-x, third(ly) i also tried dropping the .zip extension as it's not on the original file.
Let me know what i'm doing wrong, or anything else you'd like me to try. Thanks indirect, for all your work!
Sent from my BNTV250 using Tapatalk
theundeadelvis said:
I tried, but no luck. A couple things i noticed. One, my bootanimation file lives in /system/bin, second, i'm not sure how to match the permissions. The original file's permissions are rwxr-xr-x, third(ly) i also tried dropping the .zip extension as it's not on the original file.
Let me know what i'm doing wrong, or anything else you'd like me to try. Thanks indirect, for all your work!
Sent from my BNTV250 using Tapatalk
Click to expand...
Click to collapse
WHATEVER YOU DO DO NOT TOUCH THE bootanimation Binary File in /system/bin!!! This is the Executable that RUNS a boot animation.... copy over that file and boot animations will cease to function until it is restored to the original file.
Yeah, i realized what it was after some experimenting. So i restored it, and tried indirect's instructions exactly, but no luck.
Sent from my BNTV250 using Tapatalk
Just tried it as well and no luck.
You know on my phone, the location of the bootanimation.zip is in the /system/media folder. Maybe try dropping it there?
Yeah, try pushing it to system/media
We might need to put it in the framework-res if this doesnt work. :/
Sent by breaking the sound barrier
Put it in system/media and i got NO starting animation at all (which gave me a bit of a scare for a moment until the unlock screen came on) . But by having NO animation, that means its doing SOMETHING.
phon00b said:
Put it in system/media and i got NO starting animation at all (which gave me a bit of a scare for a moment until the unlock screen came on) . But by having NO animation, that means its doing SOMETHING.
Click to expand...
Click to collapse
Getting close. Must be the format of the bootanimation is not compatible with NT.
Try my ice cream sandwich. lol.
xdahgary said:
Getting close. Must be the format of the bootanimation is not compatible with NT.
Try my ice cream sandwich. lol.
Click to expand...
Click to collapse
Here's a zip of the actual images used in the stock bootanimation these may help in determining the format needed.
http://dl.dropbox.com/u/15597684/nook_256.zip
gojimi said:
Here's a zip of the actual images used in the stock bootanimation these may help in determining the format needed.
Where did you find this file tho? Like how do i find this zip to unzip then replace all images? Or would that even work?
Click to expand...
Click to collapse
Hi, is there a way to turn off boot animation...I it takes about 5 minutes for my nook tablet to load...kind of annoying when you need to do something quickly.
Thanks so much!
_
I have the ROM toolbox app which has the ability to automatically change the boot animation, but I am not sure if I can use the application without messing up the tablet.
somerandomname said:
Hi, is there a way to turn off boot animation...I it takes about 5 minutes for my nook tablet to load...kind of annoying when you need to do something quickly.
Click to expand...
Click to collapse
The 5 minute bootup is not affected by the bootanimation at all. The boot animation actually completes fairly early, and becomes a static image until the end of the bootup.
Also, the Nook Tablet uses a special /system/bin/bootanimation which, while recognizing custom bootanimations, fails to actually draw them to the screen. Thus, you end up with a black screen for those ~5 minutes while the boot process is going. It took me a long time to realize that I hadn't bricked my nook to figure that out.
The only bootanimation that works is stored in the /system/framework/framework-res.apk file, which can be tricky to modify, and update correctly. The snowball-mod root that I wrote has a custom bootanimation, but that's just more a side effect of fixing the white-on-white problem, (if you've already hacked one PNG in the file, hacking a few more isn't particularly hard.)
Oh ok thank you for the info. I appreciate it
Sent from my BNTV250 using xda premium
Was anyone able to get their boot animation changed from stock at this time. It would be nice to have something that doesn't promote BN. This thread just kind of fell to the wayside.
Thanks...
Gave it a try. It did something. Went from the Read Forever screen to black untill it finished booting. I think its a start. Tried the Thunder Cats file.
Sent via XDA Premium, Nook Tablet
Just tried the other Transformers file and had the same result.
Sent via XDA Premium, Nook Tablet
anyone try using 7-ZIP to drag/drop/replace similar-sized images into the original bootanimatoon.zip? I had some luck doing that on my intercept. I guess it preserves the original sig/align or something.
You have to change the animation in framework-res.apk since that's where B&N use theirs. The normal android way won't work here.
Sent from my SPH-D700 using xda premium

[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

[Boot Animation] Google Boot Animation With Sound for Moto G 2014

Hey Folks,
Lately, I've been searching for a boot animation which has sound in it and produces sound during boot. Recently my friend gave me one boot animation which has sound in it, I have tested this animation on my MOTO G 2014 (TITAN) and it does produce sound during boot.
Tested this animation on AOSP Extended 3.0 & 3.1 ROMs & Resurrection Remix 5.8.1 for TITAN and in both the ROMS it worked fine
Here is what I found when I manually opened "bootanimation.zip" file with WinRAR, it contains part0, part1, part2 directories and a file named desc.txt which normally bootanimations have, but what I found new was that each part folder contains trim.txt which later I found that it contains data for coordinates of image to be placed on the screen while running boot animation.
The another thing which I found in the part2 folder was an audio file named "audio.wav". This file contained the audio which gets produced when the part2 of boot animation gets executed. Later I manually converted some random song to .wav and renamed it to "audio.wav" and put that file in part1 instead of part2, when I installed the boot animation, it worked
So in order to have sound on boot animation read How to do this below
HOW TO DO THIS:
1. You need a working boot animation which has frames and folders like "part0, part1, part2" and a desc.txt file. (This may also work on some STOCK ROMS, but I'm not sure).
2. Convert your favorite audio into WAVE (.wav) format and rename it to "audio.wav"
3. Put your "audio.wav" into any of the part folders i.e. in part0 or in part1, it doesn't matter because when boot animation runs that part it will produce sound
4. Compress the part0,part1,part2 & desc.txt to a zip file with no compression i.e. 0 compression and name it "bootanimation.zip"
5. Copy your modified "bootanimation.zip" to /system/media (Make sure to backup your original one)
6. Change file permissions to ( rw- r-- r--) and reboot your phone.
Tadaaa Now You'll Have a Bootanimation With SOUND.
I don't know the duration or length of audio to put inside boot animation, let me know if you find this, till then enjoy boot animation with sound
I've attached a link of a bootanimation. This one is same as AOSP Extended ROM's BootAnimation but with sound :laugh:
DOWNLOAD:
BootAnimation.zip (Google Drive Link)
Resurrection Remix 5.8.1 (BootAnim)
WARNING: CHANGING BOOT ANIMATION CAN LEAD TO BOOTLOOP OR DEVICE BRICKED, DO THIS ON YOUR OWN RISK, I WILL NOT BE RESPONSIBLE FOR BRICKED DEVICES
Great finding it works bro
Zip given by you works :good:, but when i tried to do with other ones the bootanimation didn't display, device started without any animation:
Can you add the black bootlogo too?
Coz i currently have the white one and it feels odd. THANKS!
saurabhkashyap said:
Zip given by you works :good:, but when i tried to do with other ones the bootanimation didn't display, device started without any animation:
Click to expand...
Click to collapse
Umm Ok.. Please make sure that the audio file is in .WAV format, no other file format works. Secondly make sure to compress zip file using PC, files compressed in android create problems. I've used WINRAR to make zip files and that works for me fine and make sure to have ZERO compression, if using winrar, I've attached screenshots.
If none of the above works, then compress the file using Boot Animation Factory you can download it and also learn how to use it from HERE
teckgiik101 said:
Can you add the black bootlogo too?
Coz I currently have the white one and it feels odd. THANKS!
Click to expand...
Click to collapse
Bro, This one is black boot animation, you asked for bootlogo, are you referring the boot logo which comes before this animation, i.e. the one that appears first thing when you start the phone?
Are you referring to the logo which I attached here with attachment
pkdon123 said:
Bro, This one is black boot animation, you asked for bootlogo, are you referring the boot logo which comes before this animation, i.e. the one that appears first thing when you start the phone?
Are you referring to the logo which I attached here with attachment
Click to expand...
Click to collapse
yes. i mean the "bootlogo" which replaces the bootloader unlocked warning!
teckgiik101 said:
yes. i mean the "bootlogo" which replaces the bootloader unlocked warning!
Click to expand...
Click to collapse
Alright bro, here you go, THIS IS NOT A FLASHABLE ZIP, and this is compiled for XT1068 whose resolution is 720x1280, to use this, extract the zip file, reboot your phone into bootloader mode and using fastboot flash the file, use the command:
Code:
mfastboot.exe flash logo logo.bin
MFASTBOOT is used for motorola phones to flash files in fastboot mode I don't know the reason, but in my case fastboot worked too
I MUST WARN YOU USE AT YOUR OWN RISK BUDDY, ALL THE BEST :good:
pkdon123 said:
Alright bro, here you go, THIS IS NOT A FLASHABLE ZIP, and this is compiled for XT1068 whose resolution is 720x1280, to use this, extract the zip file, reboot your phone into bootloader mode and using fastboot flash the file, use the command:
Code:
mfastboot.exe flash logo logo.bin
MFASTBOOT is used for motorola phones to flash files in fastboot mode I don't know the reason, but in my case fastboot worked too
I MUST WARN YOU USE AT YOUR OWN RISK BUDDY, ALL THE BEST :good:
Click to expand...
Click to collapse
Well.. I was looking for the black "Google" logo. but THANKS !:good::good:
teckgiik101 said:
Well.. I was looking for the black "Google" logo. but THANKS !:good::good:
Click to expand...
Click to collapse
Hahah, I thought U wanted Motorola Logo, If you provide me with white logo, I'll make it black
pkdon123 said:
Hahah, I thought U wanted Motorola Logo, If you provide me with white logo, I'll make it black
Click to expand...
Click to collapse
Here you go!
teckgiik101 said:
Here you go!
Click to expand...
Click to collapse
Here You Go
pkdon123 said:
here you go :d
Click to expand...
Click to collapse
wow, thanks!
Nice!
pkdon123 said:
Hey Folks,
Lately, I've been searching for a boot animation which has sound in it and produces sound during boot. Recently my friend gave me one boot animation which has sound in it, I have tested this animation on my MOTO G 2014 (TITAN) and it does produce sound during boot.
Tested this animation on AOSP Extended 3.0 & 3.1 ROMs & Resurrection Remix 5.8.1 for TITAN and in both the ROMS it worked fine
Here is what I found when I manually opened "bootanimation.zip" file with WinRAR, it contains part0, part1, part2 directories and a file named desc.txt which normally bootanimations have, but what I found new was that each part folder contains trim.txt which later I found that it contains data for coordinates of image to be placed on the screen while running boot animation.
The another thing which I found in the part2 folder was an audio file named "audio.wav". This file contained the audio which gets produced when the part2 of boot animation gets executed. Later I manually converted some random song to .wav and renamed it to "audio.wav" and put that file in part1 instead of part2, when I installed the boot animation, it worked
So in order to have sound on boot animation read How to do this below
HOW TO DO THIS:
1. You need a working boot animation which has frames and folders like "part0, part1, part2" and a desc.txt file. (This may also work on some STOCK ROMS, but I'm not sure).
2. Convert your favorite audio into WAVE (.wav) format and rename it to "audio.wav"
3. Put your "audio.wav" into any of the part folders i.e. in part0 or in part1, it doesn't matter because when boot animation runs that part it will produce sound
4. Compress the part0,part1,part2 & desc.txt to a zip file with no compression i.e. 0 compression and name it "bootanimation.zip"
5. Copy your modified "bootanimation.zip" to /system/media (Make sure to backup your original one)
6. Change file permissions to ( rw- r-- r--) and reboot your phone.
Tadaaa Now You'll Have a Bootanimation With SOUND.
I don't know the duration or length of audio to put inside boot animation, let me know if you find this, till then enjoy boot animation with sound
I've attached a link of a bootanimation. This one is same as AOSP Extended ROM's BootAnimation but with sound :laugh:
DOWNLOAD:
BootAnimation.zip (Google Drive Link)
Resurrection Remix 5.8.1 (BootAnim)
WARNING: CHANGING BOOT ANIMATION CAN LEAD TO BOOTLOOP OR DEVICE BRICKED, DO THIS ON YOUR OWN RISK, I WILL NOT BE RESPONSIBLE FOR BRICKED DEVICES
Click to expand...
Click to collapse
Thank you so much! :good:

Categories

Resources