Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
Fixed forgotten set_prop function calls
Browse files Browse the repository at this point in the history
  • Loading branch information
DeicPro committed May 23, 2017
1 parent 7a4c68a commit cc5c5dc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -3,6 +3,8 @@
Fix SafetyNet on Xiaomi devices with MIUI Developer/Beta ROM & Custom ROM like LOS, RR, etc.

## Changelog
#### v1.8.1
- Fixed forgotten set_prop function calls
#### v1.8
- Added new supported devices: Mi Note Pro, Redmi 1, Redmi 1S
- Fixed Mi 5 prop
Expand Down
6 changes: 3 additions & 3 deletions common/post-fs-data.sh
Expand Up @@ -125,10 +125,10 @@ case $DEVICE in
# Mi 6
sagit) set_prop "7.1.1" "NMF26X" "V8.2.17.0.NCACNEC";;
# Mi Note Pro
leo) "7.0" "NRD90M" "V8.2.3.0.NXHCNEC";;
leo) set_prop "7.0" "NRD90M" "V8.2.3.0.NXHCNEC";;
# Redmi 1
HM2013023) "4.4.2" "HM2013023" "V7.3.1.0.KHBCNDD" "2013023";;
HM2013023) set_prop "4.4.2" "HM2013023" "V7.3.1.0.KHBCNDD" "2013023";;
# Redmi 1S
armani) "4.4.4" "KTU84P" "V8.2.1.0.KHCMIDL";;
armani) set_prop "4.4.4" "KTU84P" "V8.2.1.0.KHCMIDL";;
*) echo "$DEVICE is not supported too"
esac
2 changes: 1 addition & 1 deletion config.sh
Expand Up @@ -50,7 +50,7 @@ LATESTARTSERVICE=false

print_modname() {
ui_print "*******************************"
ui_print " Xiaomi SafetyNet Fix v1.8"
ui_print " Xiaomi SafetyNet Fix v1.8.1"
ui_print "*******************************"
}

Expand Down
4 changes: 2 additions & 2 deletions module.prop
@@ -1,7 +1,7 @@
id=xiaomi-safetynet-fix
name=Xiaomi SafetyNet Fix
version=v1.8
versionCode=9
version=v1.8.1
versionCode=10
author=Deiki
description=Fix SafetyNet on Xiaomi devices with MIUI Developer/Beta ROM & Custom ROM like LOS, RR, etc.
template=3

0 comments on commit cc5c5dc

Please sign in to comment.