RK3399pro无法adb运行可执行文件(急!!!)

本帖最后由 David888 于 2022-1-24 08:56 编辑

#设置系统可读可写
adb connet 192.168.52.90
adb shell setprop persist.sys.root_access 3
adb root
adb remount
adb shell /storage/C01A85421A853686/hello #hello为交叉编译的helloWord执行文件

#错误如下
system/bin/sh: /storage/C01A85421A853686/hello: can’t execute: Permission denied

我已经将andorid 9中setting->Build number设置成了开发者模式。
经测试,很多指令都没有权限。

请问,如何设置,才能有权限?
谢谢!