I have made python scripts to search for text into SMS and Calendar databases.
To display the contacts names in the SMS search results, I also need to access the Contacts DB.
But I noticed the DBs are not readable as normal user:
/home/defaultuser/.local/share/system/privileged/Calendar/mkcal/db
/home/defaultuser/.local/share/system/privileged/Contacts/qtcontacts-sqlite/contacts.db
Is there a way to read these DBs without becoming root?
Thank you by advance