2

Every other day, my Contacts List will crash, and the only way for me to access it is to power off the phone.

What is happening for this to happen, and what can I do to prevent it in future?

t0mm13b
  • 13,436
  • 1
  • 48
  • 58
Mag.H
  • 21
  • 1

1 Answers1

-1

You might have an app that's adding spurious records to your calling list. Do you have any "alternative phone" application (I had problems with an app called Amivox). I created a small app to fix the problem for me, the code is linked below.

EDIT: The app source code: https://github.com/gardarh/android-callogfixer (removed link to binary)

gardarh
  • 99
  • 2
  • 2
    Please note that the APK has no documentation or source code available, therefore the behaviour is unknown. One should always be careful when installing third-party APKs from untrusted or unknown sources. – aleksikallio May 28 '13 at 09:49
  • There, added a link to the source code. – gardarh May 29 '13 at 21:12