sound in boot animation - Motorola Photon 4G

anyone know how to add sound to a boot animation or can help me out the miui boot has sound but no matter where I put the music file it doesn't work. anyone know where to put it?
I know you are supposed to edit the desc.txt but what do you add? also what is the name supposed to be boot_audio.ogg? bootanimation_audio.ogg/ or _sound.ogg? if anyone knows and can help would be wonderful.... could get us sound in our roms..... I know most are going to say search but thats just it I have and cannot get it working
MIUI/ICS for the Photon
http://forum.xda-developers.com/showthread.php?t=1536161

I don't know if all Motorola's would follow the same guidelines, but I'm assuming that they do so try this.
For ICS, The audio file goes in the system/media folder (same place as bootanimation) and must be named
"android_audio.mp3"
And permissions to match bootanimation.
Let me know if it works.
MoPhoACTV Initiative

moonzbabysh said:
I don't know if all Motorola's would follow the same guidelines, but I'm assuming that they do so try this.
For ICS, The audio file goes in the system/media folder (same place as bootanimation) and must be named
"android_audio.mp3"
And permissions to match bootanimation.
Let me know if it works.
MoPhoACTV Initiative
Click to expand...
Click to collapse
I've tried that in my personal tests while working in my ports. I think my issue its not knowing what to type in the script and/or the desc.txt I've even copied the mount Olympus files for it. if you swap a few files in it to make it boot(constant fc) but you will hear miui sound in its Desc.txt has a 's' at the bottom I didn't notice anything in script for it but when trying to apply same thing to ours I get nothing.
MIUI/ICS for the Photon
http://forum.xda-developers.com/showthread.php?t=1536161

spleef said:
I've tried that in my personal tests while working in my ports. I think my issue its not knowing what to type in the script and/or the desc.txt I've even copied the mount Olympus files for it. if you swap a few files in it to make it boot(constant fc) but you will hear miui sound in its Desc.txt has a 's' at the bottom I didn't notice anything in script for it but when trying to apply same thing to ours I get nothing.
MIUI/ICS for the Photon
http://forum.xda-developers.com/showthread.php?t=1536161
Click to expand...
Click to collapse
There is also a line that is added to the build.prop in the Droid Bionic for bootsound. Im not sure if you have to add that as well. I've been trying to get the CM9 build for that phone (as it has working bootsound, and as our build is off cm9, it may work for us as well), but the dev doesn't seem to respond on his site, and took down my comment requesting the link. Tried messaging him on here as well with no luck as well On my 5th droid forum trying to sign up so I can try a download link...LOL

Th3Bill said:
There is also a line that is added to the build.prop in the Droid Bionic for bootsound. Im not sure if you have to add that as well. I've been trying to get the CM9 build for that phone (as it has working bootsound, and as our build is off cm9, it may work for us as well), but the dev doesn't seem to respond on his site, and took down my comment requesting the link. Tried messaging him on here as well with no luck as well On my 5th droid forum trying to sign up so I can try a download link...LOL
Click to expand...
Click to collapse
desc.txt I've run across with sound look like this
some numbers part1
s android_audio.mp3
some more numbers part2
s android_audio.mp3
I've even included the files from bin associated with boot animation
tried the
bootsnd.sh
other roms bin for boot animation as well as some other files named
boot soundon, off, turn on, turn off, enable
still nothing only thing I've really managed to do was remove the animation entirely
MIUI/ICS for the Photon
http://forum.xda-developers.com/showthread.php?t=1536161

spleef said:
desc.txt I've run across with sound look like this
some numbers part1
s android_audio.mp3
some more numbers part2
s android_audio.mp3
I've even included the files from bin associated with boot animation
tried the
bootsnd.sh
other roms bin for boot animation as well as some other files named
boot soundon, off, turn on, turn off, enable
still nothing only thing I've really managed to do was remove the animation entirely
MIUI/ICS for the Photon
http://forum.xda-developers.com/showthread.php?t=1536161
Click to expand...
Click to collapse
Same here...lol
Sent from my MB855 using xda premium

Yea, I've been trying too, even added this to build too along with supporting file but nothing.
# To enable boot sounds set value to 1 and place /system/media/android_audio.mp3
# or edit /system/bin/bootsound with the name of your audio
ro.config.play.bootsound=1
MoPhoACTV Initiative

Found on another forum, only scripting
This into /etc/init.local.rc:
###Bootsound - Safe to Delete: Start ###
service bootsound /system/bin/bootsound
user media
group audio
disabled
oneshot
# to correct timing
on property:init.svc.bootanim=running
start bootsound
on property:dev.bootcomplete=1
stop bootsound
### Bootsound - Safe to Delete: End ###
This into new created file /system/bin/bootsound (rwxr-xr-x, root:shell):
#!/system/bin/sh
bprop=/system/build.prop
play=$(cat $bprop | egrep -c -i -o bootsound)
if [ "$play" = "1" ]; then
stagefright -a -o /data/local/android_audio.mp3
fi
exit 0
And this into /system/build.prop:
ro.config.play.bootsound=1
But do not forget, no volume working at boot time.
Oh, and you must have android_audio.mp3 in /data/local/

peetr_ said:
Found on another forum, only scripting
This into /etc/init.local.rc:
###Bootsound - Safe to Delete: Start ###
service bootsound /system/bin/bootsound
user media
group audio
disabled
oneshot
# to correct timing
on property:init.svc.bootanim=running
start bootsound
on property:dev.bootcomplete=1
stop bootsound
### Bootsound - Safe to Delete: End ###
This into new created file /system/bin/bootsound (rwxr-xr-x, root:shell):
#!/system/bin/sh
bprop=/system/build.prop
play=$(cat $bprop | egrep -c -i -o bootsound)
if [ "$play" = "1" ]; then
stagefright -a -o /data/local/android_audio.mp3
fi
exit 0
And this into /system/build.prop:
ro.config.play.bootsound=1
But do not forget, no volume working at boot time.
Oh, and you must have android_audio.mp3 in /data/local/
Click to expand...
Click to collapse
so....... need to make 2 new files one for init.local.rc one fire system/bin with those lines in it making sure to give the right permissions and add those lines in build prop and make sure the audio file is in data/local and that should make sound? what do you mean by don't forget no volume at boot time? thanks so much for finding this really wanting to get the sound going. I know its not a major thing but to me when you turn that phone on and it starts to make that noise feels strong gives you just that little extra yeah this phone rocks feeling
MIUI/ICS for the Photon
http://forum.xda-developers.com/showthread.php?t=1536161

spleef said:
so....... need to make 2 new files one for init.local.rc one fire system/bin with those lines in it making sure to give the right permissions and add those lines in build prop and make sure the audio file is in data/local and that should make sound? what do you mean by don't forget no volume at boot time? thanks so much for finding this really wanting to get the sound going. I know its not a major thing but to me when you turn that phone on and it starts to make that noise feels strong gives you just that little extra yeah this phone rocks feeling
MIUI/ICS for the Photon
http://forum.xda-developers.com/showthread.php?t=1536161
Click to expand...
Click to collapse
I just tried it...made/edited all the files, but no dice. I've tried every variation of volumes from none to vibrate to full to half. Also using the "DROID" android_audio.mp3 sound since it's short...
any ideas peetr?

I think something in the frameworkres apk needs to be modded too
MoPhoACTV Initiative

Th3Bill said:
I just tried it...made/edited all the files, but no dice. I've tried every variation of volumes from none to vibrate to full to half. Also using the "DROID" android_audio.mp3 sound since it's short...
any ideas peetr?
Click to expand...
Click to collapse
aww man talk about bust a bubble thought we had a break through for a minute there.

spleef said:
aww man talk about bust a bubble thought we had a break through for a minute there.
Click to expand...
Click to collapse
That's why I want that Bionic zip so badly. Having one that has a working bootsound might make the fix obvious.

What rom do you have?
init.local.rc is included in CyanogenMod
On stock, boot.img has to be modified.
Or maybe the bootsound service could be initialized by init.d script... But I didn't tried.
And no volume means, it's pretty loud, if you did not edited the mp3 sound to be more quiet.

I found the bionic MIUI rom that has working bootsound here
http://forum.xda-developers.com/showthread.php?t=1535293
I don't know if you've torn this one apart already though
MoPhoACTV Initiative

I don't understand, what you are searching for yet? I have working bootsound with that method I wrote.
Plus I commented that lines about stopping bootsound, to here the sound until the end. I am on cm7, but
should be working on all roms, with "import /etc/init.local.rc" in init.rc file. Jokers 1.3 kernel has it.

peetr_ said:
I don't understand, what you are searching for yet? I have working bootsound with that method I wrote.
Plus I commented that lines about stopping bootsound, to here the sound until the end. I am on cm7, but
should be working on all roms, with "import /etc/init.local.rc" in init.rc file. Jokers 1.3 kernel has it.
Click to expand...
Click to collapse
bootsound isn't contained in the ramdisk. Should it be there?

I think yes. Bootsound service looks like the only way, how to start anything before boot completed. If you have kernel, that's not importing init.local.rc, then it won't work.

Kernel imports init.rc, which has entry for boot animation, but not boot sound. I tried to edit, but boot.img didn't recompile correctly...
Sent from my MB855 using xda premium

And init.rc should import init.local.rc, for repacking boot.img use dxidas android kitchen. Not every rom has stagefright binary, take it from cm7.

Related

[MOD] Screen Animations ANY ROM

This is a meta morph do not flash in cwm if you do not know what a meta morph is read up on it at my link how to apply a meta morph​
OK guys i put together a bunch of meatamorph files for you guys to be-able to install with different animations i hope you like it if anything wont install or work please let me know and i will fix it right away.
Look here for videos on what a few of these look like Videos here
Install instructions:
How-To Apply a Metamorph
http://forum.xda-developers.com/showthread.php?p=11695218#post11695218
2. Manually Add Animations: should work for most roms
This process will be helpful for those wanting to mix and match animations from the folders. In fact, why don't you create your own mix and post it here so everyone else can appreciate your awesomeness. I'll add new mixes below if they come in.
-Simply get a hold of the anim folder with the animations you want to use and the framework-res.apk from the rom you're interested in modifying (/system/framework/framework-res.apk).
- Open up the framework-res.apk in 7zip (right click on it, and select "open archive").
- Drag the anim folder with the animations (which you can download below) into /res folder in your framework-res.apk. This will replace the files currently in /res/anim.
- Exit out of 7zip.
- You now need to push the modified framework-res.apk onto the phone. You can do this by placing the modified framework-res.apk in the root sdcard folder, and entering the following into terminal emulator on your phone or using ADB when the sdcard is mounted:
su
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
cp /sdcard/framework-res.apk /system/framework
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
reboot
If you're using terminal emulator, your phone will probably reboot before you finish re-mounting and/or typing reboot.
If you want to install the framework-res.apk that you just made in CWM recovery you can put it in this .zip make sure to put your framework-res.apk in the framework folder for this to work Your anim .zip
3.ninjamorph insatll find it in the market.
- create a new project of your framwork-res.apk.
- on your sdcard put the anim you want in this folder but first extract the folder out of the .zip first. (sdcard\androidthemes\workspace\framework-resapk\res\anim)
- make a copy incase you dont like the altered animations!!!
-replace the folder attached with the one in this zip
-go back to ninjamorph and finish project your phone should automatically reboot and there ya go animations are changed.
These will work with any rom and any phone enjoy
If you have any prob please post witch animation you used, that did not work so i can look into it.
BlurAnimations.zip
Bounce.zip
Custom my set up.zip
My set up 2.zip
Drop in.zip
Flip1.zip
Flip2.zip
Flyin and flip.zip
Fly in 1.zip
Fly in 2.zip
fold.zip
Shift.zip
Sliding1.zip
Slide2.zip
If you would like more custom one with animations together let me know what you would like
Theses are the .xml files in the anim folderi will tell you witch ones i know and what they do if you know what others do that i did not mention please let me know and i will update this thank you.
This is the anim of the opening of a new page
activity_close_enter.xml
activity_close_exit.xml
Theses are if you go back on your page
activity_open_enter.xml
activity_open_exit.xml
Dialog box is the box that comes up if you were for example adding a widget to the home screen
dialog_enter.xml
dialog_exit.xml
Theses will control how the keyboard comes into the screen
input_method_fancy_enter.xml
input_method_fancy_exit.xml
This is the anim when you unlock your screen
lock_screen_exit.xml
The options panel is the panel if your on any screen and you click on your settings button for example if your on the home screen and you click on your settings button you will see a options panel that askes if you want to add a widget change wall paper etc...
options_panel_enter.xml
options_panel_exit.xml
I think this one speaks for its self
search_bar_enter.xml
search_bar_exit.xml
please post others
I am having problems getting any of them to install it just sits there and says applying.
Mine also just says applying. On Rubik's dl30
Sent from my SCH-I500 using XDA App
Go to: Settings-> Applications-> Development-> check USB debugging. It should work now.
Also check out Anim Mod on the market for easy animation switching
May I ask what these do
Updated try out fly in 2 i really like it im working on bounce next hope you like it if your having trouble installing these im very sorry but i test them before i release them so i hope you can get them to work.
Jacked up AOSP vanilla froyo version .5. I don't really have much experience with MM though. I followed the instructions exactly. Just a warning...
Sent from my SCH-I500 using XDA App
cabjmb said:
Jacked up AOSP vanilla froyo version .5. I don't really have much experience with MM though. I followed the instructions exactly. Just a warning...
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
Well with anything you should always make a back up and i have never jacked up my phone from using any of these if you can thos let me know witch you used that you say jacked up your phone.
calebv2 said:
Well with anything you should always make a back up and i have never jacked up my phone from using any of these if you can thos let me know witch you used that you say jacked up your phone.
Click to expand...
Click to collapse
The custom one. I had just installed .5 though so I just did a reinstall and I was fine. Maybe I'll try again later tonight. I really liked the animations in the doctored version of SC you posted originally. Maybe I'll just pull the /anim file and replace the one in my framework-res though. I didn't mean to sound ungrateful. I really appreciate the work you put into these. I just wanted to post a warning in case there is something specific to the AOSP Froyo that would keep this from working.
Edit: Just tried again in MM and it worked fine. I must have messed it up the first time. Thanks again for the awesome animations!
cabjmb said:
The custom one. I had just installed .5 though so I just did a reinstall and I was fine. Maybe I'll try again later tonight. I really liked the animations in the doctored version of SC you posted originally. Maybe I'll just pull the /anim file and replace the one in my framework-res though. I didn't mean to sound ungrateful. I really appreciate the work you put into these. I just wanted to post a warning in case there is something specific to the AOSP Froyo that would keep this from working.
Edit: Just tried again in MM and it worked fine. I must have messed it up the first time. Thanks again for the awesome animations!
Click to expand...
Click to collapse
no prob and thank you
I am using your "Custom" theme, and it is working great, thanks.
I did also try "Flip 1" and even after reboot it seemed to do absolutely nothing but change my background, that might have been MM's fault who knows.
Running the custom on Rubik's dl30 and its awesome. Thanks to whoever told me to enable USB debugging haha. Had these on my DX and was really wanting them back. Thanks man.
Sent from my SCH-I500 using XDA App
Have you guys seen the Gingerbread Screen Off Animation that looks like a TV turning off, with the line and a small flash (not sure exactly how to describe it). And when i say "screen-off" i mean by tapping your power button, not holding it in to power down, but to turn-off the screen and lock the phone.
It might be kinda stupid to some, but i think it's pretty neat and unique...
possible?
lucas.scott said:
Running the custom on Rubik's dl30 and its awesome. Thanks to whoever told me to enable USB debugging haha. Had these on my DX and was really wanting them back. Thanks man.
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
No problem. It's one of those little steps that is rarely mentioned. Enjoy!
Any documentation out there on which xml file controls what (other than guessing from their name)?
obliviator33 said:
Any documentation out there on which xml file controls what (other than guessing from their name)?
Click to expand...
Click to collapse
Ill post later on the ones that I know do what
calebv2 said:
Ill post later on the ones that I know do what
Click to expand...
Click to collapse
Thanks. I have been playing around mixing/matching the animations with some decent results. Is there a program that can convert just the xml files from to and from the binary and text formats?
I am using apk manager to compile/decompile the entire .apk file but that is kind of annoying.
obliviator33 said:
Thanks. I have been playing around mixing/matching the animations with some decent results. Is there a program that can convert just the xml files from to and from the binary and text formats?
I am using apk manager to compile/decompile the entire .apk file but that is kind of annoying.
Click to expand...
Click to collapse
updated 2nd post

[Q] Boot animation without AT&T logo?

Does anyone have a working bootanimation.zip without the AT&T logo? I tried editing the original one but I ended up with a blank boot animation screen.
you should be able to search the forum for whatever boot animation you want. Granted they won't be the proper resolution if you pick one with black edges you will be fine. I was using one on a previous flash just fine.
I'll try to find the thread where I found mine
Edit: found it at this thread. http://forum.xda-developers.com/showthread.php?t=985251
sweet, so exisiting bootanimations work, I can use my old one again haha.
kmiller8 said:
you should be able to search the forum for whatever boot animation you want. Granted they won't be the proper resolution if you pick one with black edges you will be fine. I was using one on a previous flash just fine.
I'll try to find the thread where I found mine
Edit: found it at this thread. http://forum.xda-developers.com/showthread.php?t=985251
Click to expand...
Click to collapse
I tried those animations and they worked fine, but I still wish I could keep the original animation.
Boot Animations, while can be tricky and a headache, are customizable if you can adjust the image sizes, etc.
For example, the Motorola Atrix can use up to 540x960 for the resolution. You can also add custom sounds at load by saving an OGG audio file to /system/media (same location as the bootanimation.zip) and adding it accordingly to the desc.txt file. Below is an example.
Code:
540 960 1
p 1 10 part0
s autodestruct.ogg
p 0 0 part1
The first line is the resolution and the frames per second.
Code:
"540 960" Resolution "1" Frames Per Second (each individual image)
The second line defines a Part. For example, the first animation you want to play. So far for me, this is the animation AFTER the Dual Core logo that plays when I've made mine.
Code:
"p" Depicts this is a Part "1" Repeat this many times (0 is infinite) "10" is the delay in frames before the next Part "part0" is the directory within the zip to load this part from
So far easy right? The next line, is for the audio file. If the OGG has a loop point, the audio will loop until the Part is over that it plays within.
Code:
"s" Depicts a sound "autodestruct.ogg" The filename to load from /system/media
A few more examples of loading parts............
To load a Part that is a single image, that loops till boot is done, use this
Code:
p 0 0 "directory_name_here"
I'll try to post some example bootanimation.zip files with explanations if I get time. I've only made a couple so far for my company out of boredom.
kmiller8 said:
I was using one on a previous flash just fine.
Click to expand...
Click to collapse
So this doesn't break anything? Will I be able to update my phone when an update is out, without having to restore the original bootanimation.zip?
txtsd said:
So this doesn't break anything? Will I be able to update my phone when an update is out, without having to restore the original bootanimation.zip?
Click to expand...
Click to collapse
I recommend using your file explorer to rename the original bootanimation.zip on your phone to something like bootanimation_original.zip then put in your custom if you have any worries.
That way, if you go to update just rename custom to bootanimation_custom.zip and restore the original.
Personally, I do not know if the boot animation file will affect updates, but that is a failsafe for you just in case.
ownedbycurry said:
I tried those animations and they worked fine, but I still wish I could keep the original animation.
Click to expand...
Click to collapse
Ohh, so what you want is the default bootanimation without the ATT part!
I've personally never worked with bootanimations before, but using MrSER's guide above, i'll try to do that for you.
EDIT: yea... I only get the blackscreen too, really weird...
EDIT 2: figured it out. if you're using WinRAR, when you go to make a .zip, choose "store" instead of "normal" compression, and it should work just fine. I have attached the Default bootanimation.zip without the ATT part
kmiller8 said:
Ohh, so what you want is the default bootanimation without the ATT part!
I've personally never worked with bootanimations before, but using MrSER's guide above, i'll try to do that for you.
EDIT: yea... I only get the blackscreen too, really weird...
EDIT 2: figured it out. if you're using WinRAR, when you go to make a .zip, choose "store" instead of "normal" compression, and it should work just fine. I have attached the Default bootanimation.zip without the ATT part
Click to expand...
Click to collapse
Thank you so much!!
kmiller8 said:
EDIT 2: figured it out. if you're using WinRAR, when you go to make a .zip, choose "store" instead of "normal" compression, and it should work just fine. I have attached the Default bootanimation.zip without the ATT part
Click to expand...
Click to collapse
My bad mate, forgot to mention that. I make mine with Winzip 15 Pro and set it to No Compression (from my experience, no compression is a requirement).
I may end up doing a tutorial on all this on my blog. If I do, I'll post a copy here and link as well (I like screenshots on my blog, lol).
MrSER said:
My bad mate, forgot to mention that. I make mine with Winzip 15 Pro and set it to No Compression (from my experience, no compression is a requirement).
I may end up doing a tutorial on all this on my blog. If I do, I'll post a copy here and link as well (I like screenshots on my blog, lol).
Click to expand...
Click to collapse
Yea i ended up googling and it showed that if the .zip is compressed it will just show a blank screen.
Definitely do a tut, I really wanna start making some Atrix boot animations
kmiller8 said:
Ohh, so what you want is the default bootanimation without the ATT part!
I've personally never worked with bootanimations before, but using MrSER's guide above, i'll try to do that for you.
EDIT: yea... I only get the blackscreen too, really weird...
EDIT 2: figured it out. if you're using WinRAR, when you go to make a .zip, choose "store" instead of "normal" compression, and it should work just fine. I have attached the Default bootanimation.zip without the ATT part
Click to expand...
Click to collapse
thanks for the bootanimation.zip, i did chmod 644 it before cp to /system/media to match the perms on the original bootanimation.zip, but i did a reboot and it worked fine. it's nice not having the att logo during boot, and having att removed from the notification bar with the ginerblur mod too. feels good man!
What folder do you put the animation in?
PixoNova said:
What folder do you put the animation in?
Click to expand...
Click to collapse
In the system/media folder.
I know this is a really newb question but I am a newb when it comes to android... I've owned my Atrix for about a week. Anyway, how do I replace this file and where do I find it?
mpalatsi said:
I know this is a really newb question but I am a newb when it comes to android... I've owned my Atrix for about a week. Anyway, how do I replace this file and where do I find it?
Click to expand...
Click to collapse
Just find a boot animation that you like, download the zip file, rename it to bootanimation.zip and then go into your system/media folder and change the name of the current bootanimation to anything you want like bootanimationold.zip. Then put the new zip file in the system/media folder and there you go. You do not need to move the old boot animation file as long as you change the name.
of course, the method I'm describing is relevant if you have rooted your phone and you have something like Root Explorer, otherwise you will need to use adb, but still you need root.
live4nyy said:
Just find a boot animation that you like, download the zip file, rename it to bootanimation.zip and then go into your system/media folder and change the name of the current bootanimation to anything you want like bootanimationold.zip. Then put the new zip file in the system/media folder and there you go. You do not need to move the old boot animation file as long as you change the name.
of course, the method I'm describing is relevant if you have rooted your phone and you have something like Root Explorer, otherwise you will need to use adb, but still you need root.
Click to expand...
Click to collapse
Thank you, worked like a champ... Is there an explorer I can use on my PC while my phone is connected? I attempted to use droid explorer but I can't access any of the folders.
mpalatsi said:
Thank you, worked like a champ... Is there an explorer I can use on my PC while my phone is connected? I attempted to use droid explorer but I can't access any of the folders.
Click to expand...
Click to collapse
Sorry, wouldn't know about that, I always use Explorer or adb.
kmiller8 said:
Ohh, so what you want is the default bootanimation without the ATT part!
I've personally never worked with bootanimations before, but using MrSER's guide above, i'll try to do that for you.
EDIT: yea... I only get the blackscreen too, really weird...
EDIT 2: figured it out. if you're using WinRAR, when you go to make a .zip, choose "store" instead of "normal" compression, and it should work just fine. I have attached the Default bootanimation.zip without the ATT part
Click to expand...
Click to collapse
Thank you so much man I really wanted to remove this AT&T animation
im having a similiar problem on my rooted atrix. I tried to change my bootanim and just gives me a black screen, so i tried to change it back to the orignal and nothing. I checked if the zip was compressed and it isnt. i dont know what i did wrong, i didnt touch anything but the zip

[Q] Archos 101 Internet Tablet Boot Screen Animation changing?

I was wanting to know if anyone out there knows of a working Boot Screen Animation Changer for the A70/101IT that can successfully change the boot screen without crashing over and over?? It would also be even greater if anyone knows of one that also allows you to download new boot screens within the same app too!?
Lastly, if it really is possible to change the boot screen animation on the A101IT to something different... what is a good site that has them AND what file format ending (like .gif or whatever) should I look for? Also, are all custom boot screens for other Android devices (like Android cell phones) compatible with the A101IT?
spicy_puerto_rican said:
Lastly, if it really is possible to change the boot screen animation on the A101IT to something different... what is a good site that has them AND what file format ending (like .gif or whatever) should I look for? Also, are all custom boot screens for other Android devices (like Android cell phones) compatible with the A101IT?
Click to expand...
Click to collapse
Yes it's possible to change the boot screen animation. See here
And yes most boot screen animations from other devices will work.
http://lmgtfy.com/?q=android+boot+screen+animation
Awesome, thanks a ton! You rock! You're very helpful and informative! Much appreciated.
This is cool thanks. Will this work on the 70 as well . Also, Would you happen to know the dimensions for the images. I doubt that the bootanimations from a phone will have the right size images. If someone knows what size they need to be for the 101 and the 70 that would be some good info.
saprano614 said:
This is cool thanks. Will this work on the 70 as well . Also, Would you happen to know the dimensions for the images. I doubt that the bootanimations from a phone will have the right size images. If someone knows what size they need to be for the 101 and the 70 that would be some good info.
Click to expand...
Click to collapse
Any size smaller than the display size will work. I believe the images are automatically scaled down to fit the screen but not scaled up. Some tests need to be done to find a good size.
This may help http://androidforums.com/htc-droid-eris/56647-boot-animation-gallery.html
wdl1908 said:
Some tests need to be done to find a good size.
Click to expand...
Click to collapse
OK so this works great on the 70. I used 800x480 for the images and they fit perfect.
You 101 users should try 1024x600. this is the resolution of the 101 screen. that is how i came up with the size for my 70 so it should work.
I read somewhere on here the size of pics needed for the A101IT needs to be 1200x1024 for the best quality but i have yet to test those exact dimensions. When I read about it from somewhere in here like 3 other people all confirmed the 1200x1024 dimensions as well.
(It may be the same for the A70IT too but probably not due to the 70 and 101 size difference)?
As a side note, getting bach to the bootscreen animation, how would I go about applying a new bootscreen because I downloaded a new one and thought it would apply itself but didnt, any ideas?
spicy_puerto_rican said:
I read somewhere on here the size of pics needed for the A101IT needs to be 1200x1024 for the best quality but i have yet to test those exact dimensions. When I read about it from somewhere in here like 3 other people all confirmed the 1200x1024 dimensions as well.
(It may be the same for the A70IT too but probably not due to the 70 and 101 size difference)?
Click to expand...
Click to collapse
1200x1024 is the size of the wallpapers the max size of the boot animation should be 1024x600 for A101IT
spicy_puerto_rican said:
As a side note, getting bach to the bootscreen animation, how would I go about applying a new bootscreen because I downloaded a new one and thought it would apply itself but didnt, any ideas?
Click to expand...
Click to collapse
copy bootanimation.zip to /data/customization/
Ahhh, I see! Very much appreciated (wdl1908) for all your help! You know your $hit, thanks!
While searching around I found this site with a lot of boot screen animations http://cid-11d05b676a3170c4.office.live.com/browse.aspx/.Public/Android/bootanimations
Enjoy.
does anyone know if you can add sound to the animation? and if so how?
Here is the bootanimation i made for my 70.Just rename it to bootanimation.zip and paste in the /data/customization folder. (if that folder does not exist then just make it) I have more if you would like them let me know.
To Saprano614, WDL1908, or anyone else....
How do I apply a new custom boot screen animation??
I've tried numerous times putting new bootscreen animations in .zip folders in the /data/customization folder I had to create and I'm confused with how it's supposed to be applied?! Do I put it in the /data/customization folder and reboot... because I've done exactly that, time and time again but I still get nothing and it still loads the same boring factory bootscreen? Do I need to do something different or additional?? = ( Also, do I extract the bootscreen out of the zipped folder and put it in the /data/customization folder or just keep it zipped and copy there?
spicy_puerto_rican said:
To Saprano614, WDL1908, or anyone else....
How do I apply a new custom boot screen animation??
I've tried numerous times putting new bootscreen animations in .zip folders in the /data/customization folder I had to create and I'm confused with how it's supposed to be applied?! Do I put it in the /data/customization folder and reboot... because I've done exactly that, time and time again but I still get nothing and it still loads the same boring factory bootscreen? Do I need to do something different or additional?? = ( Also, do I extract the bootscreen out of the zipped folder and put it in the /data/customization folder or just keep it zipped and copy there?
Click to expand...
Click to collapse
you leave the zip as it is, but you have to edit a line and put a line in
/init.rc
first (in init.rc) undocument
Code:
# export ANDROID_BOOTLOGO 1
to
Code:
export ANDROID_BOOTLOGO 1
then, after this existing lines
Code:
service media /system/bin/mediaserver
user media
group system audio camera graphics inet net_bt net_bt_admin net_raw
ioprio rt 4
insert ( or in the newer uruk versions, undocument) the lines
Code:
service bootanim /system/bin/bootanimation
user graphics
group system audio graphics
disabled
oneshot
this gives you the animation after message "switching to rootfs" till the homescreen appears
its also possible to remove the urukdroid logo, but therefore initramfs.cpio.gz has to be edited
(/etc/scripts/init_lib.sh in initramfs)
the second part of uruk animation is in
/system/bin/show_logo.sh
it also can be deactivated by editing the file (but do not delete it, because its used for other things too)
I use the app su file manager & terminal. Conect you tab to your pc paste the bootanimation.zip to the root of your sdcard. Then unplug the usb. Then with su file manager or another superuser permited file browser copy thr bootanimation.zip and then browse to the /data/customization folder. Make sure that it is in the correct /data folder. There is one on the sdcard and one on the device. if u use the file browser I do then hit back button till it asks if you want to exit but hit cancel. Then look for the Data file. That is the one you need. Then reboot. Again must be in the /data/customization folder not the /sdcard/data/customization folder.
woti23 said:
you leave the zip as it is, but you have to edit a line and put a line in
/init.rc
first (in init.rc) undocument
Code:
# export ANDROID_BOOTLOGO 1
to
Code:
export ANDROID_BOOTLOGO 1
then, after this existing lines
Code:
service media /system/bin/mediaserver
user media
group system audio camera graphics inet net_bt net_bt_admin net_raw
ioprio rt 4
insert ( or in the newer uruk versions, undocument) the lines
Code:
service bootanim /system/bin/bootanimation
user graphics
group system audio graphics
disabled
oneshot
this gives you the animation after message "switching to rootfs" till the homescreen appears
its also possible to remove the urukdroid logo, but therefore initramfs.cpio.gz has to be edited
(/etc/scripts/init_lib.sh in initramfs)
the second part of uruk animation is in
/system/bin/show_logo.sh
it also can be deactivated by editing the file (but do not delete it, because its used for other things too)
Click to expand...
Click to collapse
Ok this is only needed if you are using uruk. If have rooted using churli's method then my above instructions are all yoi need.
saprano614 said:
I use the app su file manager & terminal. Conect you tab to your pc paste the bootanimation.zip to the root of your sdcard. Then unplug the usb. Then with su file manager or another superuser permited file browser copy thr bootanimation.zip and then browse to the /data/customization folder. Make sure that it is in the correct /data folder. There is one on the sdcard and one on the device. if u use the file browser I do then hit back button till it asks if you want to exit but hit cancel. Then look for the Data file. That is the one you need. Then reboot. Again must be in the /data/customization folder not the /sdcard/data/customization folder.
Click to expand...
Click to collapse
i followed these instrustions yet i still cant get the animation to work im new to all of this but i have done well with my evo lol it cooperates much better than this 101 does though lol please help.
you have root? make sure to copy the .zip file to the /data/customization folder. also it must be named bootanimation.
I did this as well but still no boot screen I'm wondering if the kernel I'm using doesn't support custom boot animations PR if that has anything to do with it at all
Sent from my PC36100 using XDA Premium App
dalton1091 said:
I did this as well but still no boot screen I'm wondering if the kernel I'm using doesn't support custom boot animations PR if that has anything to do with it at all
Sent from my PC36100 using XDA Premium App
Click to expand...
Click to collapse
nothing to do with the kernel, you must edit the /init.rc and enable the bootanimation, as written above

[Q] Boot Animation Audio

I have the Call of Duty boot animation, but for some reason the audio wont work. I also have tried the Xbox 360 boot animation. Even that, will not play the audio. but the FinalThunder.mp3 still plays fine.
Ive checked permissions, file names...rhetorically everything. Anyone got an idea what i might be doing wrong?
which rom are you using.....I'm finding the same problem using CM7 and the Bios boot animation. Haven't really looked into it yet though as I just loaded it this morning.
Will post back if I find anything.........
Stock. I rooted fully. Rootchecker says im fine, and the animation works, but no sound
What I have found that works is you have to have the folders within bootanimation.zip set up the same way as the stock one: android, progress and VZW. I haven't look that far into but it seems like the boot sound is triggered when a certain folder is started. If this is so, replacing the boot animation with another one that isn't structured the same and renaming the mp3 to FinalThunder won't work.
Like, wat do you mean? only thing i got is the bootanimation.zip and FinalThunder.mp3, and its int he same place, as in /system/customize/resource/
Superthrust said:
Like, wat do you mean? only thing i got is the bootanimation.zip and FinalThunder.mp3, and its int he same place, as in /system/customize/resource/
Click to expand...
Click to collapse
There's a folder structure inside bootanimation.zip. I'm not talking about where the zip file stored on the phone. More than like the Call of Duty zip has two folders in it, android and part2. Link me to where you got the boot animation and I'll fix it for you.
zhp pilot said:
There's a folder structure inside bootanimation.zip. I'm not talking about where the zip file stored on the phone. More than like the Call of Duty zip has two folders in it, android and part2. Link me to where you got the boot animation and I'll fix it for you.
Click to expand...
Click to collapse
Ill try to attach the ones i have.
Looking inside them both, stock bootanim has no folders. But the COD one does. As for the audio, FinaltHUNDER works but cod-finalthunder wont. (no, i didnt name it that lol)
As i said before, the boot animation works PERFECTLY, just the audio is not working
Try this. Works with sound on my phone. http://www.mediafire.com/?2fvuc65eqdcfdp3
testing. will post with results.
Also, could you maybe tell me what you did? I really want to learn. I have some others i'd like to get working, as well as some ideas I am building with some friends. They know the stuff, but they are in classes and doing finals..I don't have the luxury of college.
Also, is there a way i can adb into my phone and auto-achieve r/w on my system folder? Right now, i have to use RootExplorer and mount as R/W since adb always tells me "unable to push, blah blah, read only filesystem"
It works. Perfectly. Cept the audio is unsynched but that will be easy for me to fix. Thank you so much. What did you change, my awesome savior?
Superthrust said:
testing. will post with results.
Also, could you maybe tell me what you did? I really want to learn. I have some others i'd like to get working, as well as some ideas I am building with some friends. They know the stuff, but they are in classes and doing finals..I don't have the luxury of college.
Also, is there a way i can adb into my phone and auto-achieve r/w on my system folder? Right now, i have to use RootExplorer and mount as R/W since adb always tells me "unable to push, blah blah, read only filesystem"
Click to expand...
Click to collapse
All I did was set the folder structure the same way the stock one is, with android, progress and VZW and made sure desc.txt was formatted properly.
If you are using adb, instead of using Root Explorer to mount system, try command
Code:
adb shell sysrw
Of course this command all depends on how the ROM is set up that you are using.
So, say im using a new bootanimation. Copy/pasta the desc text file, and make sure the structure inside is the same way?
adb shell sysrw says permission denied. im using rooted stock.
Superthrust said:
So, say im using a new bootanimation. Copy/pasta the desc text file, and make sure the structure inside is the same way?
Click to expand...
Click to collapse
Simple break down: android folder contains the first image of the boot animation; the one some people thinks is a second splash screen. VZW folder contains the actually boot animation images and progress is the last image display at the phone is booting. Place your boot animation images in these folders accordingly. I would suggest just putting a plain black image in the android folder and name the image the same as the stock "second splash" screen.
Use the desc.txt file from the boot that I sent you. The only thing you will need to change is the frame rate to make it work with other boot animations. So if a boot is supposed to be displayed at 10 fps, change the 30 to 10 and save.
Once you have everything the way you want it, zip all three folders and desc.txt using the store, or no compression, option. Now you are ready to go. Like you mentioned earlier, you may need to edit FinalThunder.mp3 to make it sync correctly.
About adb sysrw command; stock RUU is not up for that command. Not sure what the syntax would be for stock root or if you can even mount the system as R/W through adb.
dont think i can. and i thnk i gotta lower the fps a little ont he animation
zhp pilot said:
Simple break down: android folder contains the first image of the boot animation; the one some people thinks is a second splash screen. VZW folder contains the actually boot animation images and progress is the last image display at the phone is booting. Place your boot animation images in these folders accordingly. I would suggest just putting a plain black image in the android folder and name the image the same as the stock "second splash" screen.
Use the desc.txt file from the boot that I sent you. The only thing you will need to change is the frame rate to make it work with other boot animations. So if a boot is supposed to be displayed at 10 fps, change the 30 to 10 and save.
Once you have everything the way you want it, zip all three folders and desc.txt using the store, or no compression, option. Now you are ready to go. Like you mentioned earlier, you may need to edit FinalThunder.mp3 to make it sync correctly.
About adb sysrw command; stock RUU is not up for that command. Not sure what the syntax would be for stock root or if you can even mount the system as R/W through adb.
Click to expand...
Click to collapse
I tried changing the FPS and i hit save. I saved it also in the .zip and now the boot animation wont work period. What did i do wrong? Only thing i did was change 30p to 27p
Superthrust said:
I tried changing the FPS and i hit save. I saved it also in the .zip and now the boot animation wont work period. What did i do wrong? Only thing i did was change 30p to 27p
Click to expand...
Click to collapse
Did you open it from within the zip file and save it? If so, when you saved it, the zip was updated and probably changed the compression ratio to the default of whatever program you are using.
zhp pilot said:
Did you open it from within the zip file and save it? If so, when you saved it, the zip was updated and probably changed the compression ratio to the default of whatever program you are using.
Click to expand...
Click to collapse
so what compression method do i have to use to make this work correctly? Cause i need to fix the audio again.
Superthrust said:
so what compression method do i have to use to make this work correctly? Cause i need to fix the audio again.
Click to expand...
Click to collapse
None. Use store option or no compression.
Hey guys, I'm looking for and audio thread that would help with a GB lockscreen, I have ran across one or know if there is one but I found this one and may one of you could help me?
I want to change or I should say make an audio sound for when I unlock my GB Rom. Is that possible? I also wanted to combined in two audio sounds. Any help would be great and appreciated. Thanks
*WALK in the WORD*

Boot animation (sorta reposting)

There are a few issues I'm having with my custom boot animation. I found a sound file and modded the desc.txt file, put the sound in the same folder as the boot animation and stilll nothing happened. can anyone tell me what I'm doing wrong?
instruction source:http://www.droidforums.net/forum/dr...und-droid-x-info-build-prop-2.html#post884856
Sound source: http://www.mydroidworld.com/forums/...-thunderbolt-boot-animation-sound-ported.html
The sound is the 'tranquility.mp3' file
yeah me too... installed my favorite bootanimation.. the android factory with welding sound, but no sound???
Ought to be a easy fix for one of the devs.
can you upload your bootanimation.zip that your have trouble with
also what SBF version are you on? and did you change any build.prop lines?
ClearFire said:
can you upload your bootanimation.zip that your have trouble with
also what SBF version are you on? and did you change any build.prop lines?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1054076&highlight=factory
I'm using this one w/ sound on 4.5.91... runs incredibly faster at boot now, and with now sound... yes, all the files are in the right place, and no, I haven't changed a thing.
ClearFire said:
can you upload your bootanimation.zip that your have trouble with
also what SBF version are you on? and did you change any build.prop lines?
Click to expand...
Click to collapse
The boot animation I want is attached.... I'm on 4.1.83 and no changes
I can't post the mp3 unfortunately
ok, so I don't know if this is the "exact" same one that you used in the /system/media folder because it was missing the sound command in the desc.txt
I modified the desc.txt and this is what it says;
540 960 15
p 1 0 part0
s tranquility.mp3
p 0 0 part1
Make sure the .mp3 says tranquility.mp3
Also, whenever you add sound make sure it's a lowercase "s" and not "S".
If you do modify anything in the bootanimation.zip always unzip the files then re-zip after you modify the contents using these steps.
-Highlight all three files, "Part0, Part1 & desc.txt"
-Right-click and select "Add to archive..."
-Under Archive format select ZIP
-Under compressed method select "Store" from the drop down menu
If you modify anything without unzipping and save the contents, then you mess with the "store" setting that is required for the bootanimation.zip to be recognized by the phone.
I tested this, not with that particular .mp3 but one of my own, and it works just fine. Hope this works for you. [attached bootanimation.zip]
EDIT: MAKE SURE YOUR MEDIA VOLUME IS ALL THE WAY UP IN ORDER TO HEAR THE SOUND AT BOOT
Swiftks said:
http://forum.xda-developers.com/showthread.php?t=1054076&highlight=factory
I'm using this one w/ sound on 4.5.91... runs incredibly faster at boot now, and with now sound... yes, all the files are in the right place, and no, I haven't changed a thing.
Click to expand...
Click to collapse
If you did not change a thing then that is why your sound is not working. If you follow those steps I outlined above and add the "s" command then it should work. If you would like, upload the bootanimation.zip that you are using and I will see if there is anything wrong.
ClearFire said:
If you did not change a thing then that is why your sound is not working. If you follow those steps I outlined above and add the "s" command then it should work. If you would like, upload the bootanimation.zip that you are using and I will see if there is anything wrong.
Click to expand...
Click to collapse
Man, it already has the commands correctly. It was working just fine on 1.83, after the update to 4.5.91 the sound is no longer working, and the animation is like twice as fast... files untouched.
Swiftks said:
Man, it already has the commands correctly. It was working just fine on 1.83, after the update to 4.5.91 the sound is no longer working, and the animation is like twice as fast... files untouched.
Click to expand...
Click to collapse
Well I never went to the official 4.5.91 only the flashable HKTW and The boot did not work at all. So I deleted both the sound file and bootanimation.zip and pushed both the .zip and sound back in /sytstem/media then it worked just fine. Maybe refreshing the files might work like it did for me but can't say for sure as I never went to the official OTA because of the issues that are occurring right now
EDIT: also if it is going twice as fast maybe you should try just taking a look at the desc.txt and seeing if "somehow" the frame rate was changed. Who knows, but I would double check everything.
ClearFire said:
ok, so I don't know if this is the "exact" same one that you used in the /system/media folder because it was missing the sound command in the desc.txt
I modified the desc.txt and this is what it says;
540 960 15
p 1 0 part0
s tranquility.mp3
p 0 0 part1
Make sure the .mp3 says tranquility.mp3
Also, whenever you add sound make sure it's a lowercase "s" and not "S".
If you do modify anything in the bootanimation.zip always unzip the files then re-zip after you modify the contents using these steps.
-Highlight all three files, "Part0, Part1 & desc.txt"
-Right-click and select "Add to archive..."
-Under Archive format select ZIP
-Under compressed method select "Store" from the drop down menu
If you modify anything without unzipping and save the contents, then you mess with the "store" setting that is required for the bootanimation.zip to be recognized by the phone.
I tested this, not with that particular .mp3 but one of my own, and it works just fine. Hope this works for you. [attached bootanimation.zip]
EDIT: MAKE SURE YOUR MEDIA VOLUME IS ALL THE WAY UP IN ORDER TO HEAR THE SOUND AT BOOT
Click to expand...
Click to collapse
Thanks a bunch. You helped my so much. I gotta buy you a beer sometime!
Swiftks said:
Man, it already has the commands correctly. It was working just fine on 1.83, after the update to 4.5.91 the sound is no longer working, and the animation is like twice as fast... files untouched.
Click to expand...
Click to collapse
I believe the audio has a different file location for 4.5.91. Looking at it where right now myself for another animation.

Categories

Resources