Showing posts with label CyanogenMod. Show all posts
Showing posts with label CyanogenMod. Show all posts

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.

Tuesday, July 28, 2015

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...