Good catch. There is no S value, so he forgot to add (or decided to exclude) it. It should be in the beginning of # droid, so I believe perhaps it should read:
p 1 0 01_droid
s 1 0 01_droidhd
Let's see in the original.
Printable View
Good catch. There is no S value, so he forgot to add (or decided to exclude) it. It should be in the beginning of # droid, so I believe perhaps it should read:
p 1 0 01_droid
s 1 0 01_droidhd
Let's see in the original.
Here's the original:
# 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
# mobility
p 1 0 02_mobility
s droidhd.ogg
# loop
p 0 0 03_loop
Need to add s droidhd.ogg :biggrin:
# 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
# mobility
p 1 0 02_mobility
s droidhd.ogg
# loop
p 0 0 03_loop
Damn, you got me/
So that's the problem.
I'm fixing now.
Fixes done. Rebooting.
I copied the entire thread of instructions from the known good to the new blue, and got NOTHING, no sound, no animated boot.
I went back in and simply added s droidhd.ogg to the original text from the new blue.
Uploading to the phone now.
LMAO got ya again :biggrin::p
you guys are having problems because you installed the loud ogg, right? I shouldn't have any problems when I reboot, right?