You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33-25Lines changed: 33 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -274,7 +274,7 @@ Just run the `props` command and the list will be updated automatically. Use the
274
274
275
275
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)
276
276
277
-
**_Current fingerprints list version - v134_**
277
+
**_Current fingerprints list version - v135_**
278
278
279
279
280
280
## Please add support for device X
@@ -342,7 +342,7 @@ Up to and including Magisk v23 MagiskHide changes some sensitive props to "safe"
342
342
343
343
This feature is enabled by default and will automatically change any triggering values it finds to "safe" values.
344
344
345
-
The props in question are:
345
+
The props in question are:
346
346
__General__
347
347
- ro.debuggable
348
348
- ro.secure
@@ -364,7 +364,7 @@ __Samsung__
364
364
- ro.vendor.boot.warranty_bit
365
365
- ro.vendor.warranty_bit
366
366
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):
368
368
__Recovery mode__
369
369
- ro.bootmode
370
370
- ro.boot.mode
@@ -374,7 +374,7 @@ __MIUI cross-region flash__
374
374
- ro.boot.hwc
375
375
- ro.boot.hwcountry
376
376
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:
378
378
__SafetyNet, unlocked bootloader, etc__
379
379
- vendor.boot.verifiedbootstate
380
380
@@ -629,6 +629,11 @@ Releases from v5.4.0 will only install on Magisk v20.4+.
629
629
630
630
631
631
## 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
+
632
637
### v6.1.0
633
638
- Added settings file version check.
634
639
- 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+.
1056
1061
1057
1062
1058
1063
## Current fingerprints list
1059
-
### List v134
1064
+
### List v135
1060
1065
- Asus ROG Phone 3 ZS661KS (10)
1061
1066
- Asus ROG Phone 5 ZS673KS (10)
1062
-
- Asus Smartphone for Snapdragon Insiders (11)
1067
+
- Asus Smartphone for Snapdragon Insiders ASUS_I007D (11)
1063
1068
- Asus ZenFone 2 Laser ASUS_Z00LD (6.0.1)
1064
1069
- Asus ZenFone 3 Max ASUS_X00DD (7.1.1 & 8.1.0)
1065
1070
- Asus ZenFone 3 Ultra ASUS_A001 (7.0)
@@ -1100,16 +1105,16 @@ Releases from v5.4.0 will only install on Magisk v20.4+.
0 commit comments