Hi,
I have a problem using syncml-obex-client with a nokia 6260 (symbian series 60) using bluetooth.
When running "syncml-obex-client -b 00:11:9F:74:37:BC 11 --sync text/x-vcard Contacts --identifier "PC Suite" --wbxml" for example the console output says:
connection with device succeeded
Received an Alert for the DS Server at Contacts: Type: 206, Last , Next 20061111T202544Z
Just received a new session with ID 1
Received the DevInf
Session 1 reported final. flushing
There was an error in the session 1: No node at all
Looking at the written logfiles the received-1.xml is truncated. The file looks like this:
<?xml version="1.0"?>
<!DOCTYPE SyncML PUBLIC "-//SYNCML//DTD SyncML 1.1//EN" "http://www.syncml.org/docs/syncml_represent_v11_20020213.dtd">
<SyncML xmlns="syncml:SYNCML1.1">
<SyncHdr>
<VerDTD>1.1</VerDTD>
<VerProto>SyncML/1.1</VerProto>
<SessionID>4</SessionID>
<MsgID>1</MsgID>
<Target>
<LocURI>PC Suite</LocURI>
</Target>
<Source>
<LocURI>IMEI:XXXXXXXXXXXXXX</LocURI>
</Source>
<Meta>
<MaxMsgSize xmlns="syncml:metinf">10000</MaxMsgSize>
</Meta>
</SyncHdr>
<SyncBody>
<Status>
<CmdID>1</CmdID>
<MsgRef>2</MsgRef>
<CmdRef>0</CmdRef>
<Cmd>SyncHdr</Cmd>
<TargetRef></TargetRef>
<SourceRef>tacts.cdb
I also tried the "--recvLimit 10000" "--useStringTable" "--maxObjSize 10000" options, but neither the console output nor the receive-1.xml file changed. The error also occurs with using "--sync text/x-vcalendar", "--sync text/plain" options and all with a slow-sync.
I was also told about the "blank screen" issue, but there was also no change with all applications closed and even after a restart.
Complete log can be seen here. (ZIP archive)
I am running Ubuntu Edgy with opensync of the svn repositories from http://www.in.fh-merseburg.de/~jahn/ (syncml version 0.4.2 with all patches). Obex transfer from phone to pc and vice versa works without problems.
If more information is needed contact me over my email address.