XtMapper icon indicating copy to clipboard operation
XtMapper copied to clipboard

A custom path to su

Open posix opened this issue 1 year ago • 1 comments

I have a rooted android and have to hide su by renaming it. Is it possible to add a setting that allows us to specify the path to su?

posix avatar Apr 19 '24 10:04 posix

I have a rooted android and have to hide su by renaming it. Is it possible to add a setting that allows us to specify the path to su?

I use libsu for the app so I'll have to look into how to specify a custom path for su if it even supports it. If you have SELinux in permissive mode, activation with command line will work: https://xtr126.github.io/XtMapper-docs/guides/activation/#activation-using-command For SELinux in enforcing, use adb and shizuku https://xtr126.github.io/XtMapper-docs/guides/activation/#non-rooted-devices

Xtr126 avatar Apr 19 '24 14:04 Xtr126