diff --git a/README.md b/README.md index 96ae723..7b0865f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Keep reading below to find out more details about the different parts of the mod - [Installation](https://github.com/Magisk-Modules-Repo/MagiskHide-Props-Config/blob/master/README.md#installation) - [Usage](https://github.com/Magisk-Modules-Repo/MagiskHide-Props-Config/blob/master/README.md#usage) - [Spoofing device's fingerprint to pass the ctsProfile check](https://github.com/Magisk-Modules-Repo/MagiskHide-Props-Config/blob/master/README.md#spoofing-devices-fingerprint-to-pass-the-ctsprofile-check) - - [Use vendor fingerprint](https://github.com/Magisk-Modules-Repo/MagiskHide-Props-Config/blob/master/README.md#use-vendor-fingerprint + - [Use vendor fingerprint](https://github.com/Magisk-Modules-Repo/MagiskHide-Props-Config/blob/master/README.md#use-vendor-fingerprint) - [Matching the Android security patch date](https://github.com/Magisk-Modules-Repo/MagiskHidePropsConf#matching-the-android-security-patch-date) - [Can I use any fingerprint?](https://github.com/Magisk-Modules-Repo/MagiskHide-Props-Config/blob/master/README.md#can-i-use-any-fingerprint) - [Finding a certified fingerprint](https://github.com/Magisk-Modules-Repo/MagiskHide-Props-Config/blob/master/README.md#finding-a-certified-fingerprint) @@ -350,6 +350,9 @@ Releases from v2.4.1 are compatible with Magisk v17+. ## Changelog +### v3.0.2 +- Another quickfix, this time fixing editing already set custom props (a victim of slightly too heavy-handed optimisations of variable and settings retrieval in v3.0.0). + ### v3.0.1 - Quickfix for updating the module from v2.7.2 or earlier. diff --git a/common/propsconf_late b/common/propsconf_late index daabfc9..a51b0fc 100644 --- a/common/propsconf_late +++ b/common/propsconf_late @@ -10,7 +10,7 @@ # In that case, feel free to delete it. # Script version -SCRIPTV=22 +SCRIPTV=23 SETTRANSF=2 NOTTRANSF="OPTIONLATE" @@ -94,6 +94,7 @@ SIMDESCRIPTION="" CUSTOMPROPS="" CUSTOMPROPSPOST="" CUSTOMPROPSLATE="" +CUSTOMPROPSLIST="$CUSTOMPROPS $CUSTOMPROPSPOST $CUSTOMPROPSLATE" # ---Delete prop values--- DELETEPROPS="" diff --git a/module.prop b/module.prop index 9f67762..e2a85ad 100644 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=MagiskHidePropsConf name=MagiskHide Props Config -version=v3.0.1-v42 -versionCode=38 +version=v3.0.2-v42 +versionCode=39 author=Didgeridoohan description=Change your device's fingerprint, to pass SafetyNet's CTS Profile check. Edit prop files for better root hiding. Set/reset prop values set by MagiskHide. Change any prop values easily, and set your own custom props. minMagisk=17000