blob: afa696f1e79ebd1c139f11022814e8cacad8d17d [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
6rild.libpath=/system/lib/libreference-ril.so
7#rild.libpath=/system/lib/libril-qc-qmi-1.so
8rild.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
27debug.sf.hw=0
28debug.egl.hw=0
29debug.composition.type=dyn
30debug.compbypass.enable=1
31dalvik.vm.heapsize=36m
32dev.pm.dyn_samplingrate=1
33
34ro.hdmi.enable=true
Amal Paul0cdb3bb2013-03-05 14:14:17 -080035tunnel.decode=true
36tunnel.audiovideo.decode=true
37lpa.decode=false
David Ng682ef2d2012-11-26 15:07:48 -080038lpa.use-stagefright=true
39
40#system props for the MM modules
41
42media.stagefright.enable-player=true
43media.stagefright.enable-http=true
44media.stagefright.enable-aac=true
45media.stagefright.enable-qcp=true
46media.stagefright.enable-fma2dp=true
47media.stagefright.enable-scan=true
48mmp.enable.3g2=true
49
50#
51# system props for the data modules
52#
53ro.use_data_netmgrd=true
54
55#system props for time-services
56persist.timed.enable=true
57
58#
59# system prop for opengles version
60#
61# 131072 is decimal for 0x20000 to report version 2
62ro.opengles.version=131072
63
64#
65# System props for telephony
66# System prop to turn on CdmaLTEPhone always
67telephony.lteOnCdmaDevice=1
68
David Ngfc2fa2b2013-03-04 20:18:13 -080069# simulate sdcard on /data/media
David Ng682ef2d2012-11-26 15:07:48 -080070#
David Ngfc2fa2b2013-03-04 20:18:13 -080071persist.fuse_sdcard=true