Forum: Development
2010-06-01, 08:55
|
Replies: 9
Views: 3,135
|
Forum: Development
2010-06-01, 08:47
|
Replies: 9
Views: 3,135
|
Forum: Development
2010-05-31, 17:38
|
Replies: 9
Views: 3,135
|
Forum: Development
2010-05-31, 16:33
|
Replies: 9
Views: 3,135
|
Forum: Development
2010-05-31, 15:56
|
Replies: 9
Views: 3,135
|
Forum: Development
2010-05-31, 13:57
|
Replies: 9
Views: 3,135
|
Forum: Development
2010-05-31, 13:29
|
Replies: 9
Views: 3,135
|
Forum: Development
2010-05-31, 11:54
|
Replies: 13
Views: 4,159
Re: How to forbid multi-running an application?
As far as I know, the osso application framework is a bit more complicated than that with watchdogs keeping track of things and restarting applications and, potentially, rebooting the device to get...
|
Forum: Development
2010-05-31, 11:47
|
Replies: 13
Views: 4,159
Re: How to forbid multi-running an application?
Isn't that handled by the osso application framework anyway.
Most builtin applications are running with one single instance
only. For example you can not open multiple instances of the
clock or...
|
Forum: Development
2010-05-31, 11:35
|
Replies: 13
Views: 4,159
Re: How to forbid multi-running an application?
This is typically done using lock files. The directory /var/run can be used. Or /tmp for lock files that should not survive a reboot.
As far as I know, there are POSIX defined functions to handle...
|
Forum: General
2010-05-26, 13:53
|
Replies: 5
Views: 3,092
Re: Getting Screen State to Save Power
/* gcc pimp.c `pkg-config --cflags --libs glib-2.0 libosso hal` -Wall */
#include <stdlib.h>
#include <glib.h>
#include <glib/gprintf.h>
#include <libosso.h>
#include <libhal.h>
/* Subject...
|
Forum: General
2010-05-25, 12:14
|
Replies: 5
Views: 3,092
|
Forum: General
2010-05-25, 12:10
|
Replies: 5
Views: 3,092
Re: Getting Screen State to Save Power
Maybe you should post in Development rather than General.
What programming language do you want to use? (And for which
platform, I assume maemo5)
If C, here you can find some API-Dokumentation...
|
Forum: General
2010-05-25, 12:08
|
Replies: 5
Views: 3,092
|