Help Getting cameras to work on LG L Fino CyanogenMod 12.1 (Qualcomm MSM8610) - LG L Fino Questions & Answers

Hello,
I am trying to port CM 12.1 to LG L Fino (d290n/d295). Currently, almost everything is working, but getting the cameras to work seems to be the biggest issue. The phone has the HI841 sensor for the rear camera and the HI707 sensor for the front camera. I have put the stock camera drivers on the kernel and , from the kernel messages, it is shown that both the cameras are picked up and initialized correctly during boot.
Code:
<6>[ 1.389166] i2c /dev entries driver
<7>[ 1.391789] msm_vidc: 1: Failed to read qcom,load-freq-tbl from device tree
<7>[ 1.391825] msm_vidc: 1: no elements in frequency table
<7>[ 1.391855] msm_vidc: 1: Failed to read qcom,reg-presets from device tree
<7>[ 1.391985] msm_vidc: 1: Failed to read qcom,buffer-type-tz-usage-table from device tree
<7>[ 1.392037] msm_vidc: 1: Q6 hfi device probe called
<6>[ 1.404394] msm_actuator_i2c_probe:1061 msm_actuator_i2c_probe: succeeded
<6>[ 1.404558] msm_actuator_i2c_probe:1061 msm_actuator_i2c_probe: succeeded
<3>[ 1.406453] rt8542_probe: id is NULL
<3>[ 1.406527] msm_led_get_dt_data:559 called
<3>[ 1.406665] msm_led_get_dt_data:589 subdev id 0
<3>[ 1.406797] msm_led_get_dt_data:594 msm_led_get_dt_data qcom,flash-name rt8542, rc 0
<3>[ 1.406944] msm_led_get_dt_data:658 msm_led_get_dt_data gpio count 1
<3>[ 1.407024] msm_led_get_dt_data:671 msm_led_get_dt_data gpio_array[0] = 18
<3>[ 1.407165] msm_flash_init_gpio_pin_tbl:521 msm_flash_init_gpio_pin_tbl qcom,gpio-flash-en 18
<3>[ 1.407299] msm_led_i2c_flash_create_v4lsubdev:98 Enter
<3>[ 1.407445] msm_led_i2c_flash_create_v4lsubdev:118 probe success
<3>[ 1.407533] msm_flash_i2c_probe:837 msm_flash_i2c_probe:837 probe success
<3>[ 1.408048] msm_eeprom_alloc_memory_map: pageen not needed
<3>[ 1.408187] msm_camera_request_gpio_table:551 invalid gpio_tbl (null) / size 0
<3>[ 1.624680] msm_camera_request_gpio_table:551 invalid gpio_tbl (null) / size 0
<6>[ 1.625549] imx219_init_module:333
<4>[ 1.625796] imx219_init_module: Sensor power is set as Rev.6(Line:362)
<3>[ 1.627536] imx219_init_module:378 rc -19
<3>[ 1.627901] msm_sensor_get_dt_data qcom,product-kor 0, rc -22
<3>[ 1.640157] qup_i2c f9928000.i2c: QUP: I2C status flags :0x1363c8, irq:132
<3>[ 1.640462] qup_i2c f9928000.i2c: I2C slave addr:0x1a not connected
<3>[ 1.640954] msm_sensor_match_id: imx219: read id failed
<3>[ 1.641376] qup_i2c f9928000.i2c: QUP: I2C status flags :0x1363c8, irq:132
<3>[ 1.641867] qup_i2c f9928000.i2c: I2C slave addr:0x1a not connected
<3>[ 1.642168] msm_sensor_match_id: imx219: read id failed
<3>[ 1.642783] qup_i2c f9928000.i2c: QUP: I2C status flags :0x1363c8, irq:132
<3>[ 1.643083] qup_i2c f9928000.i2c: I2C slave addr:0x1a not connected
<3>[ 1.643576] msm_sensor_match_id: imx219: read id failed
<3>[ 1.644120] msm_sensor_power_up:1140 match id failed rc -107
<3>[ 1.644365] msm_sensor_power_up:1156 failed
<3>[ 1.655464] msm_sensor_i2c_probe imx219 power up failed
<4>[ 1.655932] imx219: probe of 6-0034 failed with error -107
<6>[ 1.656301] hi841_init_module:255
<4>[ 1.656736] hi841_init_module: HW rev is 6. Sensor power is set as hi841_power_setting_on_8x10
<3>[ 1.658256] hi841_init_module:277 rc -19
<3>[ 1.658815] msm_sensor_get_dt_data qcom,product-kor 0, rc -22
<6>[ 1.682341] hi841_sensor_match_id: read id: 841 expected id 841:
<3>[ 1.682781] hi841_sensor_match_id:233 success!
<3>[ 1.704059] msm_sensor_power_down exit
<6>[ 1.704436] hi707_init_module:2904
<3>[ 1.706247] msm_sensor_get_dt_data qcom,product-kor 0, rc -22
<3>[ 1.804782] hi707_sensor_match_id: read id: b8 expected id b8:
<3>[ 1.805224] hi707_sensor_match_id: product_kor - -1
<3>[ 1.805465] hi707_sensor_match_id: maker gpio - 86
<3>[ 1.806120] vt_cam_id(gpio 86) is 0
<3>[ 1.908513] msm_sensor_power_down exit
Now, for the android part, I have tried different approaches:
Copying all the proprietary libs, including the camera HAL module, from the stock rom. Android complains about a missing call to "_ZN7androidCamera9isPreviewE" , which I find out that exists in libcamera_client.so. This library (the stock rom is kitkat) is using BufferQueue Constructor, which has been deprecated in Lollipop. I have reverted the BufferQueue Constructors in framework/native and did a rebuilt. I also copied the libcamera_client.so library from the stock rom/ The device won't boot (stays on the cm logo) and from the logcat, I see that the camera module keeps reinitializing. Removing the camera HAL module lets the device bootup and work correctly.
Code:
E/mm-camera( 9244): server_process_module_init:59, int mods
E/Netd ( 9242): Failed to open /proc/sys/net/ipv6/conf/rmnet6/use_optimistic: No such file or directory
E/Netd ( 9242): Failed to open /proc/sys/net/ipv6/conf/rmnet7/use_optimistic: No such file or directory
E/Netd ( 9242): Failed to open /proc/sys/net/ipv6/conf/rmnet_usb0/use_optimistic: No such file or directory
E/Netd ( 9242): Failed to open /proc/sys/net/ipv6/conf/sit0/use_optimistic: No such file or directory
E/Netd ( 9242): Failed to open /proc/sys/net/ipv6/conf/teql0/use_optimistic: No such file or directory
E/Netd ( 9242): Failed to open /proc/sys/net/ipv6/conf/wlan0/use_optimistic: No such file or directory
E/mm-camera( 9244): isp_util_gen_hws_caps: integrating kernel vfe is pending
E/mm-camera( 9244): isp_tintless_create: using BG stats for tintless!, isp version = 20
E/mm-camera( 9244): is_module_init: Enter
E/mm-camera( 9244): cpp_hardware_find_subdev:903: no cpp device found.
E/mm-camera( 9244): cpp_hardware_create:40: error: cannot find cpp subdev
E/mm-camera( 9244): cpp_module_create_cpp_ctrl:164, failed, cannnot create cpp hardware instance
E/mm-camera( 9244): cpp_module_init:54 failed
E/mm-camera( 9244): vpe_module_init:26 name=vpe
E/mm-camera( 9244): vpe_hardware_find_subdev:716: entity.name=video0 entity.revision=0
E/mm-camera( 9244): vpe_hardware_find_subdev:716: entity.name=v4l-subdev0 entity.revision=0
E/mm-camera( 9244): vpe_hardware_find_subdev:716: entity.name=v4l-subdev1 entity.revision=0
E/mm-camera( 9244): vpe_hardware_find_subdev:716: entity.name=v4l-subdev2 entity.revision=0
E/mm-camera( 9244): vpe_hardware_find_subdev:716: entity.name=v4l-subdev3 entity.revision=0
E/mm-camera( 9244): vpe_hardware_find_subdev:716: entity.name=v4l-subdev4 entity.revision=0
E/mm-camera( 9244): vpe_hardware_find_subdev:716: entity.name=v4l-subdev5 entity.revision=0
E/mm-camera( 9244): vpe_hardware_find_subdev:716: entity.name=v4l-subdev6 entity.revision=0
E/mm-camera( 9244): vpe_hardware_find_subdev:716: entity.name=v4l-subdev7 entity.revision=0
E/mm-camera( 9244): vpe_hardware_find_subdev:716: entity.name=v4l-subdev8 entity.revision=0
E/mm-camera( 9244): vpe_hardware_find_subdev:716: entity.name=v4l-subdev9 entity.revision=0
E/mm-camera( 9244): vpe_hardware_find_subdev:716: entity.name=v4l-subdev10 entity.revision=0
E/mm-camera( 9244): vpe_hardware_find_subdev:716: entity.name=v4l-subdev11 entity.revision=0
E/mm-camera( 9244): vpe_hardware_find_subdev:716: entity.name=v4l-subdev12 entity.revision=0
E/mm-camera( 9244): vpe_hardware_find_subdev:711: done enumerating media entities
E/mm-camera( 9244): vpe_hardware_find_subdev:716: entity.name=video1 entity.revision=0
E/mm-camera( 9244): vpe_hardware_find_subdev:711: done enumerating media entities
E/mm-camera( 9244): vpe_hardware_find_subdev:716: entity.name=video2 entity.revision=0
E/mm-camera( 9244): vpe_hardware_find_subdev:711: done enumerating media entities
E/mm-camera( 9244): vpe_hardware_find_subdev:683: no more media devices
E/mm-camera( 9244): vpe_hardware_find_subdev:728: no vpe device found.
E/mm-camera( 9244): vpe_hardware_create:31: error: cannot find vpe subdev
E/mm-camera( 9244): vpe_module_create_vpe_ctrl:141, failed, cannnot create vpe hardware instance
E/mm-camera( 9244): vpe_module_init:34 failed
E/mm-camera( 9244): c2d_module_init:28 name=c2d
E/mm-camera-img( 9244): img_core_get_comp:37] role 0 name qcom.wavelet
E/mm-camera-img( 9244): img_core_get_comp:42] comp_index[0] role 0 name qcom.wavelet
E/mm-camera-img( 9244): img_core_get_comp:47] find component role 0 name qcom.wavelet
W/linker ( 9244): libmmcamera_wavelet_lib.so: unused DT entry: type 0x6ffffffe arg 0x10fc
W/linker ( 9244): libmmcamera_wavelet_lib.so: unused DT entry: type 0x6fffffff arg 0x1
E/mm-camera-img( 9244): wd_comp_load:1571] WD library loaded successfully dsp 0
E/mm-camera-img( 9244): module_imglib_create_port:1254 portname imglib_d2_i0
E/mm-camera-img( 9244): img_core_get_comp:37] role 2 name qcom.faceproc
E/mm-camera-img( 9244): img_core_get_comp:42] comp_index[0] role 0 name qcom.wavelet
E/mm-camera-img( 9244): img_core_get_comp:42] comp_index[1] role 1 name qcom.hdr
E/mm-camera-img( 9244): img_core_get_comp:42] comp_index[2] role 2 name qcom.faceproc
E/mm-camera-img( 9244): img_core_get_comp:47] find component role 2 name qcom.faceproc
W/linker ( 9244): libmmcamera_faceproc.so has text relocations. This is wasting memory and prevents security hardening. Please fix.
E/mm-camera-img( 9244): img_core_get_comp:37] role 1 name qcom.hdr
E/mm-camera-img( 9244): img_core_get_comp:42] comp_index[0] role 0 name qcom.wavelet
E/mm-camera-img( 9244): img_core_get_comp:42] comp_index[1] role 1 name qcom.hdr
E/mm-camera-img( 9244): img_core_get_comp:47] find component role 1 name qcom.hdr
E/mm-camera-img( 9244): hdr_comp_load:1137] HDR library loaded successfully
E/hdr ( 9244): Port hdr_dummy initialized
E/mm-camera-img( 9244): module_imglib_create_dummy_port:1362 portname imglib_dymmy_d1_i0
I/ThermalEngine( 309): Sensor:pa_therm0:37000 mC
W/linker ( 9282): libmmcamera_imglib.so: unused DT entry: type 0x6ffffffe arg 0x1c40
W/linker ( 9282): libmmcamera_imglib.so: unused DT entry: type 0x6fffffff arg 0x1
I/Netd ( 9280): Netd 1.0 starting
E/Netd ( 9280): Failed to open /proc/sys/net/ipv6/conf/dummy0/use_optimistic: No such file or directory
E/Netd ( 9280): Failed to open /proc/sys/net/ipv6/conf/lo/use_optimistic: No such file or directory
E/Netd ( 9280): Failed to open /proc/sys/net/ipv6/conf/p2p0/use_optimistic: No such file or directory
E/Netd ( 9280): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet0/use_optimistic: No such file or directory
E/Netd ( 9280): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet1/use_optimistic: No such file or directory
E/Netd ( 9280): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet2/use_optimistic: No such file or directory
E/Netd ( 9280): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet3/use_optimistic: No such file or directory
E/Netd ( 9280): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet4/use_optimistic: No such file or directory
E/Netd ( 9280): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet5/use_optimistic: No such file or directory
E/Netd ( 9280): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet6/use_optimistic: No such file or directory
E/Netd ( 9280): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet7/use_optimistic: No such file or directory
E/Netd ( 9280): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet8/use_optimistic: No such file or directory
E/Netd ( 9280): Failed to open /proc/sys/net/ipv6/conf/rmnet0/use_optimistic: No such file or directory
E/Netd ( 9280): Failed to open /proc/sys/net/ipv6/conf/rmnet1/use_optimistic: No such file or directory
E/Netd ( 9280): Failed to open /proc/sys/net/ipv6/conf/rmnet2/use_optimistic: No such file or directory
E/Netd ( 9280): Failed to open /proc/sys/net/ipv6/conf/rmnet3/use_optimistic: No such file or directory
E/Netd ( 9280): Failed to open /proc/sys/net/ipv6/conf/rmnet4/use_optimistic: No such file or directory
E/Netd ( 9280): Failed to open /proc/sys/net/ipv6/conf/rmnet5/use_optimistic: No such file or directory
E/Netd ( 9280): Failed to open /proc/sys/net/ipv6/conf/rmnet6/use_optimistic: No such file or directory
E/mm-camera( 9282): server_process_module_init:59, int mods
E/Netd ( 9280): Failed to open /proc/sys/net/ipv6/conf/rmnet7/use_optimistic: No such file or directory
E/Netd ( 9280): Failed to open /proc/sys/net/ipv6/conf/rmnet_usb0/use_optimistic: No such file or directory
E/Netd ( 9280): Failed to open /proc/sys/net/ipv6/conf/sit0/use_optimistic: No such file or directory
E/Netd ( 9280): Failed to open /proc/sys/net/ipv6/conf/teql0/use_optimistic: No such file or directory
E/Netd ( 9280): Failed to open /proc/sys/net/ipv6/conf/wlan0/use_optimistic: No such file or directory
E/mm-camera( 9282): isp_util_gen_hws_caps: integrating kernel vfe is pending
E/mm-camera( 9282): isp_tintless_create: using BG stats for tintless!, isp version = 20
E/mm-camera( 9282): is_module_init: Enter
E/mm-camera( 9282): cpp_hardware_find_subdev:903: no cpp device found.
E/mm-camera( 9282): cpp_hardware_create:40: error: cannot find cpp subdev
E/mm-camera( 9282): cpp_module_create_cpp_ctrl:164, failed, cannnot create cpp hardware instance
E/mm-camera( 9282): cpp_module_init:54 failed
E/mm-camera( 9282): vpe_module_init:26 name=vpe
E/mm-camera( 9282): vpe_hardware_find_subdev:716: entity.name=video0 entity.revision=0
E/mm-camera( 9282): vpe_hardware_find_subdev:716: entity.name=v4l-subdev0 entity.revision=0
E/mm-camera( 9282): vpe_hardware_find_subdev:716: entity.name=v4l-subdev1 entity.revision=0
E/mm-camera( 9282): vpe_hardware_find_subdev:716: entity.name=v4l-subdev2 entity.revision=0
E/mm-camera( 9282): vpe_hardware_find_subdev:716: entity.name=v4l-subdev3 entity.revision=0
E/mm-camera( 9282): vpe_hardware_find_subdev:716: entity.name=v4l-subdev4 entity.revision=0
E/mm-camera( 9282): vpe_hardware_find_subdev:716: entity.name=v4l-subdev5 entity.revision=0
E/mm-camera( 9282): vpe_hardware_find_subdev:716: entity.name=v4l-subdev6 entity.revision=0
E/mm-camera( 9282): vpe_hardware_find_subdev:716: entity.name=v4l-subdev7 entity.revision=0
E/mm-camera( 9282): vpe_hardware_find_subdev:716: entity.name=v4l-subdev8 entity.revision=0
E/mm-camera( 9282): vpe_hardware_find_subdev:716: entity.name=v4l-subdev9 entity.revision=0
E/mm-camera( 9282): vpe_hardware_find_subdev:716: entity.name=v4l-subdev10 entity.revision=0
E/mm-camera( 9282): vpe_hardware_find_subdev:716: entity.name=v4l-subdev11 entity.revision=0
E/mm-camera( 9282): vpe_hardware_find_subdev:716: entity.name=v4l-subdev12 entity.revision=0
E/mm-camera( 9282): vpe_hardware_find_subdev:711: done enumerating media entities
E/mm-camera( 9282): vpe_hardware_find_subdev:716: entity.name=video1 entity.revision=0
E/mm-camera( 9282): vpe_hardware_find_subdev:711: done enumerating media entities
E/mm-camera( 9282): vpe_hardware_find_subdev:716: entity.name=video2 entity.revision=0
E/mm-camera( 9282): vpe_hardware_find_subdev:711: done enumerating media entities
E/mm-camera( 9282): vpe_hardware_find_subdev:683: no more media devices
E/mm-camera( 9282): vpe_hardware_find_subdev:728: no vpe device found.
E/mm-camera( 9282): vpe_hardware_create:31: error: cannot find vpe subdev
E/mm-camera( 9282): vpe_module_create_vpe_ctrl:141, failed, cannnot create vpe hardware instance
E/mm-camera( 9282): vpe_module_init:34 failed
E/mm-camera( 9282): c2d_module_init:28 name=c2d
E/mm-camera-img( 9282): img_core_get_comp:37] role 0 name qcom.wavelet
E/mm-camera-img( 9282): img_core_get_comp:42] comp_index[0] role 0 name qcom.wavelet
E/mm-camera-img( 9282): img_core_get_comp:47] find component role 0 name qcom.wavelet
W/linker ( 9282): libmmcamera_wavelet_lib.so: unused DT entry: type 0x6ffffffe arg 0x10fc
W/linker ( 9282): libmmcamera_wavelet_lib.so: unused DT entry: type 0x6fffffff arg 0x1
E/mm-camera-img( 9282): wd_comp_load:1571] WD library loaded successfully dsp 0
E/mm-camera-img( 9282): module_imglib_create_port:1254 portname imglib_d2_i0
E/mm-camera-img( 9282): img_core_get_comp:37] role 2 name qcom.faceproc
E/mm-camera-img( 9282): img_core_get_comp:42] comp_index[0] role 0 name qcom.wavelet
E/mm-camera-img( 9282): img_core_get_comp:42] comp_index[1] role 1 name qcom.hdr
E/mm-camera-img( 9282): img_core_get_comp:42] comp_index[2] role 2 name qcom.faceproc
E/mm-camera-img( 9282): img_core_get_comp:47] find component role 2 name qcom.faceproc
W/linker ( 9282): libmmcamera_faceproc.so has text relocations. This is wasting memory and prevents security hardening. Please fix.
E/mm-camera-img( 9282): img_core_get_comp:37] role 1 name qcom.hdr
E/mm-camera-img( 9282): img_core_get_comp:42] comp_index[0] role 0 name qcom.wavelet
E/mm-camera-img( 9282): img_core_get_comp:42] comp_index[1] role 1 name qcom.hdr
E/mm-camera-img( 9282): img_core_get_comp:47] find component role 1 name qcom.hdr
E/mm-camera-img( 9282): hdr_comp_load:1137] HDR library loaded successfully
E/hdr ( 9282): Port hdr_dummy initialized
E/mm-camera-img( 9282): module_imglib_create_dummy_port:1362 portname imglib_dymmy_d1_i0
I/rmt_storage( 299): rmt_storage_connect_cb: clnt_h=0xa conn_h=0xb6403090
I/rmt_storage( 299): rmt_storage_rw_iovec_cb: /boot/modem_fs1: clnt_h=0x1: req_h=0xe msg_id=3: R/W request received
I/rmt_storage( 299): wakelock acquired: 1, error no: 42
I/rmt_storage( 299): rmt_storage_client_thread: /boot/modem_fs1: clnt_h=0x1 Unblock worker thread (th_id: -1236807552)
I/rmt_storage( 299): rmt_storage_client_thread: /boot/modem_fs1: clnt_h=0x1: req_h=0xe msg_id=3: Bytes written = 1572864
I/rmt_storage( 299): rmt_storage_client_thread: /boot/modem_fs1: clnt_h=0x1: req_h=0xe msg_id=3: Send response: res=0 err=0
I/rmt_storage( 299): rmt_storage_client_thread: /boot/modem_fs1: clnt_h=0x1 About to block rmt_storage client thread (th_id: -1236807552) wakelock released: 1, error no: 22
I/rmt_storage( 299):
I/rmt_storage( 299): rmt_storage_disconnect_cb: clnt_h=0x0xa conn_h=0x0xb6403090
I/ThermalEngine( 309): Sensor:pa_therm0:37000 mC
W/linker ( 9327): libmmcamera_imglib.so: unused DT entry: type 0x6ffffffe arg 0x1c40
W/linker ( 9327): libmmcamera_imglib.so: unused DT entry: type 0x6fffffff arg 0x1
E/mm-camera( 9327): server_process_module_init:59, int mods
E/mm-camera( 9327): isp_util_gen_hws_caps: integrating kernel vfe is pending
E/Netd ( 9325): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet0/use_optimistic: No such file or directory
E/Netd ( 9325): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet1/use_optimistic: No such file or directory
E/Netd ( 9325): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet2/use_optimistic: No such file or directory
E/Netd ( 9325): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet3/use_optimistic: No such file or directory
E/Netd ( 9325): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet4/use_optimistic: No such file or directory
E/Netd ( 9325): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet5/use_optimistic: No such file or directory
E/Netd ( 9325): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet6/use_optimistic: No such file or directory
E/Netd ( 9325): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet7/use_optimistic: No such file or directory
E/Netd ( 9325): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet8/use_optimistic: No such file or directory
E/Netd ( 9325): Failed to open /proc/sys/net/ipv6/conf/rmnet0/use_optimistic: No such file or directory
E/Netd ( 9325): Failed to open /proc/sys/net/ipv6/conf/rmnet1/use_optimistic: No such file or directory
E/Netd ( 9325): Failed to open /proc/sys/net/ipv6/conf/rmnet2/use_optimistic: No such file or directory
E/Netd ( 9325): Failed to open /proc/sys/net/ipv6/conf/rmnet3/use_optimistic: No such file or directory
E/Netd ( 9325): Failed to open /proc/sys/net/ipv6/conf/rmnet4/use_optimistic: No such file or directory
E/Netd ( 9325): Failed to open /proc/sys/net/ipv6/conf/rmnet5/use_optimistic: No such file or directory
E/Netd ( 9325): Failed to open /proc/sys/net/ipv6/conf/rmnet6/use_optimistic: No such file or directory
E/Netd ( 9325): Failed to open /proc/sys/net/ipv6/conf/rmnet7/use_optimistic: No such file or directory
E/Netd ( 9325): Failed to open /proc/sys/net/ipv6/conf/rmnet_usb0/use_optimistic: No such file or directory
E/Netd ( 9325): Failed to open /proc/sys/net/ipv6/conf/sit0/use_optimistic: No such file or directory
E/Netd ( 9325): Failed to open /proc/sys/net/ipv6/conf/teql0/use_optimistic: No such file or directory
E/Netd ( 9325): Failed to open /proc/sys/net/ipv6/conf/wlan0/use_optimistic: No such file or directory
E/mm-camera( 9327): isp_tintless_create: using BG stats for tintless!, isp version = 20
E/mm-camera( 9327): is_module_init: Enter
E/mm-camera( 9327): cpp_hardware_find_subdev:903: no cpp device found.
E/mm-camera( 9327): cpp_hardware_create:40: error: cannot find cpp subdev
E/mm-camera( 9327): cpp_module_create_cpp_ctrl:164, failed, cannnot create cpp hardware instance
E/mm-camera( 9327): cpp_module_init:54 failed
E/mm-camera( 9327): vpe_module_init:26 name=vpe
E/mm-camera( 9327): vpe_hardware_find_subdev:716: entity.name=video0 entity.revision=0
E/mm-camera( 9327): vpe_hardware_find_subdev:716: entity.name=v4l-subdev0 entity.revision=0
E/mm-camera( 9327): vpe_hardware_find_subdev:716: entity.name=v4l-subdev1 entity.revision=0
E/mm-camera( 9327): vpe_hardware_find_subdev:716: entity.name=v4l-subdev2 entity.revision=0
E/mm-camera( 9327): vpe_hardware_find_subdev:716: entity.name=v4l-subdev3 entity.revision=0
E/mm-camera( 9327): vpe_hardware_find_subdev:716: entity.name=v4l-subdev4 entity.revision=0
E/mm-camera( 9327): vpe_hardware_find_subdev:716: entity.name=v4l-subdev5 entity.revision=0
E/mm-camera( 9327): vpe_hardware_find_subdev:716: entity.name=v4l-subdev6 entity.revision=0
E/mm-camera( 9327): vpe_hardware_find_subdev:716: entity.name=v4l-subdev7 entity.revision=0
E/mm-camera( 9327): vpe_hardware_find_subdev:716: entity.name=v4l-subdev8 entity.revision=0
E/mm-camera( 9327): vpe_hardware_find_subdev:716: entity.name=v4l-subdev9 entity.revision=0
E/mm-camera( 9327): vpe_hardware_find_subdev:716: entity.name=v4l-subdev10 entity.revision=0
E/mm-camera( 9327): vpe_hardware_find_subdev:716: entity.name=v4l-subdev11 entity.revision=0
E/mm-camera( 9327): vpe_hardware_find_subdev:716: entity.name=v4l-subdev12 entity.revision=0
E/mm-camera( 9327): vpe_hardware_find_subdev:711: done enumerating media entities
E/mm-camera( 9327): vpe_hardware_find_subdev:716: entity.name=video1 entity.revision=0
E/mm-camera( 9327): vpe_hardware_find_subdev:711: done enumerating media entities
E/mm-camera( 9327): vpe_hardware_find_subdev:716: entity.name=video2 entity.revision=0
E/mm-camera( 9327): vpe_hardware_find_subdev:711: done enumerating media entities
E/mm-camera( 9327): vpe_hardware_find_subdev:683: no more media devices
E/mm-camera( 9327): vpe_hardware_find_subdev:728: no vpe device found.
E/mm-camera( 9327): vpe_hardware_create:31: error: cannot find vpe subdev
E/mm-camera( 9327): vpe_module_create_vpe_ctrl:141, failed, cannnot create vpe hardware instance
E/mm-camera( 9327): vpe_module_init:34 failed
E/mm-camera( 9327): c2d_module_init:28 name=c2d
E/mm-camera-img( 9327): img_core_get_comp:37] role 0 name qcom.wavelet
E/mm-camera-img( 9327): img_core_get_comp:42] comp_index[0] role 0 name qcom.wavelet
E/mm-camera-img( 9327): img_core_get_comp:47] find component role 0 name qcom.wavelet
W/linker ( 9327): libmmcamera_wavelet_lib.so: unused DT entry: type 0x6ffffffe arg 0x10fc
W/linker ( 9327): libmmcamera_wavelet_lib.so: unused DT entry: type 0x6fffffff arg 0x1
E/mm-camera-img( 9327): wd_comp_load:1571] WD library loaded successfully dsp 0
E/mm-camera-img( 9327): module_imglib_create_port:1254 portname imglib_d2_i0
E/mm-camera-img( 9327): img_core_get_comp:37] role 2 name qcom.faceproc
E/mm-camera-img( 9327): img_core_get_comp:42] comp_index[0] role 0 name qcom.wavelet
E/mm-camera-img( 9327): img_core_get_comp:42] comp_index[1] role 1 name qcom.hdr
E/mm-camera-img( 9327): img_core_get_comp:42] comp_index[2] role 2 name qcom.faceproc
E/mm-camera-img( 9327): img_core_get_comp:47] find component role 2 name qcom.faceproc
W/linker ( 9327): libmmcamera_faceproc.so has text relocations. This is wasting memory and prevents security hardening. Please fix.
E/mm-camera-img( 9327): img_core_get_comp:37] role 1 name qcom.hdr
E/mm-camera-img( 9327): img_core_get_comp:42] comp_index[0] role 0 name qcom.wavelet
E/mm-camera-img( 9327): img_core_get_comp:42] comp_index[1] role 1 name qcom.hdr
E/mm-camera-img( 9327): img_core_get_comp:47] find component role 1 name qcom.hdr
E/mm-camera-img( 9327): hdr_comp_load:1137] HDR library loaded successfully
E/hdr ( 9327): Port hdr_dummy initialized
E/mm-camera-img( 9327): module_imglib_create_dummy_port:1362 portname imglib_dymmy_d1_i0
I/ThermalEngine( 309): Sensor:pa_therm0:37000 mC
W/linker ( 9364): libmmcamera_imglib.so: unused DT entry: type 0x6ffffffe arg 0x1c40
W/linker ( 9364): libmmcamera_imglib.so: unused DT entry: type 0x6fffffff arg 0x1
I/Netd ( 9362): Netd 1.0 starting
E/Netd ( 9362): Failed to open /proc/sys/net/ipv6/conf/default/accept_ra_rt_table: No such file or directory
E/Netd ( 9362): Failed to open /proc/sys/net/ipv6/conf/dummy0/accept_ra_rt_table: No such file or directory
E/Netd ( 9362): Failed to open /proc/sys/net/ipv6/conf/lo/accept_ra_rt_table: No such file or directory
E/Netd ( 9362): Failed to open /proc/sys/net/ipv6/conf/p2p0/accept_ra_rt_table: No such file or directory
E/Netd ( 9362): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet0/accept_ra_rt_table: No such file or directory
E/Netd ( 9362): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet1/accept_ra_rt_table: No such file or directory
E/Netd ( 9362): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet2/accept_ra_rt_table: No such file or directory
E/Netd ( 9362): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet3/accept_ra_rt_table: No such file or directory
I have also tried to build the open source qualcomm camera HAL, but the devices could not be opened, it was trying to open /dev/video1 and /dev/video2 with no success (I do not have a logcat right now, if it is needed I can provide one)
As far as I can understand, LG has used their custom av framework on this phone (???).
Does anyone have any idea on getting this to work properly?
Thank you very much for your help in advance, and sorry for the long post!

Some kind soul?

Related

[Q] Liquid froze when someone call

Hi all,
I'm having a real strange issue with my Liquid (A100). Everytime someone call me, it start to ring, but the phone seems frozen (I dont know who call me, the phone freeze before the contact show up).
I've tried to reflashed it with official Eclair rom, then Froyo, still the same issue.
I've just changed my sim card, can it be the cause ?
Thanks for your help !
It seems to be worse, now it can't boot. Sometimes it boot forever, sometimes when the PIN code is asked it freezes.
What the hell ?
edit :
I've just tried to remove battery, replace it, plug USB, and vol down + camera + power : Now I have a partition checksum (never seen that ?) that tells me everything is okay.
This is the logcat when someonecall :
Code:
(...)
D/phone settings( 208): Sim State = READY
D/CallFeaturesSetting( 208): handleQuerySCMessage: query SC request complete
I/ActivityManager( 115): Displayed activity com.android.phone/.CallFeaturesSetting: 806 ms (total 3322 ms)
D/CallFeaturesSetting( 208): onPreferenceTreeClick()
I/ActivityManager( 115): Starting activity: Intent { act=android.intent.action.MAIN cmp=com.android.phone/.GsmUmtsCallOptions }
I/ActivityManager( 115): Displayed activity com.android.phone/.GsmUmtsCallOptions: 304 ms (total 304 ms)
D/phone settings( 208): Sim State = READY
D/CallFeaturesSetting( 208): handleQuerySCMessage: query SC request complete
D/GsmUmtsCallOptions( 208): onDestroy()
D/CallFeaturesSetting( 208): onPreferenceTreeClick()
I/ActivityManager( 115): Displayed activity com.android.settings/.Settings: 20899 ms (total 20899 ms)
D/phone settings( 208): onDestroy
D/Settings( 228): onDestroy()
I/ActivityManager( 115): Starting activity: Intent { act=android.settings.SETTINGS flg=0x10200000 cmp=com.android.settings/.Settings }
I/ActivityManager( 115): Displayed activity com.android.settings/.Settings: 410 ms (total 410 ms)
I/ActivityManager( 115): Starting activity: Intent { act=android.intent.action.MAIN cmp=com.android.settings/.ApplicationSettings }
W/DefaultSetting( 228): On updateState() , acerPreference:1
I/ActivityManager( 115): Displayed activity com.android.settings/.ApplicationSettings: 332 ms (total 332 ms)
I/ActivityManager( 115): Starting activity: Intent { act=android.intent.action.MAIN cmp=com.android.settings/.DevelopmentSettings }
I/ActivityManager( 115): Displayed activity com.android.settings/.DevelopmentSettings: 302 ms (total 302 ms)
W/InputManagerService( 115): Window already focused, ignoring focus gain of: [email protected]
I/dun_service( 73): Error while opening the file /sys/devices/platform/msm_hsusb/gadget/usb_state : No such file or directory
I/dun_service( 73): Error while opening the file /sys/devices/platform/msm_hsusb/gadget/usb_state : No such file or directory
I/dun_service( 73): Error while opening the file /sys/devices/platform/msm_hsusb/gadget/usb_state : No such file or directory
I/dun_service( 73): Error while opening the file /sys/devices/platform/msm_hsusb/gadget/usb_state : No such file or directory
E/NetlinkEvent( 58): NetlinkEvent::FindParam(): Parameter 'SWITCH_NAME' not found
E/NetlinkEvent( 58): NetlinkEvent::FindParam(): Parameter 'SWITCH_STATE' not found
W/Vold ( 58): Switch /devices/virtual/switch/usb_mass_storage event missing name/state info
E/NetlinkEvent( 58): NetlinkEvent::FindParam(): Parameter 'SWITCH_NAME' not found
E/NetlinkEvent( 58): NetlinkEvent::FindParam(): Parameter 'SWITCH_STATE' not found
W/Vold ( 58): Switch /devices/virtual/switch/usb_mass_storage event missing name/state info
I/dun_service( 73): Error while opening the file /sys/devices/platform/msm_hsusb/gadget/usb_state : No such file or directory
E/NetlinkEvent( 58): NetlinkEvent::FindParam(): Parameter 'SWITCH_NAME' not found
E/NetlinkEvent( 58): NetlinkEvent::FindParam(): Parameter 'SWITCH_STATE' not found
W/Vold ( 58): Switch /devices/virtual/switch/usb_mass_storage event missing name/state info
I/dun_service( 73): Error while opening the file /sys/devices/platform/msm_hsusb/gadget/usb_state : No such file or directory
I/dun_service( 73): Error while opening the file /sys/devices/platform/msm_hsusb/gadget/usb_state : No such file or directory
E/NetlinkEvent( 58): NetlinkEvent::FindParam(): Parameter 'SWITCH_NAME' not found
E/NetlinkEvent( 58): NetlinkEvent::FindParam(): Parameter 'SWITCH_STATE' not found
W/Vold ( 58): Switch /devices/virtual/switch/usb_mass_storage event missing name/state info
I/dun_service( 73): Error while opening the file /sys/devices/platform/msm_hsusb/gadget/usb_state : No such file or directory
I/dun_service( 73): Error while opening the file /sys/devices/platform/msm_hsusb/gadget/usb_state : No such file or directory
I/dun_service( 73): Error while opening the file /sys/devices/platform/msm_hsusb/gadget/usb_state : No such file or directory
W/InputManagerService( 115): Window already focused, ignoring focus gain of: [email protected]
I/dun_service( 73): Error while opening the file /sys/devices/platform/msm_hsusb/gadget/usb_state : No such file or directory
I/dun_service( 73): Error while opening the file /sys/devices/platform/msm_hsusb/gadget/usb_state : No such file or directory
I/dun_service( 73): Error while opening the file /sys/devices/platform/msm_hsusb/gadget/usb_state : No such file or directory
I/dun_service( 73): Error while opening the file /sys/devices/platform/msm_hsusb/gadget/usb_state : No such file or directory
E/NetlinkEvent( 58): NetlinkEvent::FindParam(): Parameter 'SWITCH_NAME' not found
E/NetlinkEvent( 58): NetlinkEvent::FindParam(): Parameter 'SWITCH_STATE' not found
W/Vold ( 58): Switch /devices/virtual/switch/usb_mass_storage event missing name/state info
E/NetlinkEvent( 58): NetlinkEvent::FindParam(): Parameter 'SWITCH_NAME' not found
E/NetlinkEvent( 58): NetlinkEvent::FindParam(): Parameter 'SWITCH_STATE' not found
W/Vold ( 58): Switch /devices/virtual/switch/usb_mass_storage event missing name/state info
W/DefaultSetting( 228): On updateState() , acerPreference:1
D/Settings( 228): onDestroy()
I/StorageNotification( 115): UMS connection changed to true (media state mounted)
W/Vold ( 58): Ignoring unknown switch 'MSM72K_UDC'
D/USBTTY ( 441): openConnection returns 1
D/Tethering( 115): sendTetherStateChangedBroadcast 1, 0, 0
D/Tethering( 115): interfaceAdded :usb0
E/lights ( 115): [set_led_light_battery]: Can not open device!
W/ActivityManager( 115): Timeout of broadcast BroadcastRecord{3051a4d0 android.intent.action.TIME_TICK} - receiver=android.[email protected]3030da10
W/ActivityManager( 115): Receiver during timeout: BroadcastFilter{3030dbd8 ReceiverList{3030db60 115 system/1000 local:3030da10}}
E/Watchdog_N( 115): Unable to open stack of tid 115 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 116 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 117 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 118 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 119 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 120 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 121 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 122 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 123 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 126 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 127 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 132 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 134 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 135 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 136 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 137 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 139 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 140 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 141 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 142 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 150 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 151 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 152 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 153 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 155 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 158 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 163 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 164 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 166 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 167 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 168 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 169 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 171 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 173 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 174 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 177 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 196 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 200 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 201 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 202 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 204 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 205 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 216 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 218 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 230 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 231 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 247 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 249 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 252 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 260 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 277 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 284 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 287 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 295 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 296 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 303 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 308 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 310 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 311 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 313 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 316 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 319 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 329 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 404 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 409 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 410 : 13 (Permission denied)
E/Watchdog_N( 115): Unable to open stack of tid 411 : 13 (Permission denied)
W/Watchdog( 115): *** WATCHDOG KILLING SYSTEM PROCESS: null
E/installd( 66): eof
E/installd( 66): failed to read size
W/ISensorClient( 71): transact([00000010]) failed
W/SensorService( 71): gWeakClients->notify failed
D/DxSecureClock( 74): Time has been modified.
I/ActivityThread( 441): Removing dead content provider: settings
I/ActivityThread( 278): Removing dead content provider: settings
I/ActivityThread( 222): Removing dead content provider: settings
I/ActivityThread( 208): Removing dead content provider: settings
I/ActivityThread( 228): Removing dead content provider: settings
I/ActivityThread( 203): Removing dead content provider: settings
I/ActivityThread( 470): Removing dead content provider: settings
I/ActivityThread( 568): Removing dead content provider: settings
D/DxSecureClock( 74): Updated deltas successfully.
I/ActivityThread( 480): Removing dead content provider: settings
V/AudioHardwareQSD( 693): AudioStreamOutMSM72xx::set(1, c, 44100)
V/AudioHardwareQSD( 693): AudioStreamOutMSM72xx::setParameters() routing=2
V/AudioHardwareQSD( 693): set output routing 2
V/AudioHardwareQSD( 693): Routing audio Device from 0x0 to 0x1
V/AudioHardwareQSD( 693): checkStandby() 1
V/AudioHardwareQSD( 693): getACDB, return ID 0x7
V/AudioHardwareQSD( 693): doAudioRouteOrMute: rx acdb 7, tx acdb 0
V/AudioHardwareQSD( 693): Switching audio out device: 0x1081513, rx_acdb: 0x7
V/AudioHardwareQSD( 693): Switching audio mic device: 0x1081512, tx_acdb: 0x0
V/AudioHardwareQSD( 693): AudioHardware pcm playback is going to standby.
E/AudioHardwareQSD( 693): setVoiceVolume called in wrong mode. Rejecting the call
I/SamplingProfilerIntegration( 694): Profiler is disabled.
I/Zygote ( 694): Preloading classes...
Any help ? I'm desperate
Same
Hi
I'm having the same problem but its only at some times, when someone calls and I take up nothing goes wrong the call also works good but if the other person ends the call my screen stays black!
And sometimes it starts rigning with call when noone is calling.
I have the acer liquid mini (e310)

[Discussion]Porting Z3 camera to previous Xperia devices

Here you can talk about anything related to Z3 Camera porting.
Any questions, feature requests etc. are meant to stay here, not in [DEV] thread.
Thanks
olokos said:
Here you can talk about anything related to Z3 Camera porting.
Any questions, feature requests etc. are meant to stay here, not in [DEV] thread.
Thanks
Click to expand...
Click to collapse
Well to start with, you can't port "Face in" to almost any phone. It's a pretty unique kernel feature of Xperia Z3 that allows you to open both front and back cameras simultaneously, which isn't supported by stock Android. You'll get "Camera is not available." error in other devices simply because, while debugging the addon, I've found that it does the following:
android.hardware.Camera.open(0); // open back camera
android.hardware.Camera.open(1); // open front camera
Which is impossible unless you Camera.release(); the first camera first.
This is a rare/unique feature which people don't talk about, but it is a good marketing feature.
IaguCool said:
Well to start with, you can't port "Face in" to almost any phone. It's a pretty unique kernel feature of Xperia Z3 that allows you to open both front and back cameras simultaneously, which isn't supported by stock Android. You'll get "Camera is not available." error in other devices simply because, while debugging the addon, I've found that it does the following:
android.hardware.Camera.open(0); // open back camera
android.hardware.Camera.open(1); // open front camera
Which is impossible unless you Camera.release(); the first camera first.
This is a rare/unique feature which people don't talk about, but it is a good marketing feature.
Click to expand...
Click to collapse
Thanks man! You actually should post that to dev thread as it's clearly helpful for us. I'm not sure why is it a kernel feature. Please answer me and post useful information like this in the dev thread.
Does this work on ZU?
Busy with real life, but watching very closely. Have to update to 4.4.4 first. Are we still trying to port latest z2 as well or is it all z3 now?
lagalaga said:
Does this work on ZU?
Busy with real life, but watching very closely. Have to update to 4.4.4 first. Are we still trying to port latest z2 as well or is it all z3 now?
Click to expand...
Click to collapse
I don't know. Do you actually own a ZU instead of Z1?
I see no point with Z2. Let's just go straight to Z3.
I'm glad to see you here again
If it is ported please port it also to CM base.
I know that now Sony is supporting its phones with regular updates. But the speed in which they and others put out new models lets me suppose, that this will stop after a time. The more models, the earlier this will happen. And because of the huge amount of phone models in general, the community is already getting thinner and thinner, spread between the different manufacturers and types. So the chance of getting the latest bits of good corporate software for different types of phones is decreasing. Just focusing on stock based ROMs means, to exclude a whole part of the ROM ecosystem.
->--- said:
If it is ported please port it also to CM base.
I know that now Sony is supporting its phones with regular updates. But the speed in which they and others put out new models lets me suppose, that this will stop after a time. The more models, the earlier this will happen. And because of the huge amount of phone models in general, the community is already getting thinner and thinner, spread between the different manufacturers and types. So the chance of getting the latest bits of good corporate software for different types of phones is decreasing. Just focusing on stock based ROMs means, to exclude a whole part of the ROM ecosystem.
Click to expand...
Click to collapse
I'm not sure whether that would be possible as there are probably tons of dependencies, but I'd try to keep it in mind if we're finally completely done with all of the features from Z3 on the Z1.
I have to thank you for the second part as I haven't thought about it this way. I was wondering why Z1 developers base is so small, but that's like exactly why. I hate Sony for putting up new flagships every 6 months and leaving older devices with just what they initially got. Like smart call handling, my god. It requires none work to get it on the Z1 yet Z1 never officially got it. Sony makes me so mad about this and I'm actually in doubt whether my next device will be Sony again.
Don't worry though guys, I won't get a new one in about 1,5 year or more
olokos said:
I'm not sure whether that would be possible as there are probably tons of dependencies, but I'd try to keep it in mind if we're finally completely done with all of the features from Z3 on the Z1.
I have to thank you for the second part as I haven't thought about it this way. I was wondering why Z1 developers base is so small, but that's like exactly why. I hate Sony for putting up new flagships every 6 months and leaving older devices with just what they initially got. Like smart call handling, my god. It requires none work to get it on the Z1 yet Z1 never officially got it. Sony makes me so mad about this and I'm actually in doubt whether my next device will be Sony again.
Don't worry though guys, I won't get a new one in about 1,5 year or more
Click to expand...
Click to collapse
i think the same. Sony marketing is really bad. we can see for example the drm questions of x-reality and bionz, or the poor color and gamma calibration, or the features that sony doesn't implement in "old" devices. Sony make good phoone with bad software and poor implementations
Hi guys i have been playing with this for a little while now and one thing i have found is that you can flash tomascus's files straight over the top of the z2camera port and still have working 4k etc. Have been trying to get facein working with this in amoungst other changes and so far for facein i have got the logcat for the camera down to just two errors, i believe we may need to use the attached libs from z3 vendor lib to make it work? Ive gotta go to work now so havent tried them yet.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This lib zip also includes my changes in vendor/camera:
https://mega.co.nz/#!419XxZbT!-mS94BMRgR2PFxiXsPBqs1Z_J_EjRrrbvIeEKVInnAc
Just tried my last post, only the img lib worked for me. Dont use the media provider apk from the z3 it is patched to ignore the platform permissions mod and stop apps writing to sdcard1.
sucker for sony's said:
Just tried my last post, only the img lib worked for me. Dont use the media provider apk from the z3 it is patched to ignore the platform permissions mod and stop apps writing to sdcard1.
Click to expand...
Click to collapse
So the zip doesn't work?
No the files are for testing purposes.
Any progress with face in??? :/
@olokos this is how far i have got with my own attempt, the camera is broken but now loads the new modules, i am stuck with two faults on the logcat which are 1-unable to get camera sensors, 2-unable to get video size or invalid. I had a quick look through the z3 framework and there seems to be a lot of camera related changes and the cacao libs also function diffrently.
Do not flash this it is for developers only (camera broken): https://mega.co.nz/#!08lTDaTK!Vz-nlKbKan8Hp3mqQt6nQd-RYGiN1qkOVeTEUyZAuYI
Edit: my device is a Z1
sucker for sony's said:
@olokos this is how far i have got with my own attempt, the camera is broken but now loads the new modules, i am stuck with two faults on the logcat which are 1-unable to get camera sensors, 2-unable to get video size or invalid. I had a quick look through the z3 framework and there seems to be a lot of camera related changes and the cacao libs also function diffrently.
Do not flash this it is for developers only (camera broken): https://mega.co.nz/#!08lTDaTK!Vz-nlKbKan8Hp3mqQt6nQd-RYGiN1qkOVeTEUyZAuYI
Edit: my device is a Z1
Click to expand...
Click to collapse
ahhh i had the same thing, i'll probably work on this more after exams end in 3 weeks time
Can I get a short summary on:
* What's the exact goal? (e.g. "get face-in working", "port whole z3 camera")
* What's the current progress?
I've been reading the threads, but it's hard to follow what exactly is working.
I gather some initial stuff like video recording is working, so there is feature parity to z1 and z2.
I tried porting Face-In today - or rather, tried porting all camera libs from Z3 to Z1C. Only got as far as a bootloop.
I did play with this some more a bit. I copied all camera libs - and get a bootloop. If I exclude libmmcamera_interface.so, the phone boots. Of course, then the camera does not worl.
Code:
E/AndroidRuntime( 6055): FATAL EXCEPTION: main
E/AndroidRuntime( 6055): Process: com.sonyericsson.android.camera, PID: 6055
E/AndroidRuntime( 6055): java.lang.RuntimeException: Unable to resume activity {com.sonyericsson.android.camera/com.sonyericsson.android.camera.CameraActivity}: java.lang.RuntimeExcept
ion: Fail to get camera info
E/AndroidRuntime( 6055): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2836)
E/AndroidRuntime( 6055): at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2865)
E/AndroidRuntime( 6055): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2291)
E/AndroidRuntime( 6055): at android.app.ActivityThread.access$800(ActivityThread.java:144)
E/AndroidRuntime( 6055): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1246)
E/AndroidRuntime( 6055): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 6055): at android.os.Looper.loop(Looper.java:212)
E/AndroidRuntime( 6055): at android.app.ActivityThread.main(ActivityThread.java:5135)
E/AndroidRuntime( 6055): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 6055): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 6055): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:877)
E/AndroidRuntime( 6055): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693)
E/AndroidRuntime( 6055): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:132)
E/AndroidRuntime( 6055): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 6055): Caused by: java.lang.RuntimeException: Fail to get camera info
E/AndroidRuntime( 6055): at android.hardware.Camera._getCameraInfo(Native Method)
E/AndroidRuntime( 6055): at android.hardware.Camera.getCameraInfo(Camera.java:217)
E/AndroidRuntime( 6055): at com.sonyericsson.cameracommon.utility.StaticConfigurationUtil.<init>(StaticConfigurationUtil.java:42)
E/AndroidRuntime( 6055): at com.sonyericsson.cameracommon.utility.StaticConfigurationUtil.isForceSound(StaticConfigurationUtil.java:71)
E/AndroidRuntime( 6055): at com.sonyericsson.android.camera.ExtendedActivity.onResume(ExtendedActivity.java:301)
E/AndroidRuntime( 6055): at com.sonyericsson.android.camera.CameraActivity.onResume(CameraActivity.java:356)
E/AndroidRuntime( 6055): at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1192)
E/AndroidRuntime( 6055): at android.app.Activity.performResume(Activity.java:5310)
E/AndroidRuntime( 6055): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2826)
E/AndroidRuntime( 6055): ... 13 more
Some logcat:
Code:
I/CameraService( 319): Loaded "Sony Camera HAL" camera module
I/libcamera( 319): HAL_getNumberOfCameras: E
I/libcamera( 319): HAL_Camera_GetNumberOfCameras: HAL_gCameraNum=-1
E/cammw ( 319): E: cammw_link_get_camera_device_info: read size err 2192
E/cammw ( 319): E: cammw_camera_update_caps: get_camera_device_info err -111
E/cammw ( 319): E: cammw_link_get_camera_device_info: read size err 2192
E/cammw ( 319): E: cammw_camera_update_caps: get_camera_device_info err -111
I/libcamera( 319): HAL_getNumberOfCameras: X
[....]
E/mm-camera( 453): server_process_module_init:59, int mods
D/mm-camera-sensor( 453): module_sensor_init:4070 Enter
D/mm-camera-sensor( 453): sensor_init_probe:107 Open sensor_init subdev failed
E/mm-camera-sensor( 453): module_sensor_init:4102 failed
E/mm-camera( 453): isp_util_gen_hws_caps: integrating kernel vfe is pending
E/mm-camera( 453): isp_tintless_create: using BE stats for tintless!, isp main version = 28
E/mm-camera( 453): cpp_hardware_load_firmware:408, cpphw->hwinfo.version = 0x10010000
E/mm-camera( 453): vpe_hardware_find_subdev:683: no more media devices
E/mm-camera( 453): vpe_hardware_find_subdev:728: no vpe device found.
E/mm-camera( 453): vpe_hardware_create:31: error: cannot find vpe subdev
E/mm-camera( 453): vpe_module_create_vpe_ctrl:141, failed, cannnot create vpe hardware instance
E/mm-camera( 453): vpe_module_init:34 failed
E/mm-camera( 453): c2d_module_init:28 name=c2d
[...]
E/mm-camera-img( 453): img_core_get_comp:37] role 3 name qcom.cac
E/mm-camera-img( 453): img_core_get_comp:42] comp_index[0] role 0 name qcom.wavelet
E/mm-camera-img( 453): img_core_get_comp:42] comp_index[1] role 1 name qcom.hdr
E/mm-camera-img( 453): img_core_get_comp:42] comp_index[2] role 2 name qcom.faceproc
E/mm-camera-img( 453): img_core_get_comp:42] comp_index[3] role 3 name qcom.cac
E/mm-camera-img( 453): img_core_get_comp:47] find component role 3 name qcom.cac
E/mm-camera-img( 453): cac_comp_load:657] Error opening CAC library
[..]
E/mm-camera( 453): module_cac_init:1028] Error rc -6
E/mm-camera( 453): pproc_module_init:2402] cac module create failed
E/mm-camera( 453): module_imglib_create_port:1756 portname imglib_d2_i0
E/mm-camera-img( 453): img_core_get_comp:37] role 2 name qcom.faceproc
E/mm-camera-img( 453): img_core_get_comp:42] comp_index[0] role 0 name qcom.wavelet
E/mm-camera-img( 453): img_core_get_comp:42] comp_index[1] role 1 name qcom.hdr
E/mm-camera-img( 453): img_core_get_comp:42] comp_index[2] role 2 name qcom.faceproc
E/mm-camera-img( 453): img_core_get_comp:47] find component role 2 name qcom.faceproc
W/linker ( 453): libmmcamera_faceproc.so has text relocations. This is wasting memory and is a security risk. Please fix.
E/mm-camera-img( 453): img_core_get_comp:37] role 1 name qcom.hdr
E/mm-camera-img( 453): img_core_get_comp:42] comp_index[0] role 0 name qcom.wavelet
E/mm-camera-img( 453): img_core_get_comp:42] comp_index[1] role 1 name qcom.hdr
E/mm-camera-img( 453): img_core_get_comp:47] find component role 1 name qcom.hdr
E/mm-camera-img( 453): hdr_comp_load:1139] HDR library loaded successfully
E/mm-camera-img( 453): img_core_get_comp:37] role 4 name qcom.gen_frameproc
E/mm-camera-img( 453): img_core_get_comp:42] comp_index[0] role 0 name qcom.wavelet
E/mm-camera-img( 453): img_core_get_comp:42] comp_index[1] role 1 name qcom.hdr
E/mm-camera-img( 453): img_core_get_comp:42] comp_index[2] role 2 name qcom.faceproc
E/mm-camera-img( 453): img_core_get_comp:42] comp_index[3] role 3 name qcom.cac
E/mm-camera-img( 453): img_core_get_comp:42] comp_index[4] role 4 name qcom.gen_frameproc
E/mm-camera-img( 453): img_core_get_comp:47] find component role 4 name qcom.gen_frameproc
E/mm-camera-img( 453): frameproc_comp_load:811] Error opening frameproc library libmmcamera_chromaflash_lib.so
E/mm-camera( 453): module_imgbase_init:1068] Error rc -6
E/mm-camera( 453): module_imglib_create_topology:644] Can not init the module imglib_chroma_flash
E/mm-camera-img( 453): img_core_get_comp:37] role 4 name qcom.gen_frameproc
E/mm-camera-img( 453): img_core_get_comp:42] comp_index[0] role 0 name qcom.wavelet
E/mm-camera-img( 453): img_core_get_comp:42] comp_index[1] role 1 name qcom.hdr
E/mm-camera-img( 453): img_core_get_comp:42] comp_index[2] role 2 name qcom.faceproc
E/mm-camera-img( 453): img_core_get_comp:42] comp_index[3] role 3 name qcom.cac
E/mm-camera-img( 453): img_core_get_comp:42] comp_index[4] role 4 name qcom.gen_frameproc
E/mm-camera-img( 453): img_core_get_comp:47] find component role 4 name qcom.gen_frameproc
E/mm-camera-img( 453): frameproc_comp_load:811] Error opening frameproc library libmmcamera_optizoom_lib.so
E/mm-camera( 453): module_imgbase_init:1068] Error rc -6
E/mm-camera( 453): module_imglib_create_topology:644] Can not init the module imglib_optizoom
[..]
E/mm-camera-img( 453): frameproc_comp_load:811] Error opening frameproc library libmmcamera_ubifocus_lib.so
E/mm-camera( 453): module_imgbase_init:1068] Error rc -6
E/mm-camera( 453): module_imglib_create_topology:644] Can not init the module imglib_ubifocus
E/mm-camera( 453): module_imglib_create_dummy_port:1878 portname imglib_dymmy_d1_i0
I/libcamera( 319): HAL_getNumberOfCameras: E
I/libcamera( 319): HAL_Camera_GetNumberOfCameras: HAL_gCameraNum=0
I/libcamera( 319): HAL_getNumberOfCameras: X
E/cammw ( 319): E: cammw_link_get_camera_device_info: read size err 2192
E/cammw ( 319): E: cammw_camera_update_caps: get_camera_device_info err -111
E/cammw ( 319): E: cammw_link_get_camera_device_info: read size err 2192
E/cammw ( 319): E: cammw_camera_update_caps: get_camera_device_info err -111
E/cammw ( 319): E: cammw_link_get_camera_device_info: read size err 2192
E/cammw ( 319): E: cammw_camera_update_caps: get_camera_device_info err -111
E/cammw ( 319): E: cammw_link_get_camera_device_info: read size err 2192
E/cammw ( 319): E: cammw_camera_update_caps: get_camera_device_info err -111
lagalaga said:
I did play with this some more a bit. I copied all camera libs - and get a bootloop. If I exclude libmmcamera_interface.so, the phone boots. - -
Click to expand...
Click to collapse
So atm I won't be doing anything til my summer break soon (I live in Australia),
our aim is to get the z3 camera w/ libs fully functioning + 4k
We want to port every single useful Z3 functionality.
Apparently the z2 will get do.even camera goodies from the z3. I don't know the details yet. Maybe that will be easier to port. http://www.androidpolice.com/2014/1...dds-ps4-remote-play-hi-res-audio-camera-apps/

Samsung Galaxy Note 3 overheating, no camera, no signal

Some weeks ago I was riding my motorbike down the highway and at some point my phone mount decided to break and fall. The Note 3 didn't seem so have any other damage other than glass and screen so I had them replaced with original spare parts and now my phone is overheating, unable to connect to any kind of cellular network and the camera is not working. I already tried to install different ROMS, kernels and recoveries but nothing seems to change. Temperature doesn't rise too much while doing stuff in the recovery but as soon as Android is loaded the CPU gets up to 80C while the battery stays at 40C. The phone also shuts down when I put it on standby and powers up by itself, especially when it's charging. I already tried replacing the usb board and disconnecting the camera but the situation doesn't change. The battery is draining so badly that it's hard to get to 100%. Here there are some excracts of the logcat.
Code:
--------- beginning of system
E/Watchdog( 1484): [email protected] 32
E/Watchdog( 1484): [email protected] 33
E/MotionRecognitionService( 1484): handler : SCREEN_ON end
E/WindowState( 1484): getStack: Window{1bb1716 u0 com.android.settings/com.android.settings.settingssearch.SettingsSearchActivity} couldn't find taskId=3 Callers=com.android.server.wm.WindowState.computeFrameLw:1050 com.android.internal.policy.impl.PhoneWindowManager.layoutWindowLw:4914 com.android.server.wm.WindowManagerService.performLayoutLockedInner:10880 com.android.server.wm.WindowManagerService.performLayoutAndPlaceSurfacesLockedInner:11814
E/WindowState( 1484): getStack: Window{1bb1716 u0 com.android.settings/com.android.settings.settingssearch.SettingsSearchActivity} couldn't find taskId=3 Callers=com.android.server.wm.WindowState.computeFrameLw:1050 com.android.internal.policy.impl.PhoneWindowManager.layoutWindowLw:4914 com.android.server.wm.WindowManagerService.performLayoutLockedInner:10946 com.android.server.wm.WindowManagerService.performLayoutAndPlaceSurfacesLockedInner:11814
E/WindowState( 1484): getStack: Window{1bb1716 u0 com.android.settings/com.android.settings.settingssearch.SettingsSearchActivity} couldn't find taskId=3 Callers=com.android.server.wm.WindowState.computeFrameLw:1050
--------- beginning of main
E/LocSvc_ApiV02( 1484): I/<--- void globalEventCb(locClientHandleType, uint32_t, locClientEventIndUnionType, void*) line 99 QMI_LOC_EVENT_INJECT_POSITION_REQ_IND_V02
E/LocSvc_ApiV02( 1484): I/<--- void globalEventCb(locClientHandleType, uint32_t, locClientEventIndUnionType, void*) line 99 QMI_LOC_EVENT_POSITION_REPORT_IND_V02
E/mm-camera( 350): mct_bus_sof_thread_run: SOF freeze; Sending error message
E/mm-camera( 350): msg_bus_post_msg: Received HW error bus msg
E/LocSvc_ApiV02( 1484): I/<--- void globalEventCb(locClientHandleType, uint32_t, locClientEventIndUnionType, void*) line 99 QMI_LOC_EVENT_POSITION_REPORT_IND_V02
E/SMD ( 317): DCD ON
E/LocSvc_ApiV02( 1484): I/<--- void globalEventCb(locClientHandleType, uint32_t, locClientEventIndUnionType, void*) line 99 QMI_LOC_EVENT_POSITION_REPORT_IND_V02
E/mm-camera( 350): isp_axi_streamon: ISP_CFG_STREAM error = -1, start_straem = 0
E/mm-camera( 350): isp_axi_stop_stream: isp_axi_start_stop error = -1
E/mm-camera( 350): stats_action_buf_config: cfg = 0, stats_mask = 0x7b8
E/mm-camera( 350): isp_pipeline_util_reset: module id = 0, action = 0xb6e6c0a9
E/mm-camera( 350): isp_pipeline_util_reset: module id = 1, action = 0xb6e700a5
E/mm-camera( 350): isp_pipeline_util_reset: module id = 2, action = 0xb6e6a35d
E/mm-camera( 350): isp_pipeline_util_reset: module id = 3, action = 0xb6e80461
E/mm-camera( 350): isp_pipeline_util_reset: module id = 4, action = 0xb6e6ea85
E/mm-camera( 350): isp_pipeline_util_reset: module id = 5, action = 0xb6e68561
E/mm-camera( 350): isp_pipeline_util_reset: module id = 7, action = 0xb6e6e0e1
E/mm-camera( 350): isp_pipeline_util_reset: module id = 8, action = 0xb6e7ea49
E/mm-camera( 350): isp_pipeline_util_reset: module id = 10, action = 0xb6e81eb5
E/mm-camera( 350): isp_pipeline_util_reset: module id = 11, action = 0xb6e7ba59
E/mm-camera( 350): isp_pipeline_util_reset: module id = 12, action = 0xb6e790f5
E/mm-camera( 350): isp_pipeline_util_reset: module id = 13, action = 0xb6e82a65
E/mm-camera( 350): isp_pipeline_util_reset: module id = 14, action = 0xb6e77389
E/mm-camera( 350): isp_pipeline_util_reset: module id = 15, action = 0xb6e8118d
E/mm-camera( 350): isp_pipeline_util_reset: module id = 16, action = 0xb6e74cf5
E/mm-camera( 350): isp_pipeline_util_reset: module id = 17, action = 0xb6e785d9
E/mm-camera( 350): isp_pipeline_util_reset: module id = 18, action = 0xb6e60931
E/mm-camera( 350): isp_pipeline_util_reset: module id = 19, action = 0xb6e73a55
E/mm-camera( 350): isp_pipeline_util_reset: module id = 20, action = 0xb6e77db9
E/mm-camera( 350): isp_pipeline_util_reset: module id = 22, action = 0xb6e65e39
E/mm-camera( 350): isp_pipeline_util_reset: module id = 23, action = 0xb6e7630d
E/mm-camera( 350): isp_proc_async_command: X ISP_ASYNC_COMMAND_STREAMOFF = 2
E/mm-camera( 350): isp_proc_async_command: X, session_id = 2, async_cmd_id = 2
E/mm-camera( 350): isp_streamoff: X, session_id = 2
E/mm-camera( 350): port_isp_mct_ctrl_cmd: X, identity = 0x20002, isp_streamoff
E/mm-camera( 350): ispif_proc_streamoff: Enter
E/mm-camera( 350): ispif_proc_streamoff: Make ISPIF_CFG IOCTL!
E/mm-camera( 350): ispif_proc_streamoff: ISPIF_CFG IOCTL returns!
E/mm-camera( 350): ispif_proc_streamoff: X, rc = 0
E/mm-camera( 350): ispif_streamoff: session_id = 2, active_streams = 0
E/mm-camera( 350): release_isp_resource <------
E/mm-camera( 350): release isp0 rdi
E/mm-camera( 350): release_isp_resource: isp_id = 0, camif_session_bit = 0x0
E/mm-camera-sensor( 350): module_sensor_is_ready_for_stream_off:1220 any bundle started 0
E/mm-camera-sensor( 350): sensor_util_change_state:1116 STATEDBG Enter
E/mm-camera-sensor( 350): sensor_util_change_state:1123 STATEDBG Enter cur state 4 new state 0
E/mm-camera-sensor( 350): sensor_util_change_state:1162 STATEDBG Exit cur state 0 new state 0
E/mm-camera-sensor( 350): sensor_util_change_state:1166 STATEDBG Exit
E/mm-camera-sensor( 350): module_sensor_module_process_event:3557 X STATEDBG MCT_EVENT_CONTROL_STREAMOFF
E/mm-camera( 350): main: return true, return type 0
E/mm-camera( 350): main: return true, return type 2
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera-intf( 325): mm_stream_fsm_reg: invalid state (5) for evt (8), in(0x0), out(0x0)
E/mm-camera-intf( 325): mm_stream_unreg_buf: fd=70, VIDIOC_REQBUFS failed, rc=-1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/QCameraStream( 325): int32_t qcamera::QCameraStream::putBufs(mm_camera_map_unmap_ops_tbl_t*): map_stream_buf failed: -1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/QCameraStream( 325): int32_t qcamera::QCameraStream::putBufs(mm_camera_map_unmap_ops_tbl_t*): map_stream_buf failed: -1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/QCameraStream( 325): int32_t qcamera::QCameraStream::putBufs(mm_camera_map_unmap_ops_tbl_t*): map_stream_buf failed: -1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/QCameraStream( 325): int32_t qcamera::QCameraStream::putBufs(mm_camera_map_unmap_ops_tbl_t*): map_stream_buf failed: -1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/QCameraStream( 325): int32_t qcamera::QCameraStream::putBufs(mm_camera_map_unmap_ops_tbl_t*): map_stream_buf failed: -1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/QCameraStream( 325): int32_t qcamera::QCameraStream::putBufs(mm_camera_map_unmap_ops_tbl_t*): map_stream_buf failed: -1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/QCameraStream( 325): int32_t qcamera::QCameraStream::putBufs(mm_camera_map_unmap_ops_tbl_t*): map_stream_buf failed: -1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/QCameraStream( 325): int32_t qcamera::QCameraStream::putBufs(mm_camera_map_unmap_ops_tbl_t*): map_stream_buf failed: -1
E/QCameraChannel( 325): start: m_camOps->start_channel failed
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): server_process_hal_event:__DBG__ E event id=3
E/mm-camera( 350): server_process_hal_event:__DBG__ X sucess event id=3
E/mm-camera( 350): mct_pipeline_process_set:command=800000b
E/mm-camera( 350): main: return true, return type 0
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): server_process_hal_event:__DBG__ E event id=3
E/mm-camera( 350): server_process_hal_event:__DBG__ X sucess event id=3
E/mm-camera( 350): mct_pipeline_process_set:command=800000b
E/mm-camera-sensor( 350): port_sensor_unlink_func:662 ide 20002
E/mm-camera-sensor( 350): port_sensor_caps_unreserve:220 ide 20002
E/mm-camera( 350): port_isp_unlink_func: E, identity = 0x20002, port = 0xb4cb0460, direction = 2
E/mm-camera( 350): port_isp_unlink_func: X, ret = 0, identity = 0x20002, port = 0xb4cb0460, direction = 2
E/mm-camera( 350): port_isp_unlink_func: E, identity = 0x20002, port = 0xb4cb08e0, direction = 1
E/mm-camera( 350): port_isp_unlink_func: X, ret = 0, identity = 0x20002, port = 0xb4cb08e0, direction = 1
E/mm-camera( 350): cpp_port_check_caps_unreserve:170, identity=0x20002
E/mm-camera( 350): cpp_port_check_caps_unreserve:179, identity=0x20002, unreserved
E/mm-camera( 350): module_faceproc_port_unlink:758] E
E/mm-camera( 350): module_faceproc_port_unlink:785] X
E/mm-camera( 350): cpp_port_check_caps_unreserve:170, identity=0x20002
E/mm-camera( 350): cpp_port_check_caps_unreserve:179, identity=0x20002, unreserved
E/mm-camera( 350): module_faceproc_port_check_caps_unreserve:914] E
E/mm-camera( 350): module_faceproc_client_destroy:1159] state 1
E/mm-camera-img( 350): faceproc_comp_deinit:79]
E/mm-camera-img( 350): faceproc_comp_abort:549] state 1
E/mm-camera-img( 350): faceproc_comp_eng_destroy:1856] faceproc engine clean
E/mm-camera-img( 350): faceproc_comp_eng_reset:1880]
E/mm-camera( 350): module_faceproc_client_destroy:1184] X
E/mm-camera( 350): module_faceproc_port_check_caps_unreserve:963] X
E/mm-camera( 350): mct_stream_check_name:mod=sensor, name=isp
E/mm-camera( 350): mct_stream_check_name:mod=iface, name=isp
E/mm-camera( 350): mct_stream_check_name:mod=isp, name=isp
E/mm-camera( 350): mct_stream_get_module: module: 0xb4c1be10
E/mm-camera( 350): port_isp_unlink_func: E, identity = 0x20002, port = 0xb4cb0760, direction = 1
E/mm-camera( 350): port_isp_unlink_func: X, ret = 0, identity = 0x20002, port = 0xb4cb0760, direction = 1
E/mm-camera( 350): q3a_port_unlink X refcnt 1
E/mm-camera( 350): asd_port_ext_unlink E
E/mm-camera( 350): asd_port_ext_unlink X refcnt 1
E/mm-camera( 350): stats_port_unlink: X
E/mm-camera( 350): stats_port_check_caps_unreserve E
E/mm-camera( 350): q3a_port_event: Stream type change event received!
E/mm-camera( 350): stats_port_check_caps_unreserve X
E/mm-camera( 350): main: return true, return type 0
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): server_process_hal_event:__DBG__ E event id=3
E/mm-camera( 350): server_process_hal_event:__DBG__ X sucess event id=3
E/mm-camera( 350): mct_pipeline_process_set:command=800000b
E/mm-camera( 350): mct_stream_streamoff: Enter
E/mm-camera( 350): mct_stream_streamoff: STREAMING OFFstream_type = 3
E/mm-camera-sensor( 350): module_sensor_module_process_event:3542 ide 20003 MCT_EVENT_CONTROL_STREAMOFF
E/mm-camera-sensor( 350): module_sensor_module_process_event:3545 E STATEDBG MCT_EVENT_CONTROL_STREAMOFF
E/mm-camera-sensor( 350): sensor_util_change_state:1116 STATEDBG Enter
E/mm-camera-sensor( 350): sensor_util_change_state:1123 STATEDBG Enter cur state 0 new state 4
E/mm-camera-sensor( 350): sensor_util_change_state:1162 STATEDBG Exit cur state 4 new state 4
E/mm-camera-sensor( 350): sensor_util_change_state:1166 STATEDBG Exit
E/mm-camera-sensor( 350): module_sensor_stream_off:3097 ide 20003 MCT_EVENT_CONTROL_STREAMOFF
E/mm-camera( 350): port_isp_mct_ctrl_cmd: type=2
E/mm-camera( 350): port_isp_mct_ctrl_cmd: E, identity = 0x20003, STREAMOFF
E/mm-camera( 350): stats_port_event stream_on_counter is negative -1 !!!
E/AF_PORT ( 350): af_port_handle_control_event: stream_on_refcnt -1
E/mm-camera( 350): port_isp_mct_ctrl_cmd: E, identity = 0x20003, isp_streamoff
E/mm-camera( 350): isp_streamoff: E, session_id = 2
E/mm-camera( 350): isp_proc_async_command: E ISP_ASYNC_COMMAND_STREAMOFF = 2
E/mm-camera( 350): isp_proc_streamoff: E, session_id = 2, stream_id = 3, stream_type = 3
E/mm-camera( 350): isp_proc_async_command: X ISP_ASYNC_COMMAND_STREAMOFF = 2
E/mm-camera( 350): isp_proc_async_command: X, session_id = 2, async_cmd_id = 2
E/mm-camera( 350): isp_streamoff: X, session_id = 2
E/mm-camera( 350): port_isp_mct_ctrl_cmd: X, identity = 0x20003, isp_streamoff
E/mm-camera( 350): ispif_proc_streamoff: Enter
E/mm-camera( 350): ispif_proc_streamoff: X, rc = 0
E/mm-camera( 350): ispif_streamoff: session_id = 2, active_streams = -1
E/mm-camera-sensor( 350): module_sensor_is_ready_for_stream_off:1211 can't find bundle with id=7936
E/mm-camera-sensor( 350): sensor_util_change_state:1116 STATEDBG Enter
E/mm-camera-sensor( 350): sensor_util_change_state:1123 STATEDBG Enter cur state 4 new state 0
E/mm-camera-sensor( 350): sensor_util_change_state:1162 STATEDBG Exit cur state 0 new state 0
E/mm-camera-sensor( 350): sensor_util_change_state:1166 STATEDBG Exit
E/mm-camera-sensor( 350): module_sensor_module_process_event:3557 X STATEDBG MCT_EVENT_CONTROL_STREAMOFF
E/mm-camera-sensor( 350): port_sensor_unlink_func:662 ide 20003
E/mm-camera-sensor( 350): port_sensor_caps_unreserve:220 ide 20003
E/mm-camera( 350): port_isp_unlink_func: E, identity = 0x20003, port = 0xb4cb0460, direction = 2
E/mm-camera( 350): isp_unlink_sink_port: ad hoc sink port unlinked, session_id = 2
E/mm-camera( 350): port_isp_unlink_func: X, ret = 0, identity = 0x20003, port = 0xb4cb0460, direction = 2
E/mm-camera( 350): mct_stream_check_name:mod=sensor, name=isp
E/mm-camera( 350): mct_stream_check_name:mod=iface, name=isp
E/mm-camera( 350): mct_stream_check_name:mod=isp, name=isp
E/mm-camera( 350): mct_stream_get_module: module: 0xb4c1be10
E/mm-camera( 350): port_isp_unlink_func: E, identity = 0x20003, port = 0xb4cb0760, direction = 1
E/mm-camera( 350): port_isp_unlink_func: X, ret = 0, identity = 0x20003, port = 0xb4cb0760, direction = 1
E/mm-camera( 350): af_thread_handler: af thread returned
E/mm-camera( 350): q3a_port_unlink X refcnt 0
E/mm-camera( 350): afd_thread_en_q_msg thread -1282028928 is set to inactive
E/mm-camera( 350): asd_port_ext_unlink E
E/mm-camera( 350): asd_port_ext_unlink: asd_data=0xb39a4000
E/mm-camera( 350): asd_thread_stop E
E/mm-camera( 350): asd_thread_en_q_msg:78 Message Stop Thread
E/mm-camera( 350): asd_thread_handler: asd thread returned
E/mm-camera( 350): asd_thread_stop joined
E/mm-camera( 350): asd_port_ext_unlink X refcnt 0
E/mm-camera( 350): stats_port_unlink: X
E/mm-camera( 350): stats_port_check_caps_unreserve E
E/mm-camera( 350): stats_port_check_reserved_stream: private->reserved_id=0x20000
E/mm-camera( 350): stats_port_check_caps_unreserve X
E/mm-camera( 350): main: return true, return type 0
E/QCameraStateMachine( 325): int32_t qcamera::QCameraStateMachine::procEvtPreviewStoppedState(qcamera::qcamera_sm_evt_enum_t, void*): CAM_EVENT_TYPE_DAEMON_DIED
E/SecCameraCoreManager( 325): notifyErrorCallback(1, 100, 0)
E/SecCameraCoreManager( 325): CAMERA_MSG_ERROR from under SecCameraCoreManager - 100
E/SecCamera-JNI-Java(10666): Error 100
E/WindowState( 1484): getStack: Window{1bb1716 u0 com.android.settings/com.android.settings.settingssearch.SettingsSearchActivity} couldn't find taskId=3 Callers=com.android.server.wm.WindowState.computeFrameLw:1050 com.android.internal.policy.impl.PhoneWindowManager.layoutWindowLw:4914 com.android.server.wm.WindowManagerService.performLayoutLockedInner:10880 com.android.server.wm.WindowManagerService.performLayoutAndPlaceSurfacesLockedInner:11814
E/WindowState( 1484): getStack: Window{1bb1716 u0 com.android.settings/com.android.settings.settingssearch.SettingsSearchActivity} couldn't find taskId=3 Callers=com.android.server.wm.WindowState.computeFrameLw:1050 com.android.internal.policy.impl.PhoneWindowManager.layoutWindowLw:4914 com.android.server.wm.WindowManagerService.performLayoutLockedInner:10946 com.android.server.wm.WindowManagerService.performLayoutAndPlaceSurfacesLockedInner:11814
E/WindowState( 1484): getStack: Window{1bb1716 u0 com.android.settings/com.android.settings.settingssearch.SettingsSearchActivity} couldn't find taskId=3 Callers=com.android.server.wm.WindowState.computeFrameLw:1050 com.android.internal.policy.impl.PhoneWindowManager.layoutWindowLw:4914 com.android.server.wm.WindowManagerService.performLayoutLockedInner:10946 com.android.server.wm.WindowManagerService.performLayoutAndPlaceSurfacesLockedInner:11814
E/ViewRootImpl(10666): sendUserActionEvent() mView == null
E/ViewRootImpl(10666): sendUserActionEvent() mView == null
E/WindowState( 1484): getStack: Window{1bb1716 u0 com.android.settings/com.android.settings.settingssearch.SettingsSearchActivity} couldn't find taskId=3 Callers=com.android.server.wm.WindowState.computeFrameLw:1050 com.android.internal.policy.impl.PhoneWindowManager.layoutWindowLw:4914 com.android.server.wm.WindowManagerService.performLayoutLockedInner:10946 com.android.server.wm.WindowManagerService.performLayoutAndPlaceSurfacesLockedInner:11814
E/WindowState( 1484): getStack: Window{1bb1716 u0 com.android.settings/com.android.settings.settingssearch.SettingsSearchActivity} couldn't find taskId=3 Callers=com.android.server.wm.WindowState.computeFrameLw:1050 com.android.internal.policy.impl.PhoneWindowManager.layoutWindowLw:4914 com.android.server.wm.WindowManagerService.performLayoutLockedInner:10880 com.android.server.wm.WindowManagerService.performLayoutAndPlaceSurfacesLockedInner:11814
E/WindowState( 1484): getStack: Window{1bb1716 u0 com.android.settings/com.android.settings.settingssearch.SettingsSearchActivity} couldn't find taskId=3 Callers=com.android.server.wm.WindowState.computeFrameLw:1050 com.android.internal.policy.impl.PhoneWindowManager.layoutWindowLw:4914 com.android.server.wm.WindowManagerService.performLayoutLockedInner:10880 com.android.server.wm.WindowManagerService.performLayoutAndPlaceSurfacesLockedInner:11814
E/WindowState( 1484): getStack: Window{1bb1716 u0 com.android.settings/com.android.settings.settingssearch.SettingsSearchActivity} couldn't find taskId=3 Callers=com.android.server.wm.WindowState.computeFrameLw:1050 com.android.internal.policy.impl.PhoneWindowManager.layoutWindowLw:4914 com.android.server.wm.WindowManagerService.performLayoutLockedInner:10946 com.android.server.wm.WindowManagerService.performLayoutAndPlaceSurfacesLockedInner:11814
E/WindowState( 1484): getStack: Window{1bb1716 u0 com.android.settings/com.android.settings.settingssearch.SettingsSearchActivity} couldn't find taskId=3 Callers=com.android.server.wm.WindowState.computeFrameLw:1050 com.android.internal.policy.impl.PhoneWindowManager.layoutWindowLw:4914 com.android.server.wm.WindowManagerService.performLayoutLockedInner:10946 com.android.server.wm.WindowManagerService.performLayoutAndPlaceSurfacesLockedInner:11814
E/WindowState( 1484): getStack: Window{1bb1716 u0 com.android.settings/com.android.settings.settingssearch.SettingsSearchActivity} couldn't find taskId=3 Callers=com.android.server.wm.WindowState.computeFrameLw:1050 com.android.internal.policy.impl.PhoneWindowManager.layoutWindowLw:4914 com.android.server.wm.WindowManagerService.performLayoutLockedInner:10880 com.android.server.wm.WindowManagerService.performLayoutAndPlaceSurfacesLockedInner:11814
E/LocSvc_ApiV02( 1484): I/<--- void globalEventCb(locClientHandleType, uint32_t, locClientEventIndUnionType, void*) line 99 QMI_LOC_EVENT_POSITION_REPORT_IND_V02
E/LocSvc_ApiV02( 1484): I/<--- void globalEventCb(locClientHandleType, uint32_t, locClientEventIndUnionType, void*) line 99 QMI_LOC_EVENT_POSITION_REPORT_IND_V02
E/SMD ( 317): DCD ON
E/LocSvc_ApiV02( 1484): I/<--- void globalEventCb(locClientHandleType, uint32_t, locClientEventIndUnionType, void*) line 99 QMI_LOC_EVENT_POSITION_REPORT_IND_V02
E/LocSvc_ApiV02( 1484): I/<--- void globalEventCb(locClientHandleType, uint32_t, locClientEventIndUnionType, void*) line 99 QMI_LOC_EVENT_POSITION_REPORT_IND_V02
E/LocSvc_ApiV02( 1484): I/<--- void globalEventCb(locClientHandleType, uint32_t, locClientEventIndUnionType, void*) line 99 QMI_LOC_EVENT_POSITION_REPORT_IND_V02
E/SMD ( 317): DCD ON
E/Watchdog( 1484): [email protected] 35
E/LocSvc_ApiV02( 1484): I/<--- void globalEventCb(locClientHandleType, uint32_t, locClientEventIndUnionType, void*) line 99 QMI_LOC_EVENT_POSITION_REPORT_IND_V02
E/SQLiteLog( 2548): (10) POSIX Error : 11 SQLite Error : 3850
E/LocSvc_ApiV02( 1484): I/<--- void globalEventCb(locClientHandleType, uint32_t, locClientEventIndUnionType, void*) line 99 QMI_LOC_EVENT_POSITION_REPORT_IND_V02
E/LocSvc_ApiV02( 1484): I/<--- void globalEventCb(locClientHandleType, uint32_t, locClientEventIndUnionType, void*) line 99 QMI_LOC_EVENT_POSITION_REPORT_IND_V02
E/SMD ( 317): DCD ON
E/LocSvc_ApiV02( 1484): I/<--- void globalEventCb(locClientHandleType, uint32_t, locClientEventIndUnionType, void*) line 99 QMI_LOC_EVENT_POSITION_REPORT_IND_V02
E/LocSvc_ApiV02( 1484): I/<--- void globalEventCb(locClientHandleType, uint32_t, locClientEventIndUnionType, void*) line 99 QMI_LOC_EVENT_POSITION_REPORT_IND_V02
E/LocSvc_ApiV02( 1484): I/<--- void globalEventCb(locClientHandleType, uint32_t, locClientEventIndUnionType, void*) line 99 QMI_LOC_EVENT_POSITION_REPORT_IND_V02
E/SMD ( 317): DCD ON
E/LocSvc_ApiV02( 1484): I/<--- void globalEventCb(locClientHandleType, uint32_t, locClientEventIndUnionType, void*) line 99 QMI_LOC_EVENT_POSITION_REPORT_IND_V02
E/LocSvc_ApiV02( 1484): I/<--- void globalEventCb(locClientHandleType, uint32_t, locClientEventIndUnionType, void*) line 99 QMI_LOC_EVENT_POSITION_REPORT_IND_V02
E/LocSvc_ApiV02( 1484): I/<--- void globalEventCb(locClientHandleType, uint32_t, locClientEventIndUnionType, void*) line 99 QMI_LOC_EVENT_GNSS_SV_INFO_IND_V02
E/ViewRootImpl(10666): sendUserActionEvent() mView == null
E/libseccameraeffect(10666): deinit effect thumbnail
E/libEGL (10666): call to OpenGL ES API with no current context (logged once per thread)
E/libseccameraeffect(10666): deinitExternalEffect failed : already closed.
E/libseccameraeffect(10666): deinitExternalEffect failed : already closed.
E/libseccameraeffect(10666): deinitExternalEffect failed : already closed.
E/libseccameraeffect(10666): deinitExternalEffect failed : already closed.
E/libseccameraeffect(10666): deinitExternalEffect failed : already closed.
E/libseccameraeffect(10666): deinitExternalEffect failed : already closed.
E/libseccameraeffect(10666): deinitExternalEffect failed : already closed.
E/libseccameraeffect(10666): deinitExternalEffect failed : already closed.
E/libseccameraeffect(10666): deinitExternalEffect failed : already closed.
E/libseccameraeffect(10666): deinitExternalEffect failed : already closed.
E/libseccameraeffect(10666): deinitExternalEffect failed : already closed.
E/libseccameraeffect(10666): deinitExternalEffect failed : already closed.
E/libseccameraeffect(10666): free thumbnailWrraper and Handle
E/libseccameraeffect(10666): deInitExternalEffects 0xaf1cc500 0xaf13c1c0 0xaf13c1f0 0xaf1cc500 0xaf13c1c0 0xaf13c1f0
E/mm-camera( 350): server_process_hal_event:__DBG__ E event id=3
E/mm-camera( 350): server_process_hal_event:__DBG__ X sucess event id=3
E/mm-camera( 350): mct_pipeline_process_set:command=800000e
E/mm-camera( 350): main: return true, return type 0
E/ShotSingle( 325): PREVIEW_CALLBACK_SIZE width 1920, height 1080
E/AXLOG (10666): StopPreview**End[1442763558837]**[11]**[]**
E/LocSvc_ApiV02( 1484): I/<--- void globalEventCb(locClientHandleType, uint32_t, locClientEventIndUnionType, void*) line 99 QMI_LOC_EVENT_POSITION_REPORT_IND_V02
E/mm-camera( 350): main: return true, return type 1
E/mm-camera( 350): main: return true, return type 1
E/LocSvc_ApiV02( 1484): I/<--- void globalEventCb(locClientHandleType, uint32_t, locClientEventIndUnionType, void*) line 99 QMI_LOC_EVENT_ENGINE_STATE_IND_V02
E/mm-jpeg-intf( 325): mm_jpeg_close:2258] E
E/mm-jpeg-intf( 325): mm_jpeg_close:2263]
E/mm-jpeg-intf( 325): mm_jpeg_close:2271]
E/mm-jpeg-intf( 325): mm_jpeg_close:2274]
E/mm-jpeg-intf( 325): mm_jpeg_close:2281] X
E/qomx_image_core( 325): OMX_Deinit:101] Complete
E/mm-camera( 350): server_process_hal_event:__DBG__ E event id=3
E/mm-camera( 350): server_process_hal_event:__DBG__ X sucess event id=3
E/mm-camera( 350): mct_pipeline_process_set:command=800000b
E/mm-camera( 350): mct_pipeline_process_set: Couldn't find stream
E/mm-camera( 350): main: return true, return type 0
E/mm-camera( 350): server_process_hal_event:__DBG__ E event id=2
E/mm-camera( 350): mct_controller_destroy: __ZZZZ__: E 151=
E/mm-camera( 350): tv_sec = 1442763559 tv_nsec = 884351000
E/mm-camera( 350): mct_pipeline_stop_session: __ZZZZ__: E 1669=
E/mm-camera-sensor( 350): module_sensor_stop_session:1000 session 2
E/mm-camera-sensor( 350): module_sensor_stop_session: __ZZZZ__: E 1001=
E/mm-camera-sensor( 350): module_sensor_deinit_session: E __ZZZZ__: 888=
E/mm-camera-sensor( 350): module_sensor_deinit_session: __ZZZZ__: Before unload lib 897=
E/mm-camera-sensor( 350): module_sensor_deinit_session: __ZZZZ__: After unload lib 899=
E/mm-camera-sensor( 350): module_sensor_deinit_session: __ZZZZ__: X 915=
E/mm-camera-sensor( 350): module_sensor_stop_session: __ZZZZ__: X 1047=
E/mm-camera( 350): ispif_stop_session: __ZZZZ__: E 199=
E/mm-camera( 350): ispif_stop_session: __ZZZZ__: After memset 208=
E/camera-llv( 350): llv_release, E
E/mm-camera( 350): isp_thread_async_task_stop: __ZZZZ__: E 296=
E/mm-camera( 350): isp_thread_async_task_stop: __ZZZZ__: Ater thread started 301=
E/mm-camera( 350): isp_thread_async_task_stop: __ZZZZ__: Before sem post 315=
E/mm-camera( 350): isp_thread_async_task_stop: __ZZZZ__: After sem post 317=
E/mm-camera( 350): isp_thread_async_task_stop: __ZZZZ__: After thread join 319=
E/mm-camera( 350): isp_thread_async_task_stop: X, session_id = 2
E/mm-camera( 350): isp_thread_async_task_stop: X, session_id = 2
E/mm-camera( 350): stats_module_stop_session: __ZZZZ__: E 301=
E/mm-camera( 350): stats_module_stop_session: list =0xb4c97c30, remove port =0xb4cdb280 name=stats_sink from module=0xb4cb0ca0, name=stats
E/mm-camera( 350): stats_module_stop_session: 1 port =0xb4cdb280 name=stats_sink
Your camera module is not mounted well or is broken. Try to reconnect on motherboard. Also try to reconnect all flex cables.
AndrOmega said:
Your camera module is not mounted well or is broken. Try to reconnect on motherboard. Also try to reconnect all flex cables.
Click to expand...
Click to collapse
I tried disconnecting and reconnecting all flex cables many times but the problems don't go away. Do you think that the overheating is caused by the fact that the camera module doesn't work?
Try to change camera module or buy a new one coz this one seems to be defective.
When I received my Note 3 (my friend gave it for free). It was with cracked front camera(no glass over camera. That cracked small piece of display's glass fell somewhere) and cracked display (black screen) but the touch buttons light up. And yes the phone used to heat up heavily if I boot it. The LED blinks, touch buttons will light up and go off but the phone used to gain heat. I took it to Samsung Care and they said it's a Mother Board issue. But I thought otherwise. So I took it to another Samsung Care after draining my battery and I said that I cracked my screen and camera. They replaced both.
And you know what!
The heat issue was gone.
My friends said that the heating started after the display and camera broke.
Sent from my SM-N9005 using Tapatalk
nijom said:
When I received my Note 3 (my friend gave it for free). It was with cracked front camera(no glass over camera. That cracked small piece of display's glass fell somewhere) and cracked display (black screen) but the touch buttons light up. And yes the phone used to heat up heavily if I boot it. The LED blinks, touch buttons will light up and go off but the phone used to gain heat. I took it to Samsung Care and they said it's a Mother Board issue. But I thought otherwise. So I took it to another Samsung Care after draining my battery and I said that I cracked my screen and camera. They replaced both.
And you know what!
The heat issue was gone.
My friends said that the heating started after the display and camera broke.
Sent from my SM-N9005 using Tapatalk
Click to expand...
Click to collapse
That is something very interesting, I was thinking about a problem with the modem or the RIL. Anyway I've bought a new camera, as soon as I receive it and test it I'll update this thread.
davidedistaso said:
That is something very interesting, I was thinking about a problem with the modem or the RIL. Anyway I've bought a new camera, as soon as I receive it and test it I'll update this thread.
Click to expand...
Click to collapse
Good luck. Hope it's just a camera issue..
Sent from my SM-N9005 using Tapatalk
nijom said:
Good luck. Hope it's just a camera issue..
Sent from my SM-N9005 using Tapatalk
Click to expand...
Click to collapse
Aaaaaand it's not just a camera issue, I changed it and it is now working fine but the phone is still overheating and having no signal. I'm pretty sure the problem is with the Radio Interface Layer (RIL) but I can't find anywhere the lollipop version. Any chance of getting a link or a backup from your phone?

SailfishOS for Tiny210v2 - porting in process

I start porting SailfishOS to Tiny210v2 S5PV210 ARM Cortex-A8 Board
And i have error when SurfaceFlinger is start:
Code:
I/SurfaceFlinger( 212): SurfaceFlinger is starting
I/SurfaceFlinger( 212): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
D/libEGL ( 212): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
D/libEGL ( 212): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D/libEGL ( 212): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
W/libEGL ( 212): eglInitialize(0x1) failed (EGL_BAD_ALLOC)
I/hwcomposer( 212): int hwc_device_open(const hw_module_t*, const char*, hw_device_t**)::win-0 add[0] 3c330000
I/hwcomposer( 212): int hwc_device_open(const hw_module_t*, const char*, hw_device_t**)::win-0 add[1] 3c4a7000
I/hwcomposer( 212): int hwc_device_open(const hw_module_t*, const char*, hw_device_t**)::win-0 add[2] 3c61e000
E/hwcomposer( 212): int createFimc(s5p_fimc_t*)::Post processor open error (13)
E/hwcomposer( 212): int hwc_device_open(const hw_module_t*, const char*, hw_device_t**)::creatFimc() fail
E/SurfaceFlinger( 212): composer device failed to initialize (Invalid argument)
E/SurfaceFlinger( 212): ERROR: failed to open framebuffer (Not a typewriter), aborting
F/libc ( 212): Fatal signal 6 (SIGABRT) at 0x000000d4 (code=-6), thread 212 (surfaceflinger)
who can ask me - what is wrong ?
new error
Code:
I/SurfaceFlinger( 73): SurfaceFlinger is starting
I/SurfaceFlinger( 73): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
D/libEGL ( 73): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
D/libEGL ( 73): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D/libEGL ( 73): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
I/auditd ( 165): Starting up
E/auditd ( 165): Failed on audit_set_pid with error: Protocol not supported
I/auditd ( 165): Exiting
E/keystore( 166): chdir: /data/misc/keystore: No such file or directory
I/hwcomposer( 73): int hwc_device_open(const hw_module_t*, const char*, hw_device_t**)::win-0 add[0] 3c330000
I/hwcomposer( 73): int hwc_device_open(const hw_module_t*, const char*, hw_device_t**)::win-0 add[1] 3c4a7000
I/hwcomposer( 73): int hwc_device_open(const hw_module_t*, const char*, hw_device_t**)::win-0 add[2] 3c61e000
E/hwcomposer( 73): int createFimc(s5p_fimc_t*)::Post processor open error (13)
E/hwcomposer( 73): int hwc_device_open(const hw_module_t*, const char*, hw_device_t**)::creatFimc() fail
E/SurfaceFlinger( 73): composer device failed to initialize (Invalid argument)
I/SurfaceFlinger( 73): Using composer version 1.0
W/SurfaceFlinger( 73): getting VSYNC period from fb HAL: 14705882
W/SurfaceFlinger( 73): no suitable EGLConfig found, trying a simpler query
I/SurfaceFlinger( 73): EGL informations:
I/SurfaceFlinger( 73): vendor : Android
I/SurfaceFlinger( 73): version : 1.4 Android META-EGL
I/SurfaceFlinger( 73): extensions: EGL_KHR_get_all_proc_addresses EGL_ANDROID_presentation_time EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_fence_sync EGL_ANDROID_image_native_buffer EGL_ANDROID_recordable
I/SurfaceFlinger( 73): Client API: OpenGL_ES
I/SurfaceFlinger( 73): EGLSurface: 8-8-8-8, config=0x2
I/SurfaceFlinger( 73): OpenGL ES informations:
I/SurfaceFlinger( 73): vendor : Imagination Technologies
I/SurfaceFlinger( 73): renderer : PowerVR SGX 540
I/SurfaceFlinger( 73): version : OpenGL ES-CM 1.1
I/SurfaceFlinger( 73): extensions: GL_EXT_debug_marker GL_OES_byte_coordinates GL_OES_fixed_point GL_OES_single_precision GL_OES_matrix_get GL_OES_read_format GL_OES_compressed_paletted_texture GL_OES_point_sprite GL_OES_point_size_array GL_OES_matrix_palette GL_OES_draw_texture GL_OES_query_matrix GL_OES_texture_env_crossbar GL_OES_texture_mirrored_repeat GL_OES_texture_cube_map GL_OES_blend_subtract GL_OES_blend_func_separate GL_OES_blend_equation_separate GL_OES_stencil_wrap GL_OES_extended_matrix_palette GL_OES_framebuffer_object GL_OES_rgb8_rgba8 GL_OES_depth24 GL_OES_stencil8 GL_OES_compressed_ETC1_RGB8_texture GL_OES_mapbuffer GL_OES_EGL_image GL_OES_EGL_image_external GL_EXT_multi_draw_arrays GL_OES_required_internalformat GL_IMG_read_format GL_IMG_texture_compression_pvrtc GL_IMG_texture_format_BGRA8888 GL_EXT_texture_format_BGRA8888 GL_OES_egl_sync GL_IMG_vertex_array_object
I/SurfaceFlinger( 73): GL_MAX_TEXTURE_SIZE = 2048
I/SurfaceFlinger( 73): GL_MAX_VIEWPORT_DIMS = 2048
E/cutils-trace( 73): Error opening trace file: No such file or directory (2)
E/libEGL ( 73): eglQuerySurface:599 error 300d (EGL_BAD_SURFACE)
E/libEGL ( 73): eglQuerySurface:599 error 300d (EGL_BAD_SURFACE)
E/libEGL ( 73): call to OpenGL ES API with no current context (logged once per thread)
D/SurfaceFlinger( 73): Screen acquired, type=0 flinger=0x41e85450
E/SurfaceFlinger( 73): eventControl(0, 1) failed Bad file number
D/libEGL ( 189): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
D/libEGL ( 189): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D/libEGL ( 189): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
E/cutils-trace( 189): Error opening trace file: No such file or directory (2)
E/libEGL ( 189): eglQuerySurface:599 error 300d (EGL_BAD_SURFACE)
E/libEGL ( 189): eglQuerySurface:599 error 300d (EGL_BAD_SURFACE)
E/libEGL ( 189): eglMakeCurrent:784 error 3009 (EGL_BAD_MATCH)

New OnePlus 6T A6013 - front / selfie camera not working - black screen and crash

Hello,
I just bought OnePlus 6T and on the third day realised that the front facing camera is not working at all.
After some online research I've done the following:
* Restarted the phone and tested the stock Camera app
* Cleared stock's camera app data, restarted the phone and checked again
* Installed Open Camera form Play Store and verified
* Went to factory mode with *#808# code and done front camera preview test
* Did a factory reset of the device
None of the above helped. I'm getting black screen and crash after about 40 seconds for any front facing camera access. Below is the log for factory mode test but it is consistent for other camera apps:
Code:
2019-02-03 18:44:26.522 16780-16795/? E/CamX: [ERROR][CORE ] camxnode.cpp:2128 GetDataListFromPipeline() Requesting data from a request marked as an error.Shifting from requestId: 1 to 0
2019-02-03 18:44:26.522 16780-16795/? E/CamX: [ERROR][STATS_AWB] camxcstatparserv1.cpp:109: GetStat CStatParserV1::GetStat Failed to get channel data
2019-02-03 18:44:26.523 16780-16797/? E/CamX: [ERROR][CSL ] camxcslhw.cpp:1457 CSLSubmitHW() SUBMIT failed as Flush is in Progress
2019-02-03 18:44:26.523 16780-16797/? E/CamX: [ERROR][SENSOR ] camxsensornode.cpp:3453 ApplySensorUpdate() Sensor per frame exposure update failed: -388637527
2019-02-03 18:44:26.523 16780-16797/? E/CamX: [ERROR][SENSOR ] camxsensornode.cpp:1547 ExecuteProcessRequest() ProcessRequest on Sensor failed: CamxResultEBusy
2019-02-03 18:44:26.523 16780-16797/? E/CamX: [ERROR][CORE ] camxdeferredrequestqueue.cpp:385 DeferredWorkerWrapper() DeferredWorker failed with result CamxResultEBusy
--------- beginning of crash
2019-02-03 18:44:26.523 16780-16795/? A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x2c in tid 16795 ([email protected]), pid 16780 ([email protected])
2019-02-03 18:44:26.548 16780-16867/? E/CamX: [ERROR][HAL ] camxhal3module.cpp:74 SetDropCallbacks() We are dropping the callbacks due to error conditions!
2019-02-03 18:44:26.548 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:200 FlushJob() Noflush status, Done Trigger
2019-02-03 18:44:26.548 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:204 FlushJob() WaitOutFlush
2019-02-03 18:44:26.548 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:206 FlushJob() WaitOutFlush done
2019-02-03 18:44:26.548 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:200 FlushJob() Noflush status, Done Trigger
2019-02-03 18:44:26.548 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:204 FlushJob() WaitOutFlush
2019-02-03 18:44:26.550 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:206 FlushJob() WaitOutFlush done
2019-02-03 18:44:26.550 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:200 FlushJob() Noflush status, Done Trigger
2019-02-03 18:44:26.550 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:204 FlushJob() WaitOutFlush
2019-02-03 18:44:26.556 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:206 FlushJob() WaitOutFlush done
2019-02-03 18:44:26.556 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:200 FlushJob() Noflush status, Done Trigger
2019-02-03 18:44:26.556 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:204 FlushJob() WaitOutFlush
2019-02-03 18:44:26.556 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:206 FlushJob() WaitOutFlush done
2019-02-03 18:44:26.557 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:200 FlushJob() Noflush status, Done Trigger
2019-02-03 18:44:26.557 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:204 FlushJob() WaitOutFlush
2019-02-03 18:44:26.557 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:206 FlushJob() WaitOutFlush done
2019-02-03 18:44:26.558 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:200 FlushJob() Noflush status, Done Trigger
2019-02-03 18:44:26.558 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:204 FlushJob() WaitOutFlush
2019-02-03 18:44:26.558 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:206 FlushJob() WaitOutFlush done
2019-02-03 18:44:26.559 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:200 FlushJob() Noflush status, Done Trigger
2019-02-03 18:44:26.559 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:204 FlushJob() WaitOutFlush
2019-02-03 18:44:26.560 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:206 FlushJob() WaitOutFlush done
2019-02-03 18:44:26.565 16780-16867/? E/OnePlus_Interface: op_intf_deinit: not deinit module
2019-02-03 18:44:26.580 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:200 FlushJob() Noflush status, Done Trigger
2019-02-03 18:44:26.580 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:204 FlushJob() WaitOutFlush
2019-02-03 18:44:26.580 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:206 FlushJob() WaitOutFlush done
2019-02-03 18:44:26.649 16780-16867/? E/CamX: [ERROR][HAL ] camxhal3module.cpp:74 SetDropCallbacks() We are dropping the callbacks due to error conditions!
2019-02-03 18:44:26.649 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:200 FlushJob() Noflush status, Done Trigger
2019-02-03 18:44:26.649 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:204 FlushJob() WaitOutFlush
2019-02-03 18:44:26.649 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:206 FlushJob() WaitOutFlush done
2019-02-03 18:44:26.649 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:200 FlushJob() Noflush status, Done Trigger
2019-02-03 18:44:26.649 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:204 FlushJob() WaitOutFlush
2019-02-03 18:44:26.650 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:206 FlushJob() WaitOutFlush done
2019-02-03 18:44:26.650 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:200 FlushJob() Noflush status, Done Trigger
2019-02-03 18:44:26.650 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:204 FlushJob() WaitOutFlush
2019-02-03 18:44:26.650 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:206 FlushJob() WaitOutFlush done
2019-02-03 18:44:26.660 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:200 FlushJob() Noflush status, Done Trigger
2019-02-03 18:44:26.660 16780-16867/? E/CamX: [ERROR][UTILS ] camxthreadcore.cpp:204 FlushJob() WaitOutFlush
2019-02-03 18:44:26.665 17099-17099/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2019-02-03 18:44:26.665 17099-17099/? A/DEBUG: Build fingerprint: 'OnePlus/OnePlus6T/OnePlus6T:9/PKQ1.180716.001/1812260627:user/release-keys'
2019-02-03 18:44:26.665 17099-17099/? A/DEBUG: Revision: '0'
2019-02-03 18:44:26.665 17099-17099/? A/DEBUG: ABI: 'arm'
2019-02-03 18:44:26.665 17099-17099/? A/DEBUG: pid: 16780, tid: 16795, name: [email protected] >>> /vendor/bin/hw/[email protected] <<<
2019-02-03 18:44:26.665 17099-17099/? A/DEBUG: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x2c
2019-02-03 18:44:26.665 17099-17099/? A/DEBUG: Cause: null pointer dereference
2019-02-03 18:44:26.665 17099-17099/? A/DEBUG: r0 00000000 r1 00000018 r2 00000001 r3 fffffff8
2019-02-03 18:44:26.665 17099-17099/? A/DEBUG: r4 d92f2b00 r5 dfdcc570 r6 d7a00000 r7 00000000
2019-02-03 18:44:26.665 17099-17099/? A/DEBUG: r8 00000005 r9 00000001 r10 00000000 r11 df97b480
2019-02-03 18:44:26.665 17099-17099/? A/DEBUG: ip 00000000 sp e05fcbc8 lr e2b98505 pc e2b9874c
2019-02-03 18:44:26.693 17099-17099/? A/DEBUG: backtrace:
2019-02-03 18:44:26.693 17099-17099/? A/DEBUG: #00 pc 0001674c /vendor/lib/camera/components/com.qti.stats.awb.so (CamX::CStatParserV1::GetStat(CamX::CAWBStat*, int)+56)
2019-02-03 18:44:26.693 17099-17099/? A/DEBUG: #01 pc 00016501 /vendor/lib/camera/components/com.qti.stats.awb.so (CamX::CSFSubSmpV1::HandleNewStat(CamX::CAWBStat&)+304)
2019-02-03 18:44:26.693 17099-17099/? A/DEBUG: #02 pc 0001d165 /vendor/lib/camera/components/com.qti.stats.awb.so (CamX::CAWBMain::RunAWB()+956)
2019-02-03 18:44:26.693 17099-17099/? A/DEBUG: #03 pc 0001a8b5 /vendor/lib/camera/components/com.qti.stats.awb.so (CamX::CAWBMain::RunWBAuto()+604)
2019-02-03 18:44:26.693 17099-17099/? A/DEBUG: #04 pc 0001aba9 /vendor/lib/camera/components/com.qti.stats.awb.so (CamX::CAWBMain::Process(AWBAlgoInputList const*, AWBAlgoOutputList*)+280)
2019-02-03 18:44:26.693 17099-17099/? A/DEBUG: #05 pc 0016febb /vendor/lib/hw/camera.qcom.so (CamX::CAWBStatsProcessor::ExecuteProcessRequest(CamX::StatsProcessRequestData const*)+338)
2019-02-03 18:44:26.693 17099-17099/? A/DEBUG: #06 pc 00174f7f /vendor/lib/hw/camera.qcom.so (CamX::StatsProcessorManager::StatsProcessorManagerJobHandler(CamX::StatsProcessRequestData*)+194)
2019-02-03 18:44:26.693 17099-17099/? A/DEBUG: #07 pc 00174ea1 /vendor/lib/hw/camera.qcom.so (CamX::StatsProcessorManager::eek:nProcessRequest(CamX::StatsProcessRequestData const*)+32)
2019-02-03 18:44:26.693 17099-17099/? A/DEBUG: #08 pc 00174773 /vendor/lib/hw/camera.qcom.so (CamX::StatsProcessingNode::ExecuteProcessRequest(CamX::ExecuteProcessRequestData*)+1010)
2019-02-03 18:44:26.693 17099-17099/? A/DEBUG: #09 pc 001e59b1 /vendor/lib/hw/camera.qcom.so (CamX::Node::ProcessRequest(CamX::NodeProcessRequestData*, unsigned long long)+3544)
2019-02-03 18:44:26.693 17099-17099/? A/DEBUG: #10 pc 002047ff /vendor/lib/hw/camera.qcom.so (CamX::DeferredRequestQueue::DeferredWorkerCore(CamX::ThreadDataUnit*)+230)
2019-02-03 18:44:26.693 17099-17099/? A/DEBUG: #11 pc 00204623 /vendor/lib/hw/camera.qcom.so (CamX::DeferredRequestQueue::DeferredWorkerWrapper(void*)+10)
2019-02-03 18:44:26.693 17099-17099/? A/DEBUG: #12 pc 001873e1 /vendor/lib/hw/camera.qcom.so (CamX::ThreadCore::ProcessJobQueue()+116)
2019-02-03 18:44:26.693 17099-17099/? A/DEBUG: #13 pc 00186bdd /vendor/lib/hw/camera.qcom.so (CamX::ThreadCore::DoWork()+156)
2019-02-03 18:44:26.693 17099-17099/? A/DEBUG: #14 pc 00186b39 /vendor/lib/hw/camera.qcom.so (CamX::ThreadCore::WorkerThreadBody(void*)+4)
2019-02-03 18:44:26.693 17099-17099/? A/DEBUG: #15 pc 00063605 /system/lib/libc.so (__pthread_start(void*)+22)
2019-02-03 18:44:26.693 17099-17099/? A/DEBUG: #16 pc 0001dff9 /system/lib/libc.so (__start_thread+24)
2019-02-03 18:44:26.881 16784-17078/? E/Camera3-Device: processBatchCaptureRequests: Transaction error: Status(EX_TRANSACTION_FAILED): 'DEAD_OBJECT: '
2019-02-03 18:44:26.881 16784-17078/? E/Camera3-Device: Camera 1: sendRequestsBatch: RequestThread: Unable to submit capture request 5 to HAL device: Broken pipe (-32)
2019-02-03 18:44:26.883 16784-16789/? A/libc: Fatal signal 4 (SIGILL), code 1 (ILL_ILLOPC), fault addr 0xea0090ba in tid 16789 (HwBinder:16784_), pid 16784 (cameraserver)
2019-02-03 18:44:26.885 10382-10382/? E/CameraCaptureSession: Session 0: Exception while stopping repeating:
android.hardware.camera2.CameraAccessException: CAMERA_ERROR (3): The camera device has encountered a serious error
at android.hardware.camera2.impl.CameraDeviceImpl.checkIfCameraClosedOrInError(CameraDeviceImpl.java:2448)
at android.hardware.camera2.impl.CameraDeviceImpl.stopRepeating(CameraDeviceImpl.java:1116)
at android.hardware.camera2.impl.CameraCaptureSessionImpl.close(CameraCaptureSessionImpl.java:540)
at com.oneplus.camera.CameraImpl.stopDriverCaptureSession(CameraImpl.java:4529)
at com.oneplus.camera.CameraImpl.stopCaptureSession(CameraImpl.java:4497)
at com.oneplus.camera.CameraImpl.close(CameraImpl.java:1356)
at com.oneplus.camera.CameraImpl.onDeviceError(CameraImpl.java:2202)
at com.oneplus.camera.CameraImpl.access$400(CameraImpl.java:60)
at com.oneplus.camera.CameraImpl$2.onError(CameraImpl.java:143)
at android.hardware.camera2.impl.CameraDeviceImpl$CameraDeviceCallbacks.notifyError(CameraDeviceImpl.java:1942)
at android.hardware.camera2.impl.CameraDeviceImpl$CameraDeviceCallbacks.lambda$Sm85frAzwGZVMAK-NE_gwckYXVQ(Unknown Source:0)
at android.hardware.camera2.impl.-$$Lambda$CameraDeviceImpl$CameraDeviceCallbacks$Sm85frAzwGZVMAK-NE_gwckYXVQ.accept(Unknown Source:8)
at com.android.internal.util.function.pooled.PooledLambdaImpl.doInvoke(PooledLambdaImpl.java:258)
at com.android.internal.util.function.pooled.PooledLambdaImpl.invoke(PooledLambdaImpl.java:182)
at com.android.internal.util.function.pooled.OmniFunction.run(OmniFunction.java:77)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.app.ActivityThread.main(ActivityThread.java:6863)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:537)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
2019-02-03 18:44:26.923 17105-17105/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2019-02-03 18:44:26.923 17105-17105/? A/DEBUG: Build fingerprint: 'OnePlus/OnePlus6T/OnePlus6T:9/PKQ1.180716.001/1812260627:user/release-keys'
2019-02-03 18:44:26.923 17105-17105/? A/DEBUG: Revision: '0'
2019-02-03 18:44:26.923 17105-17105/? A/DEBUG: ABI: 'arm'
2019-02-03 18:44:26.923 17105-17105/? A/DEBUG: pid: 16784, tid: 16789, name: HwBinder:16784_ >>> /system/bin/cameraserver <<<
2019-02-03 18:44:26.923 17105-17105/? A/DEBUG: signal 4 (SIGILL), code 1 (ILL_ILLOPC), fault addr 0xea0090ba
2019-02-03 18:44:26.923 17105-17105/? A/DEBUG: r0 00000057 r1 00000000 r2 e14c85a3 r3 00000003
2019-02-03 18:44:26.923 17105-17105/? A/DEBUG: r4 e859d3e8 r5 e859d3e8 r6 e8ae7ca9 r7 00000000
2019-02-03 18:44:26.923 17105-17105/? A/DEBUG: r8 e780309c r9 00004190 r10 e9f61cbd r11 000fe000
2019-02-03 18:44:26.923 17105-17105/? A/DEBUG: ip e79c6230 sp e79c6710 lr ea0090bb pc ea0090ba
2019-02-03 18:44:26.941 17105-17105/? A/DEBUG: backtrace:
2019-02-03 18:44:26.942 17105-17105/? A/DEBUG: #00 pc 0008f0ba /system/lib/libcameraservice.so (android::CameraProviderManager::ProviderInfo::serviceDied(unsigned long long, android::wp<android::hidl::base::V1_0::IBase> const&)+34)
2019-02-03 18:44:26.942 17105-17105/? A/DEBUG: #01 pc 0008f0d1 /system/lib/libcameraservice.so (_ZTv0_n16_N7android21CameraProviderManager12ProviderInfo11serviceDiedEyRKNS_2wpINS_4hidl4base4V1_05IBaseEEE+12)
2019-02-03 18:44:26.942 17105-17105/? A/DEBUG: #02 pc 0001bced /system/lib/libhidltransport.so (android::hardware::hidl_binder_death_recipient::binderDied(android::wp<android::hardware::IBinder> const&)+68)
2019-02-03 18:44:26.942 17105-17105/? A/DEBUG: #03 pc 0000da51 /system/lib/libhwbinder.so (android::hardware::BpHwBinder::reportOneDeath(android::hardware::BpHwBinder::eek:bituary const&)+80)
2019-02-03 18:44:26.942 17105-17105/? A/DEBUG: #04 pc 0000d9e7 /system/lib/libhwbinder.so (android::hardware::BpHwBinder::sendObituary()+178)
2019-02-03 18:44:26.942 17105-17105/? A/DEBUG: #05 pc 000163ab /system/lib/libhwbinder.so (android::hardware::IPCThreadState::executeCommand(int)+1506)
2019-02-03 18:44:26.942 17105-17105/? A/DEBUG: #06 pc 0000f0c9 /system/lib/libhwbinder.so (android::hardware::IPCThreadState::getAndExecuteCommand()+128)
2019-02-03 18:44:26.942 17105-17105/? A/DEBUG: #07 pc 0000f2df /system/lib/libhwbinder.so (android::hardware::IPCThreadState::joinThreadPool(bool)+186)
2019-02-03 18:44:26.942 17105-17105/? A/DEBUG: #08 pc 000153c9 /system/lib/libhwbinder.so (android::hardware::PoolThread::threadLoop()+12)
2019-02-03 18:44:26.942 17105-17105/? A/DEBUG: #09 pc 0000c08b /system/lib/libutils.so (android::Thread::_threadLoop(void*)+166)
2019-02-03 18:44:26.942 17105-17105/? A/DEBUG: #10 pc 00063605 /system/lib/libc.so (__pthread_start(void*)+22)
2019-02-03 18:44:26.942 17105-17105/? A/DEBUG: #11 pc 0001dff9 /system/lib/libc.so (__start_thread+24)
2019-02-03 18:44:26.966 1050-1050/? E//system/bin/tombstoned: Tombstone written to: /data/tombstones/tombstone_03
2019-02-03 18:44:27.082 17103-17103/? E/CamX: [ERROR][CSL ] camxcslhwinternal.cpp:2723 CSLHwInternalFDIoctl() Ioctl failed for FD:8 with error reason Invalid argument
2019-02-03 18:44:27.882 17103-17103/? E/CamX: [ERROR][CSL ] camxcslhwinternal.cpp:2753 CSLHwInternalDefaultIoctl() Ioctl failed for device /dev/v4l-subdev9 (Type:CSLHwImageSensor, FD:20, Index:0) with error reason No such device
2019-02-03 18:44:27.883 17103-17103/? E/CamX: [ERROR][CSL ] camxcslhwinternalsensor.cpp:211 CSLHwInternalProbeSensorHW() ioctl failed for fd=20
2019-02-03 18:44:27.938 17103-17103/? E/CamX: [ERROR][CSL ] camxcslhwinternalsensor.cpp:40 OPSaveFuseId() read fuse_id: 86b0519937131069
2019-02-03 18:44:27.938 17103-17103/? E/CamX: [ERROR][CSL ] camxcslhwinternalsensor.cpp:56 OPSaveFuseId() no nedd to creat new file 0, 1
2019-02-03 18:44:27.973 2914-9809/? E/CameraManagerGlobal: Camera service is unavailable
2019-02-03 18:44:27.974 1652-9810/? E/CameraManagerGlobal: Camera service is unavailable
2019-02-03 18:44:27.974 881-1372/? E/CameraManagerGlobal: Camera service is unavailable
2019-02-03 18:44:28.975 881-1372/? E/CameraManagerGlobal: Camera service is unavailable
2019-02-03 18:44:28.975 1652-9810/? E/CameraManagerGlobal: Camera service is unavailable
2019-02-03 18:44:28.975 2914-9809/? E/CameraManagerGlobal: Camera service is unavailable
2019-02-03 18:44:29.031 17103-17103/? E/CamX: [ERROR][SENSOR ] camxeepromdata.cpp:1112 FormatAFData() Eeprom name imx519_cat24c64 ID 0x61 DAC region [0x4c 0xf8a] LIN region [0x10f 0xf15]
2019-02-03 18:44:29.034 17103-17103/? E/CamX: [ERROR][SENSOR ] camximagesensormoduledata.cpp:792 CreateSensorSubModules() Flash driver data not found, sensor 2 have no flash support
2019-02-03 18:44:29.953 17103-17103/? E/CamX: [ERROR][SENSOR ] camxeepromdata.cpp:1112 FormatAFData() Eeprom name imx376k_gt24c64 ID 0x61 DAC region [0x47 0xfa8] LIN region [0x10b 0xf32]
2019-02-03 18:44:29.965 17103-17103/? E/CamX: [ERROR][HAL ] camxhwenvironment.cpp:777 InitializeScalerStaticCaps() front camera doesn't support 4k
2019-02-03 18:44:29.965 17103-17103/? E/CamX: [ERROR][HAL ] camxhwenvironment.cpp:777 InitializeScalerStaticCaps() front camera doesn't support 4k
2019-02-03 18:44:29.977 1652-9810/? E/CameraManagerGlobal: Camera service is unavailable
2019-02-03 18:44:29.978 2914-9809/? E/CameraManagerGlobal: Camera service is unavailable
2019-02-03 18:44:29.978 881-1372/? E/CameraManagerGlobal: Camera service is unavailable
2019-02-03 18:44:30.134 17103-17103/? E/CamX: [ERROR][NCS ] camxncsintfqsee.cpp:515 RequestSensorCaps() Fill attribute timed wait failed with result 9 for sensor 0
2019-02-03 18:44:30.135 17103-17103/? E/CamX: [ERROR][NCS ] camxncsintfqsee.cpp:171 QueryCapabilites() Failed getting capabilities of sensor 0
2019-02-03 18:44:30.240 17103-17103/? E/CamX: [ERROR][NCS ] camxncsintfqsee.cpp:515 RequestSensorCaps() Fill attribute timed wait failed with result 9 for sensor 1
2019-02-03 18:44:30.241 17103-17103/? E/CamX: [ERROR][NCS ] camxncsintfqsee.cpp:171 QueryCapabilites() Failed getting capabilities of sensor 1
2019-02-03 18:44:30.347 17103-17103/? E/CamX: [ERROR][NCS ] camxncsintfqsee.cpp:515 RequestSensorCaps() Fill attribute timed wait failed with result 9 for sensor 3
2019-02-03 18:44:30.347 17103-17103/? E/CamX: [ERROR][NCS ] camxncsintfqsee.cpp:171 QueryCapabilites() Failed getting capabilities of sensor 3
2019-02-03 18:44:30.377 17103-17103/? E/CHIUSECASE: [EnumerateCameras][1017] "OIS module 024"
2019-02-03 18:44:30.380 17103-17145/? E/OPFDManager: No argument
2019-02-03 18:44:30.450 17109-17109/? E/CameraService: onDeviceStatusChanged: State transition to the same status 0x1 not allowed
Full log: pastebin.com/bQ65GtFB
Do you know if this is a hardware of a software problem? No physical damage occurred to the device and it is in a perfect condition right out of the box. During the initial setup of the device I installed the latest system update - OxygenOS 9.0.11 / A6013_41_181226. Device's manufacture date from the box: 2018.11.16.
Is there anything I can do more to fix this or repair service is required?
Thank you in advance for any help!
Almost certainly a hardware problem. Exchange the phone for a replacement.
Sent from my ONEPLUS A6013 using Tapatalk

Categories

Resources