Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oreo 8.1, Magish, addonsu, SR5superSUv2.82SystemMode, SU binary occupied error on SuperSU Pro #298

Open
bmazak opened this issue Feb 1, 2018 · 10 comments

Comments

@bmazak
Copy link

bmazak commented Feb 1, 2018

I just not sure what to uninstall in what order and reinstall to get rid of this message.

@bmazak bmazak changed the title Oreo 8.1 Masgish addonsu SR5superSUv2.82SystemMode SU binary occupied Oreo 8.1, Magish, addonsu, SR5superSUv2.82SystemMode, SU binary occupied error on SuperSU Pro Feb 1, 2018
@bmazak
Copy link
Author

bmazak commented Feb 1, 2018

I have tried all the suggestions like using adb sideload and uninstalling and nothing works. Problem since Magisk and Xposed installed. I have root now but this error of binary occupied is always present.

@bmazak
Copy link
Author

bmazak commented Feb 1, 2018

Would you suggest doing a dirty flash?

@AbitathaRoy
Copy link

You cannot use Magisk and SuperSU together. This is the root cause of the problem.
While building the su binary, build only one. Also if you build, never flash any other superuser zip or use any superuser app.

@mrthomas108
Copy link

@bmazak

@09882697112
Copy link

@bmazak

Sent from my vivo 1808 using FastHub

@09882697112
Copy link

• [x]

Sent from my vivo 1808 using FastHub

@oliver2999
Copy link

actually you can install Supersu version 2.82 and magisk version 24.3 together by adding Supersu to denylist

@HuskyDG
Copy link

HuskyDG commented Jun 5, 2022

actually you can install Supersu version 2.82 and magisk version 24.3 together by adding Supersu to denylist

meanless, both provide root access

@oliver2999
Copy link

actually you can install Supersu version 2.82 and magisk version 24.3 together by adding Supersu to denylist

meanless, both provide root access

ok ok i understand but its useful for root backup because if magisk daemon crashes i can run magisk daemon by typing
/system/xbin/su
magisk --daemon

@HuskyDG
Copy link

HuskyDG commented Jun 5, 2022

actually you can install Supersu version 2.82 and magisk version 24.3 together by adding Supersu to denylist

meanless, both provide root access

ok ok i understand but its useful for root backup because if magisk daemon crashes i can run magisk daemon by typing /system/xbin/su magisk --daemon

instead of this you should create a boot script in /data/adb/service.d with this content to launch magisk whenever it crashes:

while true; do
    pidof magiskd &>/dev/null || magisk --daemon
    sleep 1
done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants
@mrthomas108 @bmazak @AbitathaRoy @09882697112 @oliver2999 @HuskyDG and others