SyncML

{{Multiple issues|

{{refimprove|date=May 2021}}

{{Update|date=September 2024}}

}}

SyncML, or Synchronization Markup Language, was originally developed as a platform-independent standard for information synchronization. Established by the SyncML Initiative, this project has evolved to become a key component in data synchronization and device management. The project is currently referred to as Open Mobile Alliance Data Synchronization and Device Management.{{Cite web |title=Lightcast |url=https://lightcast.io/open-skills/skills/KS4414L79MLXQ6FQ0080/syncml |access-date=2024-09-15 |website=Lightcast |language=en}} 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 1.0 specification was released on December 17, 2000,{{cite web|archiveurl=https://web.archive.org/web/20010410185233/http://www.syncml.org/php/news.php3?id=36|url=http://www.syncml.org/php/news.php3?id=36|title=SyncML Delivers Tomorrow´s Technology Today|publisher=SyncML.org|date=2000-12-07|archivedate=2001-04-10|accessdate=2021-04-02}} and 1.1 on February 26, 2002.{{cite web|archiveurl=https://web.archive.org/web/20020418052412/http://www.syncml.org:80/php/news.php3|url=http://www.syncml.org:80/php/news.php3|title=SyncML Turns Two, Releases Specifications v1.1 for Mobile Data Sync|publisher=SyncML.org|date=2002-02-26|archivedate=2002-04-18|accessdate=2021-04-02}}

A SyncML message is a well-formed XML document that adheres to the document type definition (DTD), but which does not require validation.

Internals

SyncML works by exchanging commands, which can be requests and responses. As an example:

  • the mobile phone sends an Alert command for signaling the wish to begin a refresh-only synchronization
  • the computer responds with a Status command for accepting the request
  • the phone sends one or more Sync command containing an Add sub-command for each item (e.g., phonebook entry); if the number of entries is large, it does not include the tag;
  • in the latter case, the computer requests to continue with an appropriate Alert message, and the mobile sends another chunk of items; otherwise, the computer confirms it received all data with a Status command

Commands (Alert, Sync, Status, etc.) are grouped into messages. Each message and each of its commands has an identifier, so that the pair (MsgID, CmdID) uniquely determines a command. Responses like Status commands include the pair identifying the command they are responding to.

Before commands, messages contain a header specifying various data regarding the transaction. An example message containing the Alert command for begin a refresh synchronization, like in the previous example, is:

1.1

SyncML/1.1

1

1

PC Suite

IMEI:3405623856456

8000

1

203

Events

/telecom/cal.vcs

4242

The response from the computer could be an XML document like (comments added

for the sake of explanation):

1.1

SyncML/1.1

1

1

IMEI:3405623856456

PC Suite

1

1

0

SyncHdr

PC Suite

IMEI:3405623856456

200

2

1

1

Alert

Events

/telecom/cal.vcs

00

200

The transaction then proceeds with a message from the mobile containing the Sync command, and so on.

This example is a refresh where the mobile sends all its data to the computer and nothing in the other way around. Different codes in the initial Alert command can be used to initiate other kinds of synchronizations. For example, in a "two-way sync", only the changes from the last synchronization are sent to the computer, which does the same.

The Last and Next tags are used to keep track of a possible loss of sync. Last represents the time of the last operation of synchronization, as measured by each device. For example, a mobile may use progressive numbers (1, 2, 3, ...) to represent time, while the computer uses strings like "20140112T213401Z". Next is the current time in the same representation. This latter data is stored and then compared with Last in the next synchronization. Any difference indicates a loss of sync. Appropriate actions involving sending all data can be then taken to put the devices back in sync.

Anchors are only used to detect a loss of sync; they do not indicate which data is to be sent. Apart from the loss-of-synchronization situation, in a normal (non-refresh) synchronization, each device sends a log of changes since the last synchronization.

SyncML client connectors and plugins

class="sortable wikitable" style="font-size: smaller"
Name

!Platform

!Application

!Contacts

!Calendar

!Memos

!Tasks

!Book-marks

!E-mail

!SMS

!Photo

!Video

!Music

!Files

!Notes

Syncfriend for MS Outlook

|Windows XP/Vista/7

|SyncML and ActiveSync client for Outlook 2007/10

|{{yes}}

|{{yes}}

|

|

|

|

|

|

|

|

|

|Also supports Google sync including feeds from Facebook, Twitter and LinkedIn. Free version synchronizes 200 contacts in any custom folder

Gemalto / O3SIS AG

|Windows Mobile

|SyncML Client, Personal Life Mobilizer

|{{yes}}

|{{yes}}

|{{no}}

|{{yes}}

|{{no}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|commercial, over-the-air installable client, Videos, Photo, Ringtones, SMS, MMS, as well

Gemalto / O3SIS AG

|Android

|SyncML Client, Personal Life Mobilizer

|{{yes}}

|{{yes}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|commercial, over-the-air installable client

Gemalto / O3SIS AG

|iOS

|SyncML Client, Personal Life Mobilizer

|{{yes}}

|{{yes}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|{{yes}}

|{{no}}

|{{no}}

|

|commercial, over-the-air installable client

Gemalto / O3SIS AG

|Symbian, Series 60

|SyncML Client, Life Mobilizer Push Mail Edition

|{{yes}}

|{{yes}}

|{{no}}

|{{yes}}

|{{no}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|commercial, over-the-air installable client

Gemalto / O3SIS AG

|BlackBerry J2ME from OS 4.5, Nokia S40, Sony Ericsson J2ME

|SyncML Client,

|{{yes}}

|{{yes}}

|{{no}}

|{{yes}}

|{{no}}

|{{no}}

|{{no}}

|{{yes}}

|

|

|

|commercial, over-the-air installable client

SyncEvolution

|Unix/Linux

|Evolution, KDE/Akonadi, plain files, ...

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{no}}

|{{no}}

|{{no}}

|

|

|

|

|free, command line, Genesis GUI frontend

libsynthesis

|Linux, iOS

|SyncML client+server engine library

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|

|

|

|Open-source, LGPL+EPL, DB backend via plugins or SQL, custom content formats possible

SyncEvolution

|Maemo 5

|system address book/Contacts, Dates

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{no}}

|{{no}}

|{{no}}

|

|

|

|

|free, command line

SyncEvolution

|OS X, iPhone

|system address book

|{{yes}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|

|

|

|

|free, command line

Funambol

|WINNER

|Pocket PC, Smartphone

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{no}}

|{{yes}}

|{{no}}

|{{yes}}

|

|

|

|plus files in 'briefcase', AGPL v3

Funambol

|Symbian

|Symbian S60 3rd/5th Edition

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|

|

|{{yes}}

|

|

|

|AGPL v3, adds push and picture sync capabilities to native client

Funambol

|Android

|Android Sync Client

|{{yes}}

|{{yes}}

|{{yes}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|{{yes}}

|

|

|

|Open Source, AGPL v3; very specific to onemedia.com, attempts to use it with other SyncML servers have failed

Funambol

|BlackBerry

|BB Databases

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|

|

|{{yes}}

|

|

|

|Open Source, AGPL v3

Funambol

|iOS

|AddressBook

|{{yes}}

|

|

|

|

|

|

|

|

|

|

|Open Source, AGPL v3

Funambol

|Java Email Client

|Java ME, J2SE

|{{yes}}

|

|

|

|

|{{yes}}

|

|

|

|

|

|Open Source, AGPL v3

Funambol

|Windows

|Outlook

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{no}}

|{{no}}

|{{no}}

|{{yes}}

|

|

|

|Open Source, AGPL v3

Funambol

|OS X

|Desktop

|{{yes}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|

|

|

|Open Source, AGPL v3

Funambol

|Multi-platform

|Java ME, J2SE, C++

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|*

|*

|*

|

|

|

|

|Open Source SDK, AGPL v3

Funambol

|Palm OS

|Palm Databases

|{{yes}}

|{{no}}

|{{no}}

|{{no}}

|

|{{no}}

|{{no}}

|

|

|

|

|Open Source, AGPL v3, Community Project

Funambol Community Project

|Windows, Linux

|iPod

|{{yes}}

|{{yes}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|

|

|

|

|sync via cable, Open Source, AGPL v3

Funambol Community Project

|Windows, Linux, Mac

|Thunderbird, Sunbird

|{{yes}}

|{{yes}}

|

|{{yes}}

|{{no}}

|

|{{no}}

|

|

|

|

|Open Source, AGPL v3

Funambol

|Yahoo!, Google

|Contacts, Calendar

|{{yes}}

|{{yes}}

|{{no}}

|{{no}}

|{{no}}

|{{yes}}

|{{no}}

|

|

|

|

|Open Source, AGPL v3

Nokia

|Symbian 9.x

|Nokia S60 3rd/5th Edition native

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{no}}

|{{yes}}

|

|

|

|

|MMS, too!

Synchronica

|Windows Mobile

|Pocket PC, Smartphone

|{{yes}}

|{{yes}}

|{{no}}

|{{yes}}

|

|{{yes}}

|

|

|

|

|

|emails, attachments and folders

Synchronica

| Sun Java Systems Communication Suite

| Sun Comms 4, 5 and 6

|{{yes}}

|{{yes}}

|{{no}}

|{{yes}}

|

|{{yes}}

|

|

|

|

|

|

Synchronica

| Microsoft Exchange

| 2003 and 2007

|{{yes}}

|{{yes}}

|{{no}}

|{{yes}}

|

|{{yes}}

|

|

|

|

|

|Using OWA (WebDAV)

Synchronica

| Lotus Domino

| 6

|{{yes}}

|{{yes}}

|{{no}}

|{{yes}}

|

|{{yes}}

|

|

|

|

|

|Using IMAP and CORBA

Synchronica

| Google

| Calendar, Contacts

|{{yes}}

|{{yes}}

|{{no}}

|{{no}}

|

|{{yes}}

|

|

|

|

|

|

Synchronica

| MSN/Hotmail/WindowsLive

| Contacts

|{{yes}}

|{{no}}

|{{no}}

|{{no}}

|

|{{no}}

|

|

|

|

|

|

Synchronica

| Java Content Repository

| Any JCR compatible server

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|{{yes}}

|

|

|

|

|

|JCR (JSR-170) back-end API

Synchronica

| Palm OS

| mobile devices

|{{yes}}

|{{yes}}

|{{no}}

|{{yes}}

|

|{{yes}}

|

|

|

|

|

|

Synchronica

|OS X

|iPhone

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|

|{{yes}}

|

|

|

|

|

|over the air (OTA) using IMAP/SMTP

TSync

|Windows, Linux, OS X, *

|Thunderbird

|{{yes}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|

|

|

|

|free, GPL

SyncML2iPhone

|iPhone

|iCal

|{{no}}

|{{yes}}

|{{no}}

|{{no}}

|

|

|

|

|

|

|

|free

MyTT

|Symbian

|S60 all version

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|

|{{yes}}

|

|

|

|

|free, support file upload/download, only Chinese version

MyTT

|Windows Mobile

|Pocket PC, Smartphone

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|

|{{yes}}

|

|

|

|

|free, support file upload/download, only Chinese version

MyTT

|Windows

|Outlook

|{{yes}}

|{{yes}}

|

|{{yes}}

|

|

|

|

|

|

|

|free, only Chinese version

MyTT

|MTK

|25,26,28

|{{yes}}

|{{yes}}

|

|{{yes}}

|

|

|{{yes}}

|

|

|

|

|

MyTT

|Brew

|

|{{yes}}

|{{yes}}

|

|

|

|

|

|

|

|

|

|

plan44.ch

|iOS

|iOS contacts and calendar, separate tasks and calendar

|{{yes}}

|{{yes}}

|{{no}}

|{{yes}}

|

|

|

|

|

|

|

|commercial, free contacts-only version

Synthesis

|Android

|Android databases, internal tasks and notes, Astrid Tasks, Alex Baker's Tasks, OI notes

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{no}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|commercial, multiple sync profiles, scheduling

Synthesis

|Windows Phone 8

|Windows Phone 8 contacts, calendar

|{{yes}}

|{{yes}}

|{{no}}

|{{no}}

|

|

|

|

|

|

|

|commercial

Synthesis

|Palm OS

|Palm Databases

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{no}}

|{{yes}}

|{{no}}

|

|

|

|

|commercial, multiple sync profiles, scheduling

Synthesis

|Windows Mobile

|Pocket PC, Smartphone

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|

|

|

|

|

|

|commercial

Synthesis

|Windows

|Outlook, Outlook Express

|{{yes}}

|{{no}}

|{{no}}

|{{no}}

|

|

|

|

|

|

|

|commercial

Synthesis

|Windows, Linux, OS X

|SQL, ODBC, SQLite3, PlainText

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|*

|*

|*

|

|

|

|

|Programming SDK w/API's in C, C++, Delphi, Java, & .Net

Synthesis

|Windows, OS X

|Sunbird/Lightning

|{{yes}}

|{{yes}}

|{{no}}

|{{no}}

|

|

|

|

|

|

|

|DEMO application included with SDK

Synthesis

|Windows, Linux, OS X

|Client Desktop DEMO/ODBC/Plugin

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|*

|*

|*

|

|

|

|

|Scriptable utility to connect with any other client side application or database.

TTSync

|Windows Mobile

|Pocket PC, Smartphone

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|*

|*

|*

|

|

|

|

|commercial

TTSync

|Symbian

|S60, 1,2,3 version

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|*

|*

|*

|

|

|

|

|commercial

CompanionLink

|Windows

|Various

|

|

|

|

|

|

|

|

|

|

|

|commercial

SyncJE by Nexthaus

|Windows Mobile

|Windows Mobile

|{{yes}}

|{{yes}}

|{{no}}

|{{yes}}

|

|

|

|

|

|

|

|commercial

SyncJE by Nexthaus

|OS X

|OS X

|{{yes}}

|{{yes}}

|{{no}}

|{{yes}}

|

|

|

|

|

|

|

|commercial

SyncJE by Nexthaus

|Windows

|Outlook

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|

|

|

|

|

|

|commercial

SyncJE by Nexthaus

|Windows

|Outlook Express

|{{yes}}

|{{no}}

|{{no}}

|{{no}}

|

|

|

|

|

|

|

|commercial

SyncJE by Nexthaus

|Windows

|Lotus Notes

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|

|

|

|

|

|

|commercial

SyncJE by Nexthaus

|Windows

|ACT

|{{yes}}

|{{yes}}

|{{no}}

|{{yes}}

|

|

|

|

|

|

|

|commercial

SyncJE by Nexthaus

|Palm OS

|Palm Databases

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|

|

|

|

|

|

|commercial

SyncJE by Nexthaus

|BlackBerry

|

|{{yes}}

|{{yes}}

|{{no}}

|{{yes}}

|

|

|

|

|

|

|

|commercial

SyncJE by Nexthaus

|iOS

|iPhone

|{{yes}}

|{{no}}

|{{no}}

|{{no}}

|

|

|

|

|

|

|

|commercial

|

Critical Path (Memova)

|J2ME

|Phone Backup Client

|{{yes}}

|

|

|

|

|

|

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|commercial

Voxmobili (An OnMobile Company)

|Windows Mobile, Android, OS X, Symbian, J2ME...

|SyncML Client, VoxMobili Client

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|commercial

Yota Contacts

|Windows Mobile

|SyncML Client, Address book

|{{yes}}

|

|

|

|

|

|

|

|

|

|

|free, shipped with Yota HTC MAX 4G

Synchronoss

|Blackberry, Symbian, Palm OS, Windows Mobile, Android

|SyncML Client, MightyBackup, Network Address Book

|{{yes}}

|

|

|

|

|

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|commercial, with over 10 Million clients deployed

Synchronoss

|Windows

|Outlook Connector

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|

|

|

|

|

|

|

Synchronoss

|Exchange

|Microsoft Exchange Connector

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|

|

|

|

|

|

Pleex

|Android, Bada, Blackberry OS, iOS, J2ME, Symbian (S60/S40/UIQ), Windows Mobile

|Various

|{{yes}}

|

|

|

|

|

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|Media sharing and community networks too

SyncML servers

class="sortable wikitable" style="font-size: smaller"
Name

!Platform

!Application

!Free?

!Contacts

!Calendar

!Memos

!Tasks

!Book- marks

!E-mail

!Photo

!Video

!MMS

!Files

!SAN1

!Notes

Alt-N Technologies' MDaemon Email Server

|Windows

|SyncML Server

|{{no}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|

|

|

|

|

|

|SMB email OTA mobile device sync

Group-Office

|PHP

|Data Synchronization but not Device Management

|{{no}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|{{yes}}

|

|

|

|

|

|E-mail is synced with IMAP

Funambol

|Java (Linux, Windows, OS X)

|Data Synchronization and Device Management

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|{{yes}}

|{{yes}}

|

|

|{{yes}}

|

|Open Source, Java and C++ SDK, OEM & ISV Partners, AGPL v3

mySync DM

|Java (Linux)

|Data Synchronization and Device Management

|{{no}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|

|

|

|

|Includes SMS backup on Android and Symbian platforms. Carrier-grade.

Synthesis

|Windows, OS X, Linux x86

|SyncML Server

|{{no}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|{{yes}}

|

|

|

|

|

|SDK - (Java, C/C++, .Net API's), OEM & ISV Partners

syncgw

|PHP

|SyncML, CalDAV, CardDAV, ActiveSync Server

|{{no}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|

|

|{{yes}}

|

|{{yes}}

|platform independent PHP SyncML server, OMA push service; Support for WebDAV (CardDav/CalDAV) and Exchange ActiveSync (EAS)

libsynthesis

|Linux, iOS

|SyncML client+server engine library

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|{{yes}}

|

|

|

|

|

|Open Source, LGPL+EPL, DB backend via plugins or SQL, custom content formats possible

Compelson

|ASP .Net, IIS, SQL Server

|SyncML Server

|{{no}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|

|

|

|

|

|

|

IceWarp Messaging Server

|Windows, Linux

|SyncML Server

|{{no}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|{{yes}}

|

|

|

|

|

|Enterprise Groupware

Winfonie mobile 2

|Windows

|Desktop SyncML Server (discontinued, no longer available)

|{{no}}

|{{yes}}

|{{yes}}

|

|{{yes}}

|

|

|

|

|

|

|

|Desktop SyncML server, connects with Microsoft Outlook, Lotus Notes, Lotus Organizer, Mozilla Thunderbird, Lightning, Tobit David, Palm Desktop, combit etc.

Synchronica

|Java (Solaris, Linux, Windows, OS X)

|Mobile Gateway

|{{no}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|{{yes}}

|

|

|

|

|

|Service Providers, OEMS, Enterprise, supports OMA CP, OMA DS Push, OMA EMN and IMAP IDLE

Horde

|Linux

|Horde

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|{{no}}

|

|

|

|

|

|Web Groupware, open source

Access NetFront Sync

|Linux, Solaris

|SyncML Server

|{{no}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|{{yes}}

|

|

|

|{{yes}}

|

|Enterprise sync solution

eGroupWare

|PHP

|SyncML Server

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|

|

|

|

|

|

|Email uses IMAP, Open Source groupware

|

TimeMaker Server

|Linux

|SyncML Server

|{{no}}

|{{yes}}

|{{yes}}

|

|{{yes}}

|

|{{yes}}

|

|

|

|

|

|Leadership software. E-mail is synced by using integrated POP3/SMTP.

1SAN = Server Alert Notification. This SyncML Push technology is based on definitions by the Open Mobile Alliance and extends the existing SyncML protocol specification by offering a method of server initiated synchronization.

SyncML hosted services

class="sortable wikitable" style="font-size: smaller"
Provider Name

!Target Market

!Price

!Contacts

!Calendar

!Memos

!Tasks

!Bookmarks

!E-mail

!E-mail to SMS

!SMS

!MMS

!WebDAV

!CalDAV

!Notes

Access NetFront Sync

|Enterprise sync solution

|commercial

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|{{yes}}

|{{yes}}

|

|

|SyncML standard sync server, has been deployed for Japan KDDI, China Telecom

AOL Sync Service (discontinued)

|Consumer

|free

|yes

|yes

|No

|No

|

|yes

|

|

|

|

|

|SyncML standard sync server

basota.com

|Consumers

|€10/year

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|

ComEase

|cell phone backup

|

|

|

|

|

|

|

|

|

|

|

|

|

CompanionLink

|data synching of disconnected applications

|commercial

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|

|

|

|

|

|

|

Compelson

|demo

|free

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|

|

|

|

|

|

|

Contails

|Provides a one address book solution to contact management. Supports sync via mobile phones and several other services like mail and Instant Messengers.

|Free

|{{yes}}

|

|

|

|

|

|

|

|

|

|

|SyncMl based synchronization, webmail synchronization

GooSync

|Beta

|paid

|{{yes}}

|{{yes}}

|

|{{yes}}

|

|

|

|

|

|

|

|Google Calendar Synchronisation

GSMSync

|

|free / paid

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|

|{{yes}}

|

|

|

|

hotpim

|Service Providers, Device Manufacturers, Enterprises

|free

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|

|

|{{yes}}

|

|

|

|Support media file with self client,full-text search engine,only Chinese version

MemoToo

|Consumer and business

|free / paid

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}*

|{{no}}

|

|{{yes}}

|

|{{yes}}

|{{yes}}

|Free services limited to 100 items stored for any category - OTA configuration, Photo for contact, Category support, Sortable tasks

MightyPhone

|Brew Cell Phone Owners

|

|{{yes}}

|{{yes}}

|{{no}}

|{{no}}

|

|

|

|

|

|

|

|limited client support

Keep

|

|free

|{{yes}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|formerly: Everdroid

Mobilesynchro

|cell phone backup

|free / paid

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|

|

|{{yes}}

|

|

|

|SyncML based SMS synchronization, OMA/OTA configuration

myFunambol

|consumer

|demo

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{no}}

|{{yes}}

|

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|Tasks and notes can not be viewed or edited online

MyTT

|Beta

|free

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|

|

|{{yes}}

|{{yes}}

|

|

|Support media file with self client,full-text search engine,only Chinese version

O3SIS.com

|Carriers and Service Providers, Enterprises, Retail, Device Manufacturers, Partners

|commercial

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|{{yes}}

|{{yes}}

|{{yes}}

|{{no}}

|{{no}}

|{{no}}

|Showcase available with OTA configurator, downloadable clients

O-Sync

|Consumer

|free

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|

|

|{{yes}}

|

|

|

|contact self-update feature

PhoneCopy

|consumers, community

|free/paid

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{no}}

|

|{{yes}}

|{{yes}}

|{{no}}

|{{no}}

|All data can be viewed, edited or deleted online. Supports all platforms (Android, BlackBerry, Apple, Windows Phone, ActiveSync, Symbian, SyncML, ...).

picoBeat

|consumer and SoHo

|Development has halted and new users are not being accepted. Existing users can still use their account.

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|

|

|

|

|

|

|Elements can be edited online

PhoneBackup

|Consumer

|paid

|{{yes}}

|{{yes}}

|

|

|{{no}}

|

|

|{{no}}

|{{no}}

|

|

|OTA configuration

ScheduleWorld

|consumer

|paid (service shut down on November 30, 2010)

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{no}}

|{{yes}}

|{{no}}

|{{no}}

|{{no}}

|{{yes}}

|{{no}}

|calendar sharing, multiple calendars, Google calendars, Email via Over The Air (OTA) provided by IMAP/SMTP

Soocial

|Provides a one address book solution to contact management. Supports sync via mobile phones and several other services like GMail.

|SERVICE CLOSED

|{{yes}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|{{no}}

|SyncML based Contact synchronization. Outlook client, OTA configuration & downloadable clients.

Synchronica

|Service Providers, Device Manufacturers, Enterprises

|

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|{{no}}

|{{yes}}

|{{yes}}

|{{no}}

|{{no}}

|{{yes}}

|{{yes}}

|Live demo available with OTA configuration

Synkia

|cell phone backup

|paid

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|

|

|{{yes}}

|

|

|

|SyncML based SMS synchronization, OMA/OTA configuration, server alerted sync.

syncgcal.com

|Google Calendar sync service

|free / paid

|

|{{yes}}

|

|

|

|

|

|

|

|

|

|Google Calendar Synchronisation (including shared calendars)

Syncfriend

|A self updated phonebook. Supports multiple phones per each account. Automatic duplicate elimination.

|Free

|{{yes}}

|{{yes}}

|

|

|

|

|

|

|

|

|

|User friendly web interface. Not working.

Voxmobili(An OnMobile Company)

|Provides a complete synchronization solution. Supports sync via mobile phones and PC clients.

|commercial

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|{{yes}}

|

|{{yes}}

|{{yes}}

|

|

|SyncML based Personal Data synchronisation

Yota users, online community

|

|free

|{{yes}}

|

|

|

|

|

|

|

|

|

|

|Contacts management as a part of social network

MightyBackup

|

|paid

|{{yes}}

|

|

|

|

|

|

|

|

|

|

|commercial, with over 10 Million mobile clients deployed

Network Address Book

|Service Providers, Enterprise

|commercial

|{{yes}}

|

|

|

|

|

|

|

|

|

|

|

MightyPhone

|Brew Cell Phone Owners

|paid

|{{yes}}

|{{yes}}

|{{yes}}

|{{yes}}

|

|

|

|

|

|

|

|

|

See also

References