We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I have a problem, please help me
When the command I type adb root and it gives this error adbd cannot be run as root in production builds
Or I give this order adb remount He brings this /system/bin/sh: remount: unavailable or not found
Or this command adb shell su mount -o rw,remount /system It gives this error mount: '/system' not in /proc/mounts
When I searched on Google, they said it should be a file build.prop Edit ro.debuggable=0 to change ro.debuggable=1
But no matter what I do, it gives root error with every file manager
The text was updated successfully, but these errors were encountered:
same issue, need helps
Sorry, something went wrong.
No branches or pull requests
Describe your request
Hello, I have a problem, please help me
When the command
I type adb root and it gives this error
adbd cannot be run as root in production builds
Or I give this order
adb remount
He brings this
/system/bin/sh: remount: unavailable or not found
Or this command
adb shell
su
mount -o rw,remount /system
It gives this error
mount: '/system' not in /proc/mounts
When I searched on Google, they said it should be a file
build.prop
Edit ro.debuggable=0 to change ro.debuggable=1
But no matter what I do, it gives root error with every file manager
The text was updated successfully, but these errors were encountered: