By Yili Xie (yili.xie@gmail.com)
Date: 2010/04/07
You are welcome to reprint it. Please indicate the source
Android safe Mode
• Enter safe Mode
1.) Turn phone off... remove battery... wait for at least two minutes.
2) power on phone while holding menu key... until all actions finish from powering on phone...
... At the bottom left corner of the display in transparent text will be the words "safe mode"
3.) power off phone again... battery out... wait two minutes
4.) do a normal power on...
• Explanation-this starts only the core Android processes. This is best used for diagnosing if a 3rd party application is causing your phone to malfunction or if you Cannot uninstall if when in regular mode.
• Try this first if you are having any problems with your phone acting up, especially with the built-in Android apps (example-messaging app is crashing. boot in safe mode. if App doesn't crash when doing what you were doing in regular mode, it's most likely going to be a 3rd party app with access to messaging that is causing a problem .)
• Be aware that after coming out of safe mode, 3rd party widgets might not display properly on the home screen. press and hold on the widget and drag it down into the trash can, then readd it to the home screen. this will fix the "problem loading widget" error.
When in safe mode, a query on the package manager will not return any third party apps, either when booting or any time later. You can only get to them by explicitly providing a particle componentname.
In safe mode, 3rd party application wont appear in the launcher, hey are listed under the setting-> Applications-> Manage applications, so that the user can un-install the trouble causing one.
Safe mode is a test mode used to delete 3rd APK that may cause system errors or crashes. The difference between 3rd APK and core process should be determined based on the key on the APK (uncertain, not tested ), APK is installed with various types of keys. For details, refer to build/target/product/security. The key is set based on local_certificate of makefile.
Ref
Http://cellphoneforums.net/motorola-droid/t306443-how-safe-mode-motorola-droid.html
Http://www.mailinglistarchive.com/html/android-platform@googlegroups.com/2009-03/msg00634.html