Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j-hc/zygisk-detach
Zygisk module to detach installed apps from Play Store, hooking binder
https://github.com/j-hc/zygisk-detach
detach zygisk
Last synced: 7 days ago
JSON representation
Zygisk module to detach installed apps from Play Store, hooking binder
- Host: GitHub
- URL: https://github.com/j-hc/zygisk-detach
- Owner: j-hc
- License: apache-2.0
- Created: 2023-08-29T16:55:30.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-05T19:48:10.000Z (4 months ago)
- Last Synced: 2024-08-02T16:52:12.977Z (3 months ago)
- Topics: detach, zygisk
- Language: Rust
- Homepage: https://t.me/rv_magisk
- Size: 89.8 KB
- Stars: 928
- Watchers: 16
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zygisk-detach
Detaches installed apps from Play Store against its aggressive updating policy which ignores the auto-update option user sets.
### How
Hooks libbinder with zygisk### Usage
* Enable zygisk in Magisk **or** [ZygiskNext](https://github.com/Dr-TSNG/ZygiskNext) module if you are on KernelSU
* Flash zygisk-detach module
* Reboot
* Run the cli in termux: `su -c detach`
or use [zygisk-detach-app](https://github.com/j-hc/zygisk-detach-app) if you dont wanna use the terminal
or use the WebUI if you are on KernelSU
* Select apps you wish to detach. Changes are applied immediately, no need to reboot.### Notes
zygisk-detach reads the generated `detach.bin` in the magisk module folder (`/data/adb/modules/zygisk-detach/detach.bin`) which means to make the usage portable, by putting your cli generated `detach.bin` inside the module zip, you can flash and detach apps without needing to run the cli again (for example between switching roms). You can get your generated `detach.bin` using the cli or from magisk module folder.Or the same way you can put a `detach.txt` with the package names inside the module zip and it will be serialized into a `detach.bin` when flashing