Skip to content

List of apps not working #3

Description

@VisionR1

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​

  • /system/bin/getprop is a native binary running as its own process (or under the shell).
  • Module injects into app processes (those in target.txt) and hooks the property APIs there. It does not inject into the separate getprop process.
  • Therefore getprop will always read the real system properties unless you change them system-wide or replace/hook the getprop binary.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions