-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvendor_prop.mk
72 lines (72 loc) · 2.48 KB
/
vendor_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
PRODUCT_PROPERTY_OVERRIDES += \
/dev/umts_ipc0 \
dalvik.vm.heapgrowthlimit=192m \
dalvik.vm.heapmaxfree=8m \
dalvik.vm.heapminfree=512k \
dalvik.vm.heapsize=512m \
dalvik.vm.heapstartsize=8m \
dalvik.vm.heaptargetutilization=0.75 \
debug.hwc.winupdate=1 \
debug.sf.disable_backpressure=1 \
debug.slsi_platform=1 \
dev.usbsetting.embedded=on \
keyguard.no_require_sim=true \
net.dns1=8.8.8.8 \
net.dns2=8.8.4.4 \
persist.demo.hdmirotationlock=false \
persist.radio.multisim.config=ss \
ro.arch=exynos7885 \
ro.build.scafe.version=2019A \
ro.carrier=unknown \
ro.cfg.custom_sw_limit=200 \
ro.cfg.custom_tm_limit=1000 \
ro.cfg.dha_2ndprop_thMB=2048 \
ro.cfg.dha_cached_max=12 \
ro.cfg.dha_cached_min=4 \
ro.cfg.dha_empty_init=24 \
ro.cfg.dha_empty_max=24 \
ro.cfg.dha_empty_min=8 \
ro.cfg.enable_reentry_lmk=true \
ro.cfg.enable_userspace_lmk=true \
ro.cfg.freelimit_val=10 \
ro.cfg.kill_heaviest_task=true \
ro.cfg.upgrade_pressure=50 \
ro.config.add_bonusEFK=2 \
ro.config.alarm_alert=Homecoming.ogg \
ro.config.custom_sw_limit=125 \
ro.config.dha_cached_max=6 \
ro.config.dha_cached_min=3 \
ro.config.dha_empty_init=16 \
ro.config.dha_empty_max=16 \
ro.config.dha_empty_min=8 \
ro.config.dha_lmk_scale=0.2425 \
ro.config.dha_th_rate=2.0 \
ro.config.fha_enable=true \
ro.config.media_sound=Media_preview_Touch_the_light.ogg \
ro.config.notification_sound=Spaceline.ogg \
ro.config.notification_sound_2=Signal.ogg \
ro.config.ringtone=Over_the_Horizon.ogg \
ro.config.ringtone_2=Atomic_Bell.ogg \
ro.config.systemaudiodebug=abox \
ro.config.v_bonusEFK=20480 \
ro.config.vc_call_vol_steps=7 \
ro.dalvik.vm.native.bridge=0 \
ro.debug_level=0x494d \
ro.error.receiver.default=com.samsung.receiver.error \
ro.frp.pst=/dev/block/persistent \
ro.hardware.keystore=mdfpp \
ro.hdcp2.rx=tz \
ro.opengles.version=196610 \
ro.security.cass.feature=1 \
ro.security.keystore.keytype=sak,gak \
ro.security.vaultkeeper.native=1 \
ro.security.vpnpp.release=2.0 \
ro.security.vpnpp.ver=2.1 \
ro.sf.lcd_density=280 \
security.ASKS.policy_version=000000 \
sys.config.activelaunch_enable=true \
telephony.lteOnCdmaDevice=0 \
vendor.rild.libargs=-d \
vendor.rild.libpath=/vendor/lib64/libsec-ril.so \
vendor.sec.rild.libpath=/vendor/lib64/libsec-ril.so \
wifi.interface=wlan0 \