0

Several times a day I find out that my Sony Ericsson Xperia X10 is waiting for PIN entry, probably because of a soft reboot. It annoys me to no end, and I end up missing calls beacuse of this. Is there a tool or another way to help me find out what actually happened, when, and what caused that?

Matthew Read
  • 50,567
  • 30
  • 145
  • 273
Zano
  • 101
  • 4
  • 1
    This isn't unique to your Xperia, it happens on my Droid (Milestone) too. Check out my more general post here: http://android.stackexchange.com/questions/370/sometimes-my-android-just-restarts – ninjaPixel Sep 21 '10 at 09:47

1 Answers1

3

I read similar reports lately, related to Titanium Backup.. When it runs, it kills apps to back them up, causing the phone process to restart. If you aren't running something similar, I would recommend using USB debugging and the SDK to capture log data.. Known as "logcat" in the Android world.

Oh -- Here's an easy way to capture and review log data on the device without the SDK -- logcat

Is it feasible to disable the SIM pin requirement to avoid the problem in the meantime? Could replace it with the Android pattern lock to retain some security.

Saiboogu
  • 2,531
  • 14
  • 16