su-xbin-bind
su-xbin-bind copied to clipboard
(legacy) su-xbin-bind(Magisk), bind mount existing su binary as /system/xbin/su
su xbin_bind (Magisk)
Intro
bind mount existing su binary as /system/xbin/su to solve su undetectable issue with some apps.
- Create a soft link as /system/xbin/su,
- which points to an existing su binary from MagiskSU, phh's superuser, SuperSU or the kernel.
- Su binary will NOT be added by the module itself.
- Root your devices beforehand.
Credit
- Magisk - Root & Universal Systemless Interface [Android 5.0+] by topjohnwu@XDA
- su xbin_bind by laggardkernel@GitHub