View Single Post
Posts: 1,141 | Thanked: 781 times | Joined on Dec 2009 @ Magical Unicorn Land
#5
Originally Posted by mase View Post
Hi!
How can I disable and enable the display light dimmer in a C application? I want to keep the light on, while the application is
running.
Is there also a dbus call o do this via script?
As posted by David Weinehall on maemo-dev mailing list, execute this dbus command every 30 seconds from your program:

Code:
dbus-send --system --type=method_call --print-reply --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.req_display_blanking_pause
 

The Following 4 Users Say Thank You to stlpaul For This Useful Post: