Joined
·
402 Posts
I've been looking around and can't find anything that works is there any way i can have a sound file play during the bootanimation i am on CM4DX GB and can't seem to find anything that will work.
I rememebr seeing something a while back about naming the sound bootup.ogg and placing it in the system/media folder. Not sure if it works on cm7 or not though. I've never tried it yet."Spartan67 said:I've been looking around and can't find anything that works is there any way i can have a sound file play during the bootanimation i am on CM4DX GB and can't seem to find anything that will work.
and to add to this... i think you'll also need to check the build prop... and make sure it has that sound in there...cubsfan187 said:I rememebr seeing something a while back about naming the sound bootup.ogg and placing it in the system/media folder. Not sure if it works on cm7 or not though. I've never tried it yet.
I don't know what to look for in the Build Prop i tried putting the sound file in system/media and nothing happened. I've already tried a guide for adding sound to CM7 but it just make my phone bootloop. I think it is because i am CM4DX GB and not the normal on .340Nemo aeternamn said:and to add to this... i think you'll also need to check the build prop... and make sure it has that sound in there...
Didnt work but I switched to SSM v3 anyway which happens to have sounddaxxone said:#persist.mot.powerup.tone=/system/media/bootup.ogg
That is the line that would work with the previously suggested option, if it is in the build.prop. I still think the files in the bootanimation will override this.
I will have to try this when/if i go back to CM74DX but for know i pretty impressed with SSM v3Jubakuba said:This worked perfectly for me...
http://forums.androidcentral.com/htc-mytouch-4g/69792-mod-how-unlock-your-boot-animation-audio.html
It doesn't mention this...
But you have to have the file named "android_audio.mp3"
And obviously follow all steps.
OT:
Unfortunately the Nexus Prime animation I was trying to flash didn't sync up correctly...
So I used Audacity to add silence to the beginning of the mp3.
Brilliant!
But...that didn't work either. The Animation was too slow for the sound...animation ran choppy for some reason.
<br />
# 540 wide, 960 tall 15 frames per second<br />
540 960 15<br />
<br />
# p means we're defining a part<br />
# first number is repeat count, 0 means infinite<br />
# second number is delay in frames before performing the next part<br />
# so if you are playing 15 frames a second 15 would be... one second<br />
# string defines the directory to load files from<br />
# files will be loaded in order but names don't matter<br />
<br />
# s defines a sound for a part<br />
# sounds will be loaded from /system/media<br />
# oggs with loop points will loop automatically<br />
# only one sound will play at a time<br />
# timing is driven by the part, not the sounds<br />
# if you want no sound, leave blank<br />
<br />
# droid<br />
p 1 7 01_droid<br />
s Droid.ogg<br />
<br />
# eye<br />
p 1 0 02_eye<br />
<br />
# eyeloop<br />
p 0 0 03_eyeloop<br />
Not sure trying to add sound to this dont know were to add it any time I put the sound line in theres not bootanimation just a black screen"Detonation said:The sound must be specified in desc.txt within the bootanimation.zip file. This is the desc.txt from the D3, which is nicely documented and explains how specify a sound
# 540 wide, 960 tall 15 frames per second
540 960 15
# 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 7 01_droid
s Droid.ogg
# eye
p 1 0 02_eye
# eyeloop
p 0 0 03_eyeloop
<br />
480 800 30<br />
p 1 0 Part0<br />
p 1 0 Part1<br />
p 1 0 Part2<br />
p 1 0 Part3<br />
p 1 0 Part4<br />
p 1 0 Part5<br />
p 1 0 Part6<br />
p 0 1 Part7<br />
Spartan67 said:Not sure trying to add sound to this dont know were to add it any time I put the sound line in theres not bootanimation just a black screen
Code:480 800 30 p 1 0 Part0 p 1 0 Part1 p 1 0 Part2 p 1 0 Part3 p 1 0 Part4 p 1 0 Part5 p 1 0 Part6 p 0 1 Part7 [code][/QUOTE] When you edit the zip, make sure you repackage it [i]without compression[/i] otherwise it won't work
<br />
<br />
480 800 30<br />
p 1 0 Part0<br />
s Droid.ogg<br />
p 1 0 Part1<br />
p 1 0 Part2<br />
p 1 0 Part3<br />
p 1 0 Part4<br />
p 1 0 Part5<br />
p 1 0 Part6<br />
p 0 1 Part7<br />
<br />