1 # RIL and telephony related settings 2 rild.libargs=-d /dev/chnlat10 3 #Point to lte, CDMA, MM RILs 4 lte_ril.libpath=/system/lib/libmoto_lte_ril.so 5 cdma_ril.libpath=/system/lib/libmoto_cdma_ril.so 6 rild.libpath=/system/lib/libmoto_mm_ril.so 7 ril.rat=LTE 8 persist.ril.mux.ttydevice=/dev/usb/tty2-1:1.2 9 # Increase # channels to 10 to allow M2M communication 10 persist.ril.mux.noofchannels=10 11 persist.ril.modem.mode=1 12 # Enable ALWAYS_READ_IMSI_FROM_SIM 13 persist.ril.features=800 14 ro.cdma.home.operator.numeric=310004 15 ro.cdma.home.operator.alpha=Verizon 16 ro.cdma.homesystem=64,65,76,77,78,79,80,81,82,83 17 ro.cdma.data_retry_config=default_randomization=2000,0,0,120000,180000,540000,960000 18 persist.ril.modem.ttydevice=/dev/usb/tty2-1:1.4 19 persist.ril.tcmd.ttydevice=/dev/usb/tty2-1:1.3 20 persist.ril.diag.ttydevice=/dev/usb/tty2-1:1.0 21 ril.wrigley.modem.tty=/dev/usb/tty1-1:1.10 22 #Leave default mode to 4 (CDMA) but need it to be Global (7) for LTE/CDMA 23 ro.telephony.default_network=4 24 25 # Disable ims by setting imsapp.mode to all_dependency_met 26 #imsapp.mode=all_dependency_met 27 28 # The value of the kernel command line product_type variable for lte on cdma devices 29 telephony.lteOnCdmaProductType=clw 30 31 # The OpenGL ES API level that is natively supported by this device. 32 # This is a 16.16 fixed point number 33 ro.opengles.version = 131072 34 35 # Indicate carrier OTA SP number schema 36 # refer to frameworks/base/telephony/java/com/android/ 37 # internal/telephony/cdma/CDMAPhone.java for the schema: 38 ro.cdma.otaspnumschema=SELC,1,80,99 39 40 # Give extra time for LTE bug dumps 41 ril.dumpstate.timeout=75 42 43 # Retry config when GSM DCT is used for EHRPD/LTE call 44 ro.gsm.data_retry_config=max_retries=infinite,default_randomization=2000,0,0,80000,125000,485000,905000 45 ro.gsm.2nd_data_retry_config=max_retries=infinite,default_randomization=2000,0,0,80000,125000,485000,905000 46 47 ro.ril.panic.reporter=apr 48 49 ro.ril.fccid=IHDP56LU2 50