We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is the error in logcat:
E/HAL ( 163): load: module=/system/lib/hw/camera.msm8660.so E/HAL ( 163): Cannot load library: reloc_library[1292]: 163 cannot locate '_ZNK7android16CameraParameters21getMeteringAreaCenterEPiS1_'...
Copying over the libcamera_client.so from the ICS leak causes major problems (e.g. SurfaceFlinger can't start up.)
Suggested debug: Look at the CameraParameters source code and see if we can create a matching getMeteringAreaCenter() call.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is the error in logcat:
Copying over the libcamera_client.so from the ICS leak causes major problems (e.g. SurfaceFlinger can't start up.)
Suggested debug: Look at the CameraParameters source code and see if we can create a matching getMeteringAreaCenter() call.
The text was updated successfully, but these errors were encountered: