From 8e8059cbb2c92bb55e6503e206d6784cc0700288 Mon Sep 17 00:00:00 2001 From: Didgeridoohan Date: Sun, 12 May 2019 07:10:24 +0200 Subject: [PATCH] v4.0.3-v55 --- README.md | 4 ++++ common/prints.sh | 4 ++-- common/util_functions.sh | 3 ++- module.prop | 4 ++-- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9ea6502..ad9fca3 100644 --- a/README.md +++ b/README.md @@ -373,6 +373,10 @@ Releases from v4.0.0 are compatible with Magisk v19+. ## Changelog +### v4.0.3 +- Tiny bugfix release. A couple of messed up variables restored to their full glory. +- Updated fingerprint for the Xiaomi Redmi Note 5/5 Plus. List at v55. + ### v4.0.2 - Removed prompt to enable device simulation after changing device fingerprint. It has too much of a chance of causing issues and is not necessary for passing the CTS profile check. - The check for conflicting modules that do similar edits to MagiskHide Props Config now takes into account if the conflicting module is disabled. diff --git a/common/prints.sh b/common/prints.sh index 3581648..52918c1 100644 --- a/common/prints.sh +++ b/common/prints.sh @@ -4,7 +4,7 @@ # Copyright (c) 2018-2019 Didgeridoohan @ XDA Developers # Licence: MIT -PRINTSV=54 +PRINTSV=55 PRINTSTRANSF=350 # Certified fingerprints @@ -181,7 +181,7 @@ Xiaomi Redmi Note 2 (5.0.2)=Xiaomi/hermes/hermes:5.0.2/LRX22G/V9.2.4.0.LHMMIEK:u Xiaomi Redmi Note 3 Pro (6.0.1)=Xiaomi/kenzo/kenzo:6.0.1/MMB29M/V8.2.1.0.MHOCNDL:user/release-keys Xiaomi Redmi Note 3 Pro SE (6.0.1)=Xiaomi/kate/kate:6.0.1/MMB29M/V8.1.3.0.MHRMIDI:user/release-keys Xiaomi Redmi Note 4/4X (7.0)=xiaomi/mido/mido:7.0/NRD90M/V9.2.1.0.NCFMIEK:user/release-keys -Xiaomi Redmi Note 5/5 Plus (7.1.2)=xiaomi/vince/vince:7.1.2/N2G47H/V9.5.4.0.NEGMIFA:user/release-keys; +Xiaomi Redmi Note 5/5 Plus (7.1.2 & 8.1.0)=xiaomi/vince/vince:7.1.2/N2G47H/V9.5.4.0.NEGMIFA:user/release-keys;xiaomi/vince/vince:8.1.0/OPM1.171019.019/V10.2.1.0.OEGMIXM:user/release-keys__2019-03-01 Xiaomi Redmi Note 5 Pro (8.1.0)=xiaomi/whyred/whyred:8.1.0/OPM1.171019.011/V10.0.6.0.OEIMIFH:user/release-keys__2018-11-01 Xiaomi Redmi Note 5A Lite (7.1.2)=xiaomi/ugglite/ugglite:7.1.2/N2G47H/V9.1.2.0.NDFMIEI:user/release-keys Xiaomi Redmi Note 6 Pro (8.1.0)=xiaomi/tulip/tulip:8.1.0/OPM1.171019.011/V10.0.5.0.OEKMIFH:user/release-keys__2018-10-01 diff --git a/common/util_functions.sh b/common/util_functions.sh index 2180b89..efb34d3 100644 --- a/common/util_functions.sh +++ b/common/util_functions.sh @@ -295,6 +295,7 @@ menu_header() { # Get module version module_v_ctrl() { VERSIONCMP=$(echo $MODVERSION | sed 's|v||g' | sed 's|\.||g') + VERSIONTMP=$(echo $(get_file_value $MODPATH/module.prop "version=")) } # Check for Busybox @@ -833,7 +834,7 @@ system_prop() { if [ "$SIMSTAGE" == 0 ]; then dev_sim_edit "$MODPATH/system.prop" fi - if [ "CUSTOMPROPS" ]; then + if [ "$CUSTOMPROPS" ]; then custom_edit "CUSTOMPROPS" "$MODPATH/system.prop" fi # Check system.prop content diff --git a/module.prop b/module.prop index 933e62f..b9e9a3d 100644 --- a/module.prop +++ b/module.prop @@ -1,6 +1,6 @@ id=MagiskHidePropsConf name=MagiskHide Props Config -version=v4.0.2-v54 -versionCode=46 +version=v4.0.3-v54 +versionCode=47 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.