If you would like more control over how your Windows Mobile device rings/vibrates/flashes its LEDs on events, you can can change the Script values of these events.
For example, for an incoming call performing
‘activate device, play ringtone, wait 3 seconds, repeat’
HKCU\ControlPanel\Sounds\RingTone0\Script = “apw3r”
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”
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.
Note: Windows Mobile devices also have a registry like other Microsoft Windows operating systems. We can customized many of the defaults on our devices to suit our needs. The structure of Windows Mobile registry is very similar to the Windows Registry structure, so if you are familiar with it, you will find this just as easy. If you have not yet delved into a registry, you will find this quite tricky.
Warning: Modifying the Windows Mobile registry can cause serious damage to your Windows Mobile Device.It is better to backup your Windows Mobile registry data before making any changes. Tomstricks.com is not responsible for any changes you may make to your system.
Popularity: 5%
Did You Like This Post? Then You Might Find These Also Interesting: