Synchronising contacts using syncml

Login to reply to this topic.
Thu, 2008-05-08 06:20
Joined: 2007-11-27
Forum posts: 5

Hi,
I need to develop an application in S60 which will synchronise the phonebook and calender notes from device to a remote server(like funambol sync4j).I am absolutely clueless about what all has to be done.
My doubts-
1.Do I need to create any profile?
2.Do I need to write different adapters for phonebook and calender?
3.message format,should it be WBXML only?

can anybody guide me on what all steps have to be followed for developing such application?

thx.


Thu, 2008-05-08 13:59
Joined: 2007-11-27
Forum posts: 5
Re: Synchronising contacts using syncml

I have gone through lot of documentation of syncml,DS,CP.but still clueless.

I also downloaded an example
http://wiki.forum.nokia.com/index.ph...e:DataSync.zip

but its not doing anything on emulator,I am not sure whether it requires connection to server.

Thu, 2008-05-08 19:48
Joined: 2007-09-23
Forum posts: 132
Re: Synchronising contacts using syncml

When you say the example does nothing, do you mean it doesn't run, or it runs but does nothing?

You need to specify to the SyncML application various things, such as the ip addreess or url of the server you are going to connect to, what the username and password of the account on that server is, what it is you want to sync etc.
All of this is specified using the profile and task and transport APIs etc. Sp you need to set all that information and then actually start the sync.

I don't have any code examples but knowing the above looking at the APIs and the example code it should be figureoutable.

  • Login to reply to this topic.