Skip to content

Commit

Permalink
v3.0.2-v42
Browse files Browse the repository at this point in the history
Fixing issue #16
  • Loading branch information
Didgeridoohan authored Feb 3, 2019
1 parent e9aea2d commit f938bc6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.

Expand Down
3 changes: 2 additions & 1 deletion common/propsconf_late
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# In that case, feel free to delete it.

# Script version
SCRIPTV=22
SCRIPTV=23
SETTRANSF=2
NOTTRANSF="OPTIONLATE"

Expand Down Expand Up @@ -94,6 +94,7 @@ SIMDESCRIPTION=""
CUSTOMPROPS=""
CUSTOMPROPSPOST=""
CUSTOMPROPSLATE=""
CUSTOMPROPSLIST="$CUSTOMPROPS $CUSTOMPROPSPOST $CUSTOMPROPSLATE"

# ---Delete prop values---
DELETEPROPS=""
Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f938bc6

Please sign in to comment.