The program connects to the device, but nothing else happens, no sync is established. See the attached trace. This is my config:
[root@tiffy trace]# msynctool --discover N95 1
<?xml version="1.0"?>
<config>
<address_path>/home/foo/.evolution/addressbook/local/system/</address_path>
<calendar_path>/home/foo/.evolution/calendar/local/system/</calendar_path>
</config>
only the relevant part of
[root@tiffy trace]# msynctool --discover N95 2
<database>
<name>Contacts</name>
<objtype>contact</objtype>
<objformat>vcard21</objformat>
</database>
<database>
<name>Calendar</name>
<objtype>event</objtype>
<objformat>vevent20</objformat>
</database>
discovering shows this:
[root@tiffy trace]# msynctool --discover N95 1
Discovered Objtypes:
contact
Format: vcard30
Format: vcard21
event
Format: vevent20
[root@tiffy trace]# msynctool --discover N95 2
Discovered Objtypes:
contact
Format: vcard21
event
Format: vevent20
[root@tiffy trace]#
when I now try to sync, I see this on the command line:
[root@tiffy trace]# msynctool --sync N95
Synchronizing group "N95"
The previous synchronization was unclean. Slow-syncing
(process:27165): GLib-GObject-CRITICAL **: gtype.c:2242: initialization assertion failed, use IA__g_type_init() prior to this function
(process:27165): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed
(process:27165): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed
event sink of member 1 of type evo2-sync had an error: Broken Pipe
contact sink of member 1 of type evo2-sync had an error: Broken Pipe
Main sink of member 1 of type evo2-sync had an error: Broken Pipe
contact sink of member 2 of type syncml-obex-client just connected
Main sink of member 2 of type syncml-obex-client just connected
event sink of member 2 of type syncml-obex-client just connected
than it just hangs and nothing else happens. The only thing I see on
the phone is the "connecting..." string on the display.
The last lines from the trace continues in a loop, so I cut them from the
trace.
any help is really appreciated.
Thanks.