-
Notifications
You must be signed in to change notification settings - Fork 745
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
adb shell does not provides root user, instead shell user is provided #1639
Comments
You built as -eng, not -userdebug, right? |
yes, eng, I am using prebuilt kernel from stock recovery, if that counts |
and creating recovery.img |
for sure is something in my device tree, but what, this is what i am asking for, what could generate this behaviour? |
Did I miss the link to your device tree? |
indeed, this is https://github.com/serdeliuk/android_device_samsung_dm3q i only modified the device name |
Nothing jumps out at me, sorry. |
It seems to be something in the kernel, not sure what, but for sure is a config that needs to be disabled |
Device codename: q5q SM-F946B
TWRP version: 3.7.0
WHAT STEPS WILL REPRODUCE THE PROBLEM?
~$ adb shell
q5q:/ # whoami
shell
q5q:/ #
WHAT IS THE EXPECTED RESULT?
the user should be root not shell
WHAT HAPPENS INSTEAD?
running from recovery image
ADDITIONAL INFORMATION
N/A
The text was updated successfully, but these errors were encountered: