将 Android 手机与 Linux PC 同步

6 linux calendar android sync address-book

如何在没有 Google 服务器作为“中间人”的情况下将我的 Android 手机的联系人和日历与我的 Linux 桌面同步?

小智 2

您需要编写一个同步适配器来将您的更改与您的 PC 和其他应用程序同步。

Android提供了一个示例:http ://developer.android.com/resources/samples/SampleSyncAdapter/index.html