View Single Post
  #6 (permalink)  
Old 05-15-2008, 10:32 PM
rstoyguy's Avatar
rstoyguy
SuperNoob
Offline
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Duplicate Ringers?

While we're on the topic and we're in the registry thread here are my examples of setting the sounds and my initflashfiles.txt in an oem. Just for fun!

Code:
REGEDIT 4
;Custom ringer/sound selections
 
[HKEY_CURRENT_USER\ControlPanel\Notifications\{A877D659-239C-47a7-9304-0D347F580408}]
;"Default"="ActiveSynce: Begin Sync"
"wave"="\\Windows\\sfs-Device connected to active-sync!.mp3"
"Options"=dword:1
[HKEY_CURRENT_USER\ControlPanel\Notifications\{A877D658-239C-47a7-9304-0D347F580408}]
;"Default"="ActiveSynce: End Sync"
"wave"="\\Windows\\sfs-Device disconnected from active-sync!.mp3"
"Options"=dword:1
[HKEY_CURRENT_USER\ControlPanel\Notifications\{A877D65A-239C-47a7-9304-0D347F580408}]
;"Default"="Msg: New E-Mail Message"
"wave"="\\Windows\\sfs-New e mail has arrived!.mp3"
"Options"=dword:1
[HKEY_CURRENT_USER\ControlPanel\Notifications\{A877D65B-239C-47a7-9304-0D347F580408}]
;"Default"="Msg: New Text Message"
"wave"="\\Windows\\txtmsgbos.mp3"
"Options"=dword:1
[HKEY_CURRENT_USER\ControlPanel\Sounds\RingTone0]
;set ringer
"Sound"="\\my documents\\bennyhill.mp3"
Code:
 
;*******************************************************
;initflashes.txt created with packages generator by ervius!!!
;package: sounds_fonts
 
Directory("\My Documents"):-File("BennyHill.mp3","\windows\000-BennyHill.mp3")
Directory("\My Documents"):-File("broncos.tsk","\windows\000-broncos.tsk")
Directory("\My Documents"):-File("mars.tsk","\windows\000-mars.tsk")
Directory("\My Documents"):-File("Sunset.tsk","\windows\000-Sunset.tsk")
 
;Help files:
;end of package: sounds_fonts
;*******************************************************
__________________
If this post was helpfull, let me know by clicking Thanks!