How can I run this in my android app. There's a process builder runtime.exec() command to run arm binaries or system binaries in android. But ADB and Dalvik can only be run if root permission is accessed if I am not wrong. Any chances to use the keytool or this keytool.dex file inside the android app programmatically? Thanks!