evdenis / adb_root

Magisk Module that allows you to run "adb root". Android 10 only. Probably will work with Android 9. Definitely not with Android 11/12.
GNU General Public License v2.0
450 stars 76 forks source link

Still no root #23

Open 0x4ndy opened 5 months ago

0x4ndy commented 5 months ago

I'm on Samsung Galaxy S9, Android 10. I've installed the adb_root module and rebooted. When running adb root, I get:

adbd is already running as root

But when I then do adb shell, I'm still unprivileged user: image

I've tried to run adbd insecure in recovery, then connected to my PC and run adb shell and my shell was root, but this doesn't happen with adb_root as magisk module.

Is this a known issue? Any idea what is wrong?