Synchronising contacts using syncml
| Thu, 2008-05-08 06:20 | |
|
Hi, can anybody guide me on what all steps have to be followed for developing such application? thx. |
|
| Thu, 2008-05-08 06:20 | |
|
Hi, can anybody guide me on what all steps have to be followed for developing such application? thx. |
|
Forum posts: 5
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.
Forum posts: 132
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.