Re: (¯`·.¸¸.·´¯`·.¸¸.·´¯`·.¸¸.- 'Energy' |May 16| 21903|23569 -.¸¸.·´¯`·.¸¸.·´¯`·.¸¸.
This might interest some of you:
i ran across this information and wanted to share it with this forum.
With this knowledge, you can highly customize the way your phone rings:
By editing this registry key:
HKCU\ControlPanel\Sounds\RingTone0\Script=
script values:
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.
Examples:
Script = “apw3r”
‘activate device, play ringtone, wait 3 seconds, repeat’
Script = "ac33pc67pc100p”
‘active device, set volume to 33%, play ringtone, set volume to 67%, play ringtone, set volume to 100%, play ringtone
|