View Single Post
Posts: 18 | Thanked: 4 times | Joined on Jun 2010 @ Switzerland
#3
After doing some research, I could see that the settings are correctly stored after running the wizard (they are store in gconf, see f.e. http://wiki.maemo.org/Documentation/...ferences-Gconf). Check with
Code:
gconftool-2 -R /apps/activesync
So when issuing the command
Code:
dbus-send --print-reply --type=method_call --session --dest=com.nokia.asdbus /com/nokia/asdbus com.nokia.asdbus.sync
the synchronization is started and runs successfully.
As soon as I start the MfE settings dialog, everything is cleared from gconf and the wizard starts again.
Code:
Dec 28 20:42:58 Nokia-N900 activesync[8915]: ASDAEMON-DBUS: Got a request to remove account data
Dec 28 20:42:58 Nokia-N900 activesync[8915]: ASDAEMON-REMOVE-ACCOUNT: Remove accont data
So my workaround at this moment is to schedule the above command to run every X minutes (f.e. with Alarmed).
But this is only a temporary solution, perhaps I have to open a bug in bugzilla...
 

The Following 3 Users Say Thank You to tobru For This Useful Post: