dadcup
Android Expert
After the Linux kernel has started, the init program in the system files begins and starts reading the script files (init.rc and init.xxx.rc). There is a lot of material online regarding the format of the script files. When migrating to MIUI, we don't make any changes to the boot partition, because on some devices the boot partition is read-only.*
* ** ***In the root systemfiles, there is a very important file called "default.prop", the contents of this file are usually as follows:*
Quote: #
#ADDITIONAL_DEFAULT_PROPERTIES
#ro.secure=1
ro.allow.mock.location=1
ro=debuggable=0
persist.service.adb.enable=1
* ** ***In the root systemfiles, there is a very important file called "default.prop", the contents of this file are usually as follows:*
Quote: #
#ADDITIONAL_DEFAULT_PROPERTIES
#ro.secure=1
ro.allow.mock.location=1
ro=debuggable=0
persist.service.adb.enable=1