From: Daniel G. <dg...@su...> - 2008-12-16 17:42:31
|
On Tuesday 16 December 2008 18:30:41 Robin Atwood wrote: > On Wednesday 17 Dec 2008, Daniel Gollub wrote: > > On Tuesday 16 December 2008 16:33:37 Robin Atwood wrote: > > > On Tuesday 16 Dec 2008, Daniel Gollub wrote: > > > > On Tuesday 16 December 2008 16:04:10 Robin Atwood wrote: > > > > > Ok, did that! Now... > > > > > > > > > > $ syncml-ds-tool --slow-sync text/x-vcard Contacts -b > > > > > 00:1C:A4:5A:73:D8 6 --wbxml > > > > > ** Message: ERROR: An internal misconfiguration was detected. > > > > > The OBEX client cannot connect to the configured device or resource > > > > > (Not found - 0x44). > > > > > > > > (please, don't drop the list...) > > > > > > Oops! > > > > > > > Could you run: obexftp -X -b $MAC > > > > Make sure you stripped IMEI and other sensitive stuff when sending > > > > this to the list... > > > > > > $ obexftp -X -b 00:1C:A4:5A:73:D8 > > > > $ obexftp -X -b 00:1C:A4:5A:73:D8 6 > > ^^ > > Could you try channel 6? > > $ obexftp -X -b 00:1C:A4:5A:73:D8 -B 6 > Scanning for (null) ... > Found: 00:1C:A4:5A:73:D8 > Browsing 00:1C:A4:5A:73:D8 ... > Connecting...done > Receiving "(null)"... failed: (null) > Disconnecting...done > > No change. I hoped for something like that... [...] <Service> <Name>SyncML</Name> <UUID>SYNCML-SYNC</UUID> <Version>1.1</Version> <Object> <Type>application/vnd.syncml+wbxml</Type> </Object> </Service> </Capability> ... anyway. It seems the P1i doesn't have obex/capabilities implemented. Could you add --dumpinfo to the syncml-ds-tool command line: sycnml-ds-tool --slow-sync text/x-vcard Contacts -b $MAC 6 --wbxml --dumpinfo I hope to get the SyncML capabilities dumped. Could you also store the SyncML message which got transferred for further analyze. mkdir /tmp/syncml_log/ export SYNCML_LOG=/tmp/syncml_log/ syncml-ds-tool --slow-sync And check if there are any files in /tmp/syncml_log - if there is any - check for DevInf XML tags... |