JunioJsv / mtk-easy-su

Get bootless root access with few clicks.
948 stars 163 forks source link

Magisk Unsupported Su #129

Closed santyboy007 closed 12 months ago

santyboy007 commented 3 years ago

How fix this? Abnormal State An "su" command that does no belong to Magisk is detected. Please remove the other unsupported su

A5H1Q commented 2 years ago

same issue here.. any leads?

A5H1Q commented 2 years ago

Thanks to this article, I've managed to fix the issue. the solution was to rename the su file located in /system/xbin directory. I used root explorer (ver 4.1.4 by speed software) for renaming the system file. hope this helps 👍🏻

Karthikeya69 commented 2 years ago

what to rename bro can u tell me in detail

A5H1Q commented 2 years ago

what to rename bro can u tell me in detail

Anything other than su, maybe su2

Pika3pika commented 1 year ago

can't rename, the file is read only, how can i change file permissions

XJIOP commented 1 year ago

can't rename, the file is read only, how can i change file permissions

Simply remount as rw (Read/Write): mount -o rw,remount /system

Once you are done making changes, remount to ro (read-only): mount -o ro,remount /system