- Status Closed
- Percent Complete
- Task Type Patches
- Category Settings
- Assigned To No-one
- Operating System
- Severity Low
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#1031 - autopreset of time and date after power-loss
This patch is to replace #696904 which was only a first
strike.
With this patch, time/date-values are stored in the
config_block from [0xa1] to [0xa7], which is saved on
the disk.
After a power-loss, the values are read from the
config_block and written to the RTC, so there is
immediately a defined status of the clock.
If the config_block is invalid, the time is generated
from the APPSVERSION-string, which is build at
compile-time.
So:
If you just change the batteries, the last time on disk
will be set,
if you change the CONFIG_VERSION, the time you compiled
your ajbrec.ajz will be set.
ToBeDone: DayLightSaving (DST)
It would be nice to have one key to change between
summer/wintertime.
My idea:
in “General Settings - System - Time/Date” push PLAY to
toggle between summertime/wintertime (the hour-value
will be set also).
All I need is a place to store the value of “DST”. Why
not using
a free bit in the RTC-Config_Block?
…stay in touch…
2003-03-07 07:37
Reason for closing: Invalid
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
Logged In: YES
user_id=1110
The patch #699086 replaces this.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
The patch #699086 replaces this.