Thursday, August 27, 2015

How to fix 'com.android.acore' error?

Fix annoying unfortunate error of 'com.android.acore' while using your Android contacts or recent dial app.

Go to - Settings > Apps > All
now 'Clear Data' for Contacts and Contacts storage app.

No comments:

Post a Comment

Read CSV from S3

 import csv def count_records(csv_file):     record_count = 0     first_line = None     last_line = None     # Open the CSV file and read it...