diff options
author | Roberto Gibellini <gibellini.roberto@gmail.com> | 2016-11-19 17:22:19 -0700 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2016-11-19 16:37:05 -0800 |
commit | 0488ab51809a1203a0bab41692743b4c7adb917d (patch) | |
tree | c5883e180ab22880ed63df0fb5f68551df4b70f6 /system.prop | |
parent | f2a3063bc88ee0a075c04fa274c10c39c7abfc9b (diff) | |
download | device_samsung_i9305-0488ab51809a1203a0bab41692743b4c7adb917d.zip device_samsung_i9305-0488ab51809a1203a0bab41692743b4c7adb917d.tar.gz device_samsung_i9305-0488ab51809a1203a0bab41692743b4c7adb917d.tar.bz2 |
Revert "i9305 : first cleanup"
I'll push single commits
This reverts commit 59404fd3487ba4b00a342434ce11a694c41bc954.
Change-Id: I935bb25cf6f47bcb768522bc4ad846dabd720e65
Diffstat (limited to 'system.prop')
-rw-r--r-- | system.prop | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/system.prop b/system.prop index 37d0bf8..75d1685 100644 --- a/system.prop +++ b/system.prop @@ -6,6 +6,18 @@ rild.libpath=/system/lib/libsec-ril.so rild.libargs=-d /dev/ttyS0 ro.telephony.default_network=9 telephony.lteOnGsmDevice=1 -ro.ril.telephony.mqanelements=6 + ro.sf.lcd_density=320 ro.lcd_min_brightness=20 + +# System property ril adb log on +persist.radio.adb_log_on=1 + +# For sys info indication +persist.radio.add_power_save=1 + +# System property for SIM +persist.radio.apm_sim_not_pwdn=1 + +# System property for number of mQANElements +ro.ril.telephony.mqanelements=6 |