Ticket #401 (closed defect: wontfix)
org.freesmartphone.Device.RealTimeClock do not work
| Reported by: | misc | Owned by: | daniel |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Frameworkd / FSO | Version: | SHR-unstable |
| Keywords: | Cc: |
Description
It seems that this method does nothing :
$ date ; mdbus -s org.freesmartphone.odeviced "/org/freesmartphone/Device/RealTimeClock/rtc0" org.freesmartphone.Device.RealTimeClock .SetCurrentTime 1 ; date ; Fri Apr 17 03:31:32 CEST 2009 Fri Apr 17 03:31:35 CEST 2009
The dbus method however return 1, meaning success, according to the code of pyrtc.
Change History
comment:2 Changed 4 years ago by daniel
This only affects the RTC, not the system time. Please use hwclock to get the RTC time, not date.
comment:3 Changed 4 years ago by misc
Indeed, this work. But that also mean that there is no way to set the time using dbus ?
( this also mean that the patch on #400 is wrong )
Note: See
TracTickets for help on using
tickets.

That's strange, because in the log, i can see :
Date however work well to change the date and time.