-
Notifications
You must be signed in to change notification settings - Fork 16
/
system.prop
75 lines (61 loc) · 1.73 KB
/
system.prop
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# set default lcd density to TVDPI
ro.sf.lcd_density=213
# radio
rild.libpath=/system/lib/libril-qc-qmi-1.so
rild.libargs=-d /dev/smd0
persist.rild.nitz_plmn=
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
persist.rild.nitz_long_ons_2=
persist.rild.nitz_long_ons_3=
persist.rild.nitz_short_ons_0=
persist.rild.nitz_short_ons_1=
persist.rild.nitz_short_ons_2=
persist.rild.nitz_short_ons_3=
mobiledata.interfaces=rmnet0
ro.telephony.ril.v3=signalstrength
ro.use_data_netmgrd=true
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.vendor.extension_library=/system/lib/libqc-opt.so
# graphics
debug.composition.type=gpu
debug.mdpcomp.maxlayer=0
debug.mdpcomp.logs=0
debug.enabletr=true
debug.sf.hw=1
ro.opengles.version=131072
dev.pm.dyn_samplingrate=1
ro.bq.gpu_to_cpu_unsupported=1
persist.sys.color.enhance=true
# system props for SD card emulation of emmc partition
ro.emmc.sdcard.partition=23
#system props for the MM modules
media.stagefright.enable-player=true
media.stagefright.enable-http=true
media.stagefright.enable-fma2dp=false
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
# System props for audio
persist.audio.fluence.mode=endfire
persist.audio.vr.enable=false
# LPA
# lpa.decode=false
# lpa.use-stagefright=true
# hdmi
com.qc.hardware=true
# For adding charging animation
persist.sys.chargingstart=false
# Add To: use Sensor for the currentAppOrientation
ro.config.hw_GSensorOptimize=true
# System prop for sending transmit power request to RIL during WiFi hotspot on/off
ro.ril.transmitpower=true
# Bluetooth
ro.bluetooth.remote.autoconnect=true
ro.bluetooth.request.master=true
ro.qualcomm.bluetooth.ftp=true
ro.qualcomm.bluetooth.dun=true
# MTP on default
persist.sys.usb.config=mtp,adb
# Hack
persist.hw.overlay=1