You've already forked TrickyStore
mirror of
https://github.com/5ec1cff/TrickyStore.git
synced 2025-09-06 06:37:07 +00:00
change spoof_build_vars path
This commit is contained in:
@@ -41,7 +41,7 @@ format:
|
||||
## Build Vars Spoofing
|
||||
|
||||
If you can not pass strong integrity, you can try to enable build vars spoofing
|
||||
by creating a file in `/data/adb/modules/tricky_store/spoof_build_vars`.
|
||||
by creating a file in `/data/adb/tricky_store/spoof_build_vars`.
|
||||
|
||||
Zygisk (or Zygisk Next) is needed for this feature to work.
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@ private:
|
||||
};
|
||||
|
||||
static void companion_handler(int fd) {
|
||||
int enabled = access("/data/adb/modules/tricky_store/spoof_build_vars", F_OK) == 0;
|
||||
int enabled = access("/data/adb/tricky_store/spoof_build_vars", F_OK) == 0;
|
||||
write(fd, &enabled, sizeof(enabled));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user