summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorAndrew Dodd <atd7@cornell.edu>2012-05-20 11:29:15 -0400
committerAndrew Dodd <atd7@cornell.edu>2012-05-20 11:30:44 -0400
commitc46d2d8ef7b60d9fc7f2b06a49bcb9478aa3342e (patch)
treef0baaa194ec5709dabc7963037d94e13bf585fa9 /overlay
parent4c80cb064483ffb253e8e9c62db0ede24f26d036 (diff)
downloaddevice_samsung_n7000-c46d2d8ef7b60d9fc7f2b06a49bcb9478aa3342e.zip
device_samsung_n7000-c46d2d8ef7b60d9fc7f2b06a49bcb9478aa3342e.tar.gz
device_samsung_n7000-c46d2d8ef7b60d9fc7f2b06a49bcb9478aa3342e.tar.bz2
n7000: disable tty mode
While there seem to be far fewer complaints about RILJ wakelocks from N7000 users, this change is most likely applicable to us. This solves RILJ wakelock issues for those that encounter them on galaxys2. Change-Id: I2e724ffd2d38b76bfd054aed4ffe53107d3baed3
Diffstat (limited to 'overlay')
-rwxr-xr-xoverlay/packages/apps/Phone/res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/packages/apps/Phone/res/values/config.xml b/overlay/packages/apps/Phone/res/values/config.xml
index 29e3b62..00f2f7b 100755
--- a/overlay/packages/apps/Phone/res/values/config.xml
+++ b/overlay/packages/apps/Phone/res/values/config.xml
@@ -18,6 +18,6 @@
<resources>
<!-- Flag indicating if the tty is enabled -->
- <bool name="tty_enabled">true</bool>
+ <bool name="tty_enabled">false</bool>
</resources>