diff options
| author | Paul Keith <javelinanddart@gmail.com> | 2015-07-31 13:46:37 -0500 |
|---|---|---|
| committer | Rashed Abdel-Tawab <rashed@linux.com> | 2015-09-14 11:37:06 -0400 |
| commit | af0dd341e0026e25e85a341f7f11fce2bf5a6e86 (patch) | |
| tree | 5035b61e42bd759f47104b06e5b2205a3bcfa558 | |
| parent | 67ee71dbb69b670f5957753e8949ab1e2256584b (diff) | |
himawl: Update Tree
* Minor renaming to himawlvzw from himaulatt
* Redo RIL system.prop: Copy from himaul, patch from jfltevzw
Signed-off-by: Paul Keith <javelinanddart@gmail.com>
| -rw-r--r-- | cm.mk | 4 | ||||
| -rw-r--r-- | system.prop | 78 |
2 files changed, 31 insertions, 51 deletions
@@ -9,7 +9,7 @@ $(call inherit-product, vendor/cm/config/nfc_enhanced.mk) PRODUCT_NAME := cm_himawl PRODUCT_BUILD_PROP_OVERRIDES += \ - PRODUCT_DEVICE="htc_himaulatt" \ - PRODUCT_NAME="himaulatt_na_gen_unlock" \ + PRODUCT_DEVICE="htc_himawlvzw" \ + PRODUCT_NAME="himawlvzw_na_gen_unlock" \ BUILD_FINGERPRINT="htc/HTCOneM9vzw/htc_himawl:5.0.2/LRX22G/511781.15:user/release-keys" \ PRIVATE_BUILD_DESC="1.33.605.15 CL511781 release-keys" diff --git a/system.prop b/system.prop index 14671d3..b6cda1f 100644 --- a/system.prop +++ b/system.prop @@ -1,65 +1,45 @@ # Radio rild.libargs=-d /dev/smd0 ril.subscription.types=NV,RUIM +ro.cdma.home.operator.numeric=311480 +ro.cdma.home.operator.alpha=Verizon +ro.gps.set_privacy=1 ro.telephony.default_network=10 +ro.telephony.get_imsi_from_sim=true telephony.lteOnCdmaDevice=1 -telephony.lteOnGsmDevice=0 + +# Moar ril props +persist.radio.snapshot_enabled=1 +persist.radio.snapshot_timer=22 +ro.config.multimode_cdma=1 +ro.config.combined_signal=true + +ro.gsm.data_retry_config=max_retries=infinite,5000,5000,60000,120000,480000,900000 +DEVICE_PROVISIONED=1 +persist.eons.enabled=false + +# Set default cdma subscription to RUIM in database +ro.telephony.default_cdma_sub=0 ro.ril.oem.ecclist=911 ro.ril.oem.nosim.ecclist=911 -ro.ril.enable.a52=1 ro.ril.enable.a53=1 -ro.ril.enable.dtm=0 -ro.ril.enable.gea3=1 -ro.ril.gprsclass=12 +ro.ril.enable.dtm=1 +ro.ril.enable.amr.wideband=0 ro.ril.enable.managed.roaming=1 -ro.ril.enable.sdr=0 +ro.ril.enable.sdr=1 +ro.ril.enable.pre_r8fd=1 +ro.ril.fd.pre_r8_tout.scr_off=2 +ro.ril.fd.pre_r8_tout.scr_on=3 ro.ril.enable.r8fd=1 -ro.ril.disable.fd.plmn.prefix=23402,23410,23411,23420 -ro.ril.oem.show.act=0 -ro.ril.set.mtusize=1428 -ro.ril.air.enabled=0 -ro.ril.gsm.to.lte.blind.redir=0 -ro.ril.roaming_lte.plmn=302220 -ro.ril.wp.feature=1 -ro.cdma.data_retry_config=max_retries=infinite,0,0,60000,120000,480000,900000 -ro.gsm.data_retry_config=max_retries=infinite,0,0,60000,120000,480000,900000 -ro.gsm.2nd_data_retry_config=max_retries=infinite,0,0,60000,120000,480000,900000 -ro.ril.pdpnumber.policy.roaming=3 -persist.data.iwlan.enable=true +ro.ril.fd.r8_tout.scr_off=2 +ro.ril.fd.r8_tout.scr_on=3 +ro.ril.disable.fd.plmn.prefix=23402,23410,23411,23420,23594,27202,27205 +ro.ril.oem.show.act=1 +ro.ril.ltefgi=1561328784 +ro.ril.ltefgi.rel9=2147483648 ro.ril.hsxpa=4 ro.ril.hsdpa.category=14 ro.ril.hsupa.category=6 ro.ril.disable.cpc=1 -ro.ril.att.feature=0 -ro.ril.vzw.feature=1 -ro.config.svlte1x=true -ro.ril.radio.svn=0 -ro.ril.def.agps.mode=1 -ro.phone.save_timer=10000 -persist.rcs.supported=1 -persist.radio.VT_ENABLE=1 -persist.radio.VT_HYBRID_ENABLE=1 -persist.radio.ROTATION_ENABLE=1 -persist.radio.RATE_ADAPT_ENABLE=1 -persist.ims.disableDebugLogs=1 -persist.ims.disableADBLogs=1 -persist.ims.disableQXDMLogs=1 -persist.ims.disableIMSLogs=1 -persist.radio.videopause.mode=1 ro.baseband.arch=msm persist.radio.process_sups_ind=1 -DEVICE_PROVISIONED=1 -ro.cdma.home.operator.alpha=Verizon -gsm.sim.operator.alpha=Verizon -gsm.operator.alpha=Verizon -ro.cdma.home.operator.numeric=310012 -gsm.sim.operator.numeric=310012 -gsm.operator.numeric=310012 -ro.net.apnwhitelist=fota,ims,supl,verizon,verizon800,cbs,mms -ro.net.apnpolicywhitelist=fota,ims,verizon,verizon800 -ro.net.apnroamingblacklist=fota,verizon800 -ro.telephony.ipv6_capability=1 -ro.st.agg=true -ro.net.smd=0 -ro.apn.ui.hide_add=0 -ro.apn.ui.hide_delete=0 |
