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