View Single Post
  #18554 (permalink)  
Old 05-24-2010, 02:40 PM
ichthus's Avatar
ichthus
PPCGeeks Regular
Offline
 
Join Date: Sep 2009
Posts: 106
Reputation: 320
ichthus is becoming a PPCGeeks regularichthus is becoming a PPCGeeks regularichthus is becoming a PPCGeeks regularichthus is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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
Reply With Quote
This post has been thanked 8 times.