1 - Go to the market and download a terminal emulator (there are several free ones)
2 - Open the terminal emulator and type the following:
su
chmod 666 /data/data/com.android.providers.contacts/files/*
This changes the permissions on the contacts folder. I had this problem after rooting and messing around with Titanium Backup and this solved it.
|