Android: how to grant 666 privs to a device via ueventd.rc
问题 I need to access an USB camera connected to my (rooted) Android. I'm on a Samsung Galaxy S4 with Android 4.2.2. I want to access it with a normal app, so I need the device to be world readable. I can connect via shell and type root@android:/ # su root@android:/ # cd /dev root@android:/dev # chmod 666 video4 and it works. But each time I disconnect the camera, and reconnect it, I have to do it again. Via shell I can remount the root file system r/w mount -o rw,remount -t rootfs rootfs / and