From 856921fa00efbce1fd4de2d5aeaca32142413d34 Mon Sep 17 00:00:00 2001 From: Didgeridoohan Date: Fri, 20 Apr 2018 09:43:28 +0200 Subject: [PATCH] Prints list v9 --- README.md | 13 +++++++++++-- common/prints.sh | 15 ++++++++++++--- module.prop | 2 +- 3 files changed, 24 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9d47ff7..e073c0a 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ The fingerprints list will update without the need to update the entire module. Just run the `props` command and the list will be updated automatically. Use the -nw option to disable or disable it completely in the script settings (see below). If you've disabled the this setting you can update the list manually in the `Edit device fingerprint` menu. -**_Current fingerprints list version - v8_** +**_Current fingerprints list version - v9_** ## Improved root hiding - Editing build.prop and default.prop @@ -157,11 +157,19 @@ In case of issues, please provide the logs, saved in /cache, "magisk.log", "prop ## Current fingerprints list -### List v8   +### List v9   +- Google Nexus 4 (5.1.1) +- Google Nexus 5 (6.0.1) - Google Nexus 6 (7.1.1) +- Google Nexus 5X (8.1.0) +- Google Nexus 6P (8.1.0) - Google Pixel (8.1.0) +- Google Pixel (P DP1) +- Google Pixel XL (8.1.0) +- Google Pixel XL (P DP1) - Google Pixel 2 (P DP1) - Google Pixel 2 XL (8.1.0) +- Google Pixel 2 XL (P DP1) - HTC 10 (6.0.1) - Huawei Mate 10 Pro (8.0.0) - Motorola Moto G4 (7.0) @@ -181,6 +189,7 @@ In case of issues, please provide the logs, saved in /cache, "magisk.log", "prop - Samsung Galaxy S7 Edge (7.0) - Samsung Galaxy S8 Plus (7.0) - Samsung Galaxy S8 Plus (8.0.0) +- Sony Xperia X (8.0.0) - Sony Xperia X Performance (8.0.0) - Sony Xperia XZ (8.0.0) - Sony Xperia XZ1 Compact (8.0.0) diff --git a/common/prints.sh b/common/prints.sh index c42372c..cbc9762 100644 --- a/common/prints.sh +++ b/common/prints.sh @@ -3,17 +3,25 @@ # MagiskHide Props Config # By Didgeridoohan @ XDA Developers -PRINTSV=7 +PRINTSV=9 PRINTSTRANSF=1 PRINTSFILE=/sdcard/printslist # Certified fingerprints PRINTSLIST=" -Google Nexus 6 (7.1.1)=google/shamu/shamu:7.1.1/N8I11B/4171878:user/release-keys +Google Nexus 4 (5.1.1)=google/occam/mako:5.1.1/LMY48T/2237560:user/release-keys +Google Nexus 5 (6.0.1)=google/hammerhead/hammerhead:6.0.1/M4B30Z/3437181:user/release-keys +Google Nexus 6 (7.1.1)=google/shamu/shamu:7.1.1/N6F27M/4299435:user/release-keys +Google Nexus 5X (8.1.0)=google/bullhead/bullhead:8.1.0/OPM2.171019.029/4657601:user/release-keys +Google Nexus 6P (8.1.0)=google/angler/angler:8.1.0/OPM5.171019.019/4619337:user/release-keys Google Pixel (8.1.0)=google/sailfish/sailfish:8.1.0/OPM2.171019.029/4657601:user/release-keys +Google Pixel (P DP1)=google/sailfish/sailfish:P/PPP1.180208.014/4633861:user/release-keys +Google Pixel XL (8.1.0)=google/marlin/marlin:8.1.0/OPM2.171019.029/4657601:user/release-keys +Google Pixel XL (P DP1)=google/marlin/marlin:P/PPP1.180208.014/4633861:user/release-keys Google Pixel 2 (P DP1)=google/walleye/walleye:P/PPP1.180208.014/4633861:user/release-keys Google Pixel 2 XL (8.1.0)=google/taimen/taimen:8.1.0/OPM1.171019.013/4474084:user/release-keys +Google Pixel 2 XL (P DP1)=google/taimen/taimen:P/PPP1.180208.014/4633861:user/release-keys HTC 10 (6.0.1)=htc/HTCOneM10vzw/htc_pmewl:6.0.1/MMB29M/774095.8:user/release-keys Huawei Mate 10 Pro (8.0.0)=HUAWEI/BLA-L29/HWBLA:8.0.0/HUAWEIBLA-L29S/137(C432):user/release-keys Motorola Moto G4 (7.0)=motorola/athene/athene:7.0/NPJS25.93-14-13/3:user/release-keys @@ -34,6 +42,7 @@ Samsung Galaxy S7 Edge (7.0)=samsung/hero2ltexx/hero2lte:7.0/NRD90M/G935FXXU2DRB Samsung Galaxy S8 Plus (7.0)=samsung/dream2ltexx/dream2lte:7.0/NRD90M/G955FXXU1AQGB:user/release-keys Samsung Galaxy S8 Plus (8.0.0)=samsung/dream2ltexx/dream2lte:8.0.0/R16NW/G955FXXU1CRC7:user/release-keys Sony Xperia X Performance (8.0.0)=Sony/F8131/F8131:8.0.0/41.3.A.2.99/1455830589:user/release-keys +Sony Xperia X (8.0.0)=Sony/F5121/F5121:8.0.0/34.4.A.2.32/1455699507:user/release-keys Sony Xperia XZ (8.0.0)=Sony/F8331/F8331:8.0.0/41.3.A.2.99/1455830589:user/release-keys Sony Xperia XZ1 Compact (8.0.0)=Sony/G8441/G8441:8.0.0/47.1.A.12.119/1601781803:user/release-keys Sony Xperia Z3 (6.0.1)=Sony/D6633/D6633:6.0.1/23.5.A.1.291/2769308465:user/release-keys @@ -42,7 +51,7 @@ Sony Xperia Z5 (7.1.1)=Sony/E6603/E6603:7.1.1/32.4.A.1.54/3761073091:user/releas Sony Xperia Z5 Compact (7.1.1)=Sony/E5823/E5823:7.1.1/32.4.A.1.54/3761073091:user/release-keys Sony Xperia Z5 Dual (7.1.1)=Sony/E6633/E6633:7.1.1/32.4.A.1.54/3761073091:user/release-keys Vodafone Smart Ultra 6 (5.1.1)=Vodafone/P839V55/P839V55:5.1.1/LMY47V/20161227.134319.15534:user/release-keys -Xiaomi Mi 5 (7.0)=Xiaomi/gemini/gemini:7.0/NRD90M/V9.2.1.0.NAAMIEK:user/release-keys +Xiaomi Mi 5/5 Pro (7.0)=Xiaomi/gemini/gemini:7.0/NRD90M/V9.2.1.0.NAAMIEK:user/release-keys Xiaomi Mi 5S (7.0)=Xiaomi/capricorn/capricorn:7.0/NRD90M/V9.2.1.0.NAGMIEK:user/release-keys Xiaomi Mi 5S Plus (6.0.1)=Xiaomi/natrium/natrium:6.0.1/MXB48T/V8.5.2.0.MBGMIED:user/release-keys Xiaomi Mi 6 (7.1.1)=Xiaomi/sagit/sagit:7.1.1/NMF26X/V8.2.17.0.NCACNEC:user/release-keys diff --git a/module.prop b/module.prop index 01bc94c..a57ed93 100644 --- a/module.prop +++ b/module.prop @@ -1,6 +1,6 @@ id=MagiskHidePropsConf name=MagiskHide Props Config -version=v2.1.0-v8 +version=v2.1.0-v9 versionCode=6 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.