diff options
| author | Ilya <ilya.lebedev.2003@mail.ru> | 2016-08-11 12:42:34 +0600 |
|---|---|---|
| committer | Ilya <ilya.lebedev.2003@mail.ru> | 2016-08-11 12:42:34 +0600 |
| commit | b6f861b432de5eeb8c1339619cc741f940ea4719 (patch) | |
| tree | 73f07bf8520c1f9d5b01ff876fa2b460f8075d8b /system.prop | |
peach: First Commit
Diffstat (limited to 'system.prop')
| -rw-r--r-- | system.prop | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/system.prop b/system.prop new file mode 100644 index 0000000..9f62ea0 --- /dev/null +++ b/system.prop @@ -0,0 +1,37 @@ +# Audio +ro.qc.sdk.audio.fluencetype=none +persist.audio.fluence.voicecall=true +persist.audio.fluence.voicerec=false +persist.audio.fluence.speaker=false + +# Display +ro.sf.lcd_density=320 + +# Radio +ro.telephony.default_network=9,1 +rild.libpath=/vendor/lib/libril-qc-qmi-1.so +ro.telephony.ril.config=simactivation +persist.radio.multisim.config=dsds +persist.radio.custom_ecc=1 +persist.radio.ecc_hard_1=998 +persist.radio.ecc_hard_count=1 + +persist.data.target=dpm1 +persist.data.qmi.adb_logmask=0 + +#Enable B service adj transition by default +ro.sys.fw.bservice_enable=true +ro.sys.fw.bservice_limit=5 +ro.sys.fw.bservice_age=5000 + +# Disable all camera debug +persist.camera.hal.debug.mask=0 + +# use threads max for dex2oat +dalvik.vm.dex2oat-threads=4 + +# Factory reset protection +ro.frp.pst=/dev/block/bootdevice/by-name/config + +# Latest hardware revision supported +ro.product.model.platform=1 |
