View Single Post
  #1 (permalink)  
Old 03-09-2009, 10:09 AM
04orgzx6r's Avatar
04orgzx6r
Halfway to VIP Status
Offline
 
Join Date: Dec 2008
Posts: 509
Reputation: 1420
04orgzx6r is halfway to VIP status based on rep04orgzx6r is halfway to VIP status based on rep04orgzx6r is halfway to VIP status based on rep04orgzx6r is halfway to VIP status based on rep04orgzx6r is halfway to VIP status based on rep04orgzx6r is halfway to VIP status based on rep04orgzx6r is halfway to VIP status based on rep04orgzx6r is halfway to VIP status based on rep04orgzx6r is halfway to VIP status based on rep04orgzx6r is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Wink How To: Disable G-sensor (In Opera) While Keyboard Is Out...

How To: Disable G-sensor (In Opera) While Keyboard Is Out...

I was reading through a thread a while back and saw that some people were asking how to disable the G-sensor in Opera while the keyboard is out, that way it won't switch on you if you are laying on your Side surfing the web with your keyboard out....

Well I went through my registry and found the setting, but I never posted it. So I figured better late than never

Anywho, just go to:

HKLM\Software\HTC\HTCSensor\GSensor select "KBDSlideOut_To_Stop_GSensor"

And change it from 0 to 1.

Note: This may already be enabled on some Roms, but I am using Mighty Rom 4.12 and it is not...

If there is a need for a cab, just let me know


For those of you who use UC, just use this in your XML
Code:
<!-- *** G-sensor off in opera while kybrd out *** -->
<characteristic type="Registry">
<characteristic type="HKLM\Software\HTC\HTCSensor\GSensor" translation="filesystem">
<parm name="KBDSlideOut_To_Stop_GSensor" datatype="integer" value="1"/>
</characteristic>
</characteristic>
Edit:

How To: Disable G-sensor In Opera Altogether...


HKLM\Software\Opera\GSensor\IdleTime


And change it to 10000...(a high number)

For those of you who use UC, just use this in your XML
Code:
<!-- *** G-sensor off in opera *** -->
<characteristic type="Registry">
<characteristic type="HKLM\Software\Opera\GSensor" translation="filesystem">
<parm name="IdleTime" datatype="integer" value="10000"/>
</characteristic>
</characteristic>
__________________


Last edited by 04orgzx6r; 03-11-2009 at 11:53 AM.
Reply With Quote
This post has been thanked 8 times.