You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for all the good work and the ports. I have an issue with newer builds, with the lineage-14.1-20170717-UNOFFICIAL-eva.zip release, and with the resurrection remix i build myself, that the camera is not working anymore. I only have black screen for a while then the camera app stops working.
I have lots of repeating messages in dmesg as below:
...
[ 816.722106s][pid:7607,cpu1,HwCamCfgSvr][I/DSM] dsm notify can't find client - dsm_camera_user
[ 820.865905s][pid:7619,cpu2,HwCamCfgSvr][I/DSM] client name - dsm_camera_user, error no - 927003020
[ 820.865936s][pid:7619,cpu2,HwCamCfgSvr][I/DSM] dsm notify can't find client - dsm_camera_user
[ 826.015228s][pid:7631,cpu2,HwCamCfgSvr][I/DSM] client name - dsm_camera_user, error no - 927003020
...
Here is the exception from the camera app:
java.lang.RuntimeException: Unable to start activity ComponentInfo{org.cyanogenmod.snap/com.android.camera.CameraActivity}: java.lang.RuntimeException: Fail to get camera info
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2699)
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2766)
// at android.app.ActivityThread.-wrap12(ActivityThread.java)
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1507)
// at android.os.Handler.dispatchMessage(Handler.java:102)
// at android.os.Looper.loop(Looper.java:154)
// at android.app.ActivityThread.main(ActivityThread.java:6236)
// at java.lang.reflect.Method.invoke(Native Method)
// at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:891)
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:781)
// Caused by: java.lang.RuntimeException: Fail to get camera info
// at android.hardware.Camera._getCameraInfo(Native Method)
// at android.hardware.Camera.getCameraInfo(Camera.java:288)
// at com.android.camera.CameraHolder.<init>(CameraHolder.java:173)
// at com.android.camera.CameraHolder.instance(CameraHolder.java:127)
// at com.android.camera.CameraSettings.readPreferredCameraId(CameraSettings.java:1353)
// at com.android.camera.CameraSettings.upgradeCameraId(CameraSettings.java:1341)
// at com.android.camera.CameraSettings.upgradeGlobalPreferences(CameraSettings.java:1284)
// at com.android.camera.SettingsManager.<init>(SettingsManager.java:143)
// at com.android.camera.CameraActivity.onCreate(CameraActivity.java:1463)
// at android.app.Activity.performCreate(Activity.java:6684)
// at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1119)
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2652)
// ... 9 more
Hi,
First of all, thanks for all the good work and the ports. I have an issue with newer builds, with the lineage-14.1-20170717-UNOFFICIAL-eva.zip release, and with the resurrection remix i build myself, that the camera is not working anymore. I only have black screen for a while then the camera app stops working.
I have lots of repeating messages in dmesg as below:
Here is the exception from the camera app:
I am currently using RR-N-v5.8.3-20170605-eva-Unofficial.zip release and i can confirm the camera works perfectly there.
Let me know if you need more info. Thanks again for all the work you have done.
Cheers
The text was updated successfully, but these errors were encountered: