blob: 66aaec4f292ea616c510d4573655d045a469b44f [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
7rild.libpath=/system/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
29debug.composition.type=gpu
30persist.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
36lpa.decode=true
37lpa.use-stagefright=true
38
39#system props for the MM modules
40
41media.stagefright.enable-player=true
42media.stagefright.enable-http=true
43media.stagefright.enable-aac=true
44media.stagefright.enable-qcp=true
45media.stagefright.enable-fma2dp=true
46media.stagefright.enable-scan=true
47mmp.enable.3g2=true
48
49#
50# system props for the data modules
51#
52ro.use_data_netmgrd=true
53
54#system props for time-services
55persist.timed.enable=true
56
57#
58# system prop for opengles version
59#
60# 131072 is decimal for 0x20000 to report version 2
61ro.opengles.version=131072
62
63#
64# System props for telephony
65# System prop to turn on CdmaLTEPhone always
66telephony.lteOnCdmaDevice=1
67
David Ngfc2fa2b2013-03-04 20:18:13 -080068# simulate sdcard on /data/media
David Ng682ef2d2012-11-26 15:07:48 -080069#
David Ngfc2fa2b2013-03-04 20:18:13 -080070persist.fuse_sdcard=true