문제

How can i edit the file in the sys directory using JNI and NDk in android. Actually i Need to edit these file "/sys/class/gpio/gpio41/value".

도움이 되었습니까?

해결책

By changing the mode you can now edit the file using: chmod 777 /sys/class/gpio/gpio41/value

다른 팁

just a little hint: use chmod 666 ... You will get read/write permission but you don't need execute permission on HW-pins.

Regards Martin

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top