This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#6831 - prompt to set date/time on startup if RTC has invalid time
Attached to Project:
Rockbox
Opened by Robert Kukla (roolku) - Wednesday, 14 March 2007, 23:35 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Sunday, 05 August 2007, 13:00 GMT+2
Opened by Robert Kukla (roolku) - Wednesday, 14 March 2007, 23:35 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Sunday, 05 August 2007, 13:00 GMT+2
|
DetailsThis is especially useful on targets that have an off switch instead of a reset button like the gigabeat but also applicable to other targets (power loss due to run down battery etc)
The patch: - displays the date/time settings screen at start-up on encountering an invalid RTC time - the screen is pre-set with the build date (instead of 01/01/2000) reducing the number of button presses even more |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Sunday, 05 August 2007, 13:00 GMT+2
Reason for closing: Rejected
Sunday, 05 August 2007, 13:00 GMT+2
Reason for closing: Rejected
-Synced with SVN
-New menu option "Prompt to Set Time/Date if Invalid" (off by default)
I hope I did this right...not sure how the lang files should look with this.
"New menu option "Prompt to Set Time/Date if Invalid" (off by default)"
that should prevent any confusion for blind users and allows people who don't care about RTC to continue not caring.
CC root_menu.c
root_menu.c:34:10: error: #include expects "FILENAME" or <FILENAME>
root_menu.c: In function ‘root_menu’:
root_menu.c:445: warning: implicit declaration of function ‘timedate_set’