mirror of
https://github.com/Magisk-Modules-Repo/MagiskHidePropsConf.git
synced 2024-11-16 23:10:58 +00:00
v3.0.2-v42
Fixing issue https://github.com/Magisk-Modules-Repo/MagiskHidePropsConf/issues/16
This commit is contained in:
parent
e9aea2dd8f
commit
f938bc663c
@ -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.
|
||||
|
||||
|
@ -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=""
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user