今天看到一個哥們總結的不錯,我就轉過來了。http://blog.csdn.net/breeze_vickie/archive/2011/01/04/6116060.aspxThe Android boot process from power onSince mobile platforms and embedded systems has some differences compared to Desktop systems in how they initially start up
From my friend Xing.Thecurrent setting configuration is saved in SQL database. You can find theinformation in the following database file: /data/data/com.android.providers.settings/databases/settings.db You can use the “sqlite3” command to query
註:其中部分內容參考網上資源1、Android模擬器介紹Android中提供了一個模擬器來類比ARM核的行動裝置。Android的模擬器是基於QEMU開發的,QEMU是一個有名的開源虛擬機器項目(詳見http://bellard.org/qemu/),它可以提供一個虛擬ARM行動裝置。Android模擬器被命名為goldfish,用來類比包括下面一些功能的ARM SoC:* ARM926ej-S CPU * Thumb support * MMC * RTC * Keyboard * USB
Today I succesfully made the bootchart for GingerBread. Here is the summary. How to make thebootchart:Please follow thiswebsite: http://elinux.org/Using_Bootchart_on_AndroidTrouble shooting:1. When mmwith INIT_BOOTCHART=true, it may complain
Today found some guy wrote a post about System Server and I want to discuss more about this topic. Here are the steps:1. kernel boot and start init and init will run the command in init.rc.We can find:service zygote /system/bin/app_process -Xzygote /