Skip to content

Commit

Permalink
m7vzw: update system props (again)
Browse files Browse the repository at this point in the history
telephony.rilV7NeedCDMALTEPhone is deprecated.

I was overzealous in removing some props that are used by proprietary
libs (run strings on the ril libs). These are being re-included:
persist.radio.add_power_save
persist.radio.snapshot_enabled
persist.radio.snapshot_timer
ro.ril.wp.feature

Change-Id: I9ba02340c26b8c6dcc90574a58326d3d17223474
  • Loading branch information
mdmower committed Oct 31, 2013
1 parent 7ba8dce commit d0a7122
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions system.prop
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
# system.prop for m7vzw
#

# RIL
# RIL - AOSP properties
rild.libargs=-d /dev/smd0
rild.libpath=/system/lib/libril-qc-qmi-1.so
ril.subscription.types=NV,RUIM
ro.telephony.default_network=8
ro.cdma.subscribe_on_ruim_ready=true
telephony.lteOnCdmaDevice=1
telephony.rilV7NeedCDMALTEPhone=true
ro.telephony.ril_class=HTCQualcommM7CDMARIL

# RIL - Proprietary lib properties
persist.radio.add_power_save=1
persist.radio.snapshot_enabled=1
persist.radio.snapshot_timer=22
ro.ril.wp.feature=1
ro.use_data_netmgrd=true

# Carrier definitions
Expand Down

0 comments on commit d0a7122

Please sign in to comment.