-
Hello, A contactless payment app refuses to work because of the device being rooted so I put it on DenyList, but now it refuses to work because of debugging being enabled, except LSPosed says applying IAmNotADeveloper on it wouldn't work because of being on DenyList. What to do ? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Try https://github.com/LSPosed/LSPosed.github.io/releases and only to disable deny list but not remove your app from it. This module follow Magisk's deny list and hide root to them. But now I realized my module's working method can cause Zygisk to be found. I think I can hook the system and maintain its own app list to hide debugging mode. |
Beta Was this translation helpful? Give feedback.
-
any news for this issue? the zygisk is exposed when hiding developer mode using this app, so the target applications is not working |
Beta Was this translation helpful? Give feedback.
Magisk's deny list actually makes Zygisk not work for those apps, so once an app is added to the deny list nothing works (at least for notdeveloper, if I don't change the way it works one day).