The purpose of SyncML is to offer an open standard as a replacement for existing data synchronization solutions, which have mostly been somewhat vendor-, application- or operating system specific. SyncML is most commonly thought of as a method to synchronize contact and calendar information ...
0
votes
1answer
5 views
OMA DM1.2 md5 digest calculation
I am implementing a server for communication using the OMA DM 1.2 SyncML protocol and reffers to the OMA Device Management Security document. I am having issues with authentication. The client sends a ...
0
votes
0answers
181 views
SyncML Get Command WP8 MDM
I have a problem getting device details result response from the WP8 device.
The device is enrolled successfully and if I include Add, Exec and other commands as part server's response, the device ...
0
votes
1answer
291 views
SyncML protocol in WP8- client stops responding
I'm trying to get my Windows Phone 8 MDM system to work. Currently device enrolls and makes initial SyncML request correctly. It also responds to queries in server's intitial response, but I assume ...
0
votes
0answers
53 views
C# SynML client
I am developing an ASP.NET + C# web site and i need a library or component to connect to a SyncML server (funambol server) to synchronize contacts between the web site and the SyncML server
I need it ...
0
votes
1answer
190 views
Difference between SyncML or JSON for synching
I wanted to sync contacts, calendar information from mobile devices to the server. Is SyncML the right choice to implement or one can go with JSON too? What is the difference between both these?
2
votes
0answers
312 views
SyncML with Android for Database Sync
I am creating a database sync solution which uses Android clients to 2-way sync the database with a server OTA.
I am presently using
Android devices with 2.3.6 (switching to a different API level ...
0
votes
0answers
154 views
Any suggestion on file sync with remote-diff
My requirement is alike with Dropbox. I was told to research Mercurial, but it stores all history at every repository, and diff file at local, transfer reversion only.
But I must use remote-diff ...
0
votes
0answers
120 views
How to syncml contacts in android
How to syncml contacts in android?
I want to get contacts from my server through syncml.
I read the funambol sdk ,but i still do not know how to do?
Can anybody help me?
Look forward your answer.
0
votes
1answer
183 views
is any sync-ml API available for server and client ??
i want to make sync-ml server in .net .Is any API is available for it so that we can make sync-ml server in any languages ? I don't want to use funambol like software , it bound us to use it's API . ...
0
votes
1answer
734 views
create syncml client and server
I want to implement the SyncML/OMA DS protocol for client and server for syncing data from device. I don't know how to implement SyncML for client and server for Android and low-end phones. I have ...
0
votes
1answer
104 views
implementation of syncml over http in mtk framework
I have to implement syncml (syncml client) in mtk framework, since mtk phones support syncml and it perform using OBEX . But we have to implements with http ,that is syncml over http .
I don't know ...
5
votes
3answers
2k views
What are the difference between SyncML and CalDAV?
I wonder what are the difference between SyncML and CalDAV in terms of features, pros, and cons.
I'm trying to determine which technology to use in order to synchronize events/calendars between a web ...
0
votes
2answers
31 views
Error when trying to open the syncml web site
When I try to open the address http://www.syncml.org then I received this message : Bad Request (Invalid Hostname). My computer runs Windows XP Service Pack 3.
So why this error ?
0
votes
1answer
51 views
Where can I download the jar file for the datasync API?
I want to use javax.microedition.datasync in my MIDlet application to synchronize data of my mobile phone with a computer. The problem is that I don't know where to find the library used by the ...
1
vote
0answers
184 views
SyncML bug with my custom server for the Replace command to the client
I develop a syncml server and I do not synchronize from the server to the client (nokia e71) for modified contacts. All the rest works except when I make a command replace towards the client for an ...
0
votes
1answer
227 views
Syncml Client for iPhone
I need Syncml client for iPhone which could be an opensource.
Any download Links accessible to Syncml client would be helpful for me..
Thanks in advance.
0
votes
1answer
634 views
SyncML (sync or update?)
I'm faced with another dilemma, with regards to synchronizing (or updating?) data across to the server, from a mobile device (using Android).
I've looked into SyncML as the standard for doing this, ...
5
votes
2answers
730 views
SyncML with Android and PHP Web Service
I was just curious if anyone has used SyncML (Synchronization Markup Language) and if it's a good standard to use.
We'd need it for synchronising information from a tablet device to a web server (via ...
1
vote
1answer
348 views
rsync vs SyncML (Funambol)
I would like some idea about how rsync compares to SyncML/Funambol, especially when it comes to bandwidth, sync over unstable network and multiple clients to one server.
This is to sync several ...
0
votes
0answers
194 views
synchronization to my mobile contacts by phpsyncml script?
I am trying to synchronize my mobile contacts with in my website with phpsyncml
trying do it more time but allows show "invalid host address" error
please help to test this script with my website ...
0
votes
1answer
71 views
Hardware-neutral library to sync with smartphones?
I'd like to know what the status is to sync data (eg. SQLite, etc.) from Windows with smartphones. Ideally, the same tool should support the main smartphones (iPhone, BlackBerry, Windows Mobile, ...
1
vote
1answer
564 views
syncml status 415 for devinf
I'm getting 415 status from N95 client for sending server devinf.
I tried many things but no success.
Here is server response (generated by me, I'm writing my own implementation of syncml server.):
...
1
vote
3answers
1k views
Looking for a pure Python library for the SyncML protocol
I'm looking for an open source, pure Python library that supports the SyncML protocol, at least enough to implement a SyncML client.
2
votes
1answer
978 views
Fully functional SyncML compliant WBXML encoder-decoder?
Is there any WBXML encoder-decoder available which is atleast fully compliant for SyncML 1.2 ?
1
vote
2answers
683 views
Are there any SyncML server components that work in .NET?
Basically we'd want to create a SyncML server that we can hookup to our own custom data source, all the component would do is listen for client connections and notify and request data from our code ...
3
votes
3answers
2k views
Decoding a WBXML SyncML message from an S60 device
I'm trying to decode a WBXML encoded SyncML message from a Nokia N95.
My first attempt was to use the python pywbxml module which wraps calls to libwbxml. Decoding the message with this gave a lot of ...
