View Single Post
  #5 (permalink)  
Old 09-21-2007, 03:20 PM
eb3604's Avatar
eb3604
PPCGeeks Regular
Offline
 
Join Date: Jun 2007
Posts: 181
Reputation: 30
eb3604 is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
hmm sorry. I just ported it over to the mogul. I assumed the 6700 one was perfect.

just looked in the registry. it doesn't change the values back. Will make a fix today.

hmm ok apparently there is no way to delete reg strings with a cab file without making a custom dll. i only have vc++ express, so I can't use the wince sdk. So here is the manual fix. make sure your registry looks like this. aka. add the sound dword

Quote:
[HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf1]
"Category"="Feedback"
"Script"="p"
"Sound"=dword:00000001


[HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf2]
"Category"="Feedback"
"Script"="p"
"Sound"=dword:00000002


[HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf3]
"Category"="Feedback"
"Script"="p"
"Sound"=dword:00000003


[HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf4]
"Category"="Feedback"
"Script"="p"
"Sound"=dword:00000004


[HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf5]
"Category"="Feedback"
"Script"="p"
"Sound"=dword:00000005


[HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf6]
"Category"="Feedback"
"Script"="p"
"Sound"=dword:00000006


[HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf7]
"Category"="Feedback"
"Script"="p"
"Sound"=dword:00000007


[HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf8]
"Category"="Feedback"
"Script"="p"
"Sound"=dword:00000008


[HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf9]
"Category"="Feedback"
"Script"="p"
"Sound"=dword:00000009


[HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf0]
"Category"="Feedback"
"Script"="p"
"Sound"=dword:00000000


[HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf*]
"Category"="Feedback"
"Script"="p"
"Sound"=dword:0000000A


[HKEY_CURRENT_USER\ControlPanel\Sounds\Dtmf#]
"Category"="Feedback"
"Script"="p"
"Sound"=dword:0000000B
courtesy Pdaphonehome post

Last edited by eb3604; 09-21-2007 at 05:36 PM.
Reply With Quote