arhd bootanimation and sound instructions how to add them - HTC Amaze 4G

i just added boot sound and alot of the places i looked get all technical so really all you gotta do to get sound and animation is use like root exolorer or rom tool box after downloading someting like that heres what you do
1. save both bootanimation and boot sound(must be .wav) sd card
2.with file manager move files from sdcard to data/local paste them there
3. change permission to rw- r- r-
4. then reboot and it should play the audio with the video i just made my amaze have the iron man video clip it is in landscape.
hope that was a little easier explaination if yes awsome happy to help

I thought that editing the default.xml file would be difficult, but it's very easy if you have installed es file explorer. Go to file explorer, menu, then give it permission to write/read, go to phone /system /customize /cid, press on default.xml and open it, scroll down until you see where it says "android_audio.wav", you only have to change the.wav to .mp3 and press menu then save. Exit the default.xml file and just go about normal placing the boot animation and android_audio.mp3 files in data /local. And your done. I got mine all matching cia splash, boot cia animation and mission imposible sound working together.
Sent from my phone, while reading this.

Related

I'm looking for someone to explain how to or to port this boot animation over.

Alright, so I thought it'd be pretty cool if I could have my phone boot up with the Game Boy Advance sound and animation. Alas, I found it!
http://forum.xda-developers.com/showthread.php?t=986789
...for another phone! Damn!
I tried manually going about doing it, and I got everything assembled as a .psd... but then I lost it. And when I had it I couldn't figure out how to export each frame as different .png files.
So, that's why I'm asking you, fellow XDA member, to help me make my phone a GBA!
all you need to do for the animation is rename it to bootanimation.zip where it goes depends on the ROM you are using.
Sense (other than stock/Iced-Glacier) Desire HD, Desire Z ports
Copy/download the animation's zip to your SD card
must be named bootanimation.zip
Open Root Explorer
Copy the animation to /system/customize/resources (don't forget to mount the resources folder as r/w before copying)
Done!
Also Sense can have boot sounds (personally I would keep them under 30 seconds)
must be named android_audio (can be .mp3 or .wav)
Copy the audio file to /system/customize/resources (don't forget to mount the resources folder as r/w before copying)
Done!
Instructions CM 6/7:
Copy/download the animation's zip to your SD card
Open Root Explorer
Copy the animation from your SD card to /system/media/ (don't forget to mount the media folder as r/w before copying)
Done!
So the size of the image doesn't matter?
I just ran it on mine and the reason it has the dimensions it does because he is using an image that should be in landscape mode but has resized it to fit in portrait mode without distorting the image, it will run fine but it has a fairly large black band at the top and bottom. hope that helps.

[HOW TO]Adding and changing sounds on boot animations

Intro:
Another boot animation fix comin at ya. A TON of people want to know how to add and change sounds on custom boot animations on the Droid X2 and like all of them I could not find enough info on the world wide web that I could send a link to them to help out. SO after a little bit of messing around and some help from WugFresh I have the answer.
The apps:
First you will need a couple apps. You will need absolute system, root explorer and file converter. You can get them from the android market, just do a search for them. They're not free but if you know anything about root you probably already have root explorer and maybe even absolute system, but you will need file converter by ice cold apps.
The programs:
Again if you know anything or a decent amount about root you probably already have these programs but if not then download them. You will need 7Zip (preferably 7Zip) because as far as I know it is one of the only if not the only program that can zip files correctly WITHOUT compression which is mandatory because if there is any compression applied to the bootanimatiom.zip file OT WILL NOT WORK! You will also need either GVIM or Editor++ in order to properly edit the desc.txt file in the bootanimation.zip which we all know is what makes the boot animation work and if that is not configured correctly then, well, you're gonna be throwing things.
The method:
1.
Find the boot animation you want and download it using absolute system or from whatever source, whether it be from a forum thread or whatever. If you download it from a source other than absolute system you have to make sure before applying it you have to place it on the root of your sd card and make sure it is not named bootanimation.zip if there are other boot animations on your sd card because if they are named the same, obviously, they will overwrite eachother so name them however you want.
2.
Find the sound you want to use, it can be any sound file as long as it's short enough (or not) to play completely on boot. Download it, place it in your sd card and open the file converter app. Use file converter to find the file and once you've found and selected it select to convert it to .ogg. It MUST be converted to .ogg or it WILL NOT work. Once it is converted find the converted version ("sound".ogg or "whatever you named it".ogg) and use root explorer to move it to /sytem/media and leave it there for now.
3.
Plug your phone in to your computer, make sure USB debugging is enabled, and put your phone into USB mass storage mode once your phone is connected. Open up the files from your sd card on your computer and find the boot animation .zip you are going to change and move it to your computer. Next open up 7Zip and find the boot animation .zip file you just moved. Select the file and extract it to wherever you want to on your computer. Once you have extracted the .zip files with 7Zip go to the extracted files on your computer.
Note: (This next part will save the edited version as the orginal version so if you want to make a backup before you edit it just rename however you want or copy it into a separate folder named desc backup.)
4.
Right click on the extracted desc.txt file from the boot animation amd right click on it. Once you right click you will see an option that says either "edit with Editor++" or "edit with VIM" depending on which program you decided on (I prefer Editor++). Select the option and it will open up the desc.txt in your editor of choice. There may be a lost of guidelines in the desc.txt file for editing parts of the desc.txt but this is usually only in stock boot animations. Decide where you want the sound file to play and comment in the sound file you want to use by adding a line under the part you choose it to play at by typing "s 'sound'.ogg" DO NOT type what I wrote verbatim, the name 'sound' is just to give an example. Here is an example of a desc.txt file that has been edited to have sound:
(The red part is the sound line)
# 540 wide, 960 tall 10 frames per second
540 960 10
# p means we're defining a part
# first number is repeat count, 0 means infinite
# second number is delay in frames before performing the next part
# so if you are playing 15 frames a second 15 would be... one second
# string defines the directory to load files from
# files will be loaded in order but names don't matter
# s defines a sound for a part
# sounds will be loaded from /system/media
# oggs with loop points will loop automatically
# only one sound will play at a time
# timing is driven by the part, not the sounds
# if you want no sound, leave blank
# droid
p 1 0 01_droid
s Fusion.ogg
# fusion
p 1 0 02_fusion
# mobility
p 1 0 03_mobility
# loop
p 0 0 04_loop[/SIZE]
Click to expand...
Click to collapse
Notice the name of the sound in the desc.txt file is the same as the one I want to use. I hate to sound like I'm trying to make you feel stupid, which I am most definitely not, I just want to make sure this is detailed enough for anyone to follow.
4. Continued:
Once you have commented in the sound line, and you can add as many as you want just make sure you read the guidelines in the example desc.txt file above, save the file and exit your editor.
5. Open 7Zip and find the extracted boot animation files again with the edited desc.txt file. Make sure that the only files showing up in 7Zip are the boot animation files you extracted including the original desc.txt file that was edited and only that edited one, not the backup if you made one. In the menu bar on the 7Zip program click on "edit" and click on "select all" in the drop down menu that pops up. Next click "file" in the menu bar, move your cursor to the 7Zip option and when the drop down menu pops up click on "add to archive..." Then when the window pops up just change the name to whatever you want, select "zip" in the Archive format drop down menu, select "store" in the compression level drop down menu (you must select store or the boot animation .zip file you are creating will be compressed and as I mentioned above it won't work with compression) and then click "OK" to create the .zip file. Once it is created go ahead and move it onto the root of your sd card.
6. Unplug your phone from your computer and once the sd card is mounted open up absolute system. Go to boot animations and press menu and selct "boot animation editor." Press menu again and select "import from sd card." Find the boot animation you edited and slect it. Pres menu once it brings up the window with all the .png images and select "import" and when the window pops up prompting you to name the bootanimatiom just name it however you want and select "import." In order for the boot animation you edited to show up in your list of downloaded boot animations in absolute system you must first close absolute system and reopen it, go into boot animation editor again and it should be there. Select your edited boot animation and when it opens up the window with all the .png images press menu and select "desc.txt editor" which will open up the desc.txt file in absolute systems own editor. Scroll down untill you see the "s" line you commented in and press on it, this will open up a small window prompting you to choose the file from either /data/local or /system/media. Selct to choos from /system/media and there will be a list of .ogg files to choose from (if there are more than one you put in there). Select which one you want to play for that line. This is just to make sure the bootanimation.zip is using the right .ogg file and so your phone knows where to play it from on boot. You can change these if you want but you cannot comment lines in or out using absolute system. Once you have finished making changes or confirming the sound files press menu and select "save changes." Once it's done saving the changes press back.
NOTE: THIS NEXT PART IS VERY IMPORTANT AND MUST BE DONE EXACTLY AS I HAVE WRITTEN, IN THE EXACT SAME SEQUENCE I AM GIVING YOU.
7.Sorry for yelling hehe. Once absolute system is done saving the desc.txt file and you have pressed back to re-enter the .png images window in absolute system press home and open up root explorer. In root explorer go to /system/media where you placed your .ogg files and move them again into /system/media/audio/notifications and press home key again. Open absolute system and install the boot animation to /data/local by selecting change install location and selecting "/data/local" and reboot your phone. If the sound does not play, which it should, install the boot animation in BOTH /data/local AND /system/media using absolute system.
You should now have sound along with your boot animation. I hope you all have fun adding crazy sounds to your boot animations. The thanks button is always happy when you press it!
Awesome. The sound always gives me a hard time. Good job on this.
Sent from my DROID X2 using xda premium
Nice tutorial!
Sent from my Droid BionicX2 using my XDA App.
Thanks I was surprised and a little aggravated that there is no other instructional thread for this.
Sent from my DROID X2 using XDA Premium App
Thanks
Good Job on this tut. Im sure it will help others. You have my thanks, others should do the same.
Thanks a bunch I really appreciate it
SBF'd from my tasty X2 MAXX
Did all the steps to the t and still no sound
Sent from my SGH-T839 using xda premium
Thanks for sharing really usefull info
Hello..... Is this method still valid? Does it work with Android 4.0.4?
Kind regards.
will this method work on the Galaxy S4 SGH-M919?
i only want to change the sound,
i already changed the boot animation.
Great thread!!
But,will this work on a Nexus5?
Code:
640 400 30
c 1 30 part0
c 1 0 part1
c 0 0 part2
c 1 30 part3
c 1 0 part4
c 1 0 part5
My desc.txt file is shown like this!!
Where should i add the file name?? What if i insert my .gg file name at the last?
Does this method work for Huawei phones? Someone led me to this post. If so, sound isn't working for me. After every boot the 's name. ogg' tag gets removed. 'Boot animation' is 25 seconds and 'boot sound' is 19 seconds.
I want to play one bootsound throught the entire Bootanimation, please tell me how to do it. I have one sound that i want to play in 11 parts.
Thank you
Pls give me a link for absolute system.Cant find a place to download it?
adarshm4you said:
Pls give me a link for absolute system.Cant find a place to download it?
Click to expand...
Click to collapse
The directories being listed are referring to SYSTEM directories (hidden from user-land view). Your phone must be rooted (root access) first. I'd suggest you use a 'root file browser' afterwards.
The "Root Browser" application (unsure if its listed on Google Play at this time) is an excellent one to use. Simple and fast interface. Minor annoyance with banner ads (free copy).
Hope that helps you (albeit a late reply). These forums are a gold mine of information!
In reference to the OP:
Infantry667 said:
6. Unplug your phone from your computer and once the sd card is mounted open up absolute system. Go to boot animations and press menu and selct "boot animation editor."
Click to expand...
Click to collapse
It sounds as if you're referring to an application (I will Google it after this post) named "absolute system." It piqued my curiosity. You should be able to use adb strictly to push/pull all files onto the Android phone. I understand this thread was made in 2011. I can only assume times were different back then.
However: Why would you need or be required to place the "bootanimation.zip" (stored) and "XXX.ogg" into both the ./system/media and ./data/local directories? Does Android (for some unknown reason) pull two copies for security verification (stab in the dark)?
On this rooted LG K7 (Android 5.1.1): The ./system/media directory appears to be full of all related boot animation data and the latter is void of life; To reiterate: I understand this thread was from 2011 and the Android version was more than likely significantly lower.
If anyone could shine some light on this subject: I'd heavily appreciate it. I'm attempting to add in sound (a converted *.wav into *.ogg file) to the boot animation (no loop; Simply play it once).
Thank you, future poster.
ObliviousEnigma,
At this point, adding bootanimation zip to data/local will no longer be recognized by android 5.0+. Just /System/media.
Also, considering if you want to add sound to it, I noticed that you have an LG phone. It should be easier for you to change it if you are on a stock ROM. you must go into the directory /system/media/audio/ui. And inside you should find the file called PowerOn.ogg. That is what you want to replace if you want to have different sound along with your boot animation. My recommendation, make sure that the audio is atleast 7 seconds long. I tried to experiment past it and it didn't work for me no matter what phone I used.
For others who are still using the droid x2 but with a custom rom (other devices work too), First off, your best bet is to extract the bootanimation zip first. Secondly, if you want the sound to be played at the beginning, add the sound file to the part 0. Leave the sound file the way it is instead of converting it to .ogg, but make sure to rename it to audio.wav. There are 3 things to keep in mind before moving on:
1) the desc.txt is not required to change.
2) it seems that only a 7 second audio can be played. Any others more than 7 seconds will not play.
3) if there are other existing audio wav files inside any folder of the bootanimation (except the one you placed at), delete it.
Thirdly, once you are finished, rezip the file without compression, whatever app that you use to do it (I use the RAR app by Rarlabs). Fourth, drag the bootanimation.zip back into /System/media. If permissions need to be set, make it rwxr-r-. Lastly, reboot your phone to watch the magic happen!
How to add sound in bootanimation now

[Tutorial] Changing your bootanimation for SGH-I777 dummies

Took me hours of reading to figure out something extremely simple. But, hopefully this will save some of the smart people here from having to expend energy belittliing retarded noobs like me.
When I flashed to SHOstock's ICS 2.2.6 I missed the droid animation he had with his GB 1.9.4. So I went searching on how to change it back.
It's pretty simple. All you have to do is.....
1. Get a file explorer with root access. I use ES File Explorer
2. Download any of the custom ROMs in GSII Development
3. Unzip the ROM, open System>media folder. Find the bootanimation zip file and copy that to a folder of your choice on your phone.
4. On your phone, open your file explorer and allow it root folder read/write access
5. Navigate to System>media folder and backup the original bootanimation zip, in case you ever want to replace it.
6. Navigate back to where you put the custom bootanimation zip and copy and replace that zip into the media folder on your phone.
You're done.
If there was audio to the bootanimation it's the same copy and paste process. The .wav file should be located in System>etc. It's named "PowerOn". Once you move that over you may have to change the file permissions to RW--R--R.
To change permissions in ES File Explorer you long press the icon. It'll pull up an "Operations" drop down. Scroll to "Properties". Click "Change". Then make sure User: read/write is checked. Group: read. Other: read Then click ok.
If the sound doesn't work you may have to rename the PowerOn.wav to "PowerOn.ogg"
I'll try and answer any questions you may have but keep in mind i've only had this phone for less than two weeks. I've been lurking and studying on XDA for even less. But i'll do my best.
Remember, before asking questions, searching/reading the forums is your best option. I'm still a total novice but because of this wonderful place i've managed to root my phone, installed several different kernels and themes and flashed two different ROMS
You can also put the bootanimation.zip file in data/local. This way you will preserve your stock bootanimation file.
Sent from my SGH-I777
Hey I'm not sure if this is recommended but I didn't see any instructions specifically for disabling the bootsound. I did find the location of it in this post so I just removed it and my phone stopped making noises when it boot up. I'll report back if any weird issues start happening.
JohnnyKushi said:
Hey I'm not sure if this is recommended but I didn't see any instructions specifically for disabling the bootsound. I did find the location of it in this post so I just removed it and my phone stopped making noises when it boot up. I'll report back if any weird issues start happening.
Click to expand...
Click to collapse
Should be ok. Because if the animation didn't have sound to begin with the .wav file wouldn't be there.
Props to chetan_mohanty for the bootanimations.
Most of the links to the ba's are down but the MassEffect one is still active.
MassEffect - http://depositfiles.com/files/f461b8tt3
Video:-
http://www.youtube.com/watch?v=-W2jWIHSODw
You can thank him here or see his other animations.....
http://forum.xda-developers.com/showpost.php?p=20673303&postcount=1

[Q] LG Realm {ROOTED} Problem

So I rooted my Lg Realm ls620 with TowelRoot and I downloaded ROM Toolbox full version for 5$ from PLay Store
Which comes with cpu control boot animations Led control and more.
When I was going to flash a boot animation I downloaded from it I accidentally chose a plain picture instead of the thing I downloaded from it. Now my Lg realm wont go past its startup screen.
This is what it says on the top left corner upon startup.
[670] fastboot_init()
[670] Error:allocating memory for ssd buffer
[670] USB init ept @ 0x7ac9000
[710] udc_start()
Is there a way to fix this? I even tried to factory reset. It says it's resetting but nothing happens within hours.
Im kind of new to this rooting/bricking stuff. Thanks.
Have you tried removing battery and putting it back in? I had something similar happen (not with bootanimations though) and that worked for me.
I've used bootanimations from rom toolbox and xda without a problem. If you install a bootanimation from rom toolbox it puts it in system/media folder but your not done yet. Using root explorer go to system/media folder and copy your bootanimation to carrier/cust/poweron (rename the one that's in there first to bootanimation.zip1 if you don't want to delete it). Make sure to rename your new one bootanimation.zip. You have to change permissions. Using root explorer press and hold on bootanimation scroll down and tap on permissions. First column "Read" check all. Second column "Write" check first box. Uncheck all others. You can use the same procedure with a shutdown animation in the poweroff folder. You can use the same bootanimation or a different one and just copy to poweroff folder rename it to shutdownanimation.zip and change permissions the same way you did for a bootanimation.
Also if you want sound with your animation below the bootanimation there's a Poweron.ogg file. You can use a notification ringtone (I used the Darth Vader one to go with my r2d2 droid animation). Using root explorer just copy your ringtone to the poweron folder and rename it to Poweron.ogg (delete the one that's in there first) and change permissions to the same as the bootanimation. You can do the same in the poweroff folder just rename that one to Poweroff.ogg.
Other people have deleted these poweron and poweroff folders and used just the system/media folder, (http://forum.xda-developers.com/lg-g3/themes-apps/bootanimation-android-5-0-l-boot-t2814467/page34) post #335, but I like doin it this way.
Edit: Rename PowerOn.ogg not Poweron.ogg and PowerOff.ogg not Poweroff.ogg.

Watchdogs Boot Animation [CToS]

​
Hello Everyone,
Today i am going to show you how to change that boring boot animation by this cool one. So lets begin:
STEPS :
For Cyanogenmod users -
1) Download the file from below.
2) Install as normal apk.
3) Go to Settings>Themes>Boot animations.
4) Browse the boot animation and apply.
5) Done, Show this awesome boot animation to your friends.
For normal users - (Root needed)
1) Download the file from below.
2) Download any root explorer of your choice.( I prefer Es file explorer)
3) Navigate to the downloaded apk and long press it.
4) Under the 3 dot menu select extract to and extract the apk.
5) Now you will find the bootanimatio.zip file in assets folder.
6) Now go to the root folder and navigate through system>media. Once there locate your current bootanimation.zip file
7) Long-press your current bootanimation.zip file, and click copy, as we'll want to have a backup just in case. Paste it wherever convenient for you OR simply change the extension from .zip to .bak
8) Once your new bootanimation.zip has been selected for moving, navigate back to system > media and paste it there. You'll have to overwrite your current animation zip, but that's fine since you have a backup in case something goes wrong. Go for it.
9) For many of you, the previous step will be the last step. But, if for any reason you're still stuck with you old animation, you can try aligning the permissions of your newly-copied bootanimation.zip file with the permissions in the system/media folder. In our case, those were rw-r-r. Just long-press your new bootanimation.zip file and click Permissions and change them until they fit. The logic behind these abbreviations goes like this: Owner - Group - Other. Read for 'r', Write for 'w', and Execute for 'x'. Save the changes and restart...
10) Done, Show this awesome boot animation to your friends.
DOWNLOADS :
Mega - http://goo.gl/KGMS9i
Drive - http://goo.gl/FfvY8a
Note :
You are choosing to make these modifications, and dont point the finger at me for messing up your device.
No reply or review ?
I'm using kernel which is not showing bootanimation. So i can't test it.
thank you i will try this.....
HUNTER_SG said:
thank you i will try this.....
Click to expand...
Click to collapse
No need to post thanks, just got the thanks button!
Don not have any pictures?
a sample video or picture would be great
Tried on RR5.6.4 on Xiaomi Redmi 1s. During the colored part, top and bottom have little black part, which looks kind of annoying. And I don't know whether its just on my phone, but in the end it looked like the animations broke. Rest of the parts are very good and really cool. Great work
awesome bro
i will try soon ,
thanks
I made a small preview od this animation, it is not full and GIF has very low resolution
mega.nz/#!4wRSyYLR!DTJIei-KbCoDMJ5km36RvcpZ1dcE9JhsYZqvIWEGsKc
nice
SS plz

Categories

Resources