From: Jason G. <ju...@lo...> - 2006-09-13 10:31:43
|
Thanks Daniel, On Tue, 2006-09-12 at 16:19 +0200, Daniel Gollub wrote: > On Tuesday 12 September 2006 15:20, Jason Grant wrote: > > I have a Sony Ericsson k608i, and would like to troubleshoot my > > syncml-obex-client error further, but am not sure what to try next. > > I've attached the trace output below, along with my configuration. In > > case it helps, bluetooth file transfers are working well with obexftp > > using the same MAC and channel. > > > > Thanks for any tips. > > I guess you are using the wrong channel. The channel of the obex service > differs from the syncml obex service. Try: > > sdptool browse *MAC* > > and look for a service called "SyncML Obex" and use this channel number. > If this works please let us know which channel number have to be used for your > SE model. Also helpful for other SE owners would be if you enter your working > configuration in the DeviceCompatility list in the OpenSync wiki. > You're right; sdptool indicates channel 7 for this phone. I've now tried to sync with the following commands: syncml-obex-client -b 00:12:EE:06:4E:59 7 --slow-sync text/x-vcard Contacts --version 1.0 syncml-obex-client -b 00:12:EE:06:4E:59 7 --slow-sync text/x-vcard Contacts --version 1.1 syncml-obex-client -b 00:12:EE:06:4E:59 7 --slow-sync text/x-vcard Contacts --version 1.2 and each time, the phone turns itself off, with syncml-obex-client giving error 80 for the first two, and error 79 for the last, which seem to correspond to: #define OBEX_RSP_UNSUPPORTED_MEDIA_TYPE 0x4f #define OBEX_RSP_INTERNAL_SERVER_ERROR 0x50 The error 79==0x4f sort of seems promising - gives me the feeling that at least the device was 'talking' for a short moment... I'm not brave enough to try the --wbxml flag, since my phone is behaving exactly as reported in Dave Hall's post on the 20th July. Recall in that case (same phone), the phone refused to reboot after it shut itself down. Dave, if you're out there, did the phone come back to life in the end? Did you try it again with updated firmware (or are you too scared of your girlfriend ;P)? Cheers, Jason. |