List of apps not working #9
VisionR1
started this conversation in
List of apps not working
Replies: 1 comment
-
|
Key Attestation (io.github.vvb2060.keyattestation). I don't know exactly, but i suspect like terminal, get the system properties directly. So, any module which change value via zygisk, is not enough. Need more advanced methods, like Tricky Store. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
TermOne Plus (com.termoneplus).
TargetedFix hooks system properties only inside the app processes you target, not globally for the whole system.
In a terminal, using the shell process, not a target app.
Zygisk code only runs inside zygote-spawned app processes, so the shell (which isn’t a target) still sees the real values from system_property_get
Why getprop still shows original values
Beta Was this translation helpful? Give feedback.
All reactions