From c93be12b4b8026a22e65bc66c56c948075885013 Mon Sep 17 00:00:00 2001 From: davidmueller13 Date: Sat, 15 Oct 2016 12:46:28 +0200 Subject: [PATCH 1/2] fix bluetooth --- system.prop | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system.prop b/system.prop index 4a20b5e..3eacd42 100755 --- a/system.prop +++ b/system.prop @@ -47,3 +47,6 @@ ro.cwm.forbid_mount=/boot # perf api ro.vendor.extension_library=/vendor/lib/libqti-perfd-client.so + +# Bluetooth +qcom.bluetooth.soc=rome From 1576c08b62e0c923169a2aa6d04220f778826db8 Mon Sep 17 00:00:00 2001 From: davidmueller13 Date: Sat, 15 Oct 2016 12:50:44 +0200 Subject: [PATCH 2/2] enable legacyencoder --- BoardConfig.mk | 2 ++ system.prop | 1 + 2 files changed, 3 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index 0b99cb3..65bb37f 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -52,6 +52,8 @@ AUDIO_FEATURE_ENABLED_LOW_LATENCY_CAPTURE := true # Camera TARGET_PROVIDES_CAMERA_HAL := true USE_DEVICE_SPECIFIC_CAMERA := true +TARGET_HAS_LEGACY_CAMERA_HAL1 := true +TARGET_NEEDS_PLATFORM_TEXT_RELOCATIONS := true # Charger BOARD_CHARGER_SHOW_PERCENTAGE := true diff --git a/system.prop b/system.prop index 3eacd42..18a5f80 100755 --- a/system.prop +++ b/system.prop @@ -31,6 +31,7 @@ av.streaming.offload.enable=true audio.offload.gapless.enabled=true audio.offload.pcm.16bit.enable=true audio.offload.pcm.24bit.enable=true +media.stagefright.legacyencoder=true # radio persist.radio.add_power_save=1