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
Hi: It seems this su-binary can not be a daemon su when booting. I hijacked debuggerd like this:
#!/system/bin/sh /system/xbin/daemonsu --daemon & /system/xbin/supolicy --live /system/xbin/supolicy --live "permissive zygote;" /system/xbin/supolicy --live "permissive kernel;" /system/xbin/supolicy --live "permissive init;" /system/xbin/supolicy --live "permissive daemonsu;" /system/xbin/supolicy --live "permissive init_shell;" /system/xbin/supolicy --live "permissive shell;" /system/xbin/supolicy --live "permissive servicemanager;" /system/bin/debuggerd_real
when i reboot my phone, debuggerd_real will be running, but daemonsu not be a deamon.
another, my phone is nexus 5, android 5.0.1, LRX22C
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi:
It seems this su-binary can not be a daemon su when booting. I hijacked debuggerd like this:
when i reboot my phone, debuggerd_real will be running, but daemonsu not be a deamon.
another, my phone is nexus 5, android 5.0.1, LRX22C
The text was updated successfully, but these errors were encountered: