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
+19-5Lines changed: 19 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ To fix this, you can use a known working fingerprint (one that has been certifie
30
30
There are a few pre-configured certified fingerprints available in the module, just in case you can't get a hold of one for your device. If you have a working fingerprint that could be added to the list, or an updated one for one already on there, please post that in the [module support thread](https://forum.xda-developers.com/apps/magisk/module-magiskhide-props-config-simple-t3765199) toghether with device details.
31
31
32
32
### Finding a certified fingerprint
33
-
The easies way to find a certified fingerprint for your device is to run the getprop command below on a stock ROM/firmware/factory image that fully passes SafetyNet.
33
+
If you don't want to use one of the provided fingerprints, the easies way to find a certified fingerprint for your device is to run the getprop command below on a stock ROM/firmware/factory image that fully passes SafetyNet.
34
34
```
35
35
getprop ro.build.fingerprint
36
36
```
@@ -43,13 +43,20 @@ Here's an example:
43
43
Google Nexus 6=google/shamu/shamu:7.1.1/N8I11B/4171878:user/release-keys
44
44
```
45
45
46
+
### I still can't pass the ctsProfile check
47
+
If you've picked a certified fingerprint from the provided list, or you're using a fingerprint that you know is certified but still can't pass the ctsProfile check, do the following.
48
+
- First, do you pass basicIntegrity? If you don't, there's something else going on that this module can't help you with. Take a look under "Miscellaneous MagiskHide issues" below.
49
+
- Try a different fingerprint from the provided list.
50
+
- Make sure you don't have any remnants from previous root methods that may interfere with the SafetyNet check. A clean install of your system may be required.
51
+
- If you can't get things working, make sure to provide logs. See "Logs, etc" below.
52
+
46
53
47
54
## Current fingerprints list version
48
55
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-simple-t3765199) for info.
49
56
50
57
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.
51
58
52
-
**_Current fingerprints list version - v9_**
59
+
**_Current fingerprints list version - v10_**
53
60
54
61
55
62
## Improved root hiding - Editing build.prop and default.prop
@@ -103,11 +110,11 @@ If you're having issues passing SafetyNet, getting your device certified, or oth
103
110
But first: have you tried turning it off and on again? Toggling MagiskHide off and on usually works if MagiskHide has stopped working after an update of Magisk or your ROM.
104
111
105
112
106
-
## Support, etc
113
+
## Issues, support, etc
107
114
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-simple-t3765199) @ XDA.
108
115
109
116
### Logs, etc
110
-
In case of issues, please provide the logs, saved in /cache, "magisk.log", "propsconf.log" and "propsconf_last.log", together with a detailed description of your problem. Providing the output from terminal might also be useful.
117
+
In case of issues, please provide the logs, saved in /cache, "magisk.log", "propsconf.log" and "propsconf_last.log", together with a detailed description of your problem. Providing the output from terminal might also be useful. If you have the latest beta release of Magisk installed, the "magisk_debug.log" is also useful. If there's no new beta released, there's always a beta version of the latest stable Magisk release, so that you can collect the debug log.
111
118
112
119
113
120
## Source
@@ -120,6 +127,12 @@ In case of issues, please provide the logs, saved in /cache, "magisk.log", "prop
120
127
121
128
122
129
## Changelog
130
+
### v2.1.2
131
+
- Detects and edits only existing device fingerprint props.
132
+
- Slightly optimised the boot scripts.
133
+
- New fingerprint (Motorola Moto E4), list v10.
134
+
- Minor updates and improvements.
135
+
123
136
### v2.1.1
124
137
- Fixed transferring custom props between module updates.
125
138
@@ -160,7 +173,7 @@ In case of issues, please provide the logs, saved in /cache, "magisk.log", "prop
160
173
161
174
162
175
## Current fingerprints list
163
-
### List v9
176
+
### List v10
164
177
- Google Nexus 4 (5.1.1)
165
178
- Google Nexus 5 (6.0.1)
166
179
- Google Nexus 6 (7.1.1)
@@ -175,6 +188,7 @@ In case of issues, please provide the logs, saved in /cache, "magisk.log", "prop
0 commit comments