diff options
| author | MWisBest <repinski23@gmail.com> | 2013-11-08 01:15:48 -0600 |
|---|---|---|
| committer | MWisBest <repinski23@gmail.com> | 2013-11-08 01:15:48 -0600 |
| commit | 06692cd5134c7fcb146f6c837b4280c27d4d21ca (patch) | |
| tree | 96e2bf76f78979904836e725760870be93971e53 | |
| parent | 53b37dab8f84aa48852d9a5782c5b9572d285490 (diff) | |
Add some CDMA stuffs!
| -rw-r--r-- | system.prop | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system.prop b/system.prop index 1367413..dafee12 100644 --- a/system.prop +++ b/system.prop @@ -24,3 +24,12 @@ ro.ril.ecclist=112,911,#911,*911 # GPU producer to CPU consumer not supported ro.bq.gpu_to_cpu_unsupported=1 + +# Default CDMA/LTE values from 4.2.2 OTA +ro.cdma.home.operator.numeric=310004 +ro.cdma.home.operator.alpha=Verizon +ro.cdma.homesystem=64,65,76,77,78,79,80,81,82,83 +ro.cdma.data_retry_config=default_randomization=2000,0,0,120000,180000,540000,960000 +ro.gsm.data_retry_config=max_retries=infinite,default_randomization=2000,0,0,80000,125000,485000,905000 +ro.gsm.2nd_data_retry_config=max_retries=infinite,default_randomization=2000,0,0,80000,125000,485000,905000 +ro.cdma.otaspnumschema=SELC,1,80,99 |
