[Solved] Registery key to disable tactile feeback hd2 - Windows Mobile

I am looking for a registery key to disable the tactile feedback option as shown in settings -> personalize -> Vibration -> Vibrate when I tap buttons..........
I have found the registery key to disable the vibrate in the keyboard and added it into my oskitchen build. I have googled and searched XDA but cant quite find the registry key I am looking for.
Any help would be appreciated.
Registery key is:
hklm\software\oem\tflosettings\apvibrationon - change value to 0

GhostXSeries said:
I am looking for a registery key to disable the tactile feedback option as shown in settings -> personalize -> Vibration -> Vibrate when I tap buttons..........
I have found the registery key to disable the vibrate in the keyboard and added it into my oskitchen build. I have googled and searched XDA but cant quite find the registry key I am looking for.
Any help would be appreciated.
Click to expand...
Click to collapse
Why don't you find out this by ourself? Make a backup of the registry, untick/tick the checkbox and do backup again. Compare those two files and see what changed. It's the way how I do it myself.
In my opinion the easiest tool to accomplish this task is CeRegEditor. You'll find it here: http://ceregeditor.mdsoft.pl/index.php?id=1&lang=en

Jackos said:
Why don't you find out this by ourself? Make a backup of the registry, untick/tick the checkbox and do backup again. Compare those two files and see what changed. It's the way how I do it myself.
In my opinion the easiest tool to accomplish this task is CeRegEditor. You'll find it here: http://ceregeditor.mdsoft.pl/index.php?id=1&lang=en
Click to expand...
Click to collapse
Tried that! And just by unchecking the tick box there seems to be 4410 registery keys that are different unless I am doing something wrong?

GhostXSeries said:
Tried that! And just by unchecking the tick box there seems to be 4410 registery keys that are different unless I am doing something wrong?
Click to expand...
Click to collapse
Ahahahha, not possible, my Lord.
Do a backup while you are on the panel screen. Don't click anything else, just the checkbox. After you click it and confirm by tapping "ok" don't do anything else and do a backup again. Also, you should turn on airplane mode before doing the first backup to ensure that the least keys have been modified at the time you where doing the backup.

Jackos said:
Ahahahha, not possible, my Lord.
Do a backup while you are on the panel screen. Don't click anything else, just the checkbox. After you click it and confirm by tapping "ok" don't do anything else and do a backup again. Also, you should turn on airplane mode before doing the first backup to ensure that the least keys have been modified at the time you where doing the backup.
Click to expand...
Click to collapse
Ah thats were I went wrong. I did a backup from the main home screen and then compared by going to the screen and unchecking the box opps! Did get the key in the end though, thanks again for your help it is an awsome program!
I found it under hklm\software\oem\tflosettings\apvibrationon - change value to 0

Another helpful tool that identifies changes is Kheb. Great program and is very easy to use

Jepp, it also keeps track of file changes.
However, there is a big cons for me - works really slow.

You can select registry (or file) compare only with Kheb. It is the easiest free tool for what you want. It only takes a minute or two; it took you over 2 hours to get your first reply in the thread, lol. You can also use SK Tracker.

Farmer Ted said:
You can select registry (or file) compare only with Kheb. It is the easiest free tool for what you want. It only takes a minute or two; it took you over 2 hours to get your first reply in the thread, lol. You can also use SK Tracker.
Click to expand...
Click to collapse
Depends on the device you're using... Works so long that I could design a PID controller in MATLAB faster then Kheb creating a snapshot.
So for comparing registry I prefer CeRegEditor. It's just easier to use, more convenient to look into the registry using a PC.
I use Kheb to compare files that changed, it's a great program, however it still doesn't monitor all files. I run into problems when trying to figure out database changes. Those files are probably in use and Kheb cannot hash them.

SK Tracker will follow databases; I use kheb more often, because of the 'create oem' option, which is really nice. It's a lot easier than having to cut and paste out all of the registry keys that you need.

Farmer Ted said:
SK Tracker will follow databases; I use kheb more often, because of the 'create oem' option, which is really nice. It's a lot easier than having to cut and paste out all of the registry keys that you need.
Click to expand...
Click to collapse
Thanks, Ill try SK Tracker!

Thanks again for all your help guys, there are some great pacakges and it will really help to develop my oskitchen for the HD2. Oh if you are interested to have a look the link is here

Related

Multiple select in Outlook (SMS/MMS) using drag

Is it possible to select multiple messages on Touch HD using drag in Outlook (SMS/MMS) ? My frind who is having Touch Pro can select multipe messages using drag, and I can't. We've noticed that we have different menus - he doesn't have Menu -> Select Messages, so I suppose that this is introduced on Touch HD because 'drag mutiple select' is disabled ... Or there is an option where could I enable this feature ? I also had this posibiliy on Himalaya as far as I can remember ...
Tnx!
I would like to know this as well as deleting multiple messages can be very time consuming without this feature.
used to be possible on my Touch Pro but now it isnt available on the HD. Not sure why.
Menu--> Select Messages --> Several
taimoorhusain said:
Menu--> Select Messages --> Several
Click to expand...
Click to collapse
OK, but why did they disable drag ? I think it's much more simple dragging than tapping ...
I would assume that its because that would be the same gesture you would use to scroll the screen down.
WILD9 said:
I would assume that its because that would be the same gesture you would use to scroll the screen down.
Click to expand...
Click to collapse
Not quite the same, because on Touch Pro it's possible to select and to scroll and it's quite easy (with a little practice) to distinguate these gestures. But maybe some people had problems with that so that's why they disabled it ... But they could leave an option to enable it ...
Hi,
I am also having same problem. I cannot multi select files, massages, contacts or etc using drag.....
Can anyone plz help......
Thanks in advance.
it is because of newer build 207XX. touch pro had build 199XX. microsoft have disabled the ability to use multi select in newer builds. however you can recover most of the multi-select feature by making a following reg key:
[HKEY_CURRENT_USER\ControlPanel\Gestures\Touch]
"Disabled"=dword:1
after making this key, multi-select with finger/stylus will work everywhere except the inbox.
htctouchp said:
it is because of newer build 207XX. touch pro had build 199XX. microsoft have disabled the ability to use multi select in newer builds. however you can recover most of the multi-select feature by making a following reg key:
[HKEY_CURRENT_USER\ControlPanel\Gestures\Touch]
"Disabled"=dword:1
after making this key, multi-select with finger/stylus will work everywhere except the inbox.
Click to expand...
Click to collapse
Thanks you very much. I wasted too much time to find the solution. I will test and reply you.
Thanks again
htctouchp said:
it is because of newer build 207XX. touch pro had build 199XX. microsoft have disabled the ability to use multi select in newer builds. however you can recover most of the multi-select feature by making a following reg key:
[HKEY_CURRENT_USER\ControlPanel\Gestures\Touch]
"Disabled"=dword:1
after making this key, multi-select with finger/stylus will work everywhere except the inbox.
Click to expand...
Click to collapse
Thanks a lot. It worked great in file explorer, messaging and total commander. Same problem in contacts but no worries.....
Thanking You
Happy New Year 2009.......
I once solved the problem in POutlook by pulling a copy of poutlook from an older kitchen and putting it into a new kitchen. Now the ROMs I'm using don't have kitchens so I can't seem to figure out how to fix it since I cannot copy poutlook.exe from the older ROM (get access denied message).
This was on a Titan but figured since you guys are having the same complaints maybe you could help me figure out how to copy poutlook.exe out of \Windows\...
Edit: it may have actually been tmail.exe... it was a few months ago now so I don't entirely remember.
Did anyone try to disable outlook enhancements? you can try to disable it by going to HKLM\Services\Enhancements\OutlookEnhancements and changing the string to add an extra symbol (like ") so that it disable it and soft reset to see if it changes the options.
bugsykoosh said:
Did anyone try to disable outlook enhancements? you can try to disable it by going to HKLM\Services\Enhancements\OutlookEnhancements and changing the string to add an extra symbol (like ") so that it disable it and soft reset to see if it changes the options.
Click to expand...
Click to collapse
That key doesn't exist on my device.
You can create new keys using any registry editors
unL33T said:
That key doesn't exist on my device.
Click to expand...
Click to collapse
Matthes42 said:
You can create new keys using any registry editors
Click to expand...
Click to collapse
I realize that. The previous poster suggested modifying an existing key. I created the key but it didn't do anything. Also wasn't sure if it should be a DWORD or what though.
i have this key.. it is disabled 1 so i try my luck set to 0
no luck...
hence this key apparently doesnt affect... anymroe ideas?
anyone??? i tried 0 and 1 both !
does anyone has a solution? please kindly posT?

HowTo - Customize Hardware buttons

Greetings,
Here is a way from me, to make it possible, to customize your hardware buttons.
Step one:
Start the attached FDC Taskmanager, then tap <Menu>, <Options>, set enabled on "Create RegEdit Shortcut".
Now you can open the Regedit - Shortcut in Startmenu ( <Programs> - <System> ) and .reg - files will be associated with FDC-TM.
Now doubletap on the attached .reg - file, select importing.
Ready!
Restart the device!
Feature lost: Navipanel not start automatically, when you put the phone in carkit. Copy the Navipanel.lnk in Startmenu or lay it of the navigation-button.
Step two:
1. klick "Start"
2. klick "Settings"
3. klick "Hardware-Buttons"
4. customize
Greetz Mirko
edit: when is it not easy enough, give me your adress and I will come to you and do it for you!
Thanx for the effort and for sharing Mirko!
I will definitely try it
bravo super boulot
Still starting
Hi!
I have succesfully created the two buttons in the control panel of the PDA and assigned them to right and left program key. And the work!
My problem is that the Tomtom and Footprint also start, which is a feature I would like to remove. I would much rather have them start the old fashion way, as this is a phone as a primary device.
Can anyone direct me to a solution. I would like to keep the programs installed but can as a last resort remove them if it helps (and if I can).
Snwstrm
My problem is that the Tomtom and Footprint also start, which is a feature I would like to remove.
Click to expand...
Click to collapse
This problem occurs when you do not set the "NaviService" service to Manual and stop it. See the first post in this thread from Mirko, he explains it.
@ Snwstrm
U must read my post, stands:
"Now go with the FDC Taskmanager to "Services", stop "NaviService(NPS0)", long klick it, then change to "set manual". When you not do this, you have a double assignment on buttons."
Greetz Mirko
edit: Argh! Not seen, Evincar was almost answering, sorry!
No such service
Hi!
Thanks for a quick reply. I don't have FDC but Pocket Controller Pro as a task handling program and I cannot see any service that resembles the one U are talking about. My guess is that it differs depending on localization, but I will try to get a hold of FDC program to verify.
I tried to get help from HTC, but they couldn't help me. I guess they have some deal w TomTom and don't want to make it easy to switch or eradicate their program. They wrote to me about PocketToolman but it did nothing new, just a nifty way to access controlpanel.
Keep on looking,
Snwstrm
What about Google? FDC TM is freeware.
Greetz Mirko!
Victory!
You are absolutely right! I will have to contact SOTI regarding their software. FDC worked wonders and now I see no trace of TomTom or Footprint. Just the way I wanted.
Thanks!
Snwstrm
Nice, can help!
Thanks for this. I switched from Vox and I was quite angry, when I had to tap to top right to confirm something. Now footprint does this.
mirko.prinz said:
Greetings,
Here is a way from me, to make it possible, to customize your hardware buttons.
Import the attached REG-file with FDC Taskmanager or another program, that can use reg-files. Restart the device.
Feature lost: Navipanel not start automatically, when you put the phone in carkit. Copy the Navipanel.lnk in Startmenu or lay it of navigation-button.
Now go with the FDC Taskmanager to "Services", stop "NaviService(NPS0)", long klick it, then change to "set manual". When you not do this, you have a double assignment on buttons.
Greetz Mirko
Click to expand...
Click to collapse
Mirko ,could you explain me more. I'm not good in registry edit,actually just started.
I've downloaded your attached file and already set it on my device but I don't under stand about your explanation.
1 "Copy the Navipanel.lnk in Startmenu or lay it of navigation-button." I don't where is the start menu in Registry and how to do it.
2 stop "NaviService(NPS0)", long klick it, then change to "set manual" that means
go to HKLM\service\NaviService and change value form default to 0???? and I don't understand about how to set manual could you explain me more.
Thank you very much
Crezyart84 said:
Mirko ,could you explain me more. I'm not good in registry edit,actually just started.
I've downloaded your attached file and already set it on my device but I don't under stand about your explanation.
1 "Copy the Navipanel.lnk in Startmenu or lay it of navigation-button." I don't where is the start menu in Registry and how to do it.
2 stop "NaviService(NPS0)", long klick it, then change to "set manual" that means
go to HKLM\service\NaviService and change value form default to 0???? and I don't understand about how to set manual could you explain me more.
Thank you very much
Click to expand...
Click to collapse
Nothing in registry, only with FDC Taskmanager and with the Button-Customizing in "Start"-"Settings"
Greetings Mirko
I did it , that's right nothing to do with registry.
I confused about that but I use AE button plus to
customize the button.
thanks for mirko
thanks for every thread this question.
request for task manager
can u help for program FDC Task Manager?
thank
iampong said:
can u help for program FDC Task Manager?
thank
Click to expand...
Click to collapse
Here is it!
Question about the reg-file:
Start FDC-TM, then <Menu>, <Options>, set enabled on "Create RegEdit Shortcut".
Now you can open the Regedit - Shortcut in <Programs> - <System> and .reg - files will be associated with FDC-TM.
When doubleclick on .reg - file, select importing.
Ready!
Greetings Mirko
Works a treat, ta!
Help Needed
Hey there mirko, Could you please help me with a very detailed way as I have tried to do as you have said in your first post but to be honest I have no idea.
I have imported the the keys to the registry (I think) then I have copied the navipanel to start menu but I am having trouble with the last part using the task mananger. If at all possible would Somebody Please give a detailed instructions.. Thankyou Very much
you can also, customize the hardware buttons with the M2DC (manilla 2D customizer)...

Remapping Inner Circle and Messenger key?

Are there any tools or registry hacks available to remap the Inner Circle and Messenger keys?
I can think of more usefull programs to map to a dedicated hardware key instead of these...
TIA
Do you actually need to use the Inner Circle and WLM functions on your device?
I ask because the only way so far which I have found to remap those key buttons is to create Mortscript .exe files called InnerCircle.exe and WLMMessenger.exe, each pointing to respective InnerCircle.mscr and WLMMessenger.mscr scripts which run the programs you want. You would then drop these into your \Windows folder, overwriting the original InnerCircle.exe and WLMMessenger.exe files (having first removed the Read-only / System etc. properties from the original files using Total Commander or Resco Explorer). Clearly this will then render the Inner Circle and WLM functions inoperative on your device - not too much of a problem for me as I have no need for either. If you want to regain their functionality you simply need to delete the two .exe files you created and the originals will regenerate from ROM. Note that I found I needed to use Mortscript to get this to work. Simply copying a renamed .exe file of the actual program you want to assign to the button did not work.
I know it sounds ridiculous but none of the "regular" methods for changing hardware key assignments seem to work - I even tried editing the keymap. There is a "Short_Circle" lnk file in \Windows - changing the target of this seems to make no difference. The various registry entries which I have used successfully in previous devices made no difference. It's as if there is some sort of ROM-level hardware association between the Inner Circle key and the InnerCircle.exe file (same deal with WLM).
If anybody can come up with a more elegant solution to this it would be welcomed - I'm a reasonably adept WM user but I'm pretty sure somebody more knowledgeable can do better. If you don't have a Snap then please be a little cautious about being gung-ho with suggestions (!) - I know this is fairly well-trodden territory on xda-developers but the setup with the Snap seems like it might be a bit different. Cheers
P.S. Don't be tempted to delete or disable the Windows Live key from HKEY_LOCAL_MACHINE\Services - this will prevent the Windows Live service from loading, which might be good in various ways, but it's needed for the Windows Live key to work (even if the WLMMessenger.exe which is being executed is running something else).
Psmit said:
Are there any tools or registry hacks available to remap the Inner Circle and Messenger keys?
I can think of more usefull programs to map to a dedicated hardware key instead of these...
TIA
Click to expand...
Click to collapse
Use Wordpad.
jhwo99 said:
Use Wordpad.
Click to expand...
Click to collapse
What are you doing with Wordpad?
jhwo99 said:
Use Wordpad.
Click to expand...
Click to collapse
And how would Wordpad help me remap the InnerCircle key?
JC6 said:
Do you actually need to use the Inner Circle and WLM functions on your device?
Click to expand...
Click to collapse
Thanks for the extensive reply. I've been using my Snap for a few weeks now and still don't understand what the marketing-fuzz of InnerCircle is all about.
The InnerCircle app I don't need, at all. It does nothing that can't be done with a server-side rule. So no issue that it is completely disabled in the OS. Messenger is a nice to have for occasional use, but a dedicated button is just a wasted button IMHO.
I'll check out your suggested solution.
A link to the task manager instead of the inner circle prog would be cool.
Psmit said:
And how would Wordpad help me remap the InnerCircle key?
Click to expand...
Click to collapse
Open Windows and change the key by renaming it to the program you want.
Svenitos said:
A link to the task manager instead of the inner circle prog would be cool.
Click to expand...
Click to collapse
I'm using good-old Xbar for that, using the trackball!..I would be lost without a taskswitcher/manager in WM!
Svenitos said:
A link to the task manager instead of the inner circle prog would be cool.
Click to expand...
Click to collapse
You can do that using the procedure outlined in post #2 above. This is exactly how I have mine set up
jhwo99 said:
Open Windows and change the key by renaming it to the program you want.
Click to expand...
Click to collapse
Can you explain how you did this? I tried the following techniques (which have worked with previous WM phones) and none of them worked:
1. Changing the target of Inner Circle.lnk
2. Changing the target of Short_Circle.lnk
3. Fiddling with the keymap file (although I'm not sure I exhausted this fully).
4. The situation with HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Keys doesn't seem to be the same with this device as with my previous WM devices.
It's almost as if there is a direct rom-level association between the button and the InnerCircle.exe file - perhaps this is not the case with some of the other Snap ROMs. The only way I was able to "remap" the button was using the Mortscript method I explained in post #2 of this thread. I recognise this is an inelegant solution and would welcome a better method (although it doesn't really cause me a problem as I don't need Inner Circle or Windows Live Messenger - in fact I'd rather they weren't even on the phone, I'm sure they will be removed when we start seeing cooked ROMs).
Im kind of a noob to WM.. so is it possible to explain it slightly more detail what needs to be done.. such as creating a mortscript exe.. i just want to remap the inner circle key to the task manager btw
Hi, I am a newbie to WM. Would like to find out whether there has been any other ways of doing this remapping? Thanks in advance!
hallo i'm using omnia pro and having the same problem here, need some expert advice.
I already tried the AE Button plus but it's seem to not recognized the button I want to re map (PIE and WLMessenger button)
i got the same problem with my htc snap. anybody knows how to change the wlm and innercircle keys?
maybe some of the rom cooking experts can write a rom or cook into next rom?
Custom ROM already has it, in parts
Guys.
ookba has done some button customization on his roms.
Long-press power button will bring the Quick List menu.
You can change though settings:
- Press Inner Circle: default is CeleTask.
- Long-press Home: default is Quick List
Check the ROM here:
http://forum.xda-developers.com/showthread.php?t=551642
I'm waiting for a version where we can change the Messenger and Mail/SMS key also.
[]'s
Cris
For some reason I cannot set (remove) the flags "Read Only" and "system" from InnerCircle.exe....Either with Resco Expolrer and Total commander, both applications seem to properly change the property flags, but when I check again the file properties, the "read only" and "system" are back.
So I am stuck with remapping the Inner circle button.
If anyone has some advise, that would be great.
Tnks
Bump! (I know it's an old thread). Anyone find a way to remap the messenger key??
It seems to me the messenger key somehow is hardwired to launch \Windows\Start Menu\Messenger.lnk. Let Messenger.lnk point to your favorite application and it gets started by the messenger key. This solution is not that elegant since it clutters the start menu, but at least for me it works.
Have fun,
Erik
Hi,
how exactly did you update Messenger.lnk? What did you wrote as a path? Some special characters?
EDIT: solved, I forgot to put double quote. Now it works also for me.

S2U2 - EndCall button

Guys,
Just used "Search" button, but didn`t find any clue.
I am a proud user of S2U2, and it`s a great software (freeware).
There`s a great option in it - "turn of software buttons", so you can have a clean screen and only clock on it. Unlocking by pressing the Right D-Pad.
Since our device has no D-Pad, I was wondering, if it is possible to assign, i.e. EndCall button long-press for unlocking.
Those button changing apps, didn`t help. Any clue?
Thanks in advance.
Cmon, Guys! Maybe it is possible to do with the prog TopazKbdControl_GSM_1.3.2? Some argument for the iLock.exe file?
I think this might be the wrong thread for this questions.
You sure will get a quick answer if you post a reply in A_C's S2U2 thread here!
Maybe you just missed a setting or trick...
Already reposted there a couple of days ago, but no answers. All I wanna do is make the option of "hide all softkeys" in S2U2 available on our device. Did not find anything in the S2U2 settings...
suatkelem said:
Already reposted there a couple of days ago, but no answers. All I wanna do is make the option of "hide all softkeys" in S2U2 available on our device. Did not find anything in the S2U2 settings...
Click to expand...
Click to collapse
The option you are looking for is in S2U2 Settings -> Appearance
Maybe S2U2 Settings -> Advanced -> "Don't use keyboard hook" or S2U2 Settings -> Others -> "Directional PAD" is worth a try...
If I understand you right, you should search for gfx that is transparent. You could set them as buttons or slider, can't be seen, but is still functional?
No its actually pretty easy. Performing a Long press on the End key launches "Endkey.exe" from the Windows folder.
I did this for setting up Comm Manager to the the End key.
I just don't know if you can do it if S2U2 installs to another folder outside of windows. You can try making a copy of S2U2's exe file, renaming it to "EndKey.exe" and copying it to the Windows folder.
Some apps will run from any folder.
I've also seem people make a little program that would run, launch another program, then close. I think Opera does that in Manila (OperaL.exe).
You can also try creating a shortcut... and changing the extension from ".lnk" to ".exe". Extensions are really useless, mostly for humans to keep files organized. Might not work on WM but worth a shot.
yeah, that`s true. Thank you! But what special argument should I add to the *.exe, or *.lnk file to perform "unlock"?

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