CTS 不带闪光灯 不带光线距离感应 过GMS修改

items.ini

.#sensor.proximity.exist 0       #是否存在距离感应

不带闪光灯

1.

android.hardware.camera2.cts.FlashlightTest --testTorchModeExceptionsFail

vendor/mediatek/proprietary/custom/mt6580/hal/imgsensor_metadata/common/config_static_metadata_common.h

[email protected] Posted at 2016-04-28 18:14:37

Dear MTK,

因为平台没有闪光灯,将config_static_metadata_common.h中的case 0改为MTK_FLASH_INFO_AVAILABLE_FALSE,测试PASS。

[email protected] Posted at 2016-04-28 14:44:25

Dear MTK,

FAQ17593 中所说的情况是前置摄像头有闪光灯,但我的平台没有闪光灯,projectconfig.mk里设置为dummy_flashlight 。

android.hardware.camera2.cts.CameraManagerTest#testCameraManaerGetDeviceIdList

system camera feature and camera id list don't match

2.

此项也是闪光灯问题  添加android.hardware.camera_no_flashlight

device/joya_sz/joyasz8321_tb_n/device.mk:PRODUCT_COPY_FILES += device/joya_sz/$(MTK_BASE_PROJECT)/android.hardware.camera_no_flashlight.xml:system/etc/permissions/android.hardware.camera_no_flashlight.xml

3.

device/joya_sz/joyasz8321_tb_n/device.mk      4处

CUSTOM_HAL_FLASHLIGHT = dummy_flashlight

kernel-3.18\arch\arm\configs\joyasz8321_tb_n_debug_defconfig

kernel-3.18\arch\arm\configs\joyasz8321_tb_n_defconfig

CONFIG_CUSTOM_KERNEL_FLASHLIGHT="dummy_flashlight"

4.items

camera.flashlight.exist     0      #是否存在闪光灯,可控制Camera中闪光图标

5.和这个补丁

android.hardware.cts.CameraGLTest#testCameraToSurfaceTextureMetadata

这个补丁是  摄像头 94 fail 的解决方法(规避方法)

你可能感兴趣的:(CTS 不带闪光灯 不带光线距离感应 过GMS修改)