forked from Alberto96/android_device_samsung_i9500
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathsystem.prop
58 lines (40 loc) · 1.01 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
#
# system.prop for i9500
#
## Bluetooth ##
# The new CAF code defaults to MCT HAL, but we
# need the old H4 HAL for our Broadcom WiFi.
PRODUCT_PROPERTY_OVERRIDES += \
qcom.bluetooth.soc=rome
## Graphics ##
# Disable GL Library Preload
ro.zygote.disable_gl_preload=1
# Disable HDCP by default
persist.hdmi.hdcp_enabled=false
persist.sys.hdcp_checking=never
## NFC ##
# Reduce Debug Level
nfc.app_log_level=0
## OTA Updates ##
# ROM Manifest
ro.ota.manifest=https://raw.githubusercontent.com/GearCM/android_device_samsung_i9500/cm-13.0/ota.xml
# ROM Name
ro.ota.romname=GearCM13
# ROM Version
ro.ota.version=20161203
## Radio ##
# Samsung RIL Config
rild.libargs=-d /dev/ttyS0
rild.libpath=/system/lib/libsec-ril.so
ro.ril.telephony.mqanelements=5
# Max Supported GPRS/EDGE Category
ro.ril.gprsclass=12
# Max Supported HSDPA Category
ro.ril.hsdpa.category=24
# Max Supported HSUPA Category
ro.ril.hsupa.category=6
# Enable HSPA+ 42 Mbps
ro.ril.hsxpa=3
## Screen ##
# 1080p Screen Density
ro.sf.lcd_density=480