Additional support items for this tutorial:
Find your RingTones in this thread:
http://forum.ppcgeeks.com/forumdisplay.php?f=19
================================================== ===
Possible Hex values for Options:
Decimal : Hex Conversion
0 : 00
1 : 01
2 : 02
3 : 03
4 : 04
5 : 05
6 : 06
7 : 07
8 : 08
10 : 0A
11 : 0B
12 : 0C
13 : 0D
14 : 0E
15 : 0F
================================================== ===
Here is the scoop on Scripts thanks to weedahoe! Thanks!
Quote:
Originally Posted by weedahoe
call performing 'activate device, play ringtone, wait 3 seconds, repeat':
HKCU\ControlPanel\Sounds\RingTone0\Script = "apw3r" (REG_SZ string, no quotes)
For performing 'active device, set volume to 33%, play ringtone, set volume to 67%, play ringtone, set volume to 100%, play ringtone (no repeat)':
HKCU\ControlPanel\Sounds\RingTone0\Script = "ac33pc67pc100p" (REG_SZ string, no quotes)
The following are the full codes available to you. Please note that all the codes are executed simultaneously except after a ringtone play / wait code. E.g.
'v1p' will vibrate and play at the same time, while vibrating for 1 second. But 'pv1' will play the ringtone through all the way first, then start vibrating
for 1 second.
a = activate device
cN = set volume to N in percentage max volume
fN = flash notification LED for N seconds
p = play ringtone. Note that this will play the ringtone all the way through before continuing with the next code.
r = repeat. Note that this should be the last code in your Script string, if used at all.
vN = vibrate for N seconds
wN = wait for N seconds. Note that the device will wait this long before continuing with the next code.
In-call volume change without sound
You can change the following values:
HKCU\ControlPanel\Sounds\LoudestInCallVolume
HKCU\ControlPanel\Sounds\QuietestInCallVolume
HKCU\ControlPanel\Sounds\StandardInCallVolume
within each of these keys the default 'Script' value is 'p' for 'play'
Change the 'Script' value to blank (erase the 'p')
No more annoying beeps and the volume changes quicker! YAY
|
================================================== ===
sound locations / and supported types Coming soon...