View Single Post
Posts: 428 | Thanked: 226 times | Joined on Dec 2010 @ Philippines
#10
This worked for me.

I am curious as to what causes this to happen (low-power screen/display no longer blanks out when the sensor is covered). Strange. By the way I only experience this whenever I have NITDroid (Alpha 3) installed. Could that be causing it?

In the link you provided, one of them said that:

On 11/05/2010 12:54, David Weinehall wrote:
> An (undocumented) alternative is:
>
>
Code:
gconftool -s --type int /system/osso/dsm/display/inhibit_blank_mode 3
>
> Replace the 3 for whatever inhibit mode you want:
>
> 0 -- No display blanking inhibit
> 1 -- Inhibit dimming/blanking if charger is connected
> 2 -- Allow dimming, but inhibit blanking if charger is connected
> 3 -- Inhibit dimming/blanking
> 4 -- Allow dimming, but inhibit blanking
There is another approach in the same thread where the recommendation is to do:


Try:

Code:
dbus-send --system --type=method_call --print-reply 
--dest=com.nokia.mce /com/nokia/mce/request 
com.nokia.mce.req_display_blanking_pause
instead (every 30s should be enough).
One of them responded, saying that:

And that'll change the user setting, which might not be a good idea from
an application developer pov.
What are your thoughts on this?