Hi,
That icon is called "stat_notify_sim_toolkit." It is used in just two places, both methods inside com.android.server.MountService:
notifyMediaUnmounted()
notifyMeadiaChecking()
Tracing these methods backwards, I see that the MountService calls them when either:
1) a volume is detected as not mounted
2) it is checking to see if a volume is mounted
#2 should only take a few seconds at longest.
So, "something" is not mounted properly, though I cannot guarantee that is the SIM that is having a problem.
You should remove and re-insert all plugable items (SIM, SD).
Scott
|