Difference between revisions of "Android Booting"
From eLinux.org
(→Notes on the Android startup procedure) |
(→Interaction of different processes on application initialization) |
||
| Line 16: | Line 16: | ||
=== Interaction of different processes on application initialization === | === Interaction of different processes on application initialization === | ||
| − | + | Talking about Android Process - http://blog.csdn.net/mawl2002/archive/2009/06/24/4295905.aspx | |
Revision as of 19:17, 9 September 2009
Contents |
Device-specific startup
- firmware/bootloader
- kernel
- mount root file system
Generic startup
- run /init
- process /init.rc
Notes on the Android startup procedure
Overview
See "Android Initialization Process" at: http://blog.chinaunix.net/u2/85805/showart_1421736.html
strace
http://benno.id.au/blog/2007/11/18/android-runtime-strace
Interaction of different processes on application initialization
Talking about Android Process - http://blog.csdn.net/mawl2002/archive/2009/06/24/4295905.aspx