Related
Ok so I'm a noob but I was trying to create my own boot screen and in the /system/media folder there is an audio folder and a bootanimation.zip I zipped my own images over the sprint layout and I have nothing but a black screen. Then I wasw looking at fresh 2.3.3 and its setup with a bootscreen folder in the media folder. Don't know if creating a bootscreen folder would work I'm just trying different things. So if you could explain to me how to create a folder in the system. I tried adb push bootfolder /system/media however that just push the contents. Thanks!
Mr.J.K said:
Ok so I'm a noob but I was trying to create my own boot screen and in the /system/media folder there is an audio folder and a bootanimation.zip I zipped my own images over the sprint layout and I have nothing but a black screen. Then I wasw looking at fresh 2.3.3 and its setup with a bootscreen folder in the media folder. Don't know if creating a bootscreen folder would work I'm just trying different things. So if you could explain to me how to create a folder in the system. I tried adb push bootfolder /system/media however that just push the contents. Thanks!
Click to expand...
Click to collapse
Use the way its done it fresh or in my rom. But to get it to work u have to delete the boot animation.zip file. Fresh uses specific names to the files others use generic ones.
ok so i read on XDA that you can get sound on your boot animations. i have put together a droid x boot animation and with your help i got it to "install". now, i was told to edit the "desc" text document to read:
"320 480 22"
p 1 0 android
p 1 0 part0
p 0 0 part1
so i did that. then they said to name the mp3 file "Anroid_Audio.mp3" so i did. then they said to put the file into the "bootanimation.zip" where the desc txt document and the part0 and part 1 files are. then they said to copy that and go into data, then local, then paste it. so i did. then they said to reboot the phone and it would work. so i rebooted the phone. and all that happened was a blank screen for a little while and then it went to the homescreen.
anyone have any idea on how to get this to work?
anyone? i really would like to have sound..
Lol. I would like but don't know how to make it work.
seems like no one knows
Use WinRAR to compress your bootanimation.zip, and set the compression to "Store."
saturnine_sweet said:
Use WinRAR to compress your bootanimation.zip, and set the compression to "Store."
Click to expand...
Click to collapse
tried that but then when i opened up Root Explorer on my phone i pasted it into data/local and it said it pasted but it still showed the old bootanimation. tried same with system/media. no luck :/
Hmm idk about installing it that way. Using an update.zip or pushing from ADB might be more effective.
You spelled "Android" wrong in the file name of the mp3. Maybe that's the problem.
I've never added sound to my boots, but I do have a custom boot picture and custom animation. It seems to me that the title in your txt file should refer to the mp3 by the exact file name.
Let me know if you get this working. I'd love to change mine.
Sent from my FroyoEris using XDA App
why don't you browse through the original rom seeking for bootanimation.zip ?
btw by my own experience changing the original bootanimation.zip through a recovery script (aka update.zip) simply doesn't work so if its your case just do it manually with root explorer.
Hope it helps
joshw0000 said:
You spelled "Android" wrong in the file name of the mp3. Maybe that's the problem.
I've never added sound to my boots, but I do have a custom boot picture and custom animation. It seems to me that the title in your txt file should refer to the mp3 by the exact file name.
Let me know if you get this working. I'd love to change mine.
Sent from my FroyoEris using XDA App
Click to expand...
Click to collapse
lol sorry about that. i spelled it right on the file, just a mispelling on the post
Mister-Tea said:
why don't you browse through the original rom seeking for bootanimation.zip ?
btw by my own experience changing the original bootanimation.zip through a recovery script (aka update.zip) simply doesn't work so if its your case just do it manually with root explorer.
Hope it helps
Click to expand...
Click to collapse
I've changed the boot anim a number of times using a zip through recovery. However in these instances I was not the one that compiled the zip so I'm unsure about the exact process.
I belive your boot anim has to be a anim GIF along with a XML file.
Sent from my FroyoEris using XDA App
Have you tried putting the android_audio.mp3 file into /system/customize/resource/ and not inside the .zip?
That works for me.
5noc said:
Have you tried putting the android_audio.mp3 file into /system/customize/resource/ and not inside the .zip?
That works for me.
Click to expand...
Click to collapse
no i havent tried that but thanks for the tip, ill try it a little later
edit: i didnt see a folder named customize..?
roblikeschocolatecake said:
no i havent tried that but thanks for the tip, ill try it a little later
edit: i didnt see a folder named customize..?
Click to expand...
Click to collapse
On my Android 2.2 (froyo) device, the path to the bootanimation and sound file is:
/system/media/bootanimation.zip
/system/media/android_audio.mp3
Both are at the same folder level. Also, each 'frame' of the animation is a separate .png file in two directories. One directory has the opening part of the animation, the second directory contains just the looping part.
dklockshine said:
On my Android 2.2 (froyo) device, the path to the bootanimation and sound file is:
/system/media/bootanimation.zip
/system/media/android_audio.mp3
Both are at the same folder level. Also, each 'frame' of the animation is a separate .png file in two directories. One directory has the opening part of the animation, the second directory contains just the looping part.
Click to expand...
Click to collapse
i have a cliq with a 2.1 rom on it. inside the bootanimation.zip is a part0 and part1 folder. part0 contains the png's for the opening part of the bootanimation and part1 has the png's for the looping part. now, do i add a line into the txt file saying "android_audio.mp3" ? and then put the android_audio.mp3 into /system/media/ ?
roblikeschocolatecake said:
i have a cliq with a 2.1 rom on it. inside the bootanimation.zip is a part0 and part1 folder. part0 contains the png's for the opening part of the bootanimation and part1 has the png's for the looping part. now, do i add a line into the txt file saying "android_audio.mp3" ? and then put the android_audio.mp3 into /system/media/ ?
Click to expand...
Click to collapse
In my bootanimation.zip, my 'part0' folder is named 'android' (the opening part of the animation). There is no entry in the 'desc.txt' file for the audio file, it just sits in the media folder along side the .zip file, not inside it.
I just had an idea that the name of the audio file needs to match the name of the folder that has the first part of the animation. For example, my folder is named android and the audio file is 'android_audio.mp3'. If you're still having problems getting the audio to play, try naming the audio file 'part0_audio.mp3' and see if that works for you.
dklockshine said:
In my bootanimation.zip, my 'part0' folder is named 'android' (the opening part of the animation). There is no entry in the 'desc.txt' file for the audio file, it just sits in the media folder along side the .zip file, not inside it.
I just had an idea that the name of the audio file needs to match the name of the folder that has the first part of the animation. For example, my folder is named android and the audio file is 'android_audio.mp3'. If you're still having problems getting the audio to play, try naming the audio file 'part0_audio.mp3' and see if that works for you.
Click to expand...
Click to collapse
im not even gonna bother messing with it now. i mean the hd2 is a windows mobile phone yet it can run an android 2.2 rom. im jealous of my dad... and im sitting here with a cliq that still has android 1.5 and yet again moto has delayed the update. im ready to give up on the cliq. its got nothing out there. i mean, ive got it rooted and have a 2.1 rom on it but i just cant handle not having any development for it. but the thing is i just got my cliq from tmobile around april so im not sure if i qualify for an upgrade yet. should i maybe complain to tmoblile about moto being horrible with there updates and im not satisfied with the phone to try and get them to give me a new phone for free?
Im fairly certain you leave the sound file OUT of the bootanimation.zip. Just place it in there, and make sure the desc has the part0 sound thingy...
Didn't the older Android versions have sound in the boot animations?....Just for a brief moment. You could probably download a 1.5 rom, extract the boot animation from it, change the mp3 (and maybe something in the text file) and put it in data/local or system/media (or both) of your current rom.
Sent from my Droid Eris using XDA App
For those wanting to change the boot animation on your Thunderbolt, here is a quick tutorial. Remember that you do this at your own risk- I take no responsibility. It is fairly simple though.
1. Download your preferred bootanimation and place on the root of your sd card.
2. Rename to "bootanimation.zip" (without the quotes of course)
3. use root explorer and navigate to the /system/media folder OR /system/customize/resource folder for VirusROM (I think)
4. rename the "bootanimation.zip" to "bootanimation.zip.old" and "Finalthunder.mp3" to "Finalthunder.mp3.old"
5. Next navigate to your sdcard, and find the bootanimation.zip file that you downloaded and renamed.
6. long press and choose copy
7. now navigate to the /system/media folder on your phone and toggle to mount R/W
8. Then just paste the bootanimation and done!
9. Reboot to check out your new boot animation
I will be trying to reach out to several devs who have made boot animations and see if they will let me post a link to them here so we can have a centralized place to get anims from. Will update as soon as I start hearing back from those devs.
How do you change the boot sound?
I was able to change this right after root by using the same methods as I used on my DINC. But I want to replace the boot sound as well. I have tried renaiming to thunderfinal.mp3, android_audio.mp3, and (VZW_) something .mp3 to no avail. Any suggestions or success?
madroix said:
I was able to change this right after root by using the same methods as I used on my DINC. But I want to replace the boot sound as well. I have tried renaiming to thunderfinal.mp3, android_audio.mp3, and (VZW_) something .mp3 to no avail. Any suggestions or success?
Click to expand...
Click to collapse
rename it to:
thunderfinal.mp3.old
and it "should" work. at least it worked for me. if you change the bootanimation, just add ".old" after .zip
FYI - I don't think that is the correct location - at least it's not on my Thunderbolt. Check here: /system/customize/resource and find the VZW_bootanimation.zip.
I replaced that with one of my choice and it's working fine. The sound is there as well: FinalThunder.mp3.
elemerica said:
FYI - I don't think that is the correct location - at least it's not on my Thunderbolt. Check here: /system/customize/resource and find the VZW_bootanimation.zip.
I replaced that with one of my choice and it's working fine. The sound is there as well: FinalThunder.mp3.
Click to expand...
Click to collapse
It depends what rom you are using. The debloated rom has those files placed in media. I am running the debloated rom now.
Where can I download other boot animations?
In xda there are a ton of boot animations. Just use the search. I put "boot animation" in the search tab and got a ton of results.
sent from your mom's house via XDA Premium app
runhopskipjump said:
It depends what rom you are using. The debloated rom has those files placed in media. I am running the debloated rom now.
Click to expand...
Click to collapse
If you are running Debloat then its in the /system/media folder.
sent from your mom's house via XDA Premium app
The stock rom is:
/system/customize/resource/bootanimation.zip
Same as EVO not DINC, DINC called it VZW_bootanimation.zip
I've been working on a few of my own boot animations. The problem I found is that when I dropped in my own boot animation and left the finalthunder.mp3 right where it was. It no longer played the thunder sound?? I assumed that changing the name of finalthunder would make it go away otherwise it would play no matter what.
So why did it stop playing when I didn't touch it?
**EDIT
Duplicate post. Sorry!
Maybe the sound is tied to the original boot animation through a script or other file...not really sure. I am going to play around with it this week and see if I can get the sound working as I have a couple ideas myself. If I find something that works I will be sure to post back and let you know.
Sent from my ADR6400L using XDA Premium App
changing Stock animation
I'd like to know as well. I can't see anywhere in the VZW_bootanimation.zip where that file is even referenced...
Of course, I'm not exactly a scholar in this area. I just want to use a custom sound with my custom boot ani.
Thanks!
B
*UPDATE*
I extracted all the stock folders from the zip, I changed 1 PNG (the quietly brilliant splash in the 'android' folder), rezipped it and put it back on the bolt. When I rebooted the screen was blank BUT the finalthunder.mp3 STILL played... and there was no animation.
I kept the PNG file name that I changed the same as the original... not sure why it stopped working tho. {Note - I rename the zip (attached) after I have it on my SD card. then move it to the system/customize/resource.}
hey guys, having some problems making mine
i was able to make everything but i get no image. I made 120 jpg files for the VZW folder and placed them in their.
I then customized the HTC screenie for the android folder, and finally in the progress folder i placed a .gif (which i didn't think was a problem).
I also placed the desc.txt file as well, zipped it up and placed in in /system/media. No dice...
Anyone else having an issue or has had this issue and knows what i need to do??
edited because
Anybody got any cool boot animations running on their Tbolts yet?
Awesome this worked great. Thinks for the instructions.
okay, i need some assistance, I'm trying to make a fairly simple boot animation, but NONE of the animations ive used have worked I am obviously not doing something right, but not sure what
I can't get this to work either... I'm running DaBamf ROM and put these files in the system/media folder to replace what was there and all I get is a black screen and no sound at all... I haven't messed with the stock location of these files yet, so we'll see...
Ok this is a weird solution but it has worked for me.
1. down load the link below and flash it. When it boots up you will get the famous rick roll bootanimation that jcase put up on April 1st.
2. Go to /system/media/ and replace the bootanimation.zip with whatever bootanimation.zip you want.
3. If you want to add custom boot sound you have to name it android_audio.mp3 to replace what is there. If you don't want any sound delete the existing android_audio.mp3 or you will get Rick Astley every time you boot.
That has allowed me to change bootanimation and get custom sound each time I have replaced the ROM. If that works for you thank me and enjoy.
I have Cognition 4.5.3 loaded on my phone. I tried placing bootanimation.zip in system/media via root explorer. Rebooted phone multiple times but still only get the Cognition boot animation.
Am I missing a step with Cog 4.5.3 ? or is it even possible?
I figured out the issue and it was my mistake. I renamed the flashable .zip file to bootanimation.zip and placed it in system/media. I looked through that zip file and found bootanimation.zip in one of the sub folders. I took that and placed it in system/media now I have the customer boot animation.
i see how to get music when flashing a bootanimation zip with qmg and binary files, but if i want to just manually add a bootanimation.zip file (part0, part1, etc. + desc.txt) to the system/media folder, how do i get music to play on boot? any help would be appreciated!
aeneas1 said:
i see how to get music when flashing a bootanimation zip with qmg and binary files, but if i want to just manually add a bootanimation.zip file (part0, part1, etc. + desc.txt) to the system/media folder, how do i get music to play on boot? any help would be appreciated!
Click to expand...
Click to collapse
The way that you are asking this question is very confusing as first of all bootanimation.zip files are different than qmg files as there are no "part0", "part1", these qmg files are proprietary to Samsung devices only, see what I mean from my collection. Not to make matters more confusing than they really need to be. To get a music file to play aside a bootanimation, this file is often converted to an .ogg file often runs under the file name PowerOn.ogg depending on the device, the system/media/audio/ui name bootanimation sound, there can also be a shutdown sound either named PowerOff.ogg or Shutdown.ogg again this varies depending on the device. Often the most challenging part working with sound files is timing getting the Sound file to start and finish the same time as the bootanimation, and to get the two files to work consistently together time and time again. GL.
from what i understand you can alter your boot animation by either changing the omg files or by adding a bootanimation.zip file (part0, desc.txt, etc.) - and this can be done by manually adding the omg files or zip to a specific folder(s) or by flashing a zip (that contains the omg files or the bootanimation.zip along with with binary files) via recovery. my question is if i choose to go the manual bootanimation.zip route (part0, desc.txt, etc.), i.e. adding the bootanimation.zip it to the system/media folder, how do i get audio to work at boot? and how do i get a shutdown animation to work? it's pretty easy to get audio, boot animation and shutdown animation to work using omg files, but how do you accomplish this using the manual bootanimation.zip method?