View Single Post
Old July 10th, 2009, 12:28 PM   #9 (permalink)
Scott
Junior Member
 
Join Date: May 2009
Location: Washington USA
Posts: 42
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

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
__________________
Founder of SoftwareForMe.com, makers of PhoneMyPC.
Scott is offline  
Reply With Quote