-
Notifications
You must be signed in to change notification settings - Fork 50
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
Guide for AOSP developers #55
Comments
I've installed the su, using the following Android.mk:
And the Superuser app using the following Android.mk:
Everything was compiled successfuly, and the Superuser program is visible, but I get this error in logcat:
Meaning that the app cannot run |
Implementing the changes in here helped, but the SuperUser program is still buggy for me..
|
Were you able to build the APK under N, with JDK8? |
I would also love documentation on how to integrate this (particularly suhide) in AOSP/CM. |
Hi shlatchz , I managed to build su with AOSP but seems the generated binaries are not the right one. did you manage to complete the integration and get root access ? I am working on snapdragon 820 , android 6.0.1. Any suggestions/pointers please |
Is there a guide on how to add both the su executable and the SuperUser application to the AOSP build and compile it along with the rest of the AOSP code?
Do I just copy the su part to /system/extras/su/
and the application to /packages/apps/ ? While Android.mk should I use for the app?
A guide for that would be awesome.
Thanks!
The text was updated successfully, but these errors were encountered: