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>