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'?
feedback
|
migrated from stackoverflow.com Aug 19 '10 at 6:07
This question came from our site for professional and enthusiast programmers.
|
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 | |||
|
feedback
|
|
I am experimenting with this just now. It looks as if you can run an OpenSync server on Linux and connect from a Funambol client running on Android. Then use Evolution on Linux with its OpenSync adaptor. Unfortunately this is not a USB connection; it will be wireless. | |||
|
feedback
|