You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.
Sync works fine. Contacts in the phone are updated and added.
But when you delete it on the server, the contact remains on the phone.
Also, when deleting a contact in the phone, during subsequent synchronization with the server, the contact does not appear.
The logs show:
Delete contact: cn=name ... but on the phone he remains
Update contact: cn=test ... but it doesn’t appear on the phone since it was deleted from the phone book
How to solve this problem?
The text was updated successfully, but these errors were encountered:
I only resurrected this app and changed some stuff to make it compatible with new android, but I haven't yet dived into the details of the syncronisation mechanism itself. So I don't really know how it's supposed to work, or why it might not work.
That said, there is some deletion code in the ContactManager, which prints the Log messages you mention:
Where did you get the log output from? adb logcat? Or the builtin text log file which is written to the sd card?
Because the builtin one seems to be incomplete. Maybe have a look at the logcat output then.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Sync works fine. Contacts in the phone are updated and added.
But when you delete it on the server, the contact remains on the phone.
Also, when deleting a contact in the phone, during subsequent synchronization with the server, the contact does not appear.
The logs show:
Delete contact: cn=name ... but on the phone he remains
Update contact: cn=test ... but it doesn’t appear on the phone since it was deleted from the phone book
How to solve this problem?
The text was updated successfully, but these errors were encountered: