Flashing a custom boot animation + sound - HTC One S

I looked up how to do this and it's supposed to be fairly simple: copy over your bootanimation.zip on your phone and using a root explorer put it into system>media. The folder is there on my phone, but there is no previously existing bootanimation.zip. I put the file in there anyways thinking it might work, but of course it didn't.
I'm running ViperOneS 2.2.0, so I went in the venom tweaks, but if I try checking 'Custom boot animation' it just crashes ("unfortunately venom tweaks has stopped").
I also found this - http://forum.xda-developers.com/showthread.php?t=1637870&highlight=bootanimation+zip post and I tried using the described method but it didn't work.
Also, the way to change the power-on sound is supposedly also just as simple (system>sounds>poweron>PowerOn.mp3), but my system directory doesn't have a 'sounds' folder either.
**I went into system>customize>resource and replaced hTC_bootup_one.zip, bootanimation.zip, and _bootanimation.zip with my animation (one at a time, rebooting between each change) and still no luck - the boot screen just became the word ANDROID with an animated shine on it.
How in the world do I change the boot animation and boot sound for the HTC One S? Please help!

DanielJwasHere said:
I looked up how to do this and it's supposed to be fairly simple: copy over your bootanimation.zip on your phone and using a root explorer put it into system>media. The folder is there on my phone, but there is no previously existing bootanimation.zip. I put the file in there anyways thinking it might work, but of course it didn't.
I'm running ViperOneS 2.2.0, so I went in the venom tweaks, but if I try checking 'Custom boot animation' it just crashes ("unfortunately venom tweaks has stopped").
I also found this - http://forum.xda-developers.com/showthread.php?t=1637870&highlight=bootanimation+zip post and I tried using the described method but it didn't work.
Also, the way to change the power-on sound is supposedly also just as simple (system>sounds>poweron>PowerOn.mp3), but my system directory doesn't have a 'sounds' folder either.
**I went into system>customize>resource and replaced hTC_bootup_one.zip, bootanimation.zip, and _bootanimation.zip with my animation (one at a time, rebooting between each change) and still no luck - the boot screen just became the word ANDROID with an animated shine on it.
How in the world do I change the boot animation and boot sound for the HTC One S? Please help!
Click to expand...
Click to collapse
It could be in the custom folder. Just gotta look for it.

Go to bootanimation path on your Rom, and look if you applied permissions bootanimation is.
Perhaps not have applied and is not recognized, so it skips default Android bootanimation.
It is also possible that, animation isn´t correct or doesn´t have the speed in frames needed for this.
But this would make the black screen, and isn´t this case.
You can change this animation on desc.text in to your own bootanimation.
And sound is also in that route. sytem/customize/resources/android_audio.mp3
Replace it you want with the same format and name, and sound be posible at beginning of animation.
At least, in Sense 4 + has always been so ..
Do not forget to give permissions to this file also.
Hope you helped.

Or you could of course go to /system/customize/resource/ and change the name of bootanimation.zip to hTC_bootup_one.zip as thats the boot animation file. Also there is a down animation called hTC_downanimation.zip which can also be changed (when phone switches off). May i suggest instead of the long winded question you could have saved your keyboard some wear and tear by simply asking Google, and not being an arse its just Google should be everyones first step before creating new threads in wrong sections.

Sent from my HTC One S using xda app-developers app
---------- Post added at 10:29 PM ---------- Previous post was at 10:23 PM ----------
I can not change the initial boot ... who can help me?
Sent from my HTC One S using xda app-developers app

Inokines said:
Sent from my HTC One S using xda app-developers app
---------- Post added at 10:29 PM ---------- Previous post was at 10:23 PM ----------
I can not change the initial boot ... who can help me?
Sent from my HTC One S using xda app-developers app
Click to expand...
Click to collapse
Have to be s-off to do that and it's called boot splash
Sent from my HTC One S using Xparent Red Tapatalk 2

For boot sound you will take a mp3 file, rename it in HTC_Sense5_Boot.mp3 and put it in /system/ customize/ resource folder
This method work unfortunately on MaximusHD only....I tried with MagioRom 1.0.4 but don't work

kalel77 said:
For boot sound you will take a mp3 file, rename it in HTC_Sense5_Boot.mp3 and put it in /system/ customize/ resource folder
This method work unfortunately on MaximusHD only....I tried with MagioRom 1.0.4 but don't work
Click to expand...
Click to collapse
This is true, but I found the way it sounds and does not have to be in MaximusHD.
Go to system / customize / CID / default.xml
Open this and reference the line where this makes ...
Code:
<BootAnimation animation="/system/customize/resource/hTC_bootup_one.zip" audio="/system/customize/resource/HTC_Sense5_Boot.mp3" />
Changing these, for this one.
Code:
<BootAnimation animation="/system/customize/resource/hTC_bootup_one.zip" audio="/system/customize/resource/android_audio.mp3" />
And save that.
Now we take audio file (bootsound) and rename it to android_audio.mp3 and copy in system/customize/resources/android_audio.mp3, applying the appropriate permissions.
Reboot into recovery and wipe cache and dalvick.
When starting again system will be playing the file selected by us.
I tried it on a 4.2.2 Rom that is neither sense5 MaximusHD or MagioRom. But this based on Stock Rom Sense5 too...and its running for me.
Interestingly also carries ElementalX kernel.
Greetings.:good:

Ok, I make a flashable zip for sound boot
Inviato dal mio HTC One S utilizzando Tapatalk

Good to know this.
You may also do it in downanimation, including the audio path to same file (default.xml). The form would be exactly the same. Never tried this, but it may also sound when turned off or rebooting.
Thank´s

Wel1973 said:
Good to know this.
You may also do it in downanimation, including the audio path to same file (default.xml). The form would be exactly the same. Never tried this, but it may also sound when turned off or rebooting.
Thank´s
Click to expand...
Click to collapse
It's the boot sound, for MagioRom and MaximusHD
For more mods install MagioRom
BootSound Original One S
Flash and Sound

OooH, Thanks.:good:
But... I do not need flash to either make my own Mods.
Anyway, thanks for the offer.

Wel1973 said:
This is true, but I found the way it sounds and does not have to be in MaximusHD.
Go to system / customize / CID / default.xml
Open this and reference the line where this makes ...
Code:
<BootAnimation animation="/system/customize/resource/hTC_bootup_one.zip" audio="/system/customize/resource/HTC_Sense5_Boot.mp3" />
Changing these, for this one.
Code:
<BootAnimation animation="/system/customize/resource/hTC_bootup_one.zip" audio="/system/customize/resource/android_audio.mp3" />
And save that.
Now we take audio file (bootsound) and rename it to android_audio.mp3 and copy in system/customize/resources/android_audio.mp3, applying the appropriate permissions.
Reboot into recovery and wipe cache and dalvick.
When starting again system will be playing the file selected by us.
I tried it on a 4.2.2 Rom that is neither sense5 MaximusHD or MagioRom. But this based on Stock Rom Sense5 too...and its running for me.
Interestingly also carries ElementalX kernel.
Greetings.:good:
Click to expand...
Click to collapse
Thanked
I edited the default.xml on my Desire V (old, but good) and now i have boot sound. In fact, you can name the animations and sound file as you like, as long you edit the .xml accordingly.
Btw., i still don't have down animation on this phone, nor a down image. I'll work on it.

Related

[Q] Boot animations i9000

Hey guys, I have been told to post this here as I have not made enough posts..
I tried to change my boot animation, by placing the bootanimation.zip file in both /system/media and /data/local and all still plays the Samsung boot logo although with no sound.. So searched through the forums here and everyone tells you that you need a custom rom to get it to work if your phone has the /system/media/bootsamsung.qmg file...
I then cooked a package from romkitchen and installed that but have the same issue, even though I can see the bootanimation.zip file in /system/media/ I can also still see the bootsamsung.qmg as well.
I have only just got this phone about a week ago, so have searched thoroughly, in case I was missing something but i don't think I am..
Can someone help me with what’s going on?
No one able to help me with this one?
Hm you should easily be able to change bootanimation with the rom kitchen.
Remember that you can not change the white text at the beginning of the boot.
I think the files stay there, they dont get removed, just another one gets used if its present, if not the stock animation will be used.
Dark3n said:
Hm you should easily be able to change bootanimation with the rom kitchen.
Remember that you can not change the white text at the beginning of the boot.
I think the files stay there, they dont get removed, just another one gets used if its present, if not the stock animation will be used.
Click to expand...
Click to collapse
Thanks for the reply,
I'm not sure if this helps, I have cooked a new one today and applied and it said to keep this log incase I have issues.
http://romkitchen.org/logs/G0ceUf3inJ.txt
I can see the file is in the folder, it just does not seem to take affect.
I am assuming that people have got these working on i9000's before and it's just me..
I still have not managed to get this working, starting to think that I am tripping..
All it seems to do is kill the samsung boot sound.
Anyone else got any ideas?
TheAwkward said:
I still have not managed to get this working, starting to think that I am tripping..
All it seems to do is kill the samsung boot sound.
Anyone else got any ideas?
Click to expand...
Click to collapse
Do you use a stock rom?
This probably doesn't work because your android is not looking for the bootanimation.zip.
Custom ROMs have a modded start up script which tells the system to look for the .zip file.
I am using a rom from rom kitchen..
I have changed it again since I made post above but still a custom rom..
TheAwkward said:
I am using a rom from rom kitchen..
I have changed it again since I made post above but still a custom rom..
Click to expand...
Click to collapse
Did you try downloading a new wipe rom with a different bootanimation build in from start?
Yes, wipe rom, Hardcore's Kernel, boot animation, and everything else is prittly much the default setting in rom kitchen
Dark3n said:
Did you try downloading a new wipe rom with a different bootanimation build in from start?
Click to expand...
Click to collapse
I think maybe that this is the one that I tried last if it helps
http://pastebin.com/NN5LARDq
Did you delete the boot animation file out of system/media,&put the new animation zip AND rename it to the same name as the one you deleted?
Sent from my EVO 4G using XDA Premium App
I have tried selecting the bootanimation from RK, and also downloading one from elsewhere and replacing the one that is there.
Both have the same effect..
Weird,I had trouble switching mine too. The only way I've been able to do it is using the app called File Explorer. It's like 10 dollars on the market, but I found it for free. I put the new zip on my card, then file explorer/system/media, delete the boot animation zip,paste the new zip & rename it to the name of the zip that was there. It's worked every time. Flashing a new splash screen is a little different....
Sent from my PC36100 using XDA Premium App
I will try this again now and see how i go..
Just to clarify the splash screen is the white text right?
I am not trying to change that just the colored samsung animation.
The splash screen is the first screen you see when you turn your phone on. It doesn't move, & most often just says the name of the phone. Then the boot animation comes on, it moves & plays some kind of music. Do you have file explorer? If not, don't buy it,I can help you get it for free.
Sent from my PC36100 using XDA Premium App
I have Root Explorer that I use to access that location.
I have tried another bootanimation from this spot -http://forum.xda-developers.com/showthread.php?t=905538
I tried both of the sizes for the AndroidParticles2 and set the permissions to rw-r-r
(Renaming to bootanimations.zip and placing in system\media)
but still the samething happens.
Yeah, my bad,I meant Root Explorer. But it had to be bootanimation.zip take the s off
Sent from my PC36100 using XDA Premium App
Sorry typo, I don't have the s on my i9000.
Well that's how I change mine. I did download a particle ring android (blue) and couldn't get it to work right. Seems to me like you're doing everything right. There's one other option I know of. Download a free program called android flasher.
http://forum.xda-developers.com/showthread.php?t=794638
You should be able to flash boot animations & splash screens with no problem. It is a .rar, so if you don't have the program you'll need to download winrar or something similar to extract & install the files. Google it, the program is free.
Sent from my PC36100 using XDA Premium App
It appears to just be for the Desire..
Thanks for your help today, at least I know now that I wasn't just doing something stupid.

[BOOT ANIMATION] V2.0 - Retrograde Sensation (Hero is back...)

Like some people, I missed the little 'droid boot animation from my HTC Hero.
So I've made one for my Sensation...
As you can see from the YouTube clip above, it's a re-work of the original Hero boot
It's available to download from here : https://sites.google.com/site/techbobbins/home/articles/retrograde-sensation
It also incorporates the black HTC "quietly brilliant" graphic already available on XDA (http://forum.xda-developers.com/showthread.php?t=1193798&highlight=black+htc) - so credit where that is due (mexxxico)
Just put the .zip & .mp3 into /data/local (or just the .zip if you don't want the noise!)
NOTE: This animation was created for use (initially) with ARHD 1.1.8 - if your bootanimation.zip goes elsewhere, put it (and the mp3) in the relevant location.
splash.img is obviously just the splash image, and instructions for getting that up are here...
UPDATE: I have now (30/08/2011) released V2.0, in which I have :
updated the main animation to be reflected (although I have not yet made the 'droid character reflect!)
reduced the .zip by 176K (size matters!)
amended the timings slightly to (IMO) better match the sound
removed the 'non-reflected' splash image - only the reflected one is available now
NB: Someone noted the reflected text is hard to see - it's as close as I could get it to the Hero one, and thus is very faded - if you tilt the top of your phone toward your eyes and "look down" on the phone, you'll definitely see it
Hope you like it
pushed the bootanimation only, it works great and looks great! thanks so much!
Welcome
When I get some more time, I'll add the faded mirror text under Sensation (like it was on the Hero originally) - but for a first stab, I'm happy
Ow, so lovely Thanks you made this, mate! That was the only thing I missed about my Hero!
Great work! Best boot animation for sensation so far!
Sent from my HTC Sensation 4G using XDA Premium App
Great work! Thanks
this works on 2.3.4?
I can't get different boot animations to work. I place them in the /data/local folder, but nothing changes when I restart my phone. Also tried placing them in the /system/customize/resource folder... But nothing. Anyone know what gives?
Sent from my HTC Sensation 4G using XDA Premium App
kurtis.austin2 said:
I can't get different boot animations to work. I place them in the /data/local folder, but nothing changes when I restart my phone. Also tried placing them in the /system/customize/resource folder... But nothing. Anyone know what gives?
Sent from my HTC Sensation 4G using XDA Premium App
Click to expand...
Click to collapse
Did you change the permissions? ("owner" read&write ticked, "group" only read ticked and "others" only read ticked)
BladeKnight said:
this works on 2.3.4?
Click to expand...
Click to collapse
It should, but as I'm running ARHD, I've not (yet) gone to 2.1.0 to try it.
Axefield said:
Did you change the permissions? ("owner" read&write ticked, "group" only read ticked and "others" only read ticked)
Click to expand...
Click to collapse
If you are rooted (which you presumably are), get an adb shell up and run
Code:
find / -name *animation.zip
It will return any file ending animation.zip (such as bootanimation.zip) with the full path. If you have a TMOUS for example, I believe they put their file in the resource dir, whereas ARHD lives in /data/local
Find your existing one, and put your chosen ones in that location with the same name - just backup the old one first
hey guys does i need to root my phone to change the boot animacion please tell me cous i want to get rid off the stupid vodafone logo
ice_lander said:
hey guys does i need to root my phone to change the boot animacion please tell me cous i want to get rid off the stupid vodafone logo
Click to expand...
Click to collapse
Yes you do - start here. Post all support related questions in the Q&A forum or in that linked thread.
mp3 file
hi,ive got the bootanimation to work but im finding it very very hard to get the sound working also,ive tried putting it in data/local didin't work...ive now got bootanimation in system/customize/resource and works PERFECTLY,i've tried puttin the mp3 file in system/media/ringtones........NO JOY........i've set permission to RW-R-R. Please could u tell me what i've done wrong........THANKS
It seems some custom roms vary.
Mine (ARHD) is quite happy in /data/local - called android_audio.mp3
Try calling it android.mp3, and putting in the resource directory.
Also, you don't need to reboot to try it, you can simply run adb shell, and run "bootanimation" from the # prompt
This thread (here) shows the anim being renamed as well, so it's a bit rom dependant!
Happy hunting though!
ptruman said:
UPDATE: There is now a second splash image (splash_reflection.img) which has the Hero-style reflected text. I've yet to update this to the rest of the animation but it'll be coming...
Hope you like it
Click to expand...
Click to collapse
Very good boot. Any plan to update?
If you do, any chance you can modify the splash/boot so that when transition is smoother?
Also, the Quitly Brilliant "Sound" is a little late compared to the animation.
Does the build.prop determine default file name and location for resources like splashes and boot animations?
omar302 said:
Very good boot. Any plan to update?
If you do, any chance you can modify the splash/boot so that when transition is smoother?
Also, the Quitly Brilliant "Sound" is a little late compared to the animation.
Click to expand...
Click to collapse
Can't modify the splash/boot transition timing...
The splash.img is a ROM item (BMP converted directly from one of the JPGs in the anim), and the 1st graphic frame of the animation is the same dimensions/image (barring reflection) - it's how the phone O/S cuts over....
I should be able to work on the sound/sync - it's the exact audio file from the Hero, which I don't want to play with - so I may be able to shorten (or speed up ) the Sensation fade out so the audio is in quicker.
re: updating in general - I do plan to, but am a bit busy atm!
halftonehero said:
Does the build.prop determine default file name and location for resources like splashes and boot animations?
Click to expand...
Click to collapse
Nope! I don't know where it's defined, other than in the OS.
Thank you much!
Sent from my HTC Sensation 4G using XDA Premium App

[Q] How can I replace Trinity bootscreen?

Wondering if anyone can help...I love the Trinity kernel but I really don't like the splash screen and boot image it installs, and when I try to go into themes and select another boot sequence it doesnt override the Trinity one. Any ideas or help??
I am running MIUI with Trinity
Just a question but do you mean you download the boot animation and flash it through clockwork.
Sent from my Nexus S 4G using xda premium
abenitez64 said:
Wondering if anyone can help...I love the Trinity kernel but I really don't like the splash screen and boot image it installs, and when I try to go into themes and select another boot sequence it doesnt override the Trinity one. Any ideas or help??
I am running MIUI with Trinity
Click to expand...
Click to collapse
Download the bootanimation you want and drag the bootanimation.zip into /system/media. The splash screen i dont know how to change but i would also like to know...
using application such as Root Explorer
find or make an animation file (format ZIP) I can provide one
http://www.megaupload.com/?d=7B5J2XBE
copy or paste it to /system/media , replace the old one , and set permission , i don't remember exactly what permission , but i am using 777
this is my current boot amination from cartoon "Neon Genesis Evangelion", of course you can find other ones you like, this is just for you to know it and comprehend it
remember , most important is SET PERMISSION
if you DO NOT set permission , you will be experience unstoppable reboot loop , you just keep rebooting ...only way to recover is using recovery to restore your backup or flash new ROM, maybe you can fix it via ADB in bootloader, but i don't know
any way , you better back your system up by recovery
---------- Post added at 02:49 AM ---------- Previous post was at 02:46 AM ----------
asdfghjkl said:
Download the bootanimation you want and drag the bootanimation.zip into /system/media. The splash screen i dont know how to change but i would also like to know...
Click to expand...
Click to collapse
be careful with MIUI , specially when you apply theme , if theme contains boot sound or boot animation , it may replace and overrun the default
there's also an app call ROM toolbox ( i have the paid app ) and there's many different options, one being the ability to change the boot animation ( with around 150 options ). i would definitely check it out.
sounds nice , but it will makes you feel more sense of fulfillment if you get it done by you own, don't you think
You can't lose the Trinity splash screen unless you compile the kernel yourself without it.
Sent from my Nexus S using XDA App

boot animation change. which method???

getting confused about which method to use.
in the OP of Viper OneS ROM, it says to use the Aroma tool, but there's a boot animation change option within the Venom Tweak app.
and this thread talks about different methods entirely, and mentions CWM flasher, but doesn't mention TWRP.
wat 2 do, wat 2 do.....
ippon said:
getting confused about which method to use.
in the OP of Viper OneS ROM, it says to use the Aroma tool, but there's a boot animation change option within the Venom Tweak app.
and this thread talks about different methods entirely, and mentions CWM flasher, but doesn't mention TWRP.
wat 2 do, wat 2 do.....
Click to expand...
Click to collapse
Yeah I know, I seen that thread and would love to use them but not very good direction by devs or posters (sorry) cuz not all are experts on everything lol but hope for better instructions?
Anyone?
Sent from my HTC One S using xda premium
Bueller? Bueller?
you can check it here http://forum.xda-developers.com/showthread.php?t=1777223 or http://forum.xda-developers.com/showthread.php?p=32221371&postcount=115#115
Then use TWRP to flash the zip
perfect. i am on hboot 1.13......... argh
ippon said:
perfect. i am on hboot 1.13......... argh
Click to expand...
Click to collapse
You can change your boot animation on any hboot, bc its located in the system partition. You just need root. You only need a lower hboot to change the bootsplash (ie the non animated logo before the animation).
The boot animation files depend on the ROM you are using.I think for viper its /system/customize/resources/bootanimation.zip
Just replace that file with the .zip of the bootanimation of your choice (also make sure to fix the file permissions to what they were in the original file).
RomToolbox on the PlayStore has a good BootAnimation feature (as well as many other features, a download I would recomend for any root user) and can often find the Boot animation file for you and has a lot of additional bootanimations too. Its a good tool to switch boot animations automatically (and can back up your current boot animation too)
sound bootanimation
AKToronto said:
You can change your boot animation on any hboot, bc its located in the system partition. You just need root. You only need a lower hboot to change the bootsplash (ie the non animated logo before the animation).
The boot animation files depend on the ROM you are using.I think for viper its /system/customize/resources/bootanimation.zip
Just replace that file with the .zip of the bootanimation of your choice (also make sure to fix the file permissions to what they were in the original file).
RomToolbox on the PlayStore has a good BootAnimation feature (as well as many other features, a download I would recomend for any root user) and can often find the Boot animation file for you and has a lot of additional bootanimations too. Its a good tool to switch boot animations automatically (and can back up your current boot animation too)
Click to expand...
Click to collapse
hello I would appreciate as it may sound to bootanimation and put it is system directory?
and the downanimation?
put the bootanimation know I lack the sound
thanks
urisarjomar said:
hello I would appreciate as it may sound to bootanimation and put it is system directory?
and the downanimation?
put the bootanimation know I lack the sound
thanks
Click to expand...
Click to collapse
You're on a One S device I'm assuming right cuzI've played with 4 of them with absolutely no issues?? Do NOT edit them just put them on ur sd than move them to 'System/Media' but (DO) save the original one in that area so u have it to go back to and write down the original ones 'Permissions' so u can check the proper ones off on the one u replace it with.
Sent from my HTC One S using xda premium
Should be checked off like this and best to use 'Root Explorer'
Sent from my HTC One S using xda premium

[Q] can't get new boot animation to work using rom toolbox

Hello, I would like to install a new boot animation.
I rooted my S3, installed Rom toolbox pro and went through the different boot animations. I previewed several of them. Installed the one I liked (actually changed the size to the max size as well, hopefully this isn't the cause of the issue I'm having). and even viewed the current animation (which it actually showed the one I choose).
I then rebooted as I couldn't find any other options for confirming that I selected a new animation. However my phones original animation continues to show.
With this I did a little digging and on a youtube video someone eluded to having to move the animation to another file, but gave no direction on how to perform this task.
I can't seem to get the animation to actually install or become my boot animation. What am I doing wrong? Please help
Edit: I've looked through similar threads on this forum and while at least 1 of them had the same issue, I couldn't find a solution that fixes this issue. (unless I just completely missed it of course and in that case please just point me in the right direction)
Thank you for taking the time to look and any help you can provide
Ok, I'm really pulling my hair out here. All of the videos and instructions I have found have looked really simple (just click this button "install" and it works) whereas when I follow their "insturctions" nothing happens.
I know this is a simple process here but I am missing something.
Sithlyone said:
Ok, I'm really pulling my hair out here. All of the videos and instructions I have found have looked really simple (just click this button "install" and it works) whereas when I follow their "insturctions" nothing happens.
I know this is a simple process here but I am missing something.
Click to expand...
Click to collapse
in system/media there should be a file named bootanimation.zip overwrite it. fix permissions to match the folder/old one :good:
so the easiest way to get them from romtoolbox would be to download and move like i said. not the safest to let it install on its own.
also, half of the boot animations on there are not even in the correct dimensions. there are plenty of places on XDA and other sites where you can find WAY more , and probably in the correct size. hope this helps.
another thing : in the themes and apps section, there are even flashable boot animations. saves some of the hassle.
Lorenzo VonMatterhorn said:
in system/media there should be a file named bootanimation.zip overwrite it. fix permissions to match the folder/old one :good:
so the easiest way to get them from romtoolbox would be to download and move like i said. not the safest to let it install on its own.
also, half of the boot animations on there are not even in the correct dimensions. there are plenty of places on XDA and other sites where you can find WAY more , and probably in the correct size. hope this helps.
another thing : in the themes and apps section, there are even flashable boot animations. saves some of the hassle.
Click to expand...
Click to collapse
Thank you so much for the reply, however (as I am newer) I am stuck.
I went into system > Media and found no such file as bootanimation.zip.
I have seen this solution before, so I know others have had success with it. However it isn't there.
I have root access and I'm access this file system through rom toolbox, root browser.
There are no .zip files in that folder at all. The closest I came to is bootsamsung.qmg and bootsamsungloop.qmg
Now, I did check out the theme and app section but couldn't find this same issue there.
Thank you for your assistance.
Update:
I downloaded Root Explorer and found the file you were referring to. Another thread suggested to rename the file bootanimation_bak.zip. I thought that route was a little less evasive as it didn't really get rid of the old boot animation. However, when I did that and copied the new animation in it still registered the original animation.
So, with that said, should I follow your first instructions as to overwrite the original file or is there something else here that I'm missing?
Sithlyone said:
Update:
I downloaded Root Explorer and found the file you were referring to. Another thread suggested to rename the file bootanimation_bak.zip. I thought that route was a little less evasive as it didn't really get rid of the old boot animation. However, when I did that and copied the new animation in it still registered the original animation.
So, with that said, should I follow your first instructions as to overwrite the original file or is there something else here that I'm missing?
Click to expand...
Click to collapse
Try renaming the original bootanimation file to bootanimation.zip.bak then move the boot animation you want to system/media and name it bootanimation.zip. If that doesn't work it might be that the rom/kernel doesn't support custom boot animations.
dustin_b said:
Try renaming the original bootanimation file to bootanimation.zip.bak then move the boot animation you want to system/media and name it bootanimation.zip. If that doesn't work it might be that the rom/kernel doesn't support custom boot animations.
Click to expand...
Click to collapse
No dice.
I thought you were on to something here as I found the system/media folder and had to change the permission to r/w and placed the boot animation.zip into it. However my old persistent one keeps popping up.
Now maybe I'm totally skipping a whole step here that everyone is assuming I'm taking. Do I have to have a custom Rom installed? I haven't done that yet, as none of the videos I've watched had instructed to do so. I'm rooted, that's it at this point.
Sent from my SCH-I535 using xda app-developers app
Yes, the issue is the kernel not the rom. Your stock kernel is overwriting the boot animation. Considering you did do everything as the other user instructed you to do. You renamed the stock boot animation to .Bak and you renamed the one you want to play bootanimation.zip and placed it in the same folder?
Sent from the future via Tapatalk 4
It's should look like this look at the bootanimation zip file and the one right above it. View attachment 2181260
Sent from the future via Tapatalk 4
edfunkycold said:
It's should look like this look at the bootanimation zip file and the one right above it. View attachment 2181260
Sent from the future via Tapatalk 4
Click to expand...
Click to collapse
Ok here are a couple screen shots of what I'm working with. I have followed every instruction through this thread.
This first shot is of the System/media folder. I pasted my new bootanimation.zip file here. Originally there was not a Bootanimation file here at all.
View attachment 2181932
This second screenshot of the Data/local folder. This is where the orginal bootanimation.zip file was located. I was instructed to rename it as Bootanimation_bak.zip and paste my new Bootanimation.zip file here. Then was suggested that I change it from "_bak.zip" to ."zip.bak". Neither suggestion worked. Then it was suggested to move my new bootanimation.zip from the Data/local folder to the system/media folder. I did so and I changed the original name back to bootanimation_bak.zip. And this is where I currently am stuck at.
View attachment 2181933
Now, I haven't done anything with my bootloader. I'm wondering if that is my issue, if I need to unlock my bootloader. I didn't want to get to involved with things that I didn't understand to fast and felt that replacing my boot animation seemed simple enough. So, do I need to unlock my boot loader?
Thanks so much for all of the time and effort.
As another user mentioned the stock kernel you are using doesn't allow you to use a custom boot animation. You will have to unlock your boot loader in order to flash a custom kernel that allows you to change the boot animation.
dustin_b said:
As another user mentioned the stock kernel you are using doesn't allow you to use a custom boot animation. You will have to unlock your boot loader in order to flash a custom kernel that allows you to change the boot animation.
Click to expand...
Click to collapse
Ok, thanks. I just unlocked the boot loader. How do I know which kernel I should flash? Any suggestions?
Sent from my SCH-I535 using xda app-developers app
Just make sure the kernel you flash is for your carrier and either touch wiz or aosp. If you're stock rooted it will be touch wiz. Just look through the development forums and find what works best for you. Right now I'm on bonestock rom with stock kernel but I really like Zeus kernel as well.
Sent from my SCH-I535 using xda app-developers app

Categories

Resources