diff --git a/common/propsconf_conf b/common/propsconf_conf index e4c06c2..b642c97 100644 --- a/common/propsconf_conf +++ b/common/propsconf_conf @@ -19,7 +19,7 @@ PROPOPTION=replace CONFDELPROPS="" DELPROPOPTION=replace -CONFLATE=true +CONFLATE=false CONFCOLOUR=enabled CONFWEB=enabled @@ -76,11 +76,10 @@ CONFWEB=enabled # This option supersedes the preserve option described below, but only # for the CONFDELPROPS variable. -# CONFLATE is by default set to "true". This loads the boot script during the -# late_start service mode. If the setting is changed to "false", the boot script -# will instead be loaded earlier during boot, in the post-fs-data mode. This is -# useful if the module can't set the props correctly. Known to happen on some -# LineageOS 15.1 ROMs, and possibly others. +# CONFLATE is by default set to "false". This loads the boot script during the +# post-fs-data mode. If the setting is changed to "true", the boot script +# will instead be loaded later during boot, in the late_start service mode. This is +# useful if the module's boot script seems to be causing issues during boot. # # CONFCOLOUR and CONFWEB are the options for colour and automatic fingerprints # list update. See the module documentation for more details. @@ -98,4 +97,4 @@ CONFWEB=enabled # For more information, see the documentation: # https://github.com/Magisk-Modules-Repo/MagiskHide-Props-Config/blob/master/README.md # and the support thread @ XDA Developers: -# https://forum.xda-developers.com/apps/magisk/module-magiskhide-props-config-t3789228 \ No newline at end of file +# https://forum.xda-developers.com/apps/magisk/module-magiskhide-props-config-t3789228