Skip to content

Commit

Permalink
overlay: allow CDMA/EvDo auto and LTE/CDMA; set LTE/CDMA as default
Browse files Browse the repository at this point in the history
-merged from (toro; author: bekriebel):
 CyanogenMod/android_device_samsung_toro@e75dd1b
  • Loading branch information
pershoot committed Dec 23, 2012
1 parent 9a84f46 commit 178b5f1
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
29 changes: 29 additions & 0 deletions overlay/packages/apps/Phone/res/values/strings.xml
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2007 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

<!-- Mobile network settings, network mode choices for a device supporting CDMA and LTE [CHAR LIMIT=25] -->
<string-array name="preferred_network_mode_choices_lte">
<item>LTE/CDMA</item>
<item>CDMA/EvDo auto</item>
</string-array>
<string-array name="preferred_network_mode_values_lte" translatable="false">
<item>"7"</item>
<item>"4"</item>
</string-array>

</resources>
3 changes: 3 additions & 0 deletions system.prop
Expand Up @@ -15,3 +15,6 @@ ro.com.google.clientidbase.ms=android-verizon
ro.com.google.clientidbase.am=android-verizon
ro.com.google.clientidbase.gmm=android-samsung
ro.com.google.clientidbase.yt=android-verizon

# Default to LTE/CDMA Network Mode
ro.telephony.default_network=7

0 comments on commit 178b5f1

Please sign in to comment.