What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Enabling boot sound

The desc.txt file is located in the bootanimation.zip file.

I got all that, but what line do I add into the desc.txt

I have
480 480 13
p 1 0 android
p 1 0 part0
p 1 1 part1

And the sound is a mp3. I have tried android.mp3 android-audio.mp3

I never found the r2d2 with sound, so could you let me know how close I am?
Also, I am on the 2.2 ota, but had to sbf to 2.3.13
DROID X: Rooted, DeoDexed, BigDXSerenity Red
 
You are closse but the Sound that you are looking to play must be set up differently than the images. here is what my desc.txt looks like.

p 1 15 part0
s Imperial2.mp3

p 1 0 part1
s none

p 1 0 part2
s d2_r2d2_pu.ogg

Placing the s before the name of the file that you want to play is the key. As you can see from mine I have set it up to play 2 different audio files at different times. I would think that yours should look something like this.

480 480 13
p 1 0 part0
s android.mp3

p 1 1 part1



Let me know if you need any other help.
 
You are closse but the Sound that you are looking to play must be set up differently than the images. here is what my desc.txt looks like.

p 1 15 part0
s Imperial2.mp3

p 1 0 part1
s none

p 1 0 part2
s d2_r2d2_pu.ogg

Placing the s before the name of the file that you want to play is the key. As you can see from mine I have set it up to play 2 different audio files at different times. I would think that yours should look something like this.

480 480 13
p 1 0 part0
s android.mp3

p 1 1 part1



Let me know if you need any other help.

Thank you for fixing that. As soon as I get back to a computer, ill edit that and try.


DROID X: Rooted, DeoDexed, BigDXSerenity Red
 
Back
Top