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
Add a line to exported patch logs which will say if a device is rooted or not.
It can be helpful when troubleshooting.
Here is an example of how it would look:
~ Device Info ReVanced Manager: 1.13.1 Build: release Model: SM-S906U1 Android version: 13 Supported architectures: arm64-v8a, armeabi-v7a, armeabi Root: False ~ Patch Info App: com.google.android.apps.youtube.music v6.21.51 ...
Alternatively, the bool can be titled Environment:, and the responses can be either Root or Non-root. Here is what I mean:
Environment:
Root
Non-root
~ Device Info ReVanced Manager: 1.13.1 Build: release Model: SM-S906U1 Android version: 13 Supported architectures: arm64-v8a, armeabi-v7a, armeabi Environment: Non-root ~ Patch Info App: com.google.android.apps.youtube.music v6.21.51 ...
The text was updated successfully, but these errors were encountered:
Should say Root permissions: Yes/No
Root permissions: Yes/No
Sorry, something went wrong.
dev
main
🥞 The fix for this issue (#1407) has been released!
Successfully merging a pull request may close this issue.
Feature description
Add a line to exported patch logs which will say if a device is rooted or not.
Motivation
It can be helpful when troubleshooting.
Additional context
Here is an example of how it would look:
Alternatively, the bool can be titled
Environment:
, and the responses can be eitherRoot
orNon-root
. Here is what I mean:Acknowledgements
The text was updated successfully, but these errors were encountered: