>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
General
> Remote sync using wap (Gprs/html) SyncML
Bookmark topic
Not sure where to post this so I try general.
Has anyone been trying to build a syncML
(www.syncml.org) application for 610?
I have looked at a small testscript made for the 800 series but they use regular xml while the 610 (and many others) use wbxml.
(Wireless Binary XML)
Sofar I have been successful in creating the first handshake.
The mobile sends a raw_post in wbxml that I have (finally) managed to translate into xml (using libwbxml libraries).
From there on I use XML_Serialize libraries to sort the data into something a bit more useful and after parsing a reply to xml I manage to translate the xml I create to wbxml and reply.
Voila gprs synching of your calendar,contacts,notes,whatnot.
alltough.. that voila is a bit off yet, just started creating the synching of elements between the mobile and my application.
I gotta say I am kinda fed up reading DTD specs for mobilephones by now
If anyone has started any such projects pls reply we might be able to give each other a helping hand (not to mention testing more than my little 610).
DTD specs can be found here btw
http://www.openmobilealliance.org/syncml/docs/syncml_devinf_v11_20020215a.dtd
There are other projects ongoing, some in C and others in Java.
I am currently just testing it out in PHP (I _know_ php).
Chriso
--
Posted: 2003-12-08 03:53:47
Edit :
Quote
that sounds great if i could do al that.
Only on quest: does it work to sync pictures and ringtones.
--
Posted: 2003-12-08 21:16:25
Edit :
Quote
Grrrrrrreat!
--
Posted: 2003-12-08 21:18:47
Edit :
Quote
No it doesnt support synch of ringtones or such, thats a wap only issue. (this is wbxml/xml using wap or http as a carrier for information)
Sofar (from what I have learned) it supports a great deals of vcards, like vcalendar, notes, contacts etc.
--
Posted: 2003-12-11 03:04:59
Edit :
Quote
Have you looked at sync4j (http://www.sync4j.com)?
--
Posted: 2003-12-11 13:26:40
Edit :
Quote
New Topic
Reply