-
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 14 replies
-
Hi, some questions.
If you are synchronizing with Google, how can you see server logs? How have you configured it? Have you followed our guide? If you are not actually trying to sync with Google's servers, what server are you using? Have you installed the app from F-Droid or directly from GitHub? If you are using an alternative client for Play Store such as Aurora, we cannot guarantee that everything is going to work fine. Sorry for asking so many questions, but this popup is a bit strange 😅 |
Beta Was this translation helpful? Give feedback.
-
Thanks for getting back so quickly. I am not trying to synchronise with google. As I mentioned I'm trying to synchronise with my radicale server. I configured it in the same way as I configured the lineageos14 device which has been talking to that server for years without incident: I pointed davx5 at the appropriate url and entered credentials, and davx5 probed the server with a bunch of OPTIONS and PROPFIND requests, and found the carddav and caldav services, and then popped up this message and refused to sync. I installed both davx5 and the fossify calendat/contacts apps from f-droid. I am not using an alternative google store, just f-droid. I have disabled (but not yet removed) many google services including google play services. Note that I am not able to disable the google contacts app (I think because it's ap app, not a service? it only has 'force stop' as an option, not 'disable'), but I have disabled the google calendar app. I have not disabled the 'contacts storage' or 'calendar storage' services, pehaps i should disable those? |
Beta Was this translation helpful? Give feedback.
-
I am on graphene os (+sandboxed gapps) and started seeing the message myself some days ago. I am not sure whether DAVx5 is triggering the Google Contacts Sync, but for me the actual DAVx5 contacts sync works fine - so I simply disabled the annoying notification. I could probably debug this with my phone ... if I find out how to reenable the notification 😅 |
Beta Was this translation helpful? Give feedback.
-
no problem, I'll give it another shot tomorrow and probably send a log via the support form. thanks. |
Beta Was this translation helpful? Give feedback.
-
logs submitted via support form, thank you. |
Beta Was this translation helpful? Give feedback.
I understand, but on the other side, if you disable Android functions with some extra firewall, it's possible that things break and then cause extra work.
Also I have found something: the sync worker requires a working (validated) Internet connection:
davx5-ose/app/src/main/kotlin/at/bitfire/davdroid/sync/worker/SyncWorkerManager.kt
Line 82 in f69533b
So if your firewall blocks the Internet detection of JobScheduler (usually done by some request to some static Google or vendor host like https://android.stackexchange.com/questions/134963/change-the-server-that-android-uses-for-an-internet-conne…