|
From: deloptes <del...@ya...> - 2010-10-13 20:01:42
|
It seems usb is working better
syncml-ds-tool -u
Superuser privileges are required to access complete USB information.
Found 2 USB OBEX interfaces
Interface 0:
Manufacturer: Nokia
Product: Nokia 5530 XpressMusic
Interface description: SYNCML-SYNC
Interface 1:
Manufacturer: Nokia
Product: Nokia 5530 XpressMusic
Interface description: PC Suite Service
--discover works well
but sync does not
Main sink of member 2 of type akonadi-sync just connected
contact sink of member 2 of type akonadi-sync just connected
Main sink of member 1 of type syncml-obex-client just connected
ERROR: Forbidden (0x43)
EXIT_ERROR: _recv_event: Forbidden (0x43)
ERROR: Forbidden (0x43)
contact sink of member 1 of type syncml-obex-client had an error: Forbidden
(0x43)
further testing syncml-ds-tool with gdb I see
Reading symbols from /opt/testing/opensync/bin/syncml-ds-tool...(no
debugging symbols found)...done.
(gdb) r -u
Starting program: /opt/testing/opensync/bin/syncml-ds-tool -u
[Thread debugging using libthread_db enabled]
Superuser privileges are required to access complete USB information.
Found 2 USB OBEX interfaces
Interface 0:
Manufacturer: Nokia
Product: Nokia 5530 XpressMusic
Interface description: SYNCML-SYNC
Interface 1:
Manufacturer: Nokia
Product: Nokia 5530 XpressMusic
Interface description: PC Suite Services
Use '-u interface_number' to connect
** Message: syncml-ds-tool failed.
Program exited with code 01.
(gdb) r -u 0
Starting program: /opt/testing/opensync/bin/syncml-ds-tool -u 0
[Thread debugging using libthread_db enabled]
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff5e29d8a in _IO_vfprintf_internal (s=0x7fffffffde40, format=<value
optimized out>, ap=0x7fffffffdff0) at vfprintf.c:1614
1614 vfprintf.c: Datei oder Verzeichnis nicht gefunden.
in vfprintf.c
I then configured the phone properly (I believe)
and got some meaningful output though the tool failed again
however if I try osynctool with --sync I get
ERROR: Forbidden (0x43)
EXIT_ERROR: _recv_event: Forbidden (0x43)
ERROR: Forbidden (0x43)
contact sink of member 1 of type syncml-obex-client had an error: Forbidden
(0x43)
ERROR: At least one sink_engine failed while connecting
ERROR: No objtypes left without error. Aborting
ERROR: No objtypes left without error. Aborting
What can be this?
Anyway I've got tired for today, please give me some meaningful feedback.
Thanks and regards
|