Skip to content

Zygisk module to detach installed apps from Play Store

License

Notifications You must be signed in to change notification settings

3ndrop4in/zygisk-detach_copy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 instead of applying SQL queries to database files

Usage

  • 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.

Notes

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.

About

Zygisk module to detach installed apps from Play Store

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 48.7%
  • Rust 47.7%
  • Shell 3.6%