blob: a09d53e04a8594c9f95056029e4c8034b7b07e06 [file] [log] [blame]
David Ng682ef2d2012-11-26 15:07:48 -08001#
2# system.prop for msm8226
3#
4
5# Use reference RIL for initial bringup
Naveen Kalla3d192d72013-03-10 15:42:21 -07006#rild.libpath=/system/lib/libreference-ril.so
Satya Durga Srinivasu Prabhalac2500292013-03-19 12:21:17 +05307rild.libpath=/vendor/lib/libril-qc-qmi-1.so
David Ng682ef2d2012-11-26 15:07:48 -08008rild.libargs=-d /dev/smd0
9persist.rild.nitz_plmn=
10persist.rild.nitz_long_ons_0=
11persist.rild.nitz_long_ons_1=
12persist.rild.nitz_long_ons_2=
13persist.rild.nitz_long_ons_3=
14persist.rild.nitz_short_ons_0=
15persist.rild.nitz_short_ons_1=
16persist.rild.nitz_short_ons_2=
17persist.rild.nitz_short_ons_3=
18ril.subscription.types=NV,RUIM
19DEVICE_PROVISIONED=1
20# Start in cdma mode
21ro.telephony.default_network=5
22
23# Skip /sys/power/wait_for_fb_* nodes and
24# force FB to be always on
25debug.sf.fb_always_on=1
26
Sushil Chauhanebcf56b2013-03-05 17:42:13 -080027debug.sf.hw=1
28debug.egl.hw=1
Sushil Chauhan28ad9c82013-03-20 12:36:03 -070029debug.composition.type=c2d
Sushil Chauhanebcf56b2013-03-05 17:42:13 -080030persist.hwc.mdpcomp.enable=false
31debug.mdpcomp.logs=0
David Ng682ef2d2012-11-26 15:07:48 -080032dalvik.vm.heapsize=36m
33dev.pm.dyn_samplingrate=1
34
35ro.hdmi.enable=true
Amal Paul0cdb3bb2013-03-05 14:14:17 -080036tunnel.decode=true
37tunnel.audiovideo.decode=true
38lpa.decode=false
David Ng682ef2d2012-11-26 15:07:48 -080039lpa.use-stagefright=true
40
41#system props for the MM modules
42
43media.stagefright.enable-player=true
44media.stagefright.enable-http=true
45media.stagefright.enable-aac=true
46media.stagefright.enable-qcp=true
47media.stagefright.enable-fma2dp=true
48media.stagefright.enable-scan=true
49mmp.enable.3g2=true
50
51#
52# system props for the data modules
53#
54ro.use_data_netmgrd=true
55
56#system props for time-services
57persist.timed.enable=true
58
59#
60# system prop for opengles version
61#
62# 131072 is decimal for 0x20000 to report version 2
63ro.opengles.version=131072
64
65#
66# System props for telephony
67# System prop to turn on CdmaLTEPhone always
68telephony.lteOnCdmaDevice=1
69
David Ngfc2fa2b2013-03-04 20:18:13 -080070# simulate sdcard on /data/media
David Ng682ef2d2012-11-26 15:07:48 -080071#
David Ngfc2fa2b2013-03-04 20:18:13 -080072persist.fuse_sdcard=true