RootTools is a library with utilities for running commands as root from within Android Java Code.
I want to execute the "su" comand from an app..I have rooted the emulator and installed Superuser.apk(superuser 2.3.6.1) …
I'm trying to modify /etc/hosts/ file and for that I make a separate file in external storage and then …
I'm using chmod command to change file's permission but it's doesn't work in my code and my device is rooted …