User:Magick777/My N900 Scheduling: Difference between revisions
From Maemo Wiki
Jump to navigationJump to search
imported>magick777 New page: = What do I need to schedule = * Reset GPRS data counters at 0000 on first of each month * Automated backup of phone to PC * Update e-mail, RSS etc. when on WiFi to minimise mobile update... |
imported>magick777 |
||
| Line 1: | Line 1: | ||
= What do I need to schedule = | = What do I need to schedule = | ||
== Time-based scheduling == | |||
Certain actions need to be scheduled according to time of day, week or month, i.e. as per the scheduling behaviour of the Unix cron daemon. | |||
* Reset GPRS data counters at 0000 on first of each month | * Reset GPRS data counters at 0000 on first of each month | ||
* Automated backup of phone to PC | * Automated backup of phone to PC | ||
* Update e-mail | * Update e-mail etc. when at home on WiFi to minimise mobile updates | ||
There seem to be two viable ways of achieving this, via [[fcron]] and [[Alarmed]] and there may be a case for using both. | |||
== System event scheduling == | |||
== Calendar-based scheduling == | |||
== Location-based scheduling == | |||
= How will I schedule events = | = How will I schedule events = | ||
* [[fcron]] | * [[fcron]] | ||
Revision as of 12:32, 15 July 2010
What do I need to schedule
Time-based scheduling
Certain actions need to be scheduled according to time of day, week or month, i.e. as per the scheduling behaviour of the Unix cron daemon.
- Reset GPRS data counters at 0000 on first of each month
- Automated backup of phone to PC
- Update e-mail etc. when at home on WiFi to minimise mobile updates
There seem to be two viable ways of achieving this, via fcron and Alarmed and there may be a case for using both.