-
Notifications
You must be signed in to change notification settings - Fork 3
/
system_prop.mk
72 lines (63 loc) · 1.7 KB
/
system_prop.mk
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
#
# Property overrides msm7x30
#
PRODUCT_PROPERTY_OVERRIDES += \
ro.sf.lcd_density=240 \
ro.gsm.2nd_data_retry_config=max_retries=3,2000,2000,2000 \
com.qc.hardware=true
# RIL
PRODUCT_PROPERTY_OVERRIDES += \
rild.libpath=/system/lib/libhtc_ril.so \
ro.ril.ecc.HTC-GCC=999,112,997 \
ro.ril.ecc.HTC-WWE=999 \
ro.ril.ecc.HTC-ELL=92,93,94 \
ro.ril.enable.a52.HTC-ITA=1 \
ro.ril.enable.a53.HTC-ITA=1 \
ro.ril.enable.a52=0 \
ro.ril.enable.a53=1 \
ro.ril.disable.fd.plmn.prefix=23402,23410,23411 \
ro.ril.enable.sdr=1 \
ro.ril.enable.amr.wideband=1 \
ro.ril.enable.dtm=1 \
ro.ril.gprsclass=12 \
ro.ril.hsdpa.category=10 \
ro.ril.hsupa.category=6 \
ro.ril.hsxpa=2 \
ro.ril.def.agps.mode=2 \
ro.ril.disable.power.collapse=1
# Radio
PRODUCT_PROPERTY_OVERRIDES += \
ro.telephony.default_network=0 \
ro.telephony.ril.v3=signalstrength \
ro.telephony.call_ring.multiple=false \
mobiledata.interfaces=gannet0,rmnet0,rmnet1,rmnet2 \
ro.use_data_netmgrd=true
# WiFi
PRODUCT_PROPERTY_OVERRIDES += \
wifi.interface=wlan0 \
ro.tethering.kb_disconnect=1
# Display
PRODUCT_PROPERTY_OVERRIDES += \
ro.opengles.version=131072 \
debug.sf.hw=1 \
debug.composition.type=mdp \
persist.hwc.mdpcomp.enable=true \
debug.mdpcomp.maxlayer=3 \
debug.mdpcomp.idletime=-1
# Camera
PRODUCT_PROPERTY_OVERRIDES += \
camera2.portability.force_api=1
# Memory
PRODUCT_PROPERTY_OVERRIDES += \
ro.config.low_ram=true \
persist.sys.force_highendgfx=true \
ro.sys.fw.bg_apps_limit=16 \
ro.config.max_starting_bg=8 \
config.disable_atlas=true
# Misc
PRODUCT_PROPERTY_OVERRIDES += \
ro.com.google.locationfeatures=1
# Disable strict mode
PRODUCT_PROPERTY_OVERRIDES += \
persist.sys.strictmode.visual=0 \
persist.sys.strictmode.disable=1