True Contact is only available for Android < 6 (Xperia X is now using Android 7) and I didn’t find a similar app. What I did find is that all fields synchronize when using the “CardDAV-Sync”-App unfortunately this app is not yet open source, so it’s not possible to see how they implemented a work-around.
Fields in Nextcloud got other labels in Android
-
Dear Team,
In my nextcloud, I have various fields in a contact. The cell phone is called “Mobil”, Home is called “Privat”, and Work is called “Arbeit”.
When I sync the contact, Mobil is okay, but Home & Work are shown as “Festnetz” … is it possible to assign these fields?Thank you
-
@tescher Please always provide steps to reproduce, debug info and verbose logs, especially the VCard (with the typed
TEL
properties)?- Not all VCard
TEL
types are available 1:1 in Android, so sometimes theres is some generalization. - I’m quite sure that
TEL TYPE
s are mapped as good as possible, but there can always be an error. So probably this is a Nextcloud problem?
- Not all VCard
-
I have verified that. Nextcloud sends:
TEL;TYPE=WORK\,VOICE:1345345
which is probably not what was intended to send and which won’t be parsed as
WORK
. Seeems to be the same bug as https://github.com/owncloud/contacts/issues/433 -
Thanks for this information … I’ll follow the issue in github.
-Tom-