Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Device driver API match error

I've installed cyanogenmod on my galaxy 3. When developing in Eclipse, most apps seem to work okay. However, I've written an app that needs to access the gallery and every time I try to access it the app crashes with this at log cat:

02-03 19:05:42.054: D/libEGL(10279): loaded /system/lib/egl/libEGL_mali.so

02-03 19:05:42.059: D/libEGL(10279): loaded /system/lib/egl/libGLESv1_CM_mali.so

02-03 19:05:42.059: D/libEGL(10279): loaded /system/lib/egl/libGLESv2_mali.so

02-03 19:05:42.064: E/(10279): Device driver API match

02-03 19:05:42.064: E/(10279): Device driver API version: 23

02-03 19:05:42.064: E/(10279): User space API version: 23 

02-03 19:05:42.064: E/(10279): mali: REVISION=Linux-r3p2-01rel3 BUILD_DATE=Wed Oct  9         
21:05:57 KST 2013 

Any idea how I can fix it? Thanks!

like image 692
Nadav Avatar asked Feb 03 '14 17:02

Nadav


1 Answers

In CyanogenMod go to setting->apps->select your apps and give permission. In CyanogenMod you need to give permission even if you given in Android Manifest. May me this is an one of the reason

like image 109
Suresh Avatar answered Sep 30 '22 15:09

Suresh