From: Graham S. <gq...@tp...> - 2006-10-05 02:41:53
|
On Thursday 05 October 2006 05:32, Daniel Gollub wrote: > On Tuesday 03 October 2006 20:19, Graham Smith wrote: > > I've been trying to sync a Nokia E61 with KDE addressbook using the > > syncml-obex-client. > > There was a patch missing in the wbxml2 package from the openSUSE repo. > Sorry my fault. The packages got updated and should fix the > "NumberOfChanged" error. > > > > I have found that I get a connection using Channels 10 and 14 all other > > channels I have tried end up with a Transport Error type 68. > > > > Could you please advise on anything else to try to get this Phone to sync > > with the KDE Addressbook. > > msynctool --addgroup kdepim2syncml; > msynctool --addmember kdepim2syncml kdepim-sync; > msynctool --addmember kdepim2syncml syncml-obex-client; > msynctool --configure kdepim2syncml 2; > > This config should work in your case: > > <config> > <bluetooth_address>00:12:D1:AB:80:21</bluetooth_address> > <bluetooth_channel>14</bluetooth_channel> > <interface>0</interface> > <identifier>PC Suite</identifier> > <version>1</version> > <wbxml>1</wbxml> > <username></username> > <password></password> > <type>2</type> > <usestringtable>0</usestringtable> > <onlyreplace>0</onlyreplace> > <recvLimit>0</recvLimit> > <maxObjSize>0</maxObjSize> > <contact_db>Contacts</contact_db> > <calendar_db>Calendar</calendar_db> > <note_db>Tasks</note_db> > </config> > > kdepim-sync doesn't need to be configured at the moment. So lets start > syncing: > > msynctool --sync kdepim2syncml; > > I hope this should work. Please let us know if this configuration is > working for your. Thank you, it now appears to be working on an initial trial. I will do some extensive testing over the next few days. I have been fighting this thing for two weeks using different programs like multisync. multisynk, kitchensync and gnokii. It gets very confusing trying to find information on syncing mobile phones on Linux using syncml. There are a lot of programs/libraries that have been discontinued which does not help. I really appreciate your input on getting this problem resolved, without your effort I would be still bashing my head against a brick wall. Thank you again. -- Regards, Graham Smith |