how to disable reduced ring volume on picking up call? - HD2 General

I know there is a feature
" ringer volume level that immediately scales down when the phone detects the touch of your hand"
how can i disable this feature..
I am using energy ROM

Go to your phone's "Settings" tab, look under "Sound and Display", find and turn off the "Quiet ring on pickup" option under Rings and Notifications.

Asquared said:
Go to your phone's "Settings" tab, look under "Sound and Display", find and turn off the "Quiet ring on pickup" option under Rings and Notifications.
Click to expand...
Click to collapse
I still cant find it

You might not be able to see the "Sound and Display" option sometimes when you go under your Settings tab. While you're on the Settings page, scroll up on this page to see the beginning of the list. It should start with the "Personalize" option. You should then be able to see the "Sound and Display" option. At least, this is the case for a stock T-Mobile US HD2.

Asquared said:
You might not be able to see the "Sound and Display" option sometimes when you go under your Settings tab. While you're on the Settings page, scroll up on this page to see the beginning of the list. It should start with the "Personalize" option. You should then be able to see the "Sound and Display" option. At least, this is the case for a stock T-Mobile US HD2.
Click to expand...
Click to collapse
I can find "Sound and Display"
but in it only 2 option - Sounds / Notification

If you can't find the option as mentioned above, just dive into the registry.
HKLM \ Software \ HTC \ Phone \ PhoneExtendSetting
Look for DWORD Value "EnableBePolite"
Set
1 - To enable Quiet Ringer on Pickup
0 - To disable the feature.
If you can't find the DWORD Entry there, just create one them. Simple!

ilordvader said:
I can find "Sound and Display"
but in it only 2 option - Sounds / Notification
Click to expand...
Click to collapse
wrong place. You have gone to system "sounds and notifications", where there are two tabs, one sounds, one notifictaions.
From the homescreen, slide along to settings (end tab)
If the top entry on teh settings tab is 'security' then you need to scroll the screen up, where you should see, third from the top, Sound & Display.
Pocket mode toggle and quiet on pickup toggle are there.

start menu, setting, sound, and you'll find it in there somewhere.

leepriestenator said:
If you can't find the option as mentioned above, just dive into the registry.
HKLM \ Software \ HTC \ Phone \ PhoneExtendSetting
Look for DWORD Value "EnableBePolite"
Set
1 - To enable Quiet Ringer on Pickup
0 - To disable the feature.
If you can't find the DWORD Entry there, just create one them. Simple!
Click to expand...
Click to collapse
Good God man, they can't find a menu in Sense and you send them off to edit in the registry?!? Well, I guess that would stop their posting for a while.

ddgarcia05 said:
start menu, setting, sound, and you'll find it in there somewhere.
Click to expand...
Click to collapse
Now why would you do that? These guys are confused as it is already. It's an HTC Sense feature and it definitely can't be found under START -> Settings.
@mikeeed
LOL... I catch your drift , but there are some ROMs where it doesn't show up in Sound & Display.

leepriestenator said:
If you can't find the option as mentioned above, just dive into the registry.
HKLM \ Software \ HTC \ Phone \ PhoneExtendSetting
Look for DWORD Value "EnableBePolite"
Set
1 - To enable Quiet Ringer on Pickup
0 - To disable the feature.
If you can't find the DWORD Entry there, just create one them. Simple!
Click to expand...
Click to collapse
this works to me..not all other things ..i cant find any option in sense/last tab/sounds and display
anyways...registry edit works very fine..

samsamuel said:
wrong place. You have gone to system "sounds and notifications", where there are two tabs, one sounds, one notifictaions.
From the homescreen, slide along to settings (end tab)
If the top entry on teh settings tab is 'security' then you need to scroll the screen up, where you should see, third from the top, Sound & Display.
Pocket mode toggle and quiet on pickup toggle are there.
Click to expand...
Click to collapse
Thanks so much
God Bless You

Related

Notification & Alarm sounds

On WM2003SE you could disable most of the sounds, but have things like the text message alert still sound.. WM5 appears to not allow this: turn off Notifications and new incoming text messages are also disabled.
This is really irritating because it means you either have sounds on, and get irritating bleeps WHENEVER you hit ANY button (it seems) - including the start button and any program you hit in the menu..... OR you have no sounds when using the device - but no warning of incoming texts.
Can this be solved??
start>settings>sound&notifications>notifications tab then untick the "play sound" box
budo*85 said:
start>settings>sound&notifications>notifications tab then untick the "play sound" box
Click to expand...
Click to collapse
If you mean the page with the drop down list of events..... there isn't an option for "Start menu"...
Currently trying (on the 'Sounds' Tab)
Events - unchecked
Programs - checked
- Notifications - checked
Screen Taps - unchecked
Hardware Buttons - unchecked
I THINK this is the way it should be for what I want: silent machine unless there's a message/call incoming.
Hi,
Check Sound Schemes and Waveform Audio registry settings @Microsoft (see below)
Works from CE4+. I use an empty sound scheme. Use tascal TRE for editting those REGSZ_MULTI's. Keep 21 lines (events in the scheme (even if the lines are empty!
Or set HKEY_CURRENT_USER\ControlPanel\Volume\Mute to 0x03.
Only use only WAV-files in \Windows. Sound schemes can be fun.
Why has nobody vere made a Sound Scheme Editor for Windows CE4+?
Should be easy to make.
Cheers
Tweakradje
Platform Builder for Microsoft Windows CE 5.0
Hiding System Sound Events
The following system sound events are available through the shell:
Asterisk
Close
Critical
Default
Empty
Exclam
Infbeg
Infend
Infintr
MenuPop
MenuSel
OpenProg
Question
Netbeg
Netend
Netintr
Startup
WindMax
WindMin
RecStart
RecEnd
The Wceshellfe.reg file contains a mask you can use to hide system sound events that do not apply to a target device. The following registry key allows you to set the mask to disable sound events.
HKEY_LOCAL_MACHINE\Snd\Event
".Scheme"=".DefaultSounds"
"EventMask"=dword:FFFFFF
"EventCache"=dword:300
;Scheme descriptions
".NoSounds"=multi_sz:"","","","","","","","","","","","", "","","","","","","","",""
".DefaultSounds"=multi_sz:"Asterisk","","critical","default","","exclam","infbeg","infend","infintr","","","","question","Netbeg","Netend","Netintr","startup","","",""
".AllSounds"=multi_sz:"Asterisk","Close","critical","default","Empty","exclam","infbeg","infend","infintr","MenuPop","MenuSel","OpenProg","question","Netbeg","Netend","Netintr","startup","WindMax","WindMin","RecStart","RecEnd"
;
In the registry key, the Scheme setting specifies the current sound scheme. The NoSounds, DefaultSounds, and AllSounds schemes are defined, and DefaultSounds is specified as the current scheme.
The EventMask allows events that do not apply to a target device to be hidden. The mask is a DWORD initially set to FFFFFF, which means all sounds are enabled. The following example shows show to set EventMask to disable Asterisk.
"EventMask"=dword:FFFFFE
The EventCache setting specifies the cache menu popup and menu select.
Click to expand...
Click to collapse
remove sounds on events as the first tab in sounds and notifications.
I only have the second one down, the first disable screen taps and menu activations
i dont even like the phone tap sounds. i only have programs and notifications, but not events, screen taps or hardware buttons.
then i can control the sounds via the notification tab to choose custom sounds for every event i want.

disable menu/program click sound

i like keeping my volume on max so i can hear my phone ring when it's not on me. but, the menu / program select click sounds is annoying. I don't need to hear a sound everytime i click an item. I can see that i'm clicking it.
Anyway, how do i disable that sound. like when you click the start menu or a program?
See:
http://forum.xda-developers.com/viewtopic.php?t=42022 - Changing sounds. Not listed ind settings/sounds ...
http://forum.xda-developers.com/viewtopic.php?t=44015 - How to change start button click?
Look for SoundzCool.
Or replace some WAVes in the \windows directory:
hwandsw.wav - click on menu item
MenuPop.wav - StartMenu click
on my mdac2 its under start\settings\sounds and notifications. un tick everything but Programs.
pjam said:
on my mdac2 its under start\settings\sounds and notifications. un tick everything but Programs.
Click to expand...
Click to collapse
Umfortunatelly - this will disable more sounds
There are 21 separate sound events and they can be disabled and enabled usings the EVENTMASK variable in the registry or change the current theme (21 line multi_sz variable)
I never use the EVENTMASK variable (dunno how they calculate that)
The sound event must be wav type but can be located anywhere on your device. Use the full path when editting one of the 21 lines (or leave it empty if you want no sound for that event ;0)
See this post on the board: http://forum.xda-developers.com/viewtopic.php?t=50166
If anybody knows of an sound scheme editor for wm2003 or higher
let us know.
Cheers
devGOD said:
i like keeping my volume on max so i can hear my phone ring when it's not on me. but, the menu / program select click sounds is annoying. I don't need to hear a sound everytime i click an item. I can see that i'm clicking it.
Anyway, how do i disable that sound. like when you click the start menu or a program?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=2069514&postcount=16

[Q] Where do I find these (registry?) settings!?

I'd like to back them up into my settings cab file for when I flash my phone again. Where can I find these settings:
- Screen backlight brightness
- Ringtone settings (ring type, what sound file etc.)
- T9 settings (auto complete words etc.)
Thanks!
Hey dude, I think this is the backlight setting:
HKLM\System\GDI\Drivers\BacklightDefault
Angelusz said:
- Ringtone settings (ring type, what sound file etc.)
Click to expand...
Click to collapse
HKCU\ControlPanel\SoundCategories\Ring...
HKEY_CURRENT_USER\ControlPanel\Sounds\RingTone0
Script
a - show notification
f - backlight on: f1, f0 = off.
p - time to start.
c - loudness: C50, c100, c150, c200.
v - vibration. vX, X = vibration time X=0 - vibrate till end of script
w - pause/wait. wX = X seconds.
r - repeat.
Thanks, I'll try those!
I'm not sure about the backlight one, can't seem to change the settings by changing it.
The ringtone key at RingTone0 looks like the right thing, what's the first key for though? (HKCU\ControlPanel\SoundCategories\Ring)
And then there's always the t9 settings.
Angelusz said:
The ringtone key at RingTone0 looks like the right thing, what's the first key for though? (HKCU\ControlPanel\SoundCategories\Ring)
Click to expand...
Click to collapse
sry, what do you mean?
HKCU\ControlPanel\SoundCategories\Ring -> Directory (here the ringtones dir, for example \sdcard\)
then copy the ringtones to "Rings" on the card, then write all file-names in HKCU\ControlPanel\Sounds\Ringtones ->you can choose them in settings (you should... did not try that)
could be not very important if you let your ringtones in \windows...
Ah alright, thanks. About the script for the ringtone, I recognize the script I set in settings and tried to modify it through the registry. It wouldn't accept those changes though. Is there a way to make a script that's not one of the basic scripts (as can be set through the settings menu)?
Angelusz said:
It wouldn't accept those changes though.
Click to expand...
Click to collapse
interesting, it works actually... as far as i know its the only way to write own scripts. There is also a prog to edit the vibration settings - VAlert.
How strange. I'll test with it a bit, see if I can get it to work.
Anyone know where the T9 settings are stored?
And how the backlight settings work?

turning off keyboard vibrate?

Hi all ...just got the HD2 yesterday ...so far fairly impressed with it ..battery usage is a little scary down to 58 after 15 hours and most of those hours where at night ...but still got to be kind of realistic with the size of screen and cpu it has anyway could anyone help/tell me a way to turn off the vibrate function will typing on the keyboard... I’m finding typing is not a problem at with the standard setup just the annoying vibrate feedback ...ive gone through all the menus on the phone looking for the option to turn it off but nothing found also quickly checked the forum to, and didn’t see anything???..
thanks
Go to the settings tab, select the topmost option for adjusting background, tabs, etc. On the next screen you'll find an option for turning vibration feedback on/off.
Actual names might be different as I'm using a Dutch language ROM.
thank you ...was looking in the wrong place ..(the keyboard setup menu)
HD2 (Leo) Disabling keyboard vibration
Thank you..You are absolutely correct.. missed this one and was looking in all other places.
Its located under Sense UI settings > Personalize > Vibration
Thanks again..
Atomzk said:
Go to the settings tab, select the topmost option for adjusting background, tabs, etc. On the next screen you'll find an option for turning vibration feedback on/off.
Actual names might be different as I'm using a Dutch language ROM.
Click to expand...
Click to collapse
doing this doesn´t disable the vibration on my keyboard what can i do?
Settings -> Personalize -> Vibration. Untick the box for 'Vibrate when I tap buttons in HTC Sense,....'
doing the above will also lose the feedback vibration while clicking the tabs in homescreen...... the other simple way to only disable vibration in keyboard alone is do the following registry tweak
Using Resco Registry, go to Hkey Local Machine / Software / HTC / ezsip
Add a new DWORD Value string and call it "VibrationEnabled" (without the quotes) and give it a value of 0.
then Soft reset and enjoy!
or install this cab.

HD2 US: Need help on how to disable vibration in text input

I need help in disabling vibration when using the keyboard. I've tried to look for it in the forums and in the device settings but did not find anything. There is no personalization in the Settings tab.
I know the setting is in there somewhere. A search for "vibrate typing" turned up amongst others:
http://forum.xda-developers.com/showthread.php?t=588026
http://forum.xda-developers.com/showthread.php?t=630388&highlight=vibrate+typing
I guess you'll find the answer in both of those threads.
15dty said:
I know the setting is in there somewhere. A search for "vibrate typing" turned up amongst others:
http://forum.xda-developers.com/showthread.php?t=588026
http://forum.xda-developers.com/showthread.php?t=630388&highlight=vibrate+typing
I guess you'll find the answer in both of those threads.
Click to expand...
Click to collapse
thanks for the links! but i think the HD2 US that i have does not have that remove vibration option in the settings. i tried to look for that option in all the settings but i could not find it. if it's there, then i definitely need to have my eyes checked.
Im running a generic HTC ROM on my T9193 model; go to the Settings tab (in Sense), then Personalize, then Vibration
Using Resco Registry go to
Hkey Local Machine > Software > HTC > ezsip
Add a new DWORD Value string and call it "VibrationEnabled" (without the quotes) and give it a value of 0.
Soft reset and BAM!
But this is with Resco Registry, with another reg edit program, i am not sure what kind of string you are adding, hopefully it is still called DWORD.
matthewf01 said:
Im running a generic HTC ROM on my T9193 model; go to the Settings tab (in Sense), then Personalize, then Vibration
Click to expand...
Click to collapse
I don't have Personalize in Settings tab!
the_cool said:
Using Resco Registry go to
Hkey Local Machine > Software > HTC > ezsip
Add a new DWORD Value string and call it "VibrationEnabled" (without the quotes) and give it a value of 0.
Soft reset and BAM!
But this is with Resco Registry, with another reg edit program, i am not sure what kind of string you are adding, hopefully it is still called DWORD.
Click to expand...
Click to collapse
Yes, this works! I'm a happy camper now. Thank you!!!
woohoo! enjoy the hell out of your vibrationless keyboard!
the_cool said:
woohoo! enjoy the hell out of your vibrationless keyboard!
Click to expand...
Click to collapse
You're the man , thank u for saving my precious battery energy :">
Thanks for the reg tip,I had it off in preferences and also off in BSB tweaks too but it was still there untill this reg tweak.
Thanks
the_cool said:
Using Resco Registry go to
Hkey Local Machine > Software > HTC > ezsip
Add a new DWORD Value string and call it "VibrationEnabled" (without the quotes) and give it a value of 0.
Soft reset and BAM!
But this is with Resco Registry, with another reg edit program, i am not sure what kind of string you are adding, hopefully it is still called DWORD.
Click to expand...
Click to collapse
awsome works for me thanks
the_cool said:
Using Resco Registry go to
Hkey Local Machine > Software > HTC > ezsip
Add a new DWORD Value string and call it "VibrationEnabled" (without the quotes) and give it a value of 0.
Soft reset and BAM!
But this is with Resco Registry, with another reg edit program, i am not sure what kind of string you are adding, hopefully it is still called DWORD.
Click to expand...
Click to collapse
This is really useful, especially because it turns off only keyboard vibration. Thank you very much!
If anyone is still having issues with this problem there is an easier way without messing around with the registry. From any screen hit the Windows button to the right of the home button on the phone itself, not the touchscreen. Then find the "settings" icon and tap that. Next you will see a "personalize" tab and tap it, at the very bottom of those options you will see a "vibration" tab, tap that and you will be taken to a screen that allows you to change the settings for the keyboard, simply uncheck the box, tap done and your all set
Mr_windycityxxx said:
If anyone is still having issues with this problem there is an easier way without messing around with the registry. From any screen hit the Windows button to the right of the home button on the phone itself, not the touchscreen. Then find the "settings" icon and tap that. Next you will see a "personalize" tab and tap it, at the very bottom of those options you will see a "vibration" tab, tap that and you will be taken to a screen that allows you to change the settings for the keyboard, simply uncheck the box, tap done and your all set
Click to expand...
Click to collapse
I'm using the NRG ROM, and those instructions don't make any sense to me. Also, be aware that the stock TMOUS ROM (as I recall, I didn't use it long), does not give access to the standard "Settings" icon except via the Sense tab.
stevedebi said:
I'm using the NRG ROM, and those instructions don't make any sense to me. Also, be aware that the stock TMOUS ROM (as I recall, I didn't use it long), does not give access to the standard "Settings" icon except via the Sense tab.
Click to expand...
Click to collapse
You are correct, on a stock ROM if I remember right you have to go to Settings>Menu>All Settings>Personal>Imput I think it has been a little while since I used any Windows Mobile ROMs now.
Registry hack worked for me.
Would be interesting to determine impact on battery life.
TMOUS-Sense Vibration Settings
This is an old thread but there was a recent reply. For the T-Mobile HD2 with a stock ROM amd/or the Sense overlay, go to the Settings tab, select Personalize, select Vibration and then uncheck the box. However, this did not turn off vibration for the Swype keyboard.
If you have another ROM, then these settings may not be available via this method. BSB Tweaks has settings to turn off/on vibration for HTC apps and calculator vibration. Of course, the registry editing will work. I have found the Resco registry editor to be easy and useful.

Categories

Resources