Linux – Sync Android phone with Linux PC

address-bookandroidcalendarlinuxsync

How can I sync my Android mobile phone's contacts and calendar with my Linux Desktop without having a Google server as 'man in the middle'?

Best Answer

You would need to write a Sync Adapter to synchronize your changes with your PC and other applications.

Android provides an example: http://developer.android.com/resources/samples/SampleSyncAdapter/index.html

Related Question