diff options
| author | TheNoFace <thenoface303@gmail.com> | 2015-02-23 12:28:35 +0900 |
|---|---|---|
| committer | TheNoFace <thenoface303@gmail.com> | 2015-02-23 12:28:35 +0900 |
| commit | 814a6887211dddf39c7274cca94a479659865f8d (patch) | |
| tree | 9f8a81c382673618ab155141417d2d2bc3441892 | |
| parent | e456480ef2e998f30c2fb7a274ff4cbd8ce46bb5 (diff) | |
korean modification
Change-Id: Ic79c491f1924a97948e733ada9b90a472bf355e8
| -rw-r--r-- | device.mk | 5 | ||||
| -rw-r--r-- | system.prop | 7 |
2 files changed, 10 insertions, 2 deletions
@@ -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 |
