Hi,
After updating to a new version of MobiControl, we encountered an issue where a script inadvertently ran multiple times on our end-user devices. As a result, some devices now have over 200,000 contacts, with at least 8 duplicates for each entry.
Over time, users have also manually added local contacts, which are important for their work.
I have been using the following script:
import_contacts_vcf "/sdcard/download/All_Contacts_190324.vcf" 1 UTF-8However, this script deletes all existing contacts before importing the original .vcf file, which results in the loss of locally saved contacts.
I’m looking for a solution that can identify and remove duplicate contacts without affecting the contacts that users have added manually. Ideally, this script would detect duplicates and merge them, preserving all unique user-added contacts.
Is there a solid solution available for this scenario? Any guidance would be greatly appreciated.
Thanks in advance.