Skip to content

Commit

Permalink
documentation/hiding: suggest bind-mount mode for APatch.
Browse files Browse the repository at this point in the history
APatch now has fixed full-blown module operation with proper module updates .
as long as the user opts in onto it, hiding is way easier.

reflect this onto the documentation.

reference: bmax121/APatch#763
  • Loading branch information
backslashxx committed Dec 6, 2024
1 parent 1c5bf7d commit d7a16be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/hiding.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
## APatch
Hiding in APatch is a bit challenging due to the following reasons:
1. it uses OverlayFS but lacks a built-in unmount mechanism
2. bind-mount mode (magisk mount) is not fully developed
2. bind-mount mode (magisk mount) is NOT set as default

Recommendations:
- use hosts_file_redirect kpm
- [Usage Tutorial](https://github.com/backslashxx/bindhosts/issues/3)
- [Download here](https://github.com/AndroidPatch/kpm/releases)
- if hosts_file_redirect fails, install [ZN-hostsredirect](https://github.com/aviraxp/ZN-hostsredirect/releases)
- OR, move to bind-mount mode and install [Zygisk Assistant](https://github.com/snake-4/Zygisk-Assistant)

## KernelSU
Hiding in KernelSU should just work, provided that:
Expand Down

0 comments on commit d7a16be

Please sign in to comment.