From 2f45260ad1724ff6224d1b5872f98b1c3f6407c2 Mon Sep 17 00:00:00 2001 From: Andrew Dodd Date: Tue, 19 Jun 2012 09:00:02 -0400 Subject: overlay: Set dualmic_enabled to true for calls This disables the noise cancellation mic next to the speaker, which fixes echo issues for many people. Yes, that is correct - setting dualmic_enabled to true disables dualmic... This feature is known as Samsung Noise Reduction on stock firmwares. Change-Id: I91cfefaa8763f537e4144107a3b19faf1783e4c2 --- overlay/frameworks/base/core/res/res/values/config.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 23e7434..85a09aa 100755 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -114,6 +114,13 @@ 10 + + + dualmic_enabled=true=false + + -- cgit v1.1