android-rooting-tools / android_run_root_shell

570 stars 269 forks source link

/system/bin/sh: run_root_shell: not found #24

Open ali-zohrevand opened 10 years ago

ali-zohrevand commented 10 years ago

hi ... i test it in my xperia neo and genymotion nexus 4 and an error happened: /system/bin/sh: run_root_shell: not found

AreYouLoco commented 9 years ago

put run_root_shell in the same folder as adb. and then:

adb push run_root_shell /data/local/tmp adb shell cd /data/local/tmp ./run_root_shell

CLOSE!