Skip to content

Instantly share code, notes, and snippets.

@xaratustrah
Last active August 27, 2018 12:02
Show Gist options
  • Save xaratustrah/4b8045c8edea3fbe2f32f3522a179448 to your computer and use it in GitHub Desktop.
Save xaratustrah/4b8045c8edea3fbe2f32f3522a179448 to your computer and use it in GitHub Desktop.
android_rooting.md

Android rooting how to

Heimdal

heimdall flash --RECOVERY ./clockworkmod_6.0.3.2_jfltespr.img --no-reboot

note that the word RECOVERY should be written in all upper case

Installing APKs

You can install APKs in a loop:

for i in *.apk; do ./Applications/Android/adb/adb install $i; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment