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
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -225,7 +225,7 @@ Just run the `props` command and the list will be updated automatically. Use the
225
225
226
226
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)
227
227
228
-
**_Current fingerprints list version - v78_**
228
+
**_Current fingerprints list version - v79_**
229
229
230
230
231
231
## Please add support for device X
@@ -348,7 +348,7 @@ But first: have you tried turning it off and on again? Toggling MagiskHide off a
348
348
If you have questions, suggestions or are experiencing some kind of issue, visit the [module support thread](https://forum.xda-developers.com/apps/magisk/module-magiskhide-props-config-t3789228) @ XDA.
349
349
350
350
### Known issues
351
-
- EdXposed sometimes causes Magisk's boot process to fail, resulting in the module boot scripts (mainly service.sh) not running as they should. Until this has been fixed with EdXposed, there are a couple of ways to work around this. Use the [Configuration file](https://github.com/Magisk-Modules-Repo/MagiskHide-Props-Config/blob/master/README.md#configuration-file) to set everything up during installation, or disable EdXposed before setting the module up and enable it again after the module works as you want it. Just make sure to use the default settings for boot stages.
351
+
For the moment, nothing special (I think). If you've got issues, take a look at the most common problems listed below.
352
352
353
353
### props not found
354
354
There are two common reasons why you would get an error saying "not found" when running the `props` command in a terminal emulator.
@@ -451,6 +451,11 @@ Releases from v4.0.0 are compatible with Magisk v19+.
451
451
Releases from v5.0.0 are recommended for Magisk v19.4+.
452
452
453
453
## Changelog
454
+
### v5.2.3
455
+
- Fixed issue with settings transfering between module updates.
456
+
- Use resetprop only to set values and retrieve values with getprop. For whatever reason some devices have issues with resetprop and this might make the module work on those.
457
+
- Updated fingerprints for OnePlus 6, 6T and 7T Pro NR. Fingerprints list updated to v79.
458
+
454
459
### v5.2.2
455
460
- Another quick fix taking care of a weird copy-pasta error that broke manufacturer and model simulation.
456
461
@@ -770,7 +775,7 @@ Releases from v5.0.0 are recommended for Magisk v19.4+.
description=Change your device's fingerprint, to pass SafetyNet's CTS Profile check. Set/reset prop values set by MagiskHide. Change any prop values easily, and set your own custom props.
0 commit comments