Kendrick Vargas | 5c8eebe | 2012-10-10 11:02:41 -0400 | [diff] [blame^] | 1 | # |
| 2 | # system.prop for SGH-T769 |
| 3 | # |
| 4 | |
| 5 | rild.libpath=/system/lib/libril-qc-qmi-1.so |
| 6 | rild.libargs=-d /dev/smd0 |
| 7 | persist.rild.nitz_plmn= |
| 8 | persist.rild.nitz_long_ons_0= |
| 9 | persist.rild.nitz_long_ons_1= |
| 10 | persist.rild.nitz_long_ons_2= |
| 11 | persist.rild.nitz_long_ons_3= |
| 12 | persist.rild.nitz_short_ons_0= |
| 13 | persist.rild.nitz_short_ons_1= |
| 14 | persist.rild.nitz_short_ons_2= |
| 15 | persist.rild.nitz_short_ons_3= |
| 16 | ril.subscription.types=NV,RUIM |
| 17 | DEVICE_PROVISIONED=1 |
| 18 | |
| 19 | dev.pm.dyn_samplingrate=1 |
| 20 | |
| 21 | #system props for the MM modules |
| 22 | |
| 23 | media.stagefright.enable-player=true |
| 24 | media.stagefright.enable-http=true |
| 25 | media.stagefright.enable-fma2dp=false |
| 26 | media.stagefright.enable-aac=true |
| 27 | media.stagefright.enable-qcp=true |
| 28 | |
| 29 | ro.vendor.extension_library=/system/lib/libqc-opt.so |
| 30 | |
| 31 | # |
| 32 | # system props for the data modules |
| 33 | # |
| 34 | ro.use_data_netmgrd=true |
| 35 | persist.data_netmgrd_nint=16 |
| 36 | |
| 37 | # |
| 38 | # system props for SD card emulation of emmc partition |
| 39 | # |
| 40 | ro.emmc.sdcard.partition=17 |
| 41 | |
| 42 | #system props for time-services |
| 43 | persist.timed.enable=true |
| 44 | |
| 45 | # System props for audio |
| 46 | persist.audio.fluence.mode=endfire |
| 47 | persist.audio.vr.enable=false |
| 48 | |
| 49 | # |
| 50 | # system prop for opengles version |
| 51 | # |
| 52 | # 131072 is decimal for 0x20000 to report version 2 |
| 53 | ro.opengles.version=131072 |
| 54 | |
| 55 | # |
| 56 | # System prop for sending transmit power request to RIL during WiFi hotspot on/off |
| 57 | # |
| 58 | ro.ril.transmitpower=true |
| 59 | |
| 60 | # |
| 61 | # Needed to match behavior of stock rom |
| 62 | # D/PHONE: mDoesRilSendMultipleCallRing=false |
| 63 | # |
| 64 | ro.telephony.call_ring.multiple=0 |
| 65 | |
| 66 | # for 480x800 panel |
| 67 | ro.sf.lcd_density=240 |
| 68 | |
| 69 | # Fields for custom RIL |
| 70 | # MAX PROP NAME is 31 chars --| |
| 71 | ro.telephony.ril_class=SamsungQualcommUiccRIL |
| 72 | telephony.lteOnGsmDevice=1 |
| 73 | |
| 74 | # System property for SIM |
| 75 | persist.radio.apm_sim_not_pwdn=1 |
| 76 | |
| 77 | # System prop for qmi adb log |
| 78 | persist.radio.adb_log_on=1 |
| 79 | |
| 80 | # System proverty for sys info indication |
| 81 | persist.radio.add_power_save=1 |
| 82 | |
| 83 | # System proverty snapshot disable |
| 84 | persist.radio.snapshot_disabled=1 |
| 85 | |
| 86 | # tweaks |
| 87 | persist.sys.ui.hw=1 |
| 88 | dalvik.vm.verify_bytecode=false |