Not work :-( 
    
    
    $ adb push test /storage/sdcard0/Download/test
    $ adb shell chmod a+x /storage/sdcard0/Download/test
    Bad mode
    $ adb shell
    10|shell@android:/ $ chmod 0755 /storage/sdcard0/Download/test
    Unable to chmod /storage/sdcard0/Download/test: Operation not permitted
    
    
    Run

Reply via email to