Skip to content

Commit f938bc6

Browse files
v3.0.2-v42
Fixing issue #16
1 parent e9aea2d commit f938bc6

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Keep reading below to find out more details about the different parts of the mod
1919
- [Installation](https://github.com/Magisk-Modules-Repo/MagiskHide-Props-Config/blob/master/README.md#installation)
2020
- [Usage](https://github.com/Magisk-Modules-Repo/MagiskHide-Props-Config/blob/master/README.md#usage)
2121
- [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)
22-
- [Use vendor fingerprint](https://github.com/Magisk-Modules-Repo/MagiskHide-Props-Config/blob/master/README.md#use-vendor-fingerprint
22+
- [Use vendor fingerprint](https://github.com/Magisk-Modules-Repo/MagiskHide-Props-Config/blob/master/README.md#use-vendor-fingerprint)
2323
- [Matching the Android security patch date](https://github.com/Magisk-Modules-Repo/MagiskHidePropsConf#matching-the-android-security-patch-date)
2424
- [Can I use any fingerprint?](https://github.com/Magisk-Modules-Repo/MagiskHide-Props-Config/blob/master/README.md#can-i-use-any-fingerprint)
2525
- [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+.
350350

351351

352352
## Changelog
353+
### v3.0.2
354+
- 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).
355+
353356
### v3.0.1
354357
- Quickfix for updating the module from v2.7.2 or earlier.
355358

common/propsconf_late

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# In that case, feel free to delete it.
1111

1212
# Script version
13-
SCRIPTV=22
13+
SCRIPTV=23
1414
SETTRANSF=2
1515
NOTTRANSF="OPTIONLATE"
1616

@@ -94,6 +94,7 @@ SIMDESCRIPTION=""
9494
CUSTOMPROPS=""
9595
CUSTOMPROPSPOST=""
9696
CUSTOMPROPSLATE=""
97+
CUSTOMPROPSLIST="$CUSTOMPROPS $CUSTOMPROPSPOST $CUSTOMPROPSLATE"
9798

9899
# ---Delete prop values---
99100
DELETEPROPS=""

module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=MagiskHidePropsConf
22
name=MagiskHide Props Config
3-
version=v3.0.1-v42
4-
versionCode=38
3+
version=v3.0.2-v42
4+
versionCode=39
55
author=Didgeridoohan
66
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.
77
minMagisk=17000

0 commit comments

Comments
 (0)