j-hc / revanced-magisk-module

Extensive ReVanced builder. Builds both modules and APKs. Updated daily.
https://t.me/rvc_magisk
GNU General Public License v3.0
4.28k stars 798 forks source link

Install error of YouTube magisk #402

Closed cicciocanestro closed 9 months ago

cicciocanestro commented 9 months ago

The YouTube module get error Screenshot_2024-03-04-07-54-15-10_26ccd656f4ada08d09da6514b90ed2c0

j-hc commented 9 months ago

only kernelsu and magisk are supported

cicciocanestro commented 9 months ago

previous versions work regularly with Apatch

j-hc commented 9 months ago

because they used nsenter instead of the su binary since kernelsu's su binary couldnt mount in global namespace. now it can and i switched to su binary again. its apatch's flaw that su binary isnt even available to module shell.

daifiyum commented 8 months ago

I used nsenter to replace su, cloned my repository and compiled it