简体   繁体   中英

What is purpose of using System.img in Android?

What is meant by System.img in Android? What is the purpose of using it?

It's the Android file system, which means all the support files that Android needs, the applications, but also the framework, the Dalvik VM, initialization scripts and so on.

Another part of the file system would be the userdata.img which is mostly empty when you compile the framework.

It is not the OS, that would be either a plain zImage or boot.img (and recovery.img for to boot in recovery mode).

This is the actual system image. It's the OS ... kind of. Look here at point four.

EDIT: To be more precise the system image along with the kernel image are the forming the OS. The system image alone is one part of the OS.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM