![]() |
2010-12-15
, 22:32
|
|
Posts: 60 |
Thanked: 40 times |
Joined on May 2010
@ Skovballe, Denmark
|
#2
|
The Following User Says Thank You to kif For This Useful Post: | ||
![]() |
2010-12-15
, 23:53
|
Posts: 1,048 |
Thanked: 979 times |
Joined on Mar 2008
@ SF Bay Area
|
#3
|
Hi,
My requirement is to create a Qt based backend service that runs when the device boots and call a function periodically (say every 15 minutes). Very similar to a cron tab.
So far I could find QDBus and QtMobility service framework modules that shows how to implement a service. It is not clear from the documentation weather these services can be run as daemons or the service die after serving the client request.
Can somebody provide a qt way of creating service that runs as daemon and doesn't hurt device battery? Any example projects or code snippets would be much appreciated.
Thanks,
Sateesh.
![]() |
2010-12-16
, 00:47
|
Posts: 7 |
Thanked: 1 time |
Joined on Apr 2010
|
#4
|
![]() |
2010-12-16
, 01:17
|
Posts: 1,048 |
Thanked: 979 times |
Joined on Mar 2008
@ SF Bay Area
|
#5
|
![]() |
2010-12-16
, 01:42
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#6
|
![]() |
2010-12-16
, 01:49
|
Posts: 7 |
Thanked: 1 time |
Joined on Apr 2010
|
#7
|
All of QT is user space. Do not even think of using it in kernel mode.
Also: I have a google contacts API parser ready in case you're interested.
I was supposed to work on a google contacts sync tool, but I've pushed it back until my other project is in better shape.
![]() |
2010-12-16
, 01:59
|
Posts: 7 |
Thanked: 1 time |
Joined on Apr 2010
|
#8
|
![]() |
2010-12-16
, 02:13
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#9
|
The Following User Says Thank You to javispedro For This Useful Post: | ||
![]() |
2010-12-16
, 02:32
|
Posts: 7 |
Thanked: 1 time |
Joined on Apr 2010
|
#10
|
There's a cron-like daemon running on the device:
http://wiki.maemo.org/Documentation/...larm_Framework
My requirement is to create a Qt based backend service that runs when the device boots and call a function periodically (say every 15 minutes). Very similar to a cron tab.
So far I could find QDBus and QtMobility service framework modules that shows how to implement a service. It is not clear from the documentation weather these services can be run as daemons or the service die after serving the client request.
Can somebody provide a qt way of creating service that runs as daemon and doesn't hurt device battery? Any example projects or code snippets would be much appreciated.
Thanks,
Sateesh.