From: Erik T. <er...@de...> - 2006-08-27 20:50:12
|
Hi Has somebody got a working configuration for syncing it with evolution using syncml or anything else? I tried syncml obex with bluetooth and usb and syncml http, but could get nothing to work, not even with the command line client. I tried gnokii too, but could not get gnokii to connect to the e70 using bluetooth. |
From: Daniel G. <dg...@su...> - 2006-08-31 07:15:41
|
On Sunday 27 August 2006 22:42, Erik Tews wrote: > Has somebody got a working configuration for syncing it with evolution > using syncml or anything else? I tried syncml obex with bluetooth and > usb and syncml http, but could get nothing to work, not even with the > command line client. Did you try the latest revison of libsyncml? The latest changes contains fixes also for Nokia E70: http://libsyncml.opensync.org/changeset/183 Please try: syncml-obex-client -b <MAC> 11 --slow-sync text/x-vcard Contacts --identifier "PC Suite" --wbxml and reply the error. > > I tried gnokii too, but could not get gnokii to connect to the e70 using > bluetooth. Did the bluetooth connection work with syncml obex? Did you try the gnokii command line client to connect or only gnokii-sync plugin? Version of gnokii? best regards, Daniel |
From: Erik T. <er...@de...> - 2006-08-31 09:00:11
|
Am Donnerstag, den 31.08.2006, 09:16 +0200 schrieb Daniel Gollub: > On Sunday 27 August 2006 22:42, Erik Tews wrote: > > Has somebody got a working configuration for syncing it with evolution > > using syncml or anything else? I tried syncml obex with bluetooth and > > usb and syncml http, but could get nothing to work, not even with the > > command line client. > Did you try the latest revison of libsyncml? > The latest changes contains fixes also for Nokia E70: I got this version, this bugfix is listend in my changelog. > http://libsyncml.opensync.org/changeset/183 >=20 > Please try: >=20 > syncml-obex-client -b <MAC> 11 --slow-sync text/x-vcard=20 > Contacts --identifier "PC Suite" --wbxml I get: Received an transport error: Request not successfull: 68 Received an transport error: Request not successfull: 67 Sometimes I just get:=20 Received an transport error: Request not successfull: 68 |
From: Daniel G. <dg...@su...> - 2006-08-31 09:50:09
|
On Thursday 31 August 2006 10:50, Erik Tews wrote: > I got this version, this bugfix is listend in my changelog. I asked the author, of the bugfix, how he connected to the cellphone. He managed to sync with syncml via http. Also he said he had to change settings in the cellphone. Try to change the syncml version from 1.2 (which seems to be default on the e70) to version 1.1 If you still have problems with syncing, please provide SYNCML_TRACE files and SYNCML_LOGS. |
From: Erik T. <er...@de...> - 2006-08-31 10:30:10
|
Am Donnerstag, den 31.08.2006, 11:51 +0200 schrieb Daniel Gollub: > On Thursday 31 August 2006 10:50, Erik Tews wrote: > > I got this version, this bugfix is listend in my changelog. >=20 > I asked the author, of the bugfix, how he connected to the cellphone. He=20 > managed to sync with syncml via http. Also he said he had to change setti= ngs=20 I used bluetooth, I will try http later. > in the cellphone. Try to change the syncml version from 1.2 (which seems = to=20 > be default on the e70) to version 1.1 OK, I changed that and tried with bluetooth, no effect so far. > If you still have problems with syncing, please provide SYNCML_TRACE file= s and=20 > SYNCML_LOGS. OK, if http doesn't work I will post these files here. |
From: Daniel G. <dg...@su...> - 2006-08-31 11:54:47
|
On Thursday 31 August 2006 10:50, Erik Tews wrote: > > syncml-obex-client -b <MAC> 11 --slow-sync text/x-vcard > > Contacts --identifier "PC Suite" --wbxml > This can't work! Channel 11 is wrong, sorry. For e70 it seems to be channel 10. (Or maybe 13 or 14 .. these are also syncml similar services.) Or maybe it does differ on your cellphone. Please check for "Syncml Client" services with: sdptool browse <MAC> and try: syncml-obex-client -b <MAC> <Channel> --slow-sync text/x-vcard Contacts --identifier "PC Suite" --wbxml But i guess 10 is correct: syncml-obex-client -b <MAC> 10 --slow-sync text/x-vcard Contacts --identifier "PC Suite" --wbxml > I get: > > Received an transport error: Request not successfull: 68 > Received an transport error: Request not successfull: 67 > > Sometimes I just get: > > Received an transport error: Request not successfull: 68 |
From: Emmanuel S. <es...@li...> - 2006-08-31 13:08:55
|
Daniel Gollub wrote: > > This can't work! Channel 11 is wrong, sorry. For e70 it seems to be > channel 10. (Or maybe 13 or 14 .. these are also syncml similar > services.) It's 10 on mine : 13 is SyncML DM Client 14 is Nokia SyncML Server Emmanuel |
From: Daniel G. <dg...@su...> - 2006-08-31 13:11:48
|
On Thursday 31 August 2006 15:08, Emmanuel Seyman wrote: > It's 10 on mine : Did you try to run syncml-obex-client with channel 10 instead 11? |
From: Erik T. <er...@de...> - 2006-08-31 13:50:23
|
Am Donnerstag, den 31.08.2006, 15:08 +0200 schrieb Emmanuel Seyman: > Daniel Gollub wrote: > > > > This can't work! Channel 11 is wrong, sorry. For e70 it seems to be > > channel 10. (Or maybe 13 or 14 .. these are also syncml similar > > services.) >=20 > It's 10 on mine : >=20 > 13 is SyncML DM Client > 14 is Nokia SyncML Server Thanks, now the simple command line client works, but sync with evolution failed. I will try again later. |