Skip to content

Commit 5a4d248

Browse files
v5.3.4-v102
1 parent fb9a0ab commit 5a4d248

File tree

7 files changed

+420
-200
lines changed

7 files changed

+420
-200
lines changed

README.md

Lines changed: 36 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ Keep in mind that this module cannot help you pass CTS if your device uses hardw
5252
- [Prop script settings](https://github.com/Magisk-Modules-Repo/MagiskHide-Props-Config/blob/master/README.md#prop-script-settings)
5353
- [Boot stage](https://github.com/Magisk-Modules-Repo/MagiskHide-Props-Config/blob/master/README.md#boot-stage)
5454
- [Script colours](https://github.com/Magisk-Modules-Repo/MagiskHide-Props-Config/blob/master/README.md#script-colours)
55-
- [Fingerprints list check](https://github.com/Magisk-Modules-Repo/MagiskHide-Props-Config/blob/master/README.md#fingerprints-list-check)
55+
- [Automatic module update check](https://github.com/Magisk-Modules-Repo/MagiskHide-Props-Config/blob/master/README.md#automatic-module-update-check)
56+
- [Automatic update of fingerprints list](https://github.com/Magisk-Modules-Repo/MagiskHide-Props-Config/blob/master/README.md#automatic-update-of-fingerprints-list)
5657
- [Automatic fingerprint update](https://github.com/Magisk-Modules-Repo/MagiskHide-Props-Config/blob/master/README.md#automatic-fingerprint-update)
5758
- [Background boot script](https://github.com/Magisk-Modules-Repo/MagiskHide-Props-Config/blob/master/README.md#background-boot-script)
5859
- [Export settings](https://github.com/Magisk-Modules-Repo/MagiskHide-Props-Config/blob/master/README.md#export-settings)
@@ -114,16 +115,18 @@ this information to the module settings as custom
114115
prop values.
115116
116117
Options:
117-
-d Update to fingerprints test list.
118-
-f Update fingerprints list.
119-
-l Save module logs and info.
120-
-h Show this message.
118+
-d *Update to fingerprints test list during start.
119+
-f *Update fingerprints list during start.
120+
-l *Save module logs and info.
121+
-h *Show this message.
121122
-nc Run without colours.
122-
-nw Run without fingerprint startup check.
123-
-r Reset all options/settings.
124-
-s Open script settings menu.
123+
-nw Run without connecting to the web during start.
124+
-r *Reset all options/settings.
125+
-s *Open script settings menu.
125126
-t Activate test mode.
127+
-u *Perform a module update check during start.
126128
```
129+
Options marked with an asterisk (\*) cannot be combined with each other.
127130

128131
The settings option (-s) can be used even if the module boot scripts did not run.
129132

@@ -234,11 +237,11 @@ In case you can't get the Play Store to report your device as "certified", see [
234237
## Current fingerprints list version
235238
The fingerprints list will update without the need to update the entire module. Keep an eye on the [module support thread](https://forum.xda-developers.com/apps/magisk/module-magiskhide-props-config-t3789228) for info.
236239

237-
Just run the `props` command and the list will be updated automatically. Use the -nw option to run the script without updating the list or disable it completely in the script settings (see ["Prop script settings"](https://github.com/Magisk-Modules-Repo/MagiskHide-Props-Config#prop-script-settings) below). If you've disabled the this setting you can update the list manually in the `Edit device fingerprint` menu or by running the `props` command with the -f option.
240+
Just run the `props` command and the list will be updated automatically. Use the -nw option to run the script without updating the list or disable it completely in the script settings (see ["Prop script settings"](https://github.com/Magisk-Modules-Repo/MagiskHide-Props-Config#prop-script-settings) below). If you've disabled the this setting you can update the list manually in the `Edit device fingerprint` menu or by running the `props` command with the -f run option.
238241

239242
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)
240243

241-
**_Current fingerprints list version - v101_**
244+
**_Current fingerprints list version - v102_**
242245

243246

244247
## Please add support for device X
@@ -335,7 +338,7 @@ If you would like to delete a certain prop value from your system, that can be d
335338

336339

337340
## Prop script settings
338-
There are a couple of persistent options that you can set for the `props` script. These are currently "Boot stage", "Script colours" and "Fingerprints list check". The options are found under "Script settings" when running the `props` script. The settings menu can also be opened by using the -s option (use -h for details).
341+
There are a couple of persistent options that you can set for the `props` script. These are currently "Boot stage", "Script colours" and "Fingerprints list check". The options are found under "Script settings" when running the `props` script. The settings menu can also be opened by using the -s run option (use -h for details).
339342

340343
### Boot stage
341344
It's possible to move the execution of the boot script from the default system.prop file to either post-fs-data or late_start service. If there are any kind of issues during boot or that props don't set properly, try changing the boot stage to either post-fs-data or late_start service instead. Just keep in mind that this might cause other issues like the fingerprint not setting properly (if set during late_start service) or that post-fs-data will be interupted by having too many props causing the script to run too slow.
@@ -347,8 +350,11 @@ Note: post-fs-data runs earlier than system.prop and late_start service runs aft
347350
### Script colours
348351
This option will disable or enable colours for the `props` script.
349352

350-
### Fingerprints list check
351-
This option will disable or enable the automatic updating of the fingerprints list when the `props` script starts. If the fingerprints list check is disabled, the list can be manually updated from within the script, under the `Edit device fingerprint` menu, or with the -f option (use -h for details).
353+
### Automatic module update check
354+
This option will disable or enable the automatic check for a module update when the `props` script starts. If the update check is disabled, it can still be performed manually from within the script, in the main menu, or with the -u run option (use -h for details).
355+
356+
### Automatic update of fingerprints list
357+
This option will disable or enable the automatic updating of the fingerprints list when the `props` script starts. If the fingerprints list check is disabled, the list can be manually updated from within the script, under the `Edit device fingerprint` menu, or with the -f run option (use -h for details).
352358

353359
### Automatic fingerprint update
354360
Whenever there is an update to the fingerprints list and if you have a fingerprint applied for a device that is on the list, the fingerprint will automatically be updated (if there is an update to that particular fingerprint). This option will not update a fingerprint to one for a different Android version if there are several fingerprints available for the same device.
@@ -457,7 +463,7 @@ This is caused by the [MagiskHide Sensitive props](https://github.com/Magisk-Mod
457463
If your device's Play Store reports that the device is "uncertified", this is usually fixed by making sure that you pass SafetyNet and then clearing data for the Play Store (and possibly rebooting). More details in the [Magisk troubleshooting guide](https://www.didgeridoohan.com/magisk/MagiskHide#hn_Device_uncertified_in_Play_storeNetflix_and_other_apps_wont_install_or_doesnt_show_up).
458464

459465
## Logs
460-
In case of issues, please provide the logs by running the `props` script and selecting the "Collect logs" option (or running the `props` script with the -l option, use -h for details). All the relevant logs and module files, together with the Magisk log, the stock build.prop file and current prop values will be packaged into a file that'll be stored in the root of the device's internal storage, ready for attaching to a post in the [module support thread](https://forum.xda-developers.com/apps/magisk/module-magiskhide-props-config-t3789228), together with a detailed description of your problem.
466+
In case of issues, please provide the logs by running the `props` script and selecting the "Collect logs" option (or running the `props` script with the -l run option, use -h for details). All the relevant logs and module files, together with the Magisk log, the stock build.prop file and current prop values will be packaged into a file that'll be stored in the root of the device's internal storage, ready for attaching to a post in the [module support thread](https://forum.xda-developers.com/apps/magisk/module-magiskhide-props-config-t3789228), together with a detailed description of your problem.
461467

462468
The logs will also automatically be saved to the root of the device's internal storage if there's an issue with the module scripts.
463469

@@ -496,6 +502,14 @@ Releases from v5.0.0 are recommended for Magisk v19.4+.
496502
Releases from v5.2.5 will only install on Magisk v20+.
497503

498504
## Changelog
505+
### V5.3.4
506+
- Added a module update check option. See the documentation for details.
507+
- Added `system_ext` to the list of partitions used for certain props (thank you @simonsmh).
508+
- Fixed an edge case where changing settings after updating the module, but not having rebooted yet would cause issues with system.prop being kept from the previous version.
509+
- Fixed the -nw run option and made sure that some run options can't be picked together. See the documentation for details.
510+
- Cleaned up some unused variables.
511+
- Added print for Sony Xperia 10 II Dual XQ-AU52. Updated fingerprints for Google Pixel 2, 2 XL, 4, 4 XL and 4a, OnePlus 8 IN2015 and 8 Pro In2025 and Xiaomi Mi 10 Global, Mi 10 Pro and Pocophone F1. List updated to v102.
512+
499513
### v5.3.3
500514
- More (very) minor ui tweaks.
501515
- Added fingerprint for Samsung Galaxy J7 Neo SM-J701M. Updated fingerprints for OnePlus 8 IN2013, 8 Pro IN2023, Nord AC2001, Nord European AC2003 and Nord Global AC2003 and Samsung Galaxy Tab S5e SM-T720. List updated to v5.
@@ -867,7 +881,7 @@ Releases from v5.2.5 will only install on Magisk v20+.
867881

868882

869883
## Current fingerprints list
870-
### List v101
884+
### List v102
871885
- Asus ZenFone 2 Laser ASUS_Z00LD (6.0.1)
872886
- Asus ZenFone 3 Max ASUS_X00DD (7.1.1 & 8.1.0)
873887
- Asus ZenFone 4 Max ASUS_X00HD (7.1.1)
@@ -905,7 +919,7 @@ Releases from v5.2.5 will only install on Magisk v20+.
905919
- Google Pixel 3a XL (9 & 10 & 11)
906920
- Google Pixel 4 (10 & 11)
907921
- Google Pixel 4 XL (10 & 11)
908-
- Google Pixel 4a (10)
922+
- Google Pixel 4a (10 & 11)
909923
- Google Pixel C (6.0.1 & 7.0 & 7.1.1 & 7.1.2 & 8.0.0 & 8.1.0)
910924
- HTC 10 (6.0.1)
911925
- HTC U11 (8.0.0)
@@ -1013,21 +1027,21 @@ Releases from v5.2.5 will only install on Magisk v20+.
10131027
- OnePlus 7T HD1901 (10)
10141028
- OnePlus 7T HD1903 (10)
10151029
- OnePlus 7T HD1905 (10)
1016-
- OnePlus 7 Pro HD1910 (10)
1030+
- OnePlus 7T Pro HD1910 (10)
10171031
- OnePlus 7T Pro HD1911 (10)
10181032
- OnePlus 7T Pro HD1913 (10)
10191033
- OnePlus 7T Pro HD1917 (10)
10201034
- OnePlus 7T Pro NR HD1925 (10)
10211035
- OnePlus 8 IN2010 (10)
10221036
- OnePlus 8 IN2011 (10)
10231037
- OnePlus 8 IN2013 (10)
1024-
- OnePlus 8 IN2015 (10)
1038+
- OnePlus 8 IN2015 (10 & 11)
10251039
- OnePlus 8 IN2017 (10)
10261040
- OnePlus 8 IN2019 (10)
10271041
- OnePlus 8 Pro IN2020 (10)
10281042
- OnePlus 8 Pro IN2021 (10)
10291043
- OnePlus 8 Pro IN2023 (10)
1030-
- OnePlus 8 Pro IN2025 (10)
1044+
- OnePlus 8 Pro IN2025 (10 & 11)
10311045
- OnePlus Nord AC2001 (10)
10321046
- OnePlus Nord European AC2003 (10)
10331047
- OnePlus Nord Global AC2003 (10)
@@ -1112,6 +1126,7 @@ Releases from v5.2.5 will only install on Magisk v20+.
11121126
- Samsung Galaxy Tab S4 SM-T830 (10)
11131127
- Samsung Galaxy Tab S5e SM-T720 (9 & 10)
11141128
- Sony Xperia 5 DSDS J9210 (10)
1129+
- Sony Xperia 10 II Dual XQ-AU52 (10)
11151130
- Sony Xperia M (4.3)
11161131
- Sony Xperia X F5121 (8.0.0)
11171132
- Sony Xperia X Compact F5321 (8.0.0)
@@ -1161,9 +1176,9 @@ Releases from v5.2.5 will only install on Magisk v20+.
11611176
- Xiaomi Mi 9T Global (10)
11621177
- Xiaomi Mi 9T Pro (9 & 10)
11631178
- Xiaomi MI 10 European (10)
1164-
- Xiaomi Mi 10 Global (10)
1179+
- Xiaomi Mi 10 Global (10 & 11)
11651180
- Xiaomi Mi 10 Lite 5G (10)
1166-
- Xiaomi Mi 10 Pro (10)
1181+
- Xiaomi Mi 10 Pro (10 & 11)
11671182
- Xiaomi Mi A1 (7.1.2 & 8.0.0 & 8.1.0 & 9)
11681183
- Xiaomi Mi A2 (8.1.0 & 9 & 10)
11691184
- Xiaomi Mi A2 Lite (8.1.0 & 9 & 10)

0 commit comments

Comments
 (0)