Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 android 中使用 JNI 和 NDk 编辑 sys 目录中的文件。其实我需要编辑这些文件"/sys/class/gpio/gpio41/value"。
"/sys/class/gpio/gpio41/value"
只是一点提示:使用 chmod 666 ...您将获得读/写权限,但您不需要硬件引脚的执行权限。
问候马丁
通过更改模式,您现在可以使用以下命令编辑文件:chmod 777 /sys/class/gpio/gpio41/value