Skip to content

A lib for android developer to do things as a root user

Notifications You must be signed in to change notification settings

van416/RootManager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Root Manager

This is a lib for android developers to do things as a root user, such as judging whether the device has rooted, try to granted root premission, install app without pop dialog (just like Google Play do), uninstall apps silently, capture screen programmly and so on.

This project bases on the project ROOTTOOL . RootManager slims roottool and extends more various utilities for common cases.

Download the lastest JAR File HERE.

Features

Root Access

  • Check if the Device has been rooted.
  • Grant Super User Permission.

App Management

  • Install Package silently.
  • Uninstall Package silently.
  • Uninstall System Package silently.

Execute Command or File

  • Run Command.
  • Install Binary File.
  • Remove Binary File.
  • Execute Binary File.

Utilities

  • Remount File System.
  • Copy files.
  • Screen Shot.
  • Kill Process. (un-Finished)
  • Restart Device. (un-Finished)

License

RootManager is released under GNU GPL v2 license.

Update Log

  • 2013-5-5Un-finished .
  • 2013-5-14Basic Features Finished.
  • 2013-5-17Refactor OperationRe sult Class.
  • 2013-5-18Finish Example App v 0.1

About

A lib for android developer to do things as a root user

Resources

Stars

Watchers

Forks

Packages

No packages published