-
Notifications
You must be signed in to change notification settings - Fork 101
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
Java As Root , executing a class - Not found error #15
Comments
Dumb question: do you install the file? Something like...
Also, what is the output of |
i have manually copied the anbuild.dex to res/raw folder is that enough? can you explain the code you mentioned ? and should i use it ? the output of the after checking the JavaCommand and Command classes , i dont find anything that checks if im executing JavaCommand not a Command , thats why it takes the class name as a command instead of executing it after searching the internet , i found an old version of the Command class that has the getCommand method inside the Command Class thatchecking the JavaCommand boolean value if its true , it works something else here is what and found
while on the real source code on github , the code is
|
can be there an update to make RootClass run perfectly with AndroidStudio ??? also (com.android.internal.util.WithFramework) is not removed from Android M and higher |
i finally managed to build the anbuild.dex with AndroidStudio
but when i run the JavaCommand
it outputs ( not found ) , as if its executing the class as string in the command line
The text was updated successfully, but these errors were encountered: