forked from HUAWEI-SCALE-DES/android_device_huawei_scale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.prop
37 lines (30 loc) · 894 Bytes
/
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
# Audio
ro.qc.sdk.audio.fluencetype=none
persist.audio.fluence.voicecall=true
persist.audio.fluence.voicerec=false
persist.audio.fluence.speaker=true
# Display
debug.hwui.use_buffer_age=false
ro.sf.lcd_density=320
ro.qualcomm.cabl=0
# HWUI
ro.hwui.text_large_cache_height=2048
# Radio
persist.data.target=dpm1
persist.radio.no_cons_man_roam=1
persist.radio.sib16_support=1
rild.libpath=/system/vendor/lib/libril-qc-qmi-1.so
ril.ecclist=000,08,100,101,102,110,112,118,119,120,122,911,999
ril.ecclist1=000,08,100,101,102,110,112,118,119,120,122,911,999
ro.telephony.ril.config=simactivation
ro.hwpp.cust_ons_bin=true
# disable camera debug spam
persist.camera.hal.debug.mask=0
# set max background services
ro.config.max_starting_bg=8
# Storage
ro.sys.sdcardfs=true
# Hack HAL1 Legacy
media.stagefright.legacyencoder=true
media.stagefright.less-secure=true
camera2.portability.force_api=1