Closed
Bug 982449
Opened 12 years ago
Closed 12 years ago
[dolphin] camera doesn't work
Categories
(Firefox OS Graveyard :: GonkIntegration, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: seinlin, Assigned: vliu)
References
Details
Camera on dolphin doesn't work.
| Assignee | ||
Comment 2•12 years ago
|
||
Currently the camera issue is caused by libisp.so depends on libandroid_runtime.so.
And we don't have libandroid_runtime.so.
--
I/CameraService( 102): CameraService started (pid=102)
D/CameraService( 102): CameraService::onFirstRef
E/HAL ( 102): load: module=/system/lib/hw/camera.scx15.so
E/HAL ( 102): dlopen failed: could not load library "libisp.so" needed by "camera.scx15.so"; caused by could not load library "libandroid_runtime.so" needed by "libisp.so"; caused by library "libandroid_runtime.so" not found
E/CameraService( 102): Could not load camera HAL module
Hi James,
Can you have someone to release a modified libisp.so not having dependent on libandroid_runtime.so? Thanks
Flags: needinfo?(james.zhang)
| Reporter | ||
Comment 5•12 years ago
|
||
Ying, it does work after you updated the library.
| Assignee | ||
Comment 6•12 years ago
|
||
(In reply to Kai-Zhen Li from comment #5)
> Ying, it does work after you updated the library.
The bug is closed since the partner has released the corrected library.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•