PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Vogue
Register Community Search

Notices


Closed Thread
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-29-2008, 08:36 AM
mswlogo's Avatar
VIP Member
Offline
Pocket PC: EVO 4G
Carrier: Sprint SERO Premium
Location: MA, USA
 
Join Date: Jun 2007
Posts: 1,330
Reputation: 970
mswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
H to set InCall Volume default after softreset?

On older htc phones there was a registry edit to set the volume setting at boot up. Does anyone know what it is for the current version.

I'm running Alltel WM 6.0 ROM

I know all about audiopara.csv but that's not what I want. It boots up on 2nd from the top tic on InCall Volume. I want it to default to the top tic mark on softreset.
__________________
EVO 4G, Stock Sprint ROM, ProClip in Car, Sony HBH-300.
  #2 (permalink)  
Old 05-29-2008, 09:05 AM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
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: H to set InCall Volume default after softreset?

Quote:
Originally Posted by mswlogo View Post
On older htc phones there was a registry edit to set the volume setting at boot up. Does anyone know what it is for the current version.

I'm running Alltel WM 6.0 ROM

I know all about audiopara.csv but that's not what I want. It boots up on 2nd from the top tic on InCall Volume. I want it to default to the top tic mark on softreset.
Play with your volumes and keep an eye on these 5 registry keys to get the settings you want to keep. audiopara.csv sets the system volumes, but you can still control your desired volume depending on the ranges set within the audiopara.csv file.

The following controls the 5-Step volume slider volumes:

; Phone icon, this is the one on the left when you click the speaker icon
HKEY_CURRENT_USER\ControlPanel\Volume
Volume=dword:858,993,459
; 1st bar of 5 = 0 or silence (if you go down one more to vibrate, it also sets the key "screen":dword=0)
; 5th bar of five: loudest = 4,294,967,295
; 2nd bar of 5: = 858,993,459

;Handset icon, this is the one on the right when you click the speaker icon
HKEY_CURRENT_USER\ControlPanel\Volume
Ringer=dword:858,993,459
;0 = silence

;microphone
HKEY_CURRENT_USER\ControlPanel\Volume
Mute= dword:7
This one 7, is loudest, 0=mute

;vibrate?
HKEY_CURRENT_USER\ControlPanel\Volume
Screen= dword:=65,336
;0=vibrate

;Mystery...
HKEY_CURRENT_USER\ControlPanel\Volume
Key=dword:0
;don't know what this one is...

Hope you can understand my chicken scratch!
Code:
REGEDIT4
[HKEY_CURRENT_USER\ControlPanel\Volume]
"Volume"=dword:FFFFFFFF
"Ringer"=dword:33333333
"Screen"=dword:00010000
"Key"=dword:00000000
"Mute"=dword:00000007
__________________
If this post was helpfull, let me know by clicking Thanks!


Last edited by rstoyguy; 05-29-2008 at 09:23 AM.
  #3 (permalink)  
Old 05-29-2008, 12:06 PM
mswlogo's Avatar
VIP Member
Offline
Pocket PC: EVO 4G
Carrier: Sprint SERO Premium
Threadstarter
Location: MA, USA
 
Join Date: Jun 2007
Posts: 1,330
Reputation: 970
mswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: H to set InCall Volume default after softreset?

Those are already Maxed in registry and not the IN CALL volume.

The "Left" one on speaker Icon is your "PDA" volume the right one is "Ringer".

While IN a call there is a third volume control that pops up if you hit the volume slider.'

That's the one I want to default to 5 and now defaults to 4 after soft reset.
  #4 (permalink)  
Old 05-29-2008, 05:23 PM
mswlogo's Avatar
VIP Member
Offline
Pocket PC: EVO 4G
Carrier: Sprint SERO Premium
Threadstarter
Location: MA, USA
 
Join Date: Jun 2007
Posts: 1,330
Reputation: 970
mswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: H to set InCall Volume default after softreset?

Anybody?
  #5 (permalink)  
Old 05-29-2008, 08:14 PM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
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: H to set InCall Volume default after softreset?

I made a phone call. I captured the registry settings with the in call volume set to the 5th notch and then changed the volume to the 2nd notch and captured it again. Here are the differences in the registry:

5th notch in call volume:
Code:
 
REGEDIT4
 
[HKEY_CURRENT_USER\ControlPanel\PhoneVolume]
"DownlinkPhoneVolume"=dword:000000FF
"MappedDownVolume"=dword:000000FA
 
[HKEY_CURRENT_USER\ControlPanel\Phone]
"Vol"=dword:0000FFFF
2nd Notch In call volume:
Code:
 
REGEDIT4
 
[HKEY_CURRENT_USER\ControlPanel\PhoneVolume]
"DownlinkPhoneVolume"=dword:00000033
"MappedDownVolume"=dword:00000032
 
[HKEY_CURRENT_USER\ControlPanel\Phone]
"Vol"=dword:00003333
Try #2....

And just to be sure, here are the settings for the 4th notch:
Code:
 
REGEDIT4
 
[HKEY_CURRENT_USER\ControlPanel\PhoneVolume]
"DownlinkPhoneVolume"=dword:000000CC
"MappedDownVolume"=dword:000000C8
 
[HKEY_CURRENT_USER\ControlPanel\Phone]
"Vol"=dword:0000CCCC

Last edited by rstoyguy; 05-29-2008 at 08:20 PM.
  #6 (permalink)  
Old 05-29-2008, 08:53 PM
mswlogo's Avatar
VIP Member
Offline
Pocket PC: EVO 4G
Carrier: Sprint SERO Premium
Threadstarter
Location: MA, USA
 
Join Date: Jun 2007
Posts: 1,330
Reputation: 970
mswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: H to set InCall Volume default after softreset?

But that doesn't solve anything. What happens if you reboot?

If it changes the registry by pushing the knob what's the point in editing the registry. I can just put the volume up. But something resets it on reboot.

Are you proposing a script the runs at boot up?
Closed Thread

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Vogue


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 03:04 PM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com