Skip to content

Releases: Stericson/RootShell

RootShell 1.6

Choose a tag to compare

@Stericson Stericson released this 26 Nov 23:31
7a56958

Release 1.6 brings bug fixes, enhancements, and increased compatibility with future versions of Android.

Also, releases are now distributed in .aar formation rather than .jar format.

RootShell 1.4

Choose a tag to compare

@Stericson Stericson released this 17 Dec 20:32

RootShell 1.4

Disallows re-use of Commands as this causes Timeout Exceptions, instances of commands should not be re-used.

Improvement to JavaCommands

RootShell 1.3

Choose a tag to compare

@Stericson Stericson released this 12 Jan 22:02

Changes

  1. Support for commands that execute indefinitely, such as top or something else. Simply pass 0 in as the timeout. You can finish or terminate the command by calling cmd.finish() or cmd.terminate() as needed.
  2. Recompiled against JDK 1.7, should fix some issues with those not running Java 1.8 yet.

Important Note!

When implementing/overriding commandOutput you must make a call to the super method as the last statement in the method. This helps RootShell know that all output has been processed by your application and that it should mark the command as finished. RootShell will terminate the command if all output is not marked as being processed by the time that the command timeout is hit. Making the final call to the super method will help RootShell ensure that all of the output by the command you've executed is processed and will keep your application moving quickly. If you don't want RootShell waiting on you to process the output then just make the super call the first thing in the method.

RootShell Release 1.2

Choose a tag to compare

@Stericson Stericson released this 07 Jan 14:43

RootShell 1.2 brings a number of additional bug fixes fixing some long standing issues that users may have seen previously.

RootShell Release 1.1

Choose a tag to compare

@Stericson Stericson released this 02 Jan 17:01

Beta release of RootShell v1.1

RootShell Release 1.0

Choose a tag to compare

@Stericson Stericson released this 30 Dec 21:15

Beta release of RootShell V1.0