Ticket #124 (new defect)

Opened 1 year ago

Last modified 1 week ago

syncml-obex-client connecting to NOKIA 6110

Reported by: antibios Assigned to: abauer
Priority: normal Component: OpenSync
Version: Severity: normal
Keywords: Cc:

Description (Last modified by felixmoeller)

It seems that when I used the correct path while trying to sync, my Nokia 6110 will fail. I've tried to compile this bug as best as I can, for more information please email me at antibios !! gmail.

'Phone Information

This is a Nokia 6110 Navigator (Bought in Australia)

Man: NOKIA
Mod: 6110
FirmwareVersion:
SoftwareVersion: V 03.51
HardwareVersion:

ReceiveLimit: 0
MaxObjSize: 0
Connection used: OBEX Client
Identifier: PC Suite

Databases:
DB Locations: Contacts
DB Type: text/x-vcard
DB Slow: 1

Bluetooth: Yes
Wbxml: Yes
SyncML Version: 1.1
SupportsNumberofChanges: Yes
SupportsLargeObjects: Yes

The phone will display "Sync Complete" if I use the wrong Path:

mattk@redstar:~/tmp/sync$ export SYNCML_TRACE=/home/mattk/tmp/syncml-trace
mattk@redstar:~/tmp/sync$ syncml-obex-client -b 00:1b:af:b9:22:3f 10 --slow-sync text/x-vcard Notmycontacts --wbxml --identifier "PC Suite" --version 1.1 --dumpinfo
connection with device succeeded
Just received a new session with ID 1
Going to request the devinf
Session 1 reported final. flushing
Session 1 has ended
Didnt receive the devinf though it was requested

However, if I used the correct Path, then the sync fails.

mattk@redstar:~/tmp/sync$ syncml-obex-client -b 00:1b:af:b9:22:3f 10 --slow-sync text/x-vcard Contacts --wbxml --identifier "PC Suite" --version 1.1 --dumpinfo
connection with device succeeded
Received an Alert for the DS Server at Contacts: Type: 201, Last , Next 20070903T034636Z
Slowsyncing
Just received a new session with ID 1
Received the DevInf
Session 1 reported final. flushing
Received an transport error: Request not successfull: 67

I have the trace information for both these errors. http://rafb.net/p/TaeOli19.html http://rafb.net/p/2xuHCY78.html

What other information can I provide? or is there any testing that I can do?

Matt

Change History

08/12/08 14:41:28 changed by felixmoeller

  • description changed.