GithubHelp home page GithubHelp logo

android_run_root_shell

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

Building

  • Download the Android Native Development Kit (NDK): http://developer.android.com/tools/sdk/ndk/index.html#Downloads

  • Extract into some directory and put that in your path: export PATH=ANDK_DIR:$PATH

  • In another directory clone this repo: git clone --recursive https://github.com/android-rooting-tools/android_run_root_shell

  • Change to the directory where the repo was cloned cd android_run_root_shell

  • To start build process use the following ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk

  • If all goes well you will get the compiled binary at: ./libs/armeabi/run_root_shell

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

xxxrainzyian's Projects

granovagg icon granovagg

Bob Pruzek and Jim Helmreich's implementation of Elemental Graphics for Analysis of Variance

https-everywhere icon https-everywhere

A browser extension that encrypts your communications with many websites that offer HTTPS but still allow unencrypted connections.

inquirer.js icon inquirer.js

A collection of common interactive command line user interfaces.

jslint icon jslint

The JavaScript Code Quality Tool

koodo-reader icon koodo-reader

📚 跨平台的 Epub 阅读器,支持Windows,macOS,Linux 和网页版,所有的数据都可以导入导出和实现多端同步。基于 React、Redux、TypeScript、Electron、i18n

lit icon lit

Toolkit for developing, sharing, and running luvit/lua programs and libraries.

luvi icon luvi

A project in-between luv and luvit.

mdn icon mdn

Meta repository that governs the MDN GitHub organization

messenger-platform-samples icon messenger-platform-samples

Messenger Platform samples for sending and receiving messages. Walk through the Get Started with this code. https://developers.facebook.com/docs/messenger-platform/quickstart

minitest icon minitest

minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking.

node-tor icon node-tor

Javascript implementation of the Tor (or Tor like) anonymizer project (The Onion Router)

packer icon packer

Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.

postcss icon postcss

Transforming styles with JS plugins

querystring icon querystring

Node's querystring module for all engines. (ES3 compat fork)

request icon request

🏊🏾 Simplified HTTP request client.

request-promise icon request-promise

The simplified HTTP request client 'request' with Promise support. Powered by Bluebird.

rootbench icon rootbench

Collection of benchmarks and performance monitoring applications

rpi-eeprom icon rpi-eeprom

Installation scripts and binaries for the closed sourced Raspberry Pi 4 EEPROMs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.