diff options
| author | Shareef Ali <shareefalis@cyanogenmod.org> | 2012-12-26 05:15:12 -0600 |
|---|---|---|
| committer | Shareef Ali <shareefalis@cyanogenmod.org> | 2012-12-26 05:18:33 -0600 |
| commit | 5994135c8d0509a829b13a2af7213fa6dafd44fd (patch) | |
| tree | c9014991ecfb4c92f7c9b9a69ebccac52e60bbd9 | |
| parent | 86bc701a8c652f0e023ccad5ec85ea52dcb412fd (diff) | |
d2: cleanup cdma property
Change-Id: I5abbde0fec337dde4d0ad2ea5999b739ab946268
| -rw-r--r-- | system.prop | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/system.prop b/system.prop index f7d9193..ad05685 100644 --- a/system.prop +++ b/system.prop @@ -7,16 +7,7 @@ rild.libargs=-d /dev/smd0 # Fields for custom RIL # MAX PROP NAME is 31 chars --| ro.telephony.ril_class=SamsungCDMAQualcommRIL -gsm.sim.operator.alpha = sprint -gsm.sim.operator.numeric = 310120 -gsm.sim.operator.iso-country = us -gsm.operator.alpha = sprint -gsm.operator.numeric = 310120 -gsm.operator.iso-country = us ro.cdma.home.operator.numeric=310120 ro.cdma.home.operator.alpha=Sprint ro.telephony.default_network=8 -keyguard.no_require_sim=true -DEVICE_PROVISIONED=1 -telephony.lteOnCdmaDevice=1 -ro.config.svlte1x=true
\ No newline at end of file +telephony.lteOnCdmaDevice=1
\ No newline at end of file |
