Skip to content

shliujing/root-tools

 
 

Repository files navigation

RootTools

the tool for rooted android devices

how to compile

  1. get the JelyBean jar with hidden APIs
   $ wget http://rarnu.7thgen.info/downloads/android19.jar
  1. backup your android.jar in $(ANDROID_SDK)/platforms/android-19/
   $ mv $(ANDROID_SDK)/platforms/android-19/android.jar ./backup/
  1. replace android.jar said above with the downloaded file
   $ mv android19.jar android.jar
   $ cp android.jar $(ANDROID_SDK)/platforms/android-19/
  1. update following projects
   $ android update project -n CommandLib -p . -t android-19
   $ android update project -n CommonUtils -p . -t android-19
   $ android update project -n CommonDevLib -p . -t android-19
   $ android update project -n Emulator -p . -t android-19
   $ android update project -n PackageParser4 -p . -t android-19
   $ android update project -n RootTools -p . -t android-19
  1. build emulator so
    $ cd Emulator
    $ ndk-build clean && ndk-build
  1. build and install
   $ cd $(PROJECT)/RootTools
   $ ant debug

signature

   $ cd $(PROJECT)/sign
   $ java -jar signapk.jar rarnu.x509.pem rarnu.pk8 RootTools-debug.apk RootTools_signed.apk

install and start

   $ adb install -r RootTools_signed.apk
   $ adb shell am start -n com.rarnu.tools.root/.SplashActivity

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.9%
  • Pascal 15.7%
  • Java 13.5%
  • Assembly 2.9%
  • C 2.7%
  • Objective-C 1.9%
  • Other 1.4%