From 7fef1cb78b1969d078b570689cbf377ba493b787 Mon Sep 17 00:00:00 2001 From: Dil3mm4 Date: Tue, 25 Sep 2018 12:56:06 +0000 Subject: [PATCH] Huawei: set persist props to use platform specific fixes --- vndk-detect | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vndk-detect b/vndk-detect index 21c3d8e..7cb5b16 100644 --- a/vndk-detect +++ b/vndk-detect @@ -13,6 +13,8 @@ mount -o bind /system/bin/adbd /sbin/adbd if ( getprop ro.hardware | grep -qE '(kirin970|hi3660|hi6250|hi3670)' );then FOUND_HUAWEI=1 setprop persist.sys.bt_acl_bypass true + setprop persist.sys.camera.huawei true + setprop persist.sys.radio.huawei true fi if getprop ro.vendor.build.fingerprint |grep -qiE '(huawei|honor|hi3660)' || [ -n "$FOUND_HUAWEI" ];then