android-rooting-tools / android_run_root_shell

567 stars 260 forks source link

chmod +x run_root_shell Operation not permitted #45

Open fengve opened 7 years ago

fengve commented 7 years ago

libra:/sdcard/test $ ls -l -rw-rw---- 1 root sdcard_rw 399712 2017-10-14 08:53 run_root_shell libra:/sdcard/test $

libra:/sdcard/test $ chmod +x run_root_shell chmod: chmod 'run_root_shell' to 100771: Operation not permitted

RenaKunisaki commented 5 years ago

sdcard is mounted with noexec flag. Try copying to /data/local/tmp and running there.

startpenghubingzhou commented 1 year ago

有没有一种可能,给777权限就够了呢?