Android-Serialport icon indicating copy to clipboard operation
Android-Serialport copied to clipboard

在Android 10.0版本上报错:Cannot run program "/system/bin/su": error=2, No such file or directory

Open Cqucyf1 opened this issue 2 years ago • 1 comments

我百度了一下,需要把/system/bin/su修改为/system/bin/sh

https://blog.csdn.net/weixin_43266090/article/details/108245698

希望能修正一下

Cqucyf1 avatar Jan 14 '24 13:01 Cqucyf1

此library不提供ROOT权限,请自行打开串口666权限

xmaihh avatar Jan 15 '24 03:01 xmaihh

Maybe you need change the path /system/bin/su to /system/xbin/su

gaidukov76 avatar Apr 27 '24 14:04 gaidukov76

Maybe you need change the path /system/bin/su to /system/xbin/su

What special privileges "/system/xbin/su" does have w.r.t. root access?

xmaihh avatar May 08 '24 02:05 xmaihh