[Q] moar ROM 1.0 any way go change boot animations - Galaxy S 5 Q&A, Help & Troubleshooting

I'm on a sprint galaxy s5 running most current moar any way to use ROM.tool box lite to change boot animations
Or manually using root browers sorry I'm a noon to some t things any help would be awesome

[email protected] said:
I'm on a sprint galaxy s5 running most current moar any way to use ROM.tool box lite to change boot animations
Or manually using root browers sorry I'm a noon to some t things any help would be awesome
Click to expand...
Click to collapse
No idea about the app you name as I've never used ROM tool box lite. But there are a lot of other Google Play apps that will change your boot animation. Or it's easy to do with a root file browser.
These are the boot animation and shutdown animation files. You can find new ones on XDA or with a Google search. Confirm that the new files have 0644 permissions after you move them to your S5 directory.
/system/media/bootsamsung.qmg
/system/media/bootsamsungloop.qmg
/system/media/audio/ui/poweron.ogg
/system/media/shutdown.qmg
/system/media/audio/ui/shutdown.ogg
.

boot animation
fffft said:
No idea about the app you name as I've never used ROM tool box lite. But there are a lot of other Google Play apps that will change your boot animation. Or it's easy to do with a root file browser.
These are the boot animation and shutdown animation files. You can find new ones on XDA or with a Google search. Confirm that the new files have 0644 permissions after you move them to your S5 directory.
/system/media/bootsamsung.qmg
/system/media/bootsamsungloop.qmg
/system/media/audio/ui/poweron.ogg
/system/media/shutdown.qmg
/system/media/audio/ui/shutdown.ogg
.
Click to expand...
Click to collapse
So it is nothing to do with system media boot .zip? Cause there is a thread that i was kinda in the dark about the way it was explained

[email protected] said:
So it is nothing to do with system media boot .zip? Cause there is a thread that i was kinda in the dark about the way it was explained
Click to expand...
Click to collapse
If you mean bootanimation.zip, that format is not used on the S5 unless you've modified the relevant system files to recognize it.

fffft said:
If you mean bootanimation.zip, that format is not used on the S5 unless you've modified the relevant system files to recognize it.
Click to expand...
Click to collapse
That's what's all in mine and thanks for all your help any on the play store that do it for me really new to all this sorry if I'm bugging you

[email protected] said:
That's what's all in mine and thanks for all your help any on the play store that do it for me
Click to expand...
Click to collapse
You can read the descriptions of the Play store apps and see if any of them say that they will work with Samsung qmg animations. The bootanimation apps that I have seen only support the bootanimation.zip format which is used on other phone models.
Some of the boot animations can modify your phone's kernel to use bootanimation.zip rather than Samsung qmg files, but a custom kernel will trip your Knox flag if that matters to you. That's mainly a concern in the US where Samsung will invalidate warranties because you modified your kernel. A lot of carriers don't care about Knox and ostensibly Samsung can't deny a warranty in the EU. But if your phone is in warranty, you should look into that issue first.
There are many apps. This one looks like it should work, including changing your kernel for you. I have not used the app personally, I just read the app description.
.

[email protected] said:
I'm on a sprint galaxy s5 running most current moar any way to use ROM.tool box lite to change boot animations
Or manually using root browers sorry I'm a noon to some t things any help would be awesome
Click to expand...
Click to collapse
If your running MOAR grab root explorer and navigate to system/media and replace the bootanimation.zip
Whatever you replace it with rename it to bootanimation.zip, set permissions and reboot
Sent From My Galaxy S5 Far Far Away

@[email protected]
The above post suggests that you are using a custom ROM. You didn't make that point clear, I've never heard of "moar" and you didn't mention that it was a custom ROM. A stock S5 does not use bootanimation.zip, but according to the post above, your ROM has already been modified to use bootanimation.zip files. So you can try that.
It also means that you aren't posting in the ideal forum. You'd be better served posting in your custom ROM support thread or even the Verizon S5 forum.
.

Related

[GUIDE] Changing your bootanimation and delete those ugly sound

*EDITED*
This is very easy now after having the permanent ROOT -- thanks to PAUL for wonderful Visionary+, Evostance for brilliant guide, and those geniuses who make this happened (you know who )
First you need to get permanent root. Here is the link to the guide:
http://forum.xda-developers.com/showthread.php?t=834427
(If you read till page 10, you will definitely know how to do it and what to expect).
Second, go buy ROOT EXPLORER from the market. (Best explorer for rooted phone period).
Go to /system/customize/resource
Make sure you enable the r/w (read write option), other wise you cant do modification.
You will see both the audio and bootanimation there.
If you hated that sound (just like me), just delete the audio.mp3. If you want to change the bootanimation, just copy your bootnimation.zip to overwrite the default one.
That's all....reboot the phone....and you will have your peace...and enjoy the new bootanimation.
kuailan said:
I am just wondering is the good old way of adb pushing the bootanimation.zip work for HD? I do noticed the stock animation are located in /customize/resource folder in the system ROM. Has anyone try changing the bootanimation? Just hated those sound in bootup (prefer no sound).
Click to expand...
Click to collapse
firstly i'd like to state, this is development and not Q & A not being mean just stating.
secondly if you had read the ref guide which is pinned to the top you might have got your answer.
finally your answer...
NO
you can not write on the nand with the temp root. no can you adb push.
permanent root is on its way and i believe the nand will be unlocked on that so you may have write permissions. once this has been obtained then you can push a custom boot animation if required.
El_Nino9 said:
firstly i'd like to state, this is development and not Q & A not being mean just stating.
secondly if you had read the ref guide which is pinned to the top you might have got your answer.
finally your answer...
NO
you can not write on the nand with the temp root. no can you adb push.
permanent root is on its way and i believe the nand will be unlocked on that so you may have write permissions. once this has been obtained then you can push a custom boot animation if required.
Click to expand...
Click to collapse
First of all thank you for the answer (actually I also thought so, and your answer just confirmed that)
And as for posting in develeopment, I DO believe that changing bootanimation is part of Android development (anything that involved creating/modifying and changing of the default system files). Just like recovery or flashing tools, people also develop bootanimation changer application to make life easier for others.
Also I did some search, and this is the first post for any bootanimation for Desire HD. I hope once "root" has been accomplished. People can just use this thread to put the guide to changing those animation.
Therefore I do read and follow the guidelines.
-----------------edited---------------------
kuailan said:
First of all thank you for the answer (actually I also thought so, and your answer just confirmed that)
And as for posting in develeopment, I DO believe that changing bootanimation is part of Android development (anything that involved creating/modifying and changing of the default system files). Just like recovery or flashing tools, people also develop bootanimation changer application to make life easier for others.
Also I did some search, and this is the first post for any bootanimation for Desire HD. I hope once "root" has been accomplished. People can just use this thread to put the guide to changing those animation.
Therefore I do read and follow the guidelines.
Click to expand...
Click to collapse
well glad you're a happy bunny
but several things,it isn't development as you were asking a question at time of writing.
secondly themes section deals with bootanimation and things like that. sound can be disabled by just renaming the file i.e. add a .bak after mp3 just for back up purpose or you can delete the file entirely up to the user.
with customs roms, they may be in a different location. i do believe that AOSP builds are located in media where as in sense builds /customize/resource
it can change depending on the developers choice really. thats why when a person releases a theme, it states what rom the user must be using to avoid problems.
anyways there's no need to carry on with that as you have got what you wanted, full root so you can do w.e. you like know
my personal favourite boot animation was the original hero one, but since that doesnt work anymore/havent found 1 that has been converted to work with the new roms, i like "making fro-yo" it just draws a pic of a frozen yoghert and colours it in.
I purchased Bootanimation changer by Andres Schomis a while back when I was still using the original Desire. There are quite a few nice and interesting ones there. My fav so far is the pissing droid (to piss off some of my iphone mate ) and the alienware. I am sure they are also available in this forum (just do a search). There is no option for desire HD yet, but seem like the one that work for Desire also work just fine in HD. To make the app work, you will need to set the custom path. I highly recommend that app for bootanimation.
Somehow I feel this thread should be in the Themes/Apps subforum instead Since it basically has to do with customization. Anyway, thanks a lot for the instructions.
phunkycow said:
Somehow I feel this thread should be in the Themes/Apps subforum instead Since it basically has to do with customization. Anyway, thanks a lot for the instructions.
Click to expand...
Click to collapse
Agreed with you there mate
I do like the instructions, always helpful for those not browsing the development threads (which do take up a lot of reading time )
Ok can some one tell me what i'm i doing wrong?? it's been more then 6 hours since I started working on this.
Here is my anamtion
Download me please
I cant figure out whats wrong with it....
I even saved it as store with winrar even tried copying the files inside the HTC stock zip and still same problem
can someone help me please?
Bump any one can help?
Just delete the bootanimation.zip inside the /system/customize/resource
Then just copy your animation to the same path /system/customize/resource.
Make sure your animation is also named bootanimation.zip
For some reason I'm not able to enable the r/w function in the resource folder. The only place I can do it is in the root directory (with system, sdcard etc). Any idea of why this is happening? (my phone is perma-rooted and I have granted Super user permissions).
kuailan said:
Just delete the bootanimation.zip inside the /system/customize/resource
Then just copy your animation to the same path /system/customize/resource.
Make sure your animation is also named bootanimation.zip
Click to expand...
Click to collapse
I did my animation that made with Photoshop dont work any idea why? any other animation works fine
Sylpher said:
For some reason I'm not able to enable the r/w function in the resource folder. The only place I can do it is in the root directory (with system, sdcard etc). Any idea of why this is happening? (my phone is perma-rooted and I have granted Super user permissions).
Click to expand...
Click to collapse
This drove me mad for a while too.
I uninstalled root explorer then re-installed and I could the select r/w for all folders.
hi
do i need s-off for this or is just permanent root enough??
thnx
anyone got any good animation zips and sounds?
combat goofwing said:
anyone got any good animation zips and sounds?
Click to expand...
Click to collapse
yeah, thats what i wanna know too
Does anyone know what would happen if you removed the boot animation entirely? Will the phone still boot ok?
I'm happy not to have one at all if it speeds things up
Guys
first I didn't find the bootanimation in system ressource i found it in data/local/
along with the android-audio.mp3
second I tried to change these file it worked but the animation doesn't show up and I have just a small android when I boot up
What can I do ?
PS : my file may be too big 27 megabite for the bootanimation.zip
I tried already, but why whenever I reboot, the bootanimation.zip would revert to the original one?

MIUI Bootanimation and bootaudio

Hello, does anyone know where to find MIUI Multilingual's bootanimation and bootaudio, and the .xml file so i can edit them?
In system/media there is bootanimation.zip and bootaudio.mp3. If you want to edit the bootanimation look at desc.txt.
Thank you, however it seems that my phone still uses the IDEOS logo as bootanimation, and that one is located in "pink-screen" mode, is it okay to delete it?
You mean the splashscreen? I believe that is located in the kernel, and not easy to edit.
skifyr123 said:
You mean the splashscreen? I believe that is located in the kernel, and not easy to edit.
Click to expand...
Click to collapse
Well, when i boot, it doesn't use the MIUI bootanimation, it still uses stock Ideos animation, and i think that one is located in pinkscreen-mode.
Try placing the bootanimation.zip in /data/local on your phone with root explorer. Then reboot, it should work
skifyr123 said:
Try placing the bootanimation.zip in /data/local on your phone with root explorer. Then reboot, it should work
Click to expand...
Click to collapse
Hmm, it didn't work, and i even tried replacing the bootanimation.zip in cust/Dialect/SE/media (which is where i go when i go into pinkscreen-mode) with the MIUI one, still nothing.
Sorry, I see no reason why it won't work.. You can try to delete the whole cust folder (in pink screen), it that don't work preform a full wipe.
What ROM version are you talking about? If latest, then you should pay more attention to rom changelog. retart said there, that he turned off bootanimation for faster boot.
Sent from my "Desire HD" using XDA App
be careful messing with these files
SetazeR said:
What ROM version are you talking about? If latest, then you should pay more attention to rom changelog. retart said there, that he turned off bootanimation for faster boot.
Sent from my "Desire HD" using XDA App
Click to expand...
Click to collapse
Thank you!
I found the debug.hw.bootanimation set to 1, changed it to 0, and BAM!
Bootanimation+ audio.
My only concern now is the splashscreen and that the bootaudio is loud/bad quality

[BOOT ANIMATION] CyanogenMod 9

Hi guys I extracted the CyanogenMod boot animation from the ROM itself, and my oh my it looks wonderful! I attached it below. To install, simply after downloading it and placing it in a comfortable location, copy it, go to system>media, and paste it there It should overwrite your current boot animation and replace it but if it does not, simply just paste the CM9 boot animation there and delete the old one I tested it only on my Samsung Galaxy S2. Works perfect. Enjoy! And remember this is made by the CM9 team not me, so give them the credit. I'm only sharing their awesome boot animation to the community and not stealing their work
Edit: OH YES I recommend that you guys use Root Explorer to copy and paste the boot animation! Cause that what I used But if you have any other alternatives that you think might be better or you are more comfortable with, please share it or use it at your own risk
you might wanna see what ive done see in my signiture at the buttom click > bootanimation< ull gonna like it 100% sure
Sent from my Transformer TF101 using Tapatalk 2
unfortunately doesn't work
hello2ew said:
Hi guys I extracted the CyanogenMod boot animation from the ROM itself, and my oh my it looks wonderful! I attached it below. To install, simply after downloading it and placing it in a comfortable location, copy it, go to system>media, and paste it there It should overwrite your current boot animation and replace it but if it does not, simply just paste the CM9 boot animation there and delete the old one I tested it only on my Samsung Galaxy S2. Works perfect. Enjoy! And remember this is made by the CM9 team not me, so give them the credit. I'm only sharing their awesome boot animation to the community and not stealing their work
Edit: OH YES I recommend that you guys use Root Explorer to copy and paste the boot animation! Cause that what I used But if you have any other alternatives that you think might be better or you are more comfortable with, please share it or use it at your own risk
Click to expand...
Click to collapse
Hi!
I changed the boot animation of my Galaxy S i9000 using the app "Boot Animations * root" from the Play Store.
I took a very cool one but its getting really nasty after a while and I want to rechange it to the default animation but don't know how . Already tried what you wrote: place the .zip in the media folder and I deinstalled the app because I didn't know where to find the boot animations. Then I restardet my phone but it still didn't change the boot animation.
sry for using the word 'boot animation' that often
Hope you can help me
********solved the problem**********
BashUdown96 said:
Hi!
I changed the boot animation of my Galaxy S i9000 using the app "Boot Animations * root" from the Play Store.
I took a very cool one but its getting really nasty after a while and I want to rechange it to the default animation but don't know how . Already tried what you wrote: place the .zip in the media folder and I deinstalled the app because I didn't know where to find the boot animations. Then I restardet my phone but it still didn't change the boot animation.
sry for using the word 'boot animation' that often
Hope you can help me
Click to expand...
Click to collapse
Try looking in /data/local
If there's a bootanimation.zip in there it'll override the one in /system/media (which is kinda useful for keeping animations across upgrades when no data wipe is involved.)
Sent from my GT-I9100 using xda premium

Boot animations

I am trying to change the boot animations with no luck thus far can anybody point me in the right direction, I am rooted and have Xposed framework , Wanam, and Rom toolkit all installed. Thanks in advance for the help
Skip Richmond said:
I am trying to change the boot animations with no luck thus far can anybody point me in the right direction, I am rooted and have Xposed framework , Wanam, and Rom toolkit all installed. Thanks in advance for the help
Click to expand...
Click to collapse
You need to use a Root Explorer type app. There are 2 files in system/media that need to be replaced with the 2 boot animation files you want to use. The 2 files are: bootsamsungloop.qmg and bootsamsung.qmg.
airmaxx23 said:
You need to use a Root Explorer type app. There are 2 files in system/media that need to be replaced with the 2 boot animation files you want to use. The 2 files are: bootsamsungloop.qmg and bootsamsung.qmg.
Click to expand...
Click to collapse
going to give it a try with a different file explorer tried it with ROM toolkit and didnt work and im new to rooting so it is definetly a user error just inexperenced
Still no luck
Skip Richmond said:
going to give it a try with a different file explorer tried it with ROM toolkit and didnt work and im new to rooting so it is definetly a user error just inexperenced
Click to expand...
Click to collapse
I still dont know what I am missing....
I assume you meant "ROM Toolbox" because I don't see "ROM Toolkit" in the market. ROM Toolbox has dozens of bootanimations to choose from. If you see one you like, you should be able to install it within ROM Toolbox. It has been a while since I used it to change bootanis, but I think it was a pretty simple and self-explanatory process. If you want to change bootanis manually, you have to go to
/system/media and swap these files:
bootsamsung.qmg
bootsamsungloop.qmg
bootsamsungmini.qmg
bootsamsungminiloop.qmg
And set permissions to rw-r--r--
Sent from my Rooted SM-N900V using Tapatalk
sublimaze said:
I assume you meant "ROM Toolbox" because I don't see "ROM Toolkit" in the market. ROM Toolbox has dozens of bootanimations to choose from. If you see one you like, you should be able to install it within ROM Toolbox. It has been a while since I used it to change bootanis, but I think it was a pretty simple and self-explanatory process. If you want to change bootanis manually, you have to go to
/system/media and swap these files:
bootsamsung.qmg
bootsamsungloop.qmg
bootsamsungmini.qmg
bootsamsungminiloop.qmg
And set permissions to rw-r--r--
Sent from my Rooted SM-N900V using Tapatalk
Click to expand...
Click to collapse
The boot animations in ROM Toolbox are in the bootanimation.zip format that need to go in either /system/media or /data/local folder. Unfortunately, with Samsung Touchwiz, the required format is the qmg format.
I'm not 100% sure how it is now, but it used to be that the kernel needed to support the bootanimation.zip format in order to be used (or a deeper system/framework support) Most AOSP based ROM/kernels have this support by default but TW doesn't allow this to work.
There's a thread in the theming section that has several of these files to use, but aren't of the greatest quality, IMO.
I used the international bootanimation files from this thread
[Stock] International Note 3 Bootanimation
Sent from my Rooted SM-N900V using Tapatalk

Boot Animation File

I have been looking for this file since I got my note 3 so I can change my boot animations myself but for the life of me I cannot find the install folder I've tried all the usual places and even some ridiculous places to no avail if anyone knows can you let me know please before I lose my mind looking for this!
Thanks in advance.
jaggythistle said:
I have been looking for this file since I got my note 3 so I can change my boot animations myself but for the life of me I cannot find the install folder I've tried all the usual places and even some ridiculous places to no avail if anyone knows can you let me know please before I lose my mind looking for this!
Thanks in advance.
Click to expand...
Click to collapse
Samsung Doesn't use a standard bootanimation file or zip, rather it has it in parts,look in the media folder for anything that ends with .qmg.
adilrenzu said:
Samsung Doesn't use a standard bootanimation file or zip, rather it has it in parts,look in the media folder for anything that ends with .qmg.
Click to expand...
Click to collapse
Yea I know how the boot animation files work on Samsung, I used to edit them all the time on the s3 but they've been moved on the note 3 to somewhere I can't find, I checked the usual places like the media folder and done a search but I can't locate the files. Thanks for trying though.
jaggythistle said:
Yea I know how the boot animation files work on Samsung, I used to edit them all the time on the s3 but they've been moved on the note 3 to somewhere I can't find, I checked the usual places like the media folder and done a search but I can't locate the files. Thanks for trying though.
Click to expand...
Click to collapse
i can still see them in the media folder
adilrenzu said:
i can still see them in the media folder
Click to expand...
Click to collapse
Yes as can I but not the boot animation the Samsung boot in the media folder once replaced has no effect and I have the omega boot animation running yet it's not in the media folder so where is it running from? This is what I mean I can't find the folder they run from I know some are in the media folder but when I replace them in the media folder it has no affect on the boot and the custom boot is not in the media folder it's doing my head in, I'll work it out on my own eventually, I was just hoping someone had the same issue and solved it.
jaggythistle said:
Yes as can I but not the boot animation the Samsung boot in the media folder once replaced has no effect and I have the omega boot animation running yet it's not in the media folder so where is it running from? This is what I mean I can't find the folder they run from I know some are in the media folder but when I replace them in the media folder it has no affect on the boot and the custom boot is not in the media folder it's doing my head in, I'll work it out on my own eventually, I was just hoping someone had the same issue and solved it.
Click to expand...
Click to collapse
I am on omega rom had omega boot animation, but flashed the restore stock boot animation from omega downloads, which seems to modify two file in the media folder
1.bootsamsung.qmg
2.bootsamsungloop.qmg
also i have done this manually also and has worked everytime for me,

Categories

Resources