Skip to content

Commit 31ef6ca

Browse files
v6.1.1-v135
1 parent f456d95 commit 31ef6ca

File tree

4 files changed

+84
-76
lines changed

4 files changed

+84
-76
lines changed

README.md

Lines changed: 33 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ Just run the `props` command and the list will be updated automatically. Use the
274274

275275
If you already have a device fingerprint set by the module, and it has been updated in the current fingerprints list, it will be automatically updated when the prints list gets an update. Just reboot to apply. This function can be turned of in the script settings (see ["Prop script settings"](https://github.com/Magisk-Modules-Repo/MagiskHide-Props-Config#prop-script-settings) below)
276276

277-
**_Current fingerprints list version - v134_**
277+
**_Current fingerprints list version - v135_**
278278

279279

280280
## Please add support for device X
@@ -342,7 +342,7 @@ Up to and including Magisk v23 MagiskHide changes some sensitive props to "safe"
342342

343343
This feature is enabled by default and will automatically change any triggering values it finds to "safe" values.
344344

345-
The props in question are:
345+
The props in question are:
346346
__General__
347347
- ro.debuggable
348348
- ro.secure
@@ -364,7 +364,7 @@ __Samsung__
364364
- ro.vendor.boot.warranty_bit
365365
- ro.vendor.warranty_bit
366366

367-
There are a few props that will only change if a triggering value is detected, and these are (by default these will be set in the late_start service boot stage but can be set during post-fs-data if this is changed in the settings):
367+
There are a few props that will only change if a triggering value is detected, and these are (by default these will be set in the late_start service boot stage but can be set during post-fs-data if this is changed in the settings):
368368
__Recovery mode__
369369
- ro.bootmode
370370
- ro.boot.mode
@@ -374,7 +374,7 @@ __MIUI cross-region flash__
374374
- ro.boot.hwc
375375
- ro.boot.hwcountry
376376

377-
And lastly there are props that will only change after boot is completed. These are:
377+
And lastly there are props that will only change after boot is completed. These are:
378378
__SafetyNet, unlocked bootloader, etc__
379379
- vendor.boot.verifiedbootstate
380380

@@ -629,6 +629,11 @@ Releases from v5.4.0 will only install on Magisk v20.4+.
629629

630630

631631
## Changelog
632+
### v6.1.1
633+
- Updated custom props so that it's possible to set the same prop with different values during different boot stages.
634+
- Updated some module checks to match the new state of Magisk (MagiskHide is dead, long live MagiskHide).
635+
- Added fingerprints for LG G8 ThinkQ, Samsung Galaxy S20 FE SM-G780F and Xiaomi Redmi K20 Europe. Updated fingerprints for Google Pixel 3 to 5a (all variants), Nokia 6.1 Plus, Oneplus 6T, 9 and 9 Pro (several variants), Xiaomi Mi 9T Europe, Mi 9T Pro Global and Redmi K20 Pro China. List updated to v135.
636+
632637
### v6.1.0
633638
- Added settings file version check.
634639
- Added a check for the new Universal SafetyNet Fix and disable sensitive props at install if v2.1.0 or newer is detected.
@@ -1056,10 +1061,10 @@ Releases from v5.4.0 will only install on Magisk v20.4+.
10561061

10571062

10581063
## Current fingerprints list
1059-
### List v134
1064+
### List v135
10601065
- Asus ROG Phone 3 ZS661KS (10)
10611066
- Asus ROG Phone 5 ZS673KS (10)
1062-
- Asus Smartphone for Snapdragon Insiders (11)
1067+
- Asus Smartphone for Snapdragon Insiders ASUS_I007D (11)
10631068
- Asus ZenFone 2 Laser ASUS_Z00LD (6.0.1)
10641069
- Asus ZenFone 3 Max ASUS_X00DD (7.1.1 & 8.1.0)
10651070
- Asus ZenFone 3 Ultra ASUS_A001 (7.0)
@@ -1100,16 +1105,16 @@ Releases from v5.4.0 will only install on Magisk v20.4+.
11001105
- Google Pixel XL (7.1 & 7.1.1 & 7.1.2 & 8.0.0 & 8.1.0 & 9 & 10)
11011106
- Google Pixel 2 (8.0.0 & 8.1.0 & 9 & 10 & 11)
11021107
- Google Pixel 2 XL (8.0.0 & 8.1.0 & 9 & 10 & 11)
1103-
- Google Pixel 3 (9 & 10 & 11)
1104-
- Google Pixel 3 XL (9 & 10 & 11)
1105-
- Google Pixel 3a (9 & 10 & 11)
1106-
- Google Pixel 3a XL (9 & 10 & 11)
1107-
- Google Pixel 4 (10 & 11)
1108-
- Google Pixel 4 XL (10 & 11)
1109-
- Google Pixel 4a (10 & 11)
1110-
- Google Pixel 4a 5G (11)
1111-
- Google Pixel 5 (11)
1112-
- Google Pixel 5a (11)
1108+
- Google Pixel 3 (9 & 10 & 11 & 12)
1109+
- Google Pixel 3 XL (9 & 10 & 11 & 12)
1110+
- Google Pixel 3a (9 & 10 & 11 & 12)
1111+
- Google Pixel 3a XL (9 & 10 & 11 & 12)
1112+
- Google Pixel 4 (10 & 11 & 12)
1113+
- Google Pixel 4 XL (10 & 11 & 12)
1114+
- Google Pixel 4a (10 & 11 & 12)
1115+
- Google Pixel 4a 5G (11 & 12)
1116+
- Google Pixel 5 (11 & 12)
1117+
- Google Pixel 5a (11 & 12)
11131118
- Google Pixel C (6.0.1 & 7.0 & 7.1.1 & 7.1.2 & 8.0.0 & 8.1.0)
11141119
- HTC 10 (6.0.1)
11151120
- HTC U11 (8.0.0)
@@ -1149,6 +1154,7 @@ Releases from v5.4.0 will only install on Magisk v20.4+.
11491154
- LG G5 RS988 (7.0)
11501155
- LG G6 H870 (7.0 & 8.0.0)
11511156
- LG G7 ThinQ LM-G710 (9)
1157+
- LG G8 ThinQ LM G850l (11)
11521158
- LG K20 Plus LG-TP260 (7.0)
11531159
- LG K20 Plus LGMP260 (7.0)
11541160
- LG K20 V VS501 (7.0)
@@ -1258,17 +1264,17 @@ Releases from v5.4.0 will only install on Magisk v20.4+.
12581264
- OnePlus 8T Europe KB2003 (11)
12591265
- OnePlus 8T Global KB2005 (11)
12601266
- OnePlus 8T T-Mobile KB2007 (11)
1261-
- OnePlus 9 India LE2111 (11)
1267+
- OnePlus 9 India LE2111 (11 & 12)
12621268
- OnePlus 9 Europe LE2113 (11)
1263-
- OnePlus 9 LE2115 (11)
1269+
- OnePlus 9 LE2115 (11 & 12)
12641270
- OnePlus 9 TMO LE2117 (11)
1265-
- OnePlus 9 Pro India LE2121 (11)
1271+
- OnePlus 9 Pro India LE2121 (11 & 12)
12661272
- OnePlus 9 Pro Europe LE2123 (11)
1267-
- OnePlus 9 Pro LE2125 (11)
1273+
- OnePlus 9 Pro LE2125 (11 & 12)
12681274
- OnePlus 9 Pro TMO LE2127 (11)
12691275
- OnePlus 9R India LE2101 (11)
12701276
- OnePlus N10 5G Global BE2026 (10 & 11)
1271-
- OnePlus N10 5G Europe BE2029 (10 11)
1277+
- OnePlus N10 5G Europe BE2029 (10 & 11)
12721278
- OnePlus N10 5G Metro BE2025 (10)
12731279
- OnePlus N10 5G T-Mobile BE2028 (10 & 11)
12741280
- OnePlus N100 Global BE2011 (10 & 11)
@@ -1396,7 +1402,8 @@ Releases from v5.4.0 will only install on Magisk v20.4+.
13961402
- Samsung Galaxy S10e SM-G970F (10 & 11)
13971403
- Samsung Galaxy S10e SM-G970F Europe (11)
13981404
- Samsung Galaxy S10e SM-G970N (10 & 11)
1399-
- Samsung Galaxy S20 FE 5G (10)
1405+
- Samsung Galaxy S20 FE SM-G780F (11)
1406+
- Samsung Galaxy S20 FE 5G SM-G781B (10)
14001407
- Samsung Galaxy S20 Ultra SM-G988B (10)
14011408
- Samsung Galaxy S21 SM-G991B (11)
14021409
- Samsung Galaxy Tab 2 7.0 GT-P5110 (4.2.2)
@@ -1470,10 +1477,10 @@ Releases from v5.4.0 will only install on Magisk v20.4+.
14701477
- Xiaomi Mi 9 Lite Global (9)
14711478
- Xiaomi Mi 9 SE Global (9)
14721479
- Xiaomi Mi 9T China (10)
1473-
- Xiaomi Mi 9T Europe (9 & 10)
1480+
- Xiaomi Mi 9T Europe (9 & 10 & 11)
14741481
- Xiaomi Mi 9T Pro China (9 & 10)
14751482
- Xiaomi Mi 9T Pro Europe (10)
1476-
- Xiaomi Mi 9T Pro Global (10)
1483+
- Xiaomi Mi 9T Pro Global (10 & 11)
14771484
- Xiaomi Mi 10 China (10 & 11)
14781485
- Xiaomi Mi 10 Europe (10)
14791486
- Xiaomi Mi 10 Lite 5G Europe (10)
@@ -1524,7 +1531,8 @@ Releases from v5.4.0 will only install on Magisk v20.4+.
15241531
- Xiaomi Redmi 8 China (9 & 10)
15251532
- Xiaomi Redmi 9 China (10)
15261533
- Xiaomi Redmi Go Global (8.1.0)
1527-
- Xiaomi Redmi K20 Pro China (9 & 10)
1534+
- Xiaomi Redmi K20 Europe (11)
1535+
- Xiaomi Redmi K20 Pro China (9 & 10 & 11)
15281536
- Xiaomi Redmi K20 Pro Europe (10)
15291537
- Xiaomi Redmi K20 Pro Global (10)
15301538
- Xiaomi Redmi K20 Pro India (10)

0 commit comments

Comments
 (0)