Turn off screensaver while openmoko app is running
In openmoko (stable hybrid release, SHR), how do you programatically turn-off the screensaver (the dimmed/blank screen after a few seconds of inactivity) just while your app is running? ...
In openmoko (stable hybrid release, SHR), how do you programatically turn-off the screensaver (the dimmed/blank screen after a few seconds of inactivity) just while your app is running? ...
I need to talk to Video4Linux (to capture output from a webcam) on a debian system running on an armel system (OpenMoko). JavaMediaFramework won't work in this case as it only have x86 and AMD versions. The linux kernel is 2.6.24 (with the v4l drivers compiled in separatly) and I cannot upgrade it (as it is not available on my hardware...
Hello, I am trying to handle battery status changes in openmoko program by the following python code, but it does not help: self.m_main_loop = gobject.MainLoop() self.m_bus = dbus.SystemBus() self.m_bus.add_signal_receiver(self.on_power_status_change, "PowerStatus", "org.fre...