RootTools icon indicating copy to clipboard operation
RootTools copied to clipboard

RootTools Library

Results 50 RootTools issues
Sort by recently updated
recently updated
newest added

I get a lot of errors from users only for Galaxy Note 3/4 with Android 5.x Program crash after calling RootTools.isRootAvailable () or RootTools.isAccessGiven () (one of them is a...

My App Freez When i Use RootTools Commands i write a simple Code Like : ``` RootTools.debugMode = true; if (RootTools.isRootAvailable()) { print("Root found.\n"); } else { print("Root not found");...

permissions.getUser returns the permissions (e.g. "rw-") instead of the user. Same for getGroup().

It seems that the su on CM11 does not support the --context switch. libsuperuser tests the shell version before using the --context flag. This seems like a sensible thing to...

public boolean copyFile(String source, String destination, boolean remountAsRw, boolean preserveFileAttributes) { is in mtk 4.4.2 can't copy success

I followed the directions on the RootTools usage and run Java as root wiki pages, but when I load my app with the following in onCreate() I get a ClassNotFoundException:...

> What steps will reproduce the problem? 1. Call "RootTools.RootTools.isRootAvailable()" in a separate thread in "onResume()" of Activity. > What is the expected output? What do you see instead? The...

Something like `setFilePermissions(String file, String permissions)` with `rw-r--r--` as an example argument for permissions would be very convenient.

https://github.com/Bamamadezoo