-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.prop
executable file
·67 lines (49 loc) · 1.66 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
# This line was modified by Magisk module “lowramenabler”,
# edit from zip install file but not from
# “build.prop”.
##### Android Go Part
# enable Android Go, require API 21+.
# very break ui, but works fine at 27.
ro.config.low_ram=true
# auto recycle useless mem, for low mem device, make background app FC.
persist.sys.purgeable_assets=1
##### Part End
# enable Graphic draw (test)
persist.sys.gpu.optimization=1
# enable quick poweron (test)
ro.config.hw_quickpoweron=true
# enable hibernate (test)
persist.sys.shutdown.mode=hibernate
# pause cached process (test, may not work)
persist.sys.tombstone=1
# lock cache by surfaceflinger when no signal (test)
# https://source.android.google.cn/docs/core/graphics/unsignaled-buffer-latch
# WARNING! it may froze screen, if you get any problem, descript it at first.
# FORCE VERSION
# debug.sf.latch_unsignaled=1
# this line was demanded by customize.sh
# Auto version (default)
# debug.sf.auto_latch_unsignaled=true
# Reduce the number of background processes
ro.config.max_starting_bg=8
# Disable error checking to improve performance
#ro.kernel.android.checkjni=0
# Disable boot animation for faster startup
# debug.sf.nobootanimation=1
# Disable sending usage data
ro.config.nocheckin=1
# Enable JIT compiler for Dalvik VM
#dalvik.vm.execution-mode=int:jit
# Increase the heap size for better performance
#dalvik.vm.heapsize=256m
debug.sf.hw=1
video.accelerate.hw=1
debug.composition.type=dyn
# More RAM
#persist.sys.purgeable_assets=1
persist.service.pcsync.enable=0
persist.service.lgospd.enable=0
#Hardware Power Saving
ro.config.hw_power_saving=1
# modify end.
# CC BY-NC-SA License ,Author: SteveZMTstudios