事情是这样的...
我有一个摇杆透过 type c 接到手机上,我先 adb root 再下 adb shell
才可以看到 /dev/hidraw0 ,而我有一个daemon 要 open 这个 hidraw0 去捞资料
所以我就将init.rc 中的下面这行做些修改
service flash_recovery /system/bin/install-recovery.sh
class main
user root
oneshot
install-recovery.sh内容为:
#!/system/bin/sh
exec /system/bin/virtualsensor