作者:YiLi Xie(yili.xie@gmail.com)
日期:2010/04/07

欢迎转载,请注明出处

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 particular 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就是一个测试模式,用来删除那些可能导致系统出错或者崩溃的3rd APK。他这个区别3rd APK和core process应该是根据打在APK上的key来决定的(不确定,没测试过),APK在安装的时候会被打上各种类型的KEY,具体参照 build/target/product/security; KEY是根据makefile的LOCAL_CERTIFICATE来设定的。

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

更多相关文章

  1. Android下的SQLite数据库的相关操作及AndroidTestCase测试
  2. android 自动化测试 monkey
  3. android下tcp之client测试
  4. removeAllViews()和removeAllViewsInLayout()的区别
  5. android:taskAffinity属性的简单测试
  6. qq android 软件 测试结果

随机推荐

  1. Android(安卓)水果机游戏实例解析
  2. Android splitActionBarWhenNarrow Actio
  3. Android(安卓)Dagger2 初学笔记
  4. android中各种图标尺寸以及多分辨率支持
  5. android开发每日汇总【2011-10-31】
  6. Android菜单Menu的创建
  7. Android属性gravity与layout_gravity的区
  8. Android Fragment 实例
  9. Android 学习笔记--android基本注意点
  10. Eclipse Android 代码自动提示功能