文件名称:Android-start-boot-analyze-

  • 所属分类:
  • android开发
  • 资源属性:
  • [Android] [WORD]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 22kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • net****
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

Android系统启动过程分析

本文主要介绍Android系统的启动过程,以Androidinit进程之后部分为主,init之前部分同标准Linux内核启动完全相同。于Android启动过程复杂,涉及C、C++及java部分内容,本文以流程分析为主线旨在让大家在分析Android系统时有个清晰的思路。鉴于本人水平有限,如有阐述不正之处,还请不吝指正,感激不尽!

系统启动大致可分为一下几个阶段:

•   bootloader---初始化、从Flash读取Kernel镜像及一些必须的配置信息,引导kernel启动

•   linuxkernel启动linux内核

•   init进程启动

•   init进程读取init.rc启动必要的daemon程序,如:adbd、vold、netd、等

•   init进程启动servicemanager---随后详细分析其过程

•   init进程启动zygote ---随后详细分析其过程

•   JAVA部分的Service启动

•   init进程启动mediaserver---多媒体本地服务启动

本文主要分析android部分的启动,涉及范围为servicemanager启动到android系统的Java部分的Service

-This paper mainly introduces the Android system startup process, to Androidinit after process part is given priority to, init with standard Linux kernel part before start completely the same. In Android start-up process complex, involving C, C++ and Java part, this paper to process analysis to let everybody as the main analysis is a system in Android clear ideas. In view of the limited my level, if there is the place of paper is not straight, please not stingy correct, I appreciate!

The system can be roughly divided into a few start-up stage:

· bootloader-initialization, read from Flash Kernel image and some must configuration information, so as to guide the Kernel start

· linuxkernel start Linux kernel

· init process start

· init process read init. Rc start daemon necessary procedures, such as: adbd, vold, netd, etc

· init process start servicemanager-then detailed analysis of the process

· init process start zygote-then detailed analysis of the process

· JAVA part of the Serv
(系统自动生成,下载前可以参看下载内容)

下载文件列表

Android start boot analyze .doc

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org