View Single Post
  #522 (permalink)  
Old 12-02-2008, 10:44 PM
vboyz103's Avatar
vboyz103
Halfway to VIP Status
Offline
 
Join Date: Dec 2006
Posts: 527
Reputation: 293
vboyz103 is becoming a PPCGeeks regularvboyz103 is becoming a PPCGeeks regularvboyz103 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: How To: Kitchens

Quote:
Originally Posted by kaiguy View Post
I haven't been following this thread as usual since I've been out of town, so I apologize if this has already been covered (I tried searching, and came up with nothing). I wouldn't consider this a bug, but for full disclosure:

Kitchen: 5.0
OEM: 3.0
SYS: 20931 v5a
Stock settings, Sprint Carrier

How do I disable the vibration when the hardware keys are pressed? I thought it might have had something to do with the vibration setting in TouchFlo, but that doesn't seem to make a difference one way or another. I hate asking what should be an easy question, but I just can't seem to figure it out.

Thanks!

EDIT: nttdemented, I'm down to test out your ROM!
Make a mxipupdate_file_name.provxml and put this content in and it'll disable after you flash.

<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKLM\Software\OEM\KeyState" translation="filesystem">
<parm name="KeyVibratorState" datatype="integer" value="0"/>
<parm name="IgnoreUpDuration" datatype="integer" value="0"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
Reply With Quote
This post has been thanked 1 times.