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 |