zxing-android-embedded icon indicating copy to clipboard operation
zxing-android-embedded copied to clipboard

E/libc: Access denied finding property "vendor.camera.aux.packagelist" and E/Camera: exception : java.io.FileNotFoundException: /proc/driver/camtype: open failed: ENOENT (No such file or directory)

Open natsirasrafi opened this issue 3 years ago • 1 comments

in console show error :

E/libc: Access denied finding property "vendor.camera.aux.packagelist"
E/Camera: exception : java.io.FileNotFoundException: /proc/driver/camtype: open failed: ENOENT (No such file or directory)

how to solve it?

natsirasrafi avatar Jul 23 '22 07:07 natsirasrafi

Please follow the issue template - the details listed are required to assist with debugging issues like these.

This could be a permission missing from the manifest, or camera permission not requested at runtime, or a device-specific issue.

rkistner avatar Jul 25 '22 08:07 rkistner