aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheNoFace <thenoface303@gmail.com>2015-02-23 12:28:35 +0900
committerTheNoFace <thenoface303@gmail.com>2015-02-23 12:28:35 +0900
commit814a6887211dddf39c7274cca94a479659865f8d (patch)
tree9f8a81c382673618ab155141417d2d2bc3441892
parente456480ef2e998f30c2fb7a274ff4cbd8ce46bb5 (diff)
korean modification
Change-Id: Ic79c491f1924a97948e733ada9b90a472bf355e8
-rw-r--r--device.mk5
-rw-r--r--system.prop7
2 files changed, 10 insertions, 2 deletions
diff --git a/device.mk b/device.mk
index df20904..bcfa248 100644
--- a/device.mk
+++ b/device.mk
@@ -40,3 +40,8 @@ $(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/config/config-bc
# common g3
$(call inherit-product, device/lge/g3-common/g3.mk)
+
+# korean modification
+PRODUCT_PROPERTY_OVERRIDES += \
+ ro.product.locale.language=ko \
+ ro.product.locale.region=KR
diff --git a/system.prop b/system.prop
index 4b9e6e9..63eb968 100644
--- a/system.prop
+++ b/system.prop
@@ -1,5 +1,8 @@
+# korea modification
+ro.build.target_country=KR
+
# Radio
rild.libargs=-d /dev/smd0
rild.libpath=/vendor/lib/libril-qc-qmi-1.so
-telephony.lteOnGsmDevice=1
-ro.telephony.default_network=9
+telephony.lteOnGsmDevice=0
+ro.telephony.default_network=10