Difference between revisions of "CardDAV-Sync FAQ"

From dmfswiki
Jump to: navigation, search
Line 18: Line 18:
 
=== It doesn't sync! What can I do? ===
 
=== It doesn't sync! What can I do? ===
 
Please have a look at [[Supported servers & services]] first. Maybe there is a known issue with your server. Otherwise please read "[[How to report bugs]]" and send me a bug report.
 
Please have a look at [[Supported servers & services]] first. Maybe there is a known issue with your server. Otherwise please read "[[How to report bugs]]" and send me a bug report.
 +
 +
=== My accounts are gone when I reboot the phone! ===
 +
You've probably moved the app onto the SD card. Android loads all sync adapters during boot. If a sync adapter is not found, a "clean up" method is triggered. This method is important to remove dead accounts when you uninstall a sync adapter. If you move the app to SD then it may not be available during the account check (as the SD card may be mounted at a later time) and your accounts will be removed. So the fix is: Move the app back to the phone.

Revision as of 20:38, 10 October 2011

Please append your question to the end of this page.

Is CardDAV-Sync Open-Source Software?

Currently it isn't, but it is planned to make it Open-Source once it evolves to version 1.0.

Why don't you make it Open-Source right now?

Because it's not ready yet. Some parts of the source code are quite messy, it would be too embarrassing to publish it ;-)

Is it safe to use two-way-sync?

I'm using two-way-sync myself and I know of many users using it as well. So far I've not heard of any serious data loss or corruption. Still, the source code it not stabilized yet and every modification can bring new bugs, so use it with care. (Making backups on a regular base is a good idea anyway).

How do I setup CardDAV-Sync with ...

Please see the list of Supported servers & services then select your server/service to see the set up instructions.

I can create/edit a contact's names and photos only!?!

This is a known Android issue. The stock contact editor is not capable of editing contacts from custom sources (please see Issue 5988). To address this issue I've taken the editor from the Android 2.1 sources and made it work with custom sources. Its available at the market as Contact Editor or Contact Editor Pro (the later one has several improvements over the stock editor)

It doesn't sync! What can I do?

Please have a look at Supported servers & services first. Maybe there is a known issue with your server. Otherwise please read "How to report bugs" and send me a bug report.

My accounts are gone when I reboot the phone!

You've probably moved the app onto the SD card. Android loads all sync adapters during boot. If a sync adapter is not found, a "clean up" method is triggered. This method is important to remove dead accounts when you uninstall a sync adapter. If you move the app to SD then it may not be available during the account check (as the SD card may be mounted at a later time) and your accounts will be removed. So the fix is: Move the app back to the phone.