View Single Post
  #2 (permalink)  
Old 10-27-2008, 08:06 AM
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: Intitial PPC Volume level

Quote:
Originally Posted by ceej View Post
Anyone know where to adjust the volume level that the PPC starts out at? After a soft reset it defaults to half volume. I use mine mostly in a vehicle and need full volume.
Try this. I just started using this just this weekend so I haven't really tested fully, but it starts up with full ringer volume...

Code:
 
;<<<<<----- Volume = Max ----->>>>>
;=====================================
[HKEY_CURRENT_USER\ControlPanel\Volume]
"Ringer"=dword:FFFFFFFF
"Volume"=dword:FFFFFFFF
"Mute"=dword:00000007
"Screen"=dword:00010000
"Key"=dword:00010000
 
; not sure on this one...
[HKEY_CURRENT_USER\ControlPanel\PhoneVolume]
"DownlinkPhoneVolume"=dword:000000FF
"MappedDownVolume"=dword:000000FA
__________________
If this post was helpfull, let me know by clicking Thanks!