Detaches installed apps from Play Store against its aggressive updating policy which ignores the auto-update option user sets.
Hooks libbinder with zygisk instead of applying SQL queries to database files
- Enable zygisk in magisk or ZygiskOnKernelSU module if you are using KernelSU
- Flash zygisk-detach module
- Reboot
- Run helper cli in termux:
$ detach
or$ su -c detach
- Select apps you wish to detach. Changes are applied immediately, no need to reboot.
To make the usage portable, zygisk-detach reads detach.bin
in the magisk module folder (/data/adb/modules/zygisk-detach/detach.bin
) which means by putting your cli generated detach.bin
inside the module zip, you can flash and detach apps without needing to run the cli again. You can copy 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 and it will be serialized into a detach.bin
.