diff options
author | Andrew Dodd <atd7@cornell.edu> | 2012-06-19 09:00:02 -0400 |
---|---|---|
committer | Andrew Dodd <atd7@cornell.edu> | 2012-06-24 14:20:13 -0400 |
commit | 2f45260ad1724ff6224d1b5872f98b1c3f6407c2 (patch) | |
tree | dcdc00a86a5842a0eb0be017c87644eb27a86740 /overlay | |
parent | 0ce885d5d7f8837bb58346fe0e02a14a4bb89df2 (diff) | |
download | device_samsung_n7000-2f45260ad1724ff6224d1b5872f98b1c3f6407c2.zip device_samsung_n7000-2f45260ad1724ff6224d1b5872f98b1c3f6407c2.tar.gz device_samsung_n7000-2f45260ad1724ff6224d1b5872f98b1c3f6407c2.tar.bz2 |
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
Diffstat (limited to 'overlay')
-rwxr-xr-x | overlay/frameworks/base/core/res/res/values/config.xml | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ <!-- Minimum screen brightness allowed by the power manager. --> <integer name="config_screenBrightnessDim">10</integer> + <!-- Set additional audio parameters for incall audio + Usage: parameter=onstring=offstring + Examples: <item>realcall=on=off</item> <item>dualmic_enabled=true=false</item> <item>mic_boost=yes=no</item> --> + <string-array name="config_telephony_set_audioparameters" translatable="false"> + <item>dualmic_enabled=true=false</item> + </string-array> + <!-- XXXXX NOTE THE FOLLOWING RESOURCES USE THE WRONG NAMING CONVENTION. Please don't copy them, copy anything else. --> |