mirror of
https://github.com/Magisk-Modules-Repo/MagiskHidePropsConf.git
synced 2024-11-19 14:14:33 +00:00
Forgot this too...
This commit is contained in:
parent
03168dbb9e
commit
69b6e9bd34
@ -120,7 +120,7 @@ If you would like to delete a certain prop value from your system, that can be d
|
|||||||
There are a couple of persistent options that you can set for the `props` script. These are currently "Boot stage", "Script colours" and "Fingerprints list check". The options are found under "Script settings" when running the `props` script. The settings menu can also be opened by using the -s option (use -h for details).
|
There are a couple of persistent options that you can set for the `props` script. These are currently "Boot stage", "Script colours" and "Fingerprints list check". The options are found under "Script settings" when running the `props` script. The settings menu can also be opened by using the -s option (use -h for details).
|
||||||
|
|
||||||
### Boot stage
|
### Boot stage
|
||||||
It's possible to move the execution of the boot script from the default late_start service to post-fs-data.d. This is required for the SafetyNet fix and custom props to work on some ROM/device combinations (known: LineageOS 15.1). The reason late_start service is default is that it's best to try to keep the number of scripts running during post-fs-data mode as low as possible, but if late_start service doesn't work, it needs to run in post-fs-data instead.
|
It's possible to move the execution of the boot script from the default post-fs-data to late_start service. This is required for the SafetyNet fix and custom props to work on some ROM/device combinations, and is also more reliable overall. If there are any kind of issues during boot, try changing the boot stage to late_start service instead. Just keep in mind that this might cause setting the build fingerprint to fail.
|
||||||
|
|
||||||
### Script colours
|
### Script colours
|
||||||
This option will disable or enable colours for the `props` script.
|
This option will disable or enable colours for the `props` script.
|
||||||
|
Loading…
Reference in New Issue
Block a user