summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-10-03 15:23:40 -0700
committerJean-Baptiste Queru <jbq@google.com>2012-10-03 15:23:42 -0700
commit4e8ba13e1ba1a8876b254def2c889b507332b608 (patch)
tree3108d3cf10a92b99720a7d118ded4971d7f9303e
parent452d9e3b71fa9edbb113363b723716eae5dc1da2 (diff)
parent4197904988b77082b774110a9e61e6353c7ddcb4 (diff)
downloadtoroplus-4e8ba13e1ba1a8876b254def2c889b507332b608.tar.gz
Reconcile with jb-dev - do not merge
Change-Id: I279cb59abafe23786bc22470b5aac06cc3d93f2c
-rw-r--r--device.mk3
-rw-r--r--full_toroplus.mk2
-rwxr-xr-xoverlay/frameworks/base/core/res/res/values/config.xml92
-rwxr-xr-xoverlay/frameworks/base/core/res/res/values/strings.xml27
-rwxr-xr-xoverlay/frameworks/base/core/res/res/xml/eri.xml1290
-rwxr-xr-xoverlay/packages/apps/Contacts/res/values/donottranslate_config.xml26
-rw-r--r--overlay/packages/apps/Mms/res/xml/mms_config.xml53
-rw-r--r--overlay/packages/apps/Settings/res/values-es/strings.xml19
-rwxr-xr-xoverlay/packages/apps/Settings/res/values/bools.xml20
-rwxr-xr-xoverlay/packages/apps/Settings/res/values/config.xml20
-rwxr-xr-xoverlay/packages/apps/Settings/res/values/strings.xml19
-rw-r--r--proprietary-blobs.txt13
-rwxr-xr-xself-extractors/generate-packages.sh41
-rw-r--r--self-extractors/samsung/staging/device-partial.mk7
-rw-r--r--self-extractors/samsung/staging/proprietary/Android.mk40
-rw-r--r--system.prop7
-rwxr-xr-xtest-apns-conf_sprint.xml181
17 files changed, 1784 insertions, 76 deletions
diff --git a/device.mk b/device.mk
index 92d9349..8da31fa 100644
--- a/device.mk
+++ b/device.mk
@@ -27,5 +27,8 @@ PRODUCT_COPY_FILES += \
PRODUCT_PROPERTY_OVERRIDES += \
ro.config.vc_call_vol_steps=7
+PRODUCT_PACKAGES := \
+ CellBroadcastReceiver
+
$(call inherit-product, device/samsung/tuna/device.mk)
$(call inherit-product-if-exists, vendor/samsung/toroplus/device-vendor.mk)
diff --git a/full_toroplus.mk b/full_toroplus.mk
index cd9b790..cb491f7 100644
--- a/full_toroplus.mk
+++ b/full_toroplus.mk
@@ -22,7 +22,7 @@
#
# Get the long list of APNs
-PRODUCT_COPY_FILES := device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml
+PRODUCT_COPY_FILES := device/samsung/toroplus/test-apns-conf_sprint.xml:system/etc/apns-conf.xml
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
new file mode 100755
index 0000000..f0b34b7
--- /dev/null
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2009, 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.
+*/
+-->
+
+<!-- These resources are around just to allow their values to be customized
+ for different hardware and product builds. -->
+<resources>
+
+ <!-- XXXXX NOTE THE FOLLOWING RESOURCES USE THE WRONG NAMING CONVENTION.
+ Please don't copy them, copy anything else. -->
+
+ <!-- This string array should be overridden by the device to present a list of network
+ attributes. This is used by the connectivity manager to decide which networks can coexist
+ based on the hardware -->
+ <!-- An Array of "[Connection name],[ConnectivityManager connection type],
+ [associated radio-type],[priority],[restoral-timer(ms)],[dependencyMet] -->
+ <!-- the 5th element "resore-time" indicates the number of milliseconds to delay
+ before automatically restore the default connection. Set -1 if the connection
+ does not require auto-restore. -->
+ <!-- the 6th element indicates boot-time dependency-met value. -->
+ <string-array translatable="false" name="networkAttributes">
+ <item>"wifi,1,1,2,-1,true"</item>
+ <item>"mobile,0,0,1,-1,"true"</item>
+ <item>"mobile_mms,2,0,2,60000,true"</item>
+ <item>"mobile_supl,3,0,2,60000,true"</item>
+ <item>"mobile_dun,4,0,5,60000,true"</item>
+ <item>"mobile_hipri,5,0,3,60000,true"</item>
+ <item>"bluetooth,7,7,0,-1,true"</item>
+ <item>"mobile_fota,10,0,2,180000,true"</item>
+ <item>"mobile_ims,11,0,2,-1,true"</item>
+ <item>"mobile_cbs,12,0,2,60000,true"</item>
+ </string-array>
+
+ <!-- Array of ConnectivityManager.TYPE_xxxx values allowable for tethering -->
+ <!-- Common options are [1, 4] for TYPE_WIFI and TYPE_MOBILE_DUN or
+ <!== [0,1,5,7] for TYPE_MOBILE, TYPE_WIFI, TYPE_MOBILE_HIPRI and TYPE_BLUETOOTH -->
+ <integer-array translatable="false" name="config_tether_upstream_types">
+ <item>1</item>
+ <item>4</item>
+ <item>7</item>
+ </integer-array>
+
+ <!-- If the DUN connection for this CDMA device supports more than just DUN -->
+ <!-- traffic you should list them here. -->
+ <!-- If this device is not CDMA this is ignored. If this list is empty on -->
+ <!-- a DUN-requireing CDMA device, the DUN APN will support -->
+ <!-- just DUN. -->
+ <string-array translatable="false" name="config_cdma_dun_supported_types">
+ <item>"default"</item>
+ <item>"dun"</item>
+ <item>"mms"</item>
+ <item>"supl</item>
+ </string-array>
+
+ <!-- The VoiceMail default value is displayed to my own number if it is true -->
+ <bool name="config_telephony_use_own_number_for_voicemail">true</bool>
+ <!-- sms encoded as octet is decoded by utf8 decoder. if it is true -->
+ <bool name="config_sms_utf8_support">true</bool>
+
+ <!-- The mms content disposition field is supported correctly. if it is true
+ If false, some fields of content disposition do not follow wap-230-wsp-20010705-a.rdf -->
+ <bool name="config_mms_content_disposition_support">false</bool>
+
+ <!-- If this value is true, duplicate Source/Destination port fields
+ in WDP header of some carriers OMADM wap push are supported.
+ ex: MSGTYPE-TotalSegments-CurrentSegment
+ -SourcePortDestPort-SourcePortDestPort-OMADM PDU
+ If false, not supported. -->
+ <bool name="config_duplicate_port_omadm_wappush">true</bool>
+
+ <!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. -->
+ <bool name="config_cellBroadcastAppLinks">true</bool>
+
+ <!-- Default network policy warning threshold, in megabytes. -->
+ <integer name="config_networkPolicyDefaultWarning">51200</integer>
+
+</resources>
diff --git a/overlay/frameworks/base/core/res/res/values/strings.xml b/overlay/frameworks/base/core/res/res/values/strings.xml
new file mode 100755
index 0000000..aac7f03
--- /dev/null
+++ b/overlay/frameworks/base/core/res/res/values/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/* //device/apps/common/assets/res/any/strings.xml
+**
+** Copyright 2006, 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">
+
+ <!-- CDMA Roaming Indicator Strings (non ERI)--> <skip />
+ <!-- Default roaming indicator text -->
+ <string name="roamingText0">Digital Roaming</string>
+ <string name="roamingText1">Sprint</string>
+ <string name="roamingText2">Digital Roaming</string>
+</resources>
diff --git a/overlay/frameworks/base/core/res/res/xml/eri.xml b/overlay/frameworks/base/core/res/res/xml/eri.xml
new file mode 100755
index 0000000..59467d4
--- /dev/null
+++ b/overlay/frameworks/base/core/res/res/xml/eri.xml
@@ -0,0 +1,1290 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** 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.
+*/
+-->
+
+<!-- Definitions:
+ IconIndex = 0 -> ROAMING_INDICATOR_ON, stat_sys_roaming_cdma_0
+ IconIndex = 1 -> ROAMING_INDICATOR_OFF, roaming icon not displayed
+ IconIndex = 2 -> ROAMING_INDICATOR_FLASH,
+ IconIndex >= 2 -> OEM/Operator defined icons defaulted to stat_sys_roaming_cdma_0
+ (OEM/Operator may need to modify sRoamingIndicatorImages_cdma in StatusBarPolicy
+ to add specific icons)
+
+ IconMode = 0 -> ROAMING_ICON_MODE_NORMAL
+ IconMode = 1 -> ROAMING_ICON_MODE_FLASH, default to stat_sys_roaming_cdma_flash
+ IconMode = 1 should not be used with IconIndex = 0 and IconIndex = 1
+ (OEM/Operator may need to modify sRoamingIndicatorImages_cdma in StatusBarPolicy
+ to add specific flashing icons)
+
+ BannerStyle = 0 -> BANNER_STYLE_SOLID
+ BannerStyle = 1 -> BANNER_STYLE_FLASH
+ Data/CallGuardStatus = 0 -> DATA_/CALL_GUARD_OFF
+ Data/CallGuardStatus = 1 -> DATA_/CALL_GUARD_ON
+ Ringer = 0 -> RINGER_STATUS_OFF
+ Ringer = 1 -> RINGER_STATUS_ON
+
+ StatusBarPolicy checks mismatches on:
+ 1) iconMode == ROAMING_ICON_MODE_FLASH but iconIndex == ROAMING_INDICATOR_OFF
+ 2) iconMode == ROAMING_ICON_MODE_NORMAL but iconIndex == ROAMING_INDICATOR_FLASH
+ 3) iconMode == ROAMING_ICON_MODE_FLASH but iconIndex == ROAMING_INDICATOR_ON
+-->
+
+<EriFile VersionNumber="1357"
+ NumberOfEriEntries="176"
+ EriFileType="1">
+
+ <CallPromptId Id="0"
+ CallPromptText="CallPromptId0"/>
+
+ <CallPromptId Id="1"
+ CallPromptText="CallPromptId1"/>
+
+ <CallPromptId Id="2"
+ CallPromptText="CallPromptId2"/>
+
+ <EriInfo RoamingIndicator="64"
+ IconIndex="64"
+ IconMode="0"
+ EriText="Preferred System"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="65"
+ IconIndex="65"
+ IconMode="0"
+ EriText="Available System"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="66"
+ IconIndex="66"
+ IconMode="0"
+ EriText="Alliance Partner"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="67"
+ IconIndex="67"
+ IconMode="0"
+ EriText="Premium Partner"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="68"
+ IconIndex="68"
+ IconMode="0"
+ EriText="Full Service Functionality"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="69"
+ IconIndex="69"
+ IconMode="0"
+ EriText="Partial Service Functionality"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="70"
+ IconIndex="70"
+ IconMode="0"
+ EriText="Analog A"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="71"
+ IconIndex="71"
+ IconMode="0"
+ EriText="Analog B"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="72"
+ IconIndex="72"
+ IconMode="0"
+ EriText="CDMA 800 A"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="73"
+ IconIndex="73"
+ IconMode="0"
+ EriText="CDMA 800 B"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="74"
+ IconIndex="74"
+ IconMode="0"
+ EriText="International Roaming"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="75"
+ IconIndex="75"
+ IconMode="0"
+ EriText="Extended Network"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="76"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Campus"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="77"
+ IconIndex="1"
+ IconMode="0"
+ EriText="In Building"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="78"
+ IconIndex="78"
+ IconMode="0"
+ EriText="Regional"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="79"
+ IconIndex="79"
+ IconMode="0"
+ EriText="Community"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="80"
+ IconIndex="80"
+ IconMode="0"
+ EriText="Business"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="81"
+ IconIndex="81"
+ IconMode="0"
+ EriText="Zone 1"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="82"
+ IconIndex="82"
+ IconMode="0"
+ EriText="Zone 2"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="83"
+ IconIndex="83"
+ IconMode="0"
+ EriText="National"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="84"
+ IconIndex="84"
+ IconMode="0"
+ EriText="Local"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="85"
+ IconIndex="85"
+ IconMode="0"
+ EriText="City"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="86"
+ IconIndex="86"
+ IconMode="0"
+ EriText="Government"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="87"
+ IconIndex="87"
+ IconMode="0"
+ EriText="USA"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="88"
+ IconIndex="88"
+ IconMode="0"
+ EriText="State"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="89"
+ IconIndex="89"
+ IconMode="0"
+ EriText="Resort"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="90"
+ IconIndex="90"
+ IconMode="0"
+ EriText="Headquarters"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="91"
+ IconIndex="91"
+ IconMode="0"
+ EriText="Personal"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="92"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Home"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="93"
+ IconIndex="93"
+ IconMode="0"
+ EriText="Residential"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="94"
+ IconIndex="94"
+ IconMode="0"
+ EriText="University"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="95"
+ IconIndex="95"
+ IconMode="0"
+ EriText="College"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="96"
+ IconIndex="96"
+ IconMode="0"
+ EriText="Hotel Guest"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="97"
+ IconIndex="97"
+ IconMode="0"
+ EriText="Rental"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="98"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Corporate"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="99"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Sprint"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="100"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Campus"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="101"
+ IconIndex="1"
+ IconMode="0"
+ EriText="In Building"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="102"
+ IconIndex="102"
+ IconMode="0"
+ EriText="Regional"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="103"
+ IconIndex="103"
+ IconMode="0"
+ EriText="Community"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="104"
+ IconIndex="104"
+ IconMode="0"
+ EriText="Business"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="105"
+ IconIndex="105"
+ IconMode="0"
+ EriText="Zone 1"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="106"
+ IconIndex="106"
+ IconMode="0"
+ EriText="Zone 2"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="107"
+ IconIndex="107"
+ IconMode="0"
+ EriText="National"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="108"
+ IconIndex="108"
+ IconMode="0"
+ EriText="Local"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="109"
+ IconIndex="109"
+ IconMode="0"
+ EriText="City"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="110"
+ IconIndex="110"
+ IconMode="0"
+ EriText="Government"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="111"
+ IconIndex="111"
+ IconMode="0"
+ EriText="USA"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="112"
+ IconIndex="112"
+ IconMode="0"
+ EriText="State"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="113"
+ IconIndex="113"
+ IconMode="0"
+ EriText="Resort"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="114"
+ IconIndex="114"
+ IconMode="0"
+ EriText="Headquarters"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="115"
+ IconIndex="115"
+ IconMode="0"
+ EriText="Personal"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="116"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Home"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="117"
+ IconIndex="117"
+ IconMode="0"
+ EriText="Residential"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="118"
+ IconIndex="118"
+ IconMode="0"
+ EriText="University"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="119"
+ IconIndex="119"
+ IconMode="0"
+ EriText="College"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="120"
+ IconIndex="120"
+ IconMode="0"
+ EriText="Hotel Guest"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="121"
+ IconIndex="121"
+ IconMode="0"
+ EriText="Rental"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="122"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Corporate"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="123"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Sprint"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="124"
+ IconIndex="124"
+ IconMode="0"
+ EriText="International"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="125"
+ IconIndex="125"
+ IconMode="0"
+ EriText="International"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="126"
+ IconIndex="126"
+ IconMode="0"
+ EriText="International"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="127"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Premium Service"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="128"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Enhanced Service "
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="129"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Enhanced Digital"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="130"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Enhanced Roaming"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="131"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Alliance Service"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="132"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Alliance Network"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="133"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Vision Roaming"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="134"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Extended Service"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="135"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Expanded Services"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="136"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Expanded Network"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="137"
+ IconIndex="137"
+ IconMode="0"
+ EriText="Premium Service "
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="138"
+ IconIndex="138"
+ IconMode="0"
+ EriText="Enhanced Service"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="139"
+ IconIndex="139"
+ IconMode="0"
+ EriText="Enhanced Digital"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="140"
+ IconIndex="140"
+ IconMode="0"
+ EriText="Enhanced Roaming"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="141"
+ IconIndex="141"
+ IconMode="0"
+ EriText="Alliance Service"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="142"
+ IconIndex="142"
+ IconMode="0"
+ EriText="Alliance Network"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="143"
+ IconIndex="143"
+ IconMode="0"
+ EriText="Vision Roaming"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="144"
+ IconIndex="144"
+ IconMode="0"
+ EriText="Extended Service"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="145"
+ IconIndex="145"
+ IconMode="0"
+ EriText="Expanded Services"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="146"
+ IconIndex="146"
+ IconMode="0"
+ EriText="Expanded Network"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="147"
+ IconIndex="147"
+ IconMode="1"
+ EriText="Premium Service"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="148"
+ IconIndex="148"
+ IconMode="1"
+ EriText="Enhanced Service"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="149"
+ IconIndex="149"
+ IconMode="1"
+ EriText="Enhanced Digital"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="150"
+ IconIndex="150"
+ IconMode="1"
+ EriText="Enhanced Roaming"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="151"
+ IconIndex="151"
+ IconMode="1"
+ EriText="Alliance Service"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="152"
+ IconIndex="152"
+ IconMode="1"
+ EriText="Alliance Network"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="153"
+ IconIndex="153"
+ IconMode="1"
+ EriText="Vision Roaming"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="154"
+ IconIndex="154"
+ IconMode="1"
+ EriText="Extended Service"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="155"
+ IconIndex="155"
+ IconMode="1"
+ EriText="Expanded Services"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="156"
+ IconIndex="156"
+ IconMode="1"
+ EriText="Expanded Network"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="157"
+ IconIndex="157"
+ IconMode="0"
+ EriText="Premium International"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="158"
+ IconIndex="158"
+ IconMode="0"
+ EriText="Premium International"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="159"
+ IconIndex="159"
+ IconMode="0"
+ EriText="Premium International"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="160"
+ IconIndex="160"
+ IconMode="0"
+ EriText=""
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="161"
+ IconIndex="161"
+ IconMode="0"
+ EriText=""
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="162"
+ IconIndex="1"
+ IconMode="0"
+ EriText=""
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="163"
+ IconIndex="1"
+ IconMode="0"
+ EriText=""
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="164"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Ext Voice/Data Ntwk"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="165"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Ext Voice/Data Ntwk"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="166"
+ IconIndex="166"
+ IconMode="0"
+ EriText="Ext Voice/Data Ntwk"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="167"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Extended Broadband"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="168"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Extended Broadband"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="169"
+ IconIndex="169"
+ IconMode="0"
+ EriText="Extended Broadband"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="170"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Extended Data"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="171"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Extended Data"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="172"
+ IconIndex="172"
+ IconMode="0"
+ EriText="Extended Data"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="173"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Extended Data Ntwk"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="174"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Extended Data Ntwk"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="175"
+ IconIndex="175"
+ IconMode="0"
+ EriText="Extended Data Ntwk"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="176"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Extended Network"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="177"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Extended Network"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="178"
+ IconIndex="178"
+ IconMode="0"
+ EriText="Extended Network"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="179"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Extended Service"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="180"
+ IconIndex="180"
+ IconMode="0"
+ EriText="Extended Service"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="181"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Extended Voice"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="182"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Extended Voice"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="183"
+ IconIndex="183"
+ IconMode="0"
+ EriText="Extended Voice"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="184"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Extended Voice &amp; Data"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="185"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Extended Voice &amp; Data"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="186"
+ IconIndex="186"
+ IconMode="0"
+ EriText="Extended Voice &amp; Data"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="187"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Extended Voice Ntwk"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="188"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Extended Voice Ntwk"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="189"
+ IconIndex="189"
+ IconMode="0"
+ EriText="Extended Voice Ntwk"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="190"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Extended Voice/Data"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="191"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Extended Voice/Data"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="192"
+ IconIndex="192"
+ IconMode="0"
+ EriText="Extended Voice/Data"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="193"
+ IconIndex="193"
+ IconMode="0"
+ EriText="International"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="194"
+ IconIndex="1"
+ IconMode="0"
+ EriText="International Services"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="195"
+ IconIndex="1"
+ IconMode="0"
+ EriText="International Voice"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="196"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Int'l Voice/Data"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="197"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Int'l Voice/Data"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="198"
+ IconIndex="198"
+ IconMode="0"
+ EriText="Int'l Voice/Data"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="199"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Ext Voice/Data Ntwk"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="200"
+ IconIndex="200"
+ IconMode="0"
+ EriText="Ext Voice/Data Ntwk"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="201"
+ IconIndex="201"
+ IconMode="0"
+ EriText="Ext Voice/Data Ntwk"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="202"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Extended Broadband"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="203"
+ IconIndex="203"
+ IconMode="0"
+ EriText="Extended Broadband"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="204"
+ IconIndex="204"
+ IconMode="0"
+ EriText="Extended Broadband"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="205"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Extended Data"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="206"
+ IconIndex="206"
+ IconMode="0"
+ EriText="Extended Data"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="207"
+ IconIndex="207"
+ IconMode="0"
+ EriText="Extended Data"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="208"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Extended Data Ntwk"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="209"
+ IconIndex="209"
+ IconMode="0"
+ EriText="Extended Data Ntwk"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="210"
+ IconIndex="210"
+ IconMode="0"
+ EriText="Extended Data Ntwk"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="211"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Extended Network"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="212"
+ IconIndex="212"
+ IconMode="0"
+ EriText="Extended Network"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="213"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Extended Service"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="214"
+ IconIndex="214"
+ IconMode="0"
+ EriText="Extended Service"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="215"
+ IconIndex="215"
+ IconMode="0"
+ EriText="Extended Service"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="216"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Extended Voice"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="217"
+ IconIndex="217"
+ IconMode="0"
+ EriText="Extended Voice"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="218"
+ IconIndex="218"
+ IconMode="0"
+ EriText="Extended Voice"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="219"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Extended Voice &amp; Data"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="220"
+ IconIndex="220"
+ IconMode="0"
+ EriText="Extended Voice &amp; Data"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="221"
+ IconIndex="221"
+ IconMode="0"
+ EriText="Extended Voice &amp; Data"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="222"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Extended Voice Ntwk"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="223"
+ IconIndex="223"
+ IconMode="0"
+ EriText="Extended Voice Ntwk"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="224"
+ IconIndex="224"
+ IconMode="0"
+ EriText="Extended Voice Ntwk"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="225"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Extended Voice/Data"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="226"
+ IconIndex="226"
+ IconMode="0"
+ EriText="Extended Voice/Data"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="227"
+ IconIndex="227"
+ IconMode="0"
+ EriText="Extended Voice/Data"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="228"
+ IconIndex="228"
+ IconMode="0"
+ EriText="International"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="229"
+ IconIndex="229"
+ IconMode="0"
+ EriText="International"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="230"
+ IconIndex="230"
+ IconMode="0"
+ EriText="International Services"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="231"
+ IconIndex="231"
+ IconMode="0"
+ EriText="International Voice"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="232"
+ IconIndex="1"
+ IconMode="0"
+ EriText="Int'l Voice/Data"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="233"
+ IconIndex="233"
+ IconMode="0"
+ EriText="Int'l Voice/Data"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="234"
+ IconIndex="234"
+ IconMode="0"
+ EriText="Int'l Voice/Data"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="235"
+ IconIndex="235"
+ IconMode="0"
+ EriText="Premium International"
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="236"
+ IconIndex="236"
+ IconMode="0"
+ EriText=""
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="237"
+ IconIndex="237"
+ IconMode="0"
+ EriText=""
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="238"
+ IconIndex="1"
+ IconMode="0"
+ EriText=""
+ CallPromptId="0"
+ AlertId="0"/>
+
+ <EriInfo RoamingIndicator="239"
+ IconIndex="1"
+ IconMode="0"
+ EriText=""
+ CallPromptId="0"
+ AlertId="0"/>
+
+</EriFile>
diff --git a/overlay/packages/apps/Contacts/res/values/donottranslate_config.xml b/overlay/packages/apps/Contacts/res/values/donottranslate_config.xml
new file mode 100755
index 0000000..d5644ea
--- /dev/null
+++ b/overlay/packages/apps/Contacts/res/values/donottranslate_config.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2009, 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>
+ <!-- If true, enable the "import contacts from SIM" feature if the device
+ has an appropriate SIM or ICC card.
+ Setting this flag to false in a resource overlay allows you to
+ entirely disable SIM import on a per-product basis. -->
+ <bool name="config_allow_sim_import">false</bool>
+</resources>
diff --git a/overlay/packages/apps/Mms/res/xml/mms_config.xml b/overlay/packages/apps/Mms/res/xml/mms_config.xml
new file mode 100644
index 0000000..0d6641e
--- /dev/null
+++ b/overlay/packages/apps/Mms/res/xml/mms_config.xml
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 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.
+-->
+
+<mms_config version="2">
+ <!-- UAProf URL -->
+ <string name="uaProfUrl">http://device.sprintpcs.com/Samsung/SPH-L700/latest</string>
+
+ <!-- Maximum message size in bytes for a MMS message -->
+ <int name="maxMessageSize">1024000</int>
+
+ <!-- Maximum number of SMS message segments in a long text message before converting
+ tximum number of SMS message segments in a long text message before converting
+ the SMS message to an MMS message. -->
+ <int name="smsToMmsTextThreshold">2</int>
+
+ <!-- If true, The text message over 160 characters will be sent in multi part.
+ If false, The text message over 160 characters will be sent
+ via multi media message. -->
+ <bool name="enableMultipartSMS">false</bool>
+
+ <!-- If true, The mms support slide duration.
+ If false, The mms does not support slide duration and we have to
+ set duration value. -->
+ <bool name="enableSlideDuration">false</bool>
+
+ <!-- Maximum length for message text. Use a value of -1
+ to indicate default value -->
+ <int name="maxMessageTextSize">160</int>
+
+ <!-- User-Agent parameter used in MMS http request -->
+ <string name="userAgent">SPH-L700/Android-mms</string>
+
+ <bool name="enableMMSReadReports">false</bool>
+
+ <bool name="enableSMSDeliveryReports">false</bool>
+
+ <bool name="enableMMSDeliveryReports">false</bool>
+
+</mms_config>
+
diff --git a/overlay/packages/apps/Settings/res/values-es/strings.xml b/overlay/packages/apps/Settings/res/values-es/strings.xml
new file mode 100644
index 0000000..e260749
--- /dev/null
+++ b/overlay/packages/apps/Settings/res/values-es/strings.xml
@@ -0,0 +1,19 @@
+<?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">
+ <string name="additional_system_update_settings_list_item_title">Actualizaciones del sistema Sprint</string>
+</resources>
diff --git a/overlay/packages/apps/Settings/res/values/bools.xml b/overlay/packages/apps/Settings/res/values/bools.xml
new file mode 100755
index 0000000..061c12c
--- /dev/null
+++ b/overlay/packages/apps/Settings/res/values/bools.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 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>
+ <!-- Additional System Update menu(Update PRL, Update Profile) is displayed if it is true -->
+ <bool name="config_additional_system_update_setting_enable">true</bool>
+</resources>
diff --git a/overlay/packages/apps/Settings/res/values/config.xml b/overlay/packages/apps/Settings/res/values/config.xml
new file mode 100755
index 0000000..723df12
--- /dev/null
+++ b/overlay/packages/apps/Settings/res/values/config.xml
@@ -0,0 +1,20 @@
+<?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">
+ <string name="additional_system_update">com.samsung.sdm</string>
+ <string name="additional_system_update_menu">com.samsung.sdm.ui.SprintUpdateSetting</string>
+</resources>
diff --git a/overlay/packages/apps/Settings/res/values/strings.xml b/overlay/packages/apps/Settings/res/values/strings.xml
new file mode 100755
index 0000000..dfd947b
--- /dev/null
+++ b/overlay/packages/apps/Settings/res/values/strings.xml
@@ -0,0 +1,19 @@
+<?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">
+ <string name="additional_system_update_settings_list_item_title">Sprint system updates</string>
+</resources>
diff --git a/proprietary-blobs.txt b/proprietary-blobs.txt
index aa572ba..234a187 100644
--- a/proprietary-blobs.txt
+++ b/proprietary-blobs.txt
@@ -14,13 +14,25 @@
# This file is generated by device/common/generate-blob-lists.sh - DO NOT EDIT
+/system/app/BIP.apk
+/system/app/SDM.apk
+/system/app/SecPhone.apk
+/system/app/SprintExtension.apk
+/system/app/SyncMLSvc.apk
/system/bin/fRom
+/system/lib/libsecril-client.so
+/system/lib/libsyncml_core.so
+/system/lib/libsyncml_port.so
+/system/lib/lib_gsd4t.so
/system/vendor/bin/pvrsrvctl
+/system/vendor/etc/sirfgps.conf
+/system/vendor/firmware/bcm4330.hcd
/system/vendor/firmware/ducati-m3.bin
/system/vendor/firmware/libpn544_fw.so
/system/vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
/system/vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
/system/vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
+/system/vendor/lib/hw/gps.omap4.so
/system/vendor/lib/hw/gralloc.omap4.so
/system/vendor/lib/libglslcompiler.so
/system/vendor/lib/libIMGegl.so
@@ -28,6 +40,7 @@
/system/vendor/lib/libpvr2d.so
/system/vendor/lib/libpvrANDROID_WSEGL.so
/system/vendor/lib/libPVRScopeServices.so
+/system/vendor/lib/libsec-ril_lte.so
/system/vendor/lib/libsrv_init.so
/system/vendor/lib/libsrv_um.so
/system/vendor/lib/libusc.so
diff --git a/self-extractors/generate-packages.sh b/self-extractors/generate-packages.sh
index f4acfa5..6b15503 100755
--- a/self-extractors/generate-packages.sh
+++ b/self-extractors/generate-packages.sh
@@ -14,42 +14,14 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-# 189728 = IRK82
-# 201178 = IRL10B
-# 213821 = ICL26
-# 221202 = ICL39
-# 236517 = IML70C
-# 237179 = IML73
-# 237867 = IML74B
-# 238432 = IML74E
-# 238649 = IML74G
-# 239410 = IML74K
-# 262866 = IMM30D
-# 299849 = IMM76D
-# end ics-mr1
-# start jb-dev
-# 241968 = IRM03
-# 397816 = JRO03B
-# 398337 = JRO03C
-# 405518 = JRO03H
-# 463694 = JZO54G
-# end jb-dev
-BRANCH=jb-dev
-if test $BRANCH=ics-mr1
-then
- ZIP=mysid-ota-299849.zip
- BUILD=imm76d
-fi #ics-mr1
-if test $BRANCH=jb-dev
-then
- ZIP=mysid-ota-463694.zip
- BUILD=jzo54g
-fi # jb-dev
+(cd ../../../../out/target/product/toroplus ; zip -r ../../../../device/samsung/toroplus/self-extractors/full_toroplus-pseudo_ota.zip system)
+ZIP=full_toroplus-pseudo_ota.zip
+BUILD=jzo54k
ROOTDEVICE=toroplus
DEVICE=toroplus
MANUFACTURER=samsung
-for COMPANY in broadcom csr imgtec invensense nxp ti
+for COMPANY in broadcom csr imgtec invensense nxp samsung ti
do
echo Processing files from $COMPANY
rm -rf tmp
@@ -98,10 +70,9 @@ do
samsung)
TO_EXTRACT="\
system/app/BIP.apk \
- system/app/CellBroadcastReceiver.apk \
system/app/SDM.apk \
- system/app/SecPhone.apk
- system/app/Stk.apk \
+ system/app/SecPhone.apk \
+ system/app/SprintExtension.apk \
system/app/SyncMLSvc.apk \
system/bin/fRom \
system/lib/libsecril-client.so \
diff --git a/self-extractors/samsung/staging/device-partial.mk b/self-extractors/samsung/staging/device-partial.mk
index 89d9a86..f131242 100644
--- a/self-extractors/samsung/staging/device-partial.mk
+++ b/self-extractors/samsung/staging/device-partial.mk
@@ -15,16 +15,13 @@
# Samsung blob(s) necessary for ToroPlus hardware
PRODUCT_PACKAGES := \
BIP \
- IMSFramework \
- RTN \
SDM \
- SPG \
+ SecPhone \
+ SprintExtension \
SyncMLSvc \
fRom \
libsecril-client \
libsyncml_core \
libsyncml_port \
lib_gsd4t \
- libims \
- libims_jni \
libsec-ril_lte
diff --git a/self-extractors/samsung/staging/proprietary/Android.mk b/self-extractors/samsung/staging/proprietary/Android.mk
index d705011..4411c6d 100644
--- a/self-extractors/samsung/staging/proprietary/Android.mk
+++ b/self-extractors/samsung/staging/proprietary/Android.mk
@@ -27,17 +27,17 @@ LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
include $(BUILD_PREBUILT)
include $(CLEAR_VARS)
-LOCAL_MODULE := IMSFramework
+LOCAL_MODULE := SDM
LOCAL_MODULE_OWNER := samsung
+LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := $(LOCAL_MODULE).apk
LOCAL_MODULE_CLASS := APPS
-LOCAL_MODULE_TAGS := optional
-LOCAL_CERTIFICATE := platform
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
+LOCAL_CERTIFICATE := platform
include $(BUILD_PREBUILT)
include $(CLEAR_VARS)
-LOCAL_MODULE := RTN
+LOCAL_MODULE := SecPhone
LOCAL_MODULE_OWNER := samsung
LOCAL_SRC_FILES := $(LOCAL_MODULE).apk
LOCAL_MODULE_CLASS := APPS
@@ -47,17 +47,7 @@ LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
include $(BUILD_PREBUILT)
include $(CLEAR_VARS)
-LOCAL_MODULE := SDM
-LOCAL_MODULE_OWNER := samsung
-LOCAL_MODULE_TAGS := optional
-LOCAL_SRC_FILES := $(LOCAL_MODULE).apk
-LOCAL_MODULE_CLASS := APPS
-LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
-LOCAL_CERTIFICATE := platform
-include $(BUILD_PREBUILT)
-
-include $(CLEAR_VARS)
-LOCAL_MODULE := SPG
+LOCAL_MODULE := SprintExtension
LOCAL_MODULE_OWNER := samsung
LOCAL_SRC_FILES := $(LOCAL_MODULE).apk
LOCAL_MODULE_CLASS := APPS
@@ -124,26 +114,6 @@ LOCAL_MODULE_PATH := $(TARGET_OUT)/lib
include $(BUILD_PREBUILT)
include $(CLEAR_VARS)
-LOCAL_MODULE := libims
-LOCAL_MODULE_OWNER := samsung
-LOCAL_SRC_FILES := libims.so
-LOCAL_MODULE_CLASS := SHARED_LIBRARIES
-LOCAL_MODULE_TAGS := optional
-LOCAL_MODULE_SUFFIX := .so
-LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR)/lib
-include $(BUILD_PREBUILT)
-
-include $(CLEAR_VARS)
-LOCAL_MODULE := libims_jni
-LOCAL_MODULE_OWNER := samsung
-LOCAL_SRC_FILES := libims_jni.so
-LOCAL_MODULE_CLASS := SHARED_LIBRARIES
-LOCAL_MODULE_TAGS := optional
-LOCAL_MODULE_SUFFIX := .so
-LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR)/lib
-include $(BUILD_PREBUILT)
-
-include $(CLEAR_VARS)
LOCAL_MODULE := libsec-ril_lte
LOCAL_MODULE_OWNER := samsung
LOCAL_SRC_FILES := libsec-ril_lte.so
diff --git a/system.prop b/system.prop
index e88a8ea..a790701 100644
--- a/system.prop
+++ b/system.prop
@@ -8,3 +8,10 @@ telephony.lteOnCdmaDevice=1
# Ril sends only one RIL_UNSOL_CALL_RING, so set call_ring.multiple to false
ro.telephony.call_ring.multiple=0
+
+# Default ecclist
+ro.ril.ecclist=112,911,#911,*911
+
+#Operator values
+ro.cdma.home.operator.alpha=Sprint
+ro.cdma.home.operator.numeric=310120
diff --git a/test-apns-conf_sprint.xml b/test-apns-conf_sprint.xml
new file mode 100755
index 0000000..55e7643
--- /dev/null
+++ b/test-apns-conf_sprint.xml
@@ -0,0 +1,181 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2006, Google Inc.
+**
+** 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.
+*/
+-->
+
+<!-- use empty string to specify no proxy or port -->
+<!-- This version must agree with that in apps/common/res/apns.xml -->
+<apns version="7">
+ <!-- Start of Apn database for Sprint LTE support -->
+ <apn carrier="ota"
+ mcc="310"
+ mnc="120"
+ apn="otasn"
+ type="fota"
+ protocol="IPV4V6"
+ roaming_protocol="IPV4V6"
+ bearer="14"
+ />
+
+ <apn carrier="LTE - SPRINT test ISP"
+ mcc="001"
+ mnc="010"
+ apn="n.ispsn"
+ type="default, mms"
+ mmsc="http://mms.sprintpcs.com"
+ mmsproxy = "68.28.31.7"
+ mmsport = "80"
+ protocol="IPV4V6"
+ roaming_protocol="IPV4V6"
+ bearer="14"
+ />
+
+ <apn carrier="LTE - SPRINT test OTA"
+ mcc="001"
+ mnc="010"
+ apn="otasn"
+ type="fota"
+ protocol="IPV4V6"
+ roaming_protocol="IPV4V6"
+ bearer="14"
+ />
+
+ <apn carrier="LTE - SPRINT test PAM"
+ mcc="001"
+ mnc="010"
+ apn="pamsn"
+ type="dun"
+ protocol="IPV4V6"
+ roaming_protocol="IPV4V6"
+ bearer="14"
+ />
+
+ <apn carrier="LTE - SPRINT test ISP"
+ mcc="001"
+ mnc="01"
+ apn="n.ispsn"
+ type="default, mms"
+ mmsc="http://mms.sprintpcs.com"
+ mmsproxy = "68.28.31.7"
+ mmsport = "80"
+ protocol="IPV4V6"
+ roaming_protocol="IPV4V6"
+ bearer="14"
+ />
+
+ <apn carrier="LTE - SPRINT test OTA"
+ mcc="001"
+ mnc="01"
+ apn="otasn"
+ type="fota"
+ protocol="IPV4V6"
+ roaming_protocol="IPV4V6"
+ bearer="14"
+ />
+
+ <apn carrier="LTE - SPRINT test PAM"
+ mcc="001"
+ mnc="01"
+ apn="pamsn"
+ type="dun"
+ protocol="IPV4V6"
+ roaming_protocol="IPV4V6"
+ bearer="14"
+ />
+
+ <!-- End of Apn database for Sprint LTE support -->
+
+ <!-- Start of Apn database for Sprint EHRPD support -->
+ <apn carrier="ota"
+ mcc="310"
+ mnc="120"
+ apn="otasn"
+ type="fota"
+ protocol="IPV4V6"
+ roaming_protocol="IPV4V6"
+ bearer="13"
+ />
+
+ <apn carrier="EHRPD - SPRINT test ISP"
+ mcc="001"
+ mnc="010"
+ apn="n.ispsn"
+ type="default, mms"
+ mmsc="http://mms.sprintpcs.com"
+ mmsproxy = "68.28.31.7"
+ mmsport = "80"
+ protocol="IPV4V6"
+ roaming_protocol="IPV4V6"
+ bearer="13"
+ />
+
+ <apn carrier="EHRPD - SPRINT test OTA"
+ mcc="001"
+ mnc="010"
+ apn="otasn"
+ type="fota"
+ protocol="IPV4V6"
+ roaming_protocol="IPV4V6"
+ bearer="13"
+ />
+
+ <apn carrier="EHRPD - SPRINT test PAM"
+ mcc="001"
+ mnc="010"
+ apn="pamsn"
+ type="dun"
+ protocol="IPV4V6"
+ roaming_protocol="IPV4V6"
+ bearer="13"
+ />
+
+ <apn carrier="EHRPD - SPRINT test ISP"
+ mcc="001"
+ mnc="01"
+ apn="n.ispsn"
+ type="default, mms"
+ mmsc="http://mms.sprintpcs.com"
+ mmsproxy = "68.28.31.7"
+ mmsport = "80"
+ protocol="IPV4V6"
+ roaming_protocol="IPV4V6"
+ bearer="13"
+ />
+
+ <apn carrier="EHRPD - SPRINT test OTA"
+ mcc="001"
+ mnc="01"
+ apn="otasn"
+ type="fota"
+ protocol="IPV4V6"
+ roaming_protocol="IPV4V6"
+ bearer="13"
+ />
+
+ <apn carrier="EHRPD - SPRINT test PAM"
+ mcc="001"
+ mnc="01"
+ apn="pamsn"
+ type="dun"
+ protocol="IPV4V6"
+ roaming_protocol="IPV4V6"
+ bearer="13"
+ />
+
+ <!-- End of Apn database for Sprint EHRPD support -->
+</apns>
+