|
From: Daniel G. <dg...@su...> - 2008-01-08 08:23:30
|
On Dienstag 08 Januar 2008, Nicholas Piper wrote: > It looks like CTCap for me only shows the mimetypes of the databases > I've selected already, so I can't discover new ones this way. > > What I did learn today, is that the S60 --identifier is not matching > the phone synchronisation profile name, but actually the "Host > address"! Arg, yes - that could be as well.. since the latest syncml-obex-client might already send it's own capailities in advance. SyncML Spec says that the device then only should reply supported capabilities by the device... Not quite sure if syncml-obex-client is already sending the (own) entire capabilities in advance or not.. it's up to your version of libsyncml. Michael Bell that recently lots of development in this area ... we need have to introduce finally same proper discovery function for syncml-obex-client tool (and OpenSync plugin). Not quite sure how hard this is to implement. > > > text/x-vMessage > > > > If you find text/x-vMessage or somehihng simliar just try: > > > > syncml-obex-client --slow-sync text/x-vMessages RandomLocalDatabaseName > > .... > > I think "syncml-obex-client --identifier 'my sync' -b > 00:19:79:CE:B8:FD 10 --wbxml --sync text/x-vMessages sms" may work, > however the phone just shows "Connecting" for ages. I think maybe I > have too many entries on the phone? I cleared the INBOX into folders, > but maybe it still uses those (I hope so, actually.) > > Eventually the sync with text/x-vMessages shows "Operation time-out" > on the handset. The received-0.xml log is at > http://pastebin.com/m200e5897 (ignore the − parts, sorry.) Looks interesting... could you check SYNCML_TRACE as well.. might me that the xml parser or assembler fails and libsyncml fails to recover from the parser/assmebler error... > > I can't delete all the messages to try with a cleaner handset, because > I can't back them up... Does libsyncml send at least another package back to the device? Is there an sent-N+1.xml? > > However, for syncing more types of my content, "Lifeblog" seems to be > a database on the phone with MMS, photos, SMS, etc. etc. I just don't > know what mimetype to use in the obex-client? > > I tried "application/atom+xml" and "application/x.atom+xml", as well > as text/xml, application/xml, etc. > > Maybe I need to set up Lifeblog on a Windows PC and sniff a sync with > that. This would help for sure... best regards, Daniel |