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

Commit

Permalink
Fixed Redmi Note 3 MTK device name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DeicPro committed May 24, 2017
1 parent cc5c5dc commit 9397c5a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 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.2
- Fixed Redmi Note 3 MTK device name typo
#### v1.8.1
- Fixed forgotten set_prop function calls
#### v1.8
Expand Down
2 changes: 1 addition & 1 deletion common/post-fs-data.sh
Expand Up @@ -67,7 +67,7 @@ case $DEVICE in
# Redmi Note 2
hermes) set_prop "5.0.2" "LRX22G" "V8.2.1.0.LHMCNDL";;
# Redmi Note 3 MTK
hennesy) set_prop "5.0.2" "LRX22G" "V8.2.1.0.LHNCNDL";;
hennessy) set_prop "5.0.2" "LRX22G" "V8.2.1.0.LHNCNDL";;
# Redmi Note 3 Qualcomm
kenzo) set_prop "6.0.1" "MMB29M" "V8.2.1.0.MHOCNDL";;
# Redmi Note 4 MTK
Expand Down
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.1"
ui_print " Xiaomi SafetyNet Fix v1.8.2"
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.1
versionCode=10
version=v1.8.2
versionCode=11
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 9397c5a

Please sign in to comment.