Ticket #663 (new defect)

Opened 8 months ago

Last modified 4 months ago

latest devel 0.35 version is not working with Nokia N95

Reported by: tnbt Assigned to: dfriedrich
Priority: high Milestone:
Component: Plugin: evolution2 Version: 0.35
Severity: normal Keywords:
Cc:

Description (Last modified by felixmoeller)

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.

Attachments

Thread3023473552.log (144.4 kB) - added by tnbt on 01/12/08 17:55:56.

Change History

01/12/08 17:55:56 changed by tnbt

  • attachment Thread3023473552.log added.

(in reply to: ↑ description ) 01/12/08 22:48:24 changed by tnbt

some more info. sycml-obex-client is able to download contacts and calendar information:

[root@tiffy trace]# syncml-obex-client -b 00:1E:3A:27:01:24 10 --sync text/x-vcard Calendar --wbxml --identifier "PC Suite" connection with device succeeded Received an Alert for the DS Server at Calendar: Type: 200, Last 20080112T214426Z, Next 20080112T214459Z Just received a new session with ID 1 Session 1 reported final. flushing Received an reply to our Alert Going to receive 1 changes Session 1 reported final. flushing Received a added entry 1478 of size 304 and type text/x-vcalendar

Data: BEGIN:VCALENDAR

VERSION:1.0 BEGIN:VEVENT UID:pEBOBC2M4EFGc781l42H51 SUMMARY:Kgl DTSTART:20080112T070000Z DTEND:20080112T070000Z X-EPOCAGENDAENTRYTYPE:APPOINTMENT CLASS:PRIVATE SEQUENCE:0 X-METHOD:NONE LAST-MODIFIED:20080112T214449Z PRIORITY:2 X-SYMBIAN-LUID:1478 END:VEVENT END:VCALENDAR

Received an reply to our Sync: 200 Session 1 reported final. flushing Session 1 has ended [root@tiffy trace]#

running msynctool --sync N95 produces the problem described in my initial post.

(in reply to: ↑ description ) 01/18/08 12:39:07 changed by tnbt

is there some update available on this?

01/20/08 10:52:24 changed by felixmoeller

  • owner changed from dgollub to dfriedrich.
  • component changed from Plugin: syncml to Plugin: evolution2.
  • description changed.

formatting. and for me this seems like an issue of the evolution plugin therefore changing component.

01/24/08 11:36:26 changed by tnbt

any news on this?

05/19/08 00:01:26 changed by tnbt

I still have the above problem when using latest evolution plugin. is there any news on this available?

Thanks.

05/19/08 00:09:36 changed by felixmoeller

Sadly I cannot help you. But it is probably best to write a mail to the mailinglists or go to #opensync on irc.freenode.org.

Good luck.