From: Michael M. <m....@la...> - 2006-04-28 15:47:31
|
Hi, Thanks for your reply. I made the specified changes and am getting this error now: mohr@rosetta ~/opensync $ msynctool --sync filefile Synchronizing group "filefile" The previous synchronization was unclean. Slow-syncing Member 1 of type file-sync just connected Member 2 of type syncml-obex-client had an error while connecting: Request not successfull: 80 Member 1 of type file-sync just disconnected All clients have disconnected The sync failed: Unable to connect one of the members Error synchronizing: Unable to connect one of the members The phone beeps and it appears that the connection is attempted, but it says this: Session failed. Invalid server response. Any hints? TIA Mike On Fri, 28 Apr 2006 09:33:11 +0200 Anders Hermansen <an...@gi...> wrote: > Michael Mohr wrote: > > Member 2: syncml-obex-client > > Configuration : > > <config> > > <bluetooth_address>00:00:00:00:00:00</bluetooth_address> > > <bluetooth_channel></bluetooth_channel> > > You need to set the bluetooth channel. The channel number can be found > using the command: > sdptool browse <bluetooth-adress> > Look for syncml client in the output. > > > <interface>0</interface> > > <identifier></identifier> > > <version>1</version> > > <wbxml>0</wbxml> > > <username></username> > > <password></password> > > <type>5</type> > > Type 5 means it wants to connect to the phone directly through a usb > cable. Set it to type 2. Which means bluetooth. > > > <usestr ingtable>1</usestringtable> > > <onlyreplace>0</onlyreplace> > > <recvLimit>0</recvLimit> > > <allowLateStatus>0</allowLateStatus> > > <maxObjSize>0</maxObjSize> > > <noPendingReplies>0</noPendingReplies> > > <contact_db>addressbook</contact_db> > > <calendar_db>calendar</calendar_db> > > <note_db>tasks</note_db> > > </config> > > > Anders |