Introduce in detail the knowledge popularization of android rom porting

Source: Internet
Author: User

Introduce in detail the knowledge popularization of android rom porting

Recently, I have received help from many other brothers and answered numerous questions similar to the following:

How to compile the android native code to get a rom and then run it to a certain mobile phone.

As many of my brothers do not know this, I will give a simple answer here.

1 ROM contains two basic images, one of which is boot. image. This image mainly contains things in the kernel and file system/directory. I won't talk about the kernel. The/directory mainly contains the init and related configuration files.

System. image is the core of userpace In the android system, including something in/system/bin, system/lib, and system/app.

2. Different mobile phones use different chips and configurations. In addition, the android Source Code does not contain hardware-related code. That is to say, the compiled standard source code can only run on the simulator,

You may be able to run on a real machine, but you can use your mobile phone as a simulator. The phone, audio, wifi, and other hardware-related devices cannot be used. There is no reason for this. The hardware-related driver is the vendor's closed source code,

It cannot be released. However, android comes with some of the htc/sumsing binary HAL layer so, which is also copied to system. image when compiling the corresponding device.

Therefore, based on the above understanding, the brothers should not think about using the standard source code to create a rom that can be carried out. In addition, there are AP/BP in the mobile phone. The BP code is another set, which is equivalent to another OS, used

Modem communication. Even if you can deal with the AP, BP does not need to think about it.

How did 3 CM come out? CM is not a fairy. I guess it can be completed in the following aspects:

1 boot. image, which may be directly based on the vendor. For example, in the HTC G7 port, the G7 official ROM is used directly.

2. In system and image, it has nothing to do with hardware (that is, non-HAL-Layer Code.

3. In system. image, if it is related to hardware, first use adb pull to get the official so and then put it in its own ROM. It is difficult to work here, but theoretically it can be Binary compatible.

We can see from the above that, if the official does not provide 4.0 ROM, CM will also take a rest. (I personally think it is possible to use 4.0 so in 2.3. The method can be loaded in dlopen mode, and an isolation layer is implemented in the middle. However, if

The dependent header file has changed, so the workload will increase)

4. MIUI is a secondary development on CM. The pull of Chinese people makes MIUI, snacks, and other companies clamoring for ROM.

In summary, the brothers should not think about having to build a cow ROM on their own. It is unnecessary and meaningless.

1. If you want to implement rom, we recommend that you perform secondary development on the basis of CM, and do not touch all hardware-related tasks.

2. If you want to change the ui, you can change the image based on the existing system. image, and then package it into an image. There are many practices on the Internet. The technical content is not high. You can play with it.

Any way. Thank you for your trust. You are welcome to learn the above knowledge points and learn about argue.

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.