Ajay Dudani | 50eeeab | 2011-11-23 21:19:57 -0800 | [diff] [blame] | 1 | # |
| 2 | # system.prop for copper |
| 3 | # |
| 4 | |
Neeti Desai | 5b62f8c | 2012-02-14 19:07:26 -0800 | [diff] [blame] | 5 | # Skip /sys/power/wait_for_fb_* nodes and |
| 6 | # force FB to be always on |
| 7 | debug.sf.fb_always_on=1 |
| 8 | |
| 9 | # Use reference RIL for initial bringup |
| 10 | # rild.libpath=/system/lib/libril-qc-qmi-1.so |
| 11 | rild.libpath=/system/lib/libreference-ril.so |
| 12 | rild.libargs=-d /dev/smd0 |
| 13 | persist.rild.nitz_plmn= |
| 14 | persist.rild.nitz_long_ons_0= |
| 15 | persist.rild.nitz_long_ons_1= |
| 16 | persist.rild.nitz_long_ons_2= |
| 17 | persist.rild.nitz_long_ons_3= |
| 18 | persist.rild.nitz_short_ons_0= |
| 19 | persist.rild.nitz_short_ons_1= |
| 20 | persist.rild.nitz_short_ons_2= |
| 21 | persist.rild.nitz_short_ons_3= |
| 22 | ril.subscription.types=NV,RUIM |
Ajay Dudani | 50eeeab | 2011-11-23 21:19:57 -0800 | [diff] [blame] | 23 | DEVICE_PROVISIONED=1 |
| 24 | debug.sf.hw=0 |
| 25 | debug.egl.hw=0 |
Neeti Desai | 5b62f8c | 2012-02-14 19:07:26 -0800 | [diff] [blame] | 26 | debug.composition.type=dyn |
Kyong Hwa Bae | 9b3cf05 | 2012-03-20 18:08:52 -0700 | [diff] [blame] | 27 | debug.compbypass.enable=1 |
Ajay Dudani | 50eeeab | 2011-11-23 21:19:57 -0800 | [diff] [blame] | 28 | dalvik.vm.heapsize=36m |
Neeti Desai | 5b62f8c | 2012-02-14 19:07:26 -0800 | [diff] [blame] | 29 | dev.pm.dyn_samplingrate=1 |
| 30 | |
| 31 | ro.hdmi.enable=true |
| 32 | lpa.decode=true |
| 33 | lpa.use-stagefright=true |
| 34 | |
| 35 | #system props for the MM modules |
| 36 | |
| 37 | media.stagefright.enable-player=true |
| 38 | media.stagefright.enable-http=true |
| 39 | media.stagefright.enable-aac=true |
| 40 | media.stagefright.enable-qcp=true |
| 41 | media.stagefright.enable-fma2dp=true |
| 42 | media.stagefright.enable-scan=true |
| 43 | # |
| 44 | # system props for the data modules |
| 45 | # |
| 46 | ro.use_data_netmgrd=true |
| 47 | |
| 48 | #system props for time-services |
| 49 | #persist.timed.enable=true |
| 50 | |
| 51 | # |
| 52 | # system prop for opengles version |
| 53 | # |
| 54 | # 131072 is decimal for 0x20000 to report version 2 |
| 55 | ro.opengles.version=131072 |
| 56 | |
| 57 | # |
| 58 | #Simulate sdcard on /data/media |
| 59 | # |
| 60 | persist.fuse_sdcard=false |