RootManager icon indicating copy to clipboard operation
RootManager copied to clipboard

A lib enable android developers to do things as a root user

Results 8 RootManager issues
Sort by recently updated
recently updated
newest added

On the Lenovo Vibe A7010 (K4 Note) Android version 6.0. Method rootManager.hasRooted() return false, but device has root.

i am tring to get Hash Value, but it always return me status code 0 and message is nothing. Please check code below.' val hashValue: StringBuilder = StringBuilder() val hashCommand...

my code below: class UninstallSystemApp(var mContext: Context) : AsyncTask() { val appPackage = "a855solution.gais.app" override fun doInBackground(vararg p0: Void?): Result? { return RootManager.getInstance().uninstallSystemApp(AppManager.getAppApkPathInstalled(mContext, appPackage)) } override fun onPreExecute() { println("Uninstalling...

Command pm uninstall "packageName" is not remove the system apps