GNOME Bugzilla – Bug 456606
Optionally sync computer time to phone
Last modified: 2009-02-05 11:18:24 UTC
So the phone is always on time. Do it about once per hour, or something like that.
This should also set the timezone appropriately when it's changed in the GNOME clock applet.
Created attachment 113728 [details] [review] Patch to sync clock only on phone connection and reconnection Periodic syncs and integration with clock applet aren't implemented yet. Wording of preferences label and schema description needs improving.
> Always try to set phone clock with computer time at beginning of each connection. "Synchronise phone's time and date with the computer's clock" And use that as well for the label. > + <short>Whether to try to sync the clock of the mobile phone</short> Whether to synchronise the phone clock with the computer's Use the same for the long description. There's no need to go into details as to when it would sync, it should be often enough that the users wouldn't notice. Rest looks good.
Created attachment 125139 [details] [review] Revised text for labels, no functional changes Changed strings for labels and descriptions as follows: -Always try to set phone clock with computer time at beginning of each connection +Synchronise phone's time and date with the computer's clock -Automatically sync phone _clock on connection +Synchronise phone's _time and date -Whether to try to sync the clock of the mobile phone +Whether to synchronise the phone clock with the computer's -Whether to try to set the mobile phone clock with computer clock -each time after connecting. +Whether to synchronise the phone clock with the computer's. No changes in code.
2009-02-05 Bastien Nocera <hadess@hadess.net> * data/gnome-phone-manager.schemas.in: * data/phonemgr.glade: * libgsm/phonemgr-listener.c (phonemgr_listener_set_time): * src/connection.c (sync_clock), (on_status): * src/ui.c (get_ui), (ui_init): Patch from Daniele Forsi <dforsi@gmail.com> to allow setting the phone's time on connect (Closes: #456606)