Skip to content

coretechsystems/amzn_fire_root

 
 

Repository files navigation

android_run_root_shell

This code is still ugly, please re-write it and send pull-requests, if you want to use this.

Building

Running

  • Download the Android Software Development Kit (SDK) ADT Bundle: http://developer.android.com/sdk/index.html

  • Extract into some directory and put the platform-tools folder in your path: export PATH=SDK_DIR/sdk/platform-tools/:$PATH

  • Change to the directory with the compiled run_root_shell binary (see above)

  • Connect your Android device through USB (click Cancel if it asks to enable USB storage; charging only is the correct mode) and enable USB debugging on the device.

  • Start the adb server on your computer: sudo adb start-server

  • Transfer run_root_shell to a temporary directory on the phone: adb push run_root_shell /data/local

  • Ensure that run_root_shell has execute permissions: adb shell chmod 777 /data/local/run_root_shell

  • Run the command on the phone: adb shell /data/local/run_root_shell

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.7%
  • Makefile 2.3%