v2.1.1-v9

This commit is contained in:
Didgeridoohan 2018-04-21 00:29:24 +02:00 committed by GitHub
parent 856921fa00
commit 8d5ded79fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -120,6 +120,9 @@ In case of issues, please provide the logs, saved in /cache, "magisk.log", "prop
## Changelog
### v2.1.1
- Fixed transferring custom props between module updates.
### v2.1.0
- "Improved hiding" will now also mask the device fingerprint in build.prop. Please reapply the option to set.
- Fixed colour code issues if running the script with ADB Shell. Huge shout-out to @veez21 over at XDA Developers.

View File

@ -102,7 +102,7 @@ set_permissions() {
# Finding file values
get_file_value() {
cat $1 | grep $2 | sed 's/.*=//' | sed 's/\"//g'
cat $1 | grep $2 | sed "s/.*$2//" | sed 's/\"//g'
}
# Variables

View File

@ -1,7 +1,7 @@
id=MagiskHidePropsConf
name=MagiskHide Props Config
version=v2.1.0-v9
versionCode=6
version=v2.1.1-v9
versionCode=7
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.
minMagisk=1500