|
From: deloptes <del...@ya...> - 2011-02-02 12:11:47
|
ashish chandna wrote:
> HI,
> I am using syncml-ds-tool which is there in libsyncml library and till
> time i am able to sync. phonebook ,calender,notes,i just want to know that
> sms syncronization is possible with this tool or i have to add some extra
> code in this.
> if it is possible to sync messages with this tool then pls reply me with
> all the steps.
> thank u.
you are asking too much. I can not provide you with all the details but if
you use the --help option you would see that you have to supply the proper
mime type.
What options did you use for Calendar and for the rest?
What phone brand/model do you have?
So far I've been successful to sync only in slow-sync with Contacts
syncml-ds-tool -b XX:XX:XX:XX:XX:XX 7 --wbxml --identifier "PC
Suite" --version "1.2" --sync text/x-vcard Contacts
But --help says
--sync <type> <path> <directory> normal two-way sync
--slow-sync <type> <path> <directory> slow two-way sync
<type> is the content-type of a datastore
text/x-vcard for contacts
text/x-vcalendar for calendar
text/plain for notes
text/x-vMessage for SMS
<path> is the used (virtual) source URL/path
It is the local name of the database.
You can choose something there.
<directory> is the local path to the synchronized directory
The directory is optional and an absolute path.
This directory is a persistent storage.
|