-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.prop
38 lines (32 loc) · 940 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
38
# LowRAM-FLag
ro.config.low_ram=true
ro.config.low_ram2g=true
# Disable Blur
ro.launcher.blur.appLaunch=0
ro.surface_flinger.supports_background_blur=0
ro.sf.blurs_are_expensive=0
persist.sys.sf.disable_blurs=1
ro.sf.blurs_are_caro=0
# Disable MultiUser
fw.max_users=0
fw.power_user_switcher=0
fw.show_guest_on_lockscreen=0
fw.show_hidden_users=0
fw.show_multiuserui=0
fw.show_user_switcher_on_lockscreen=0
fw.user_creation_disabled=1
# Disable Bootanimation For Quicker Boot & Fast Reboot
# debug.sf.nobootanimation=1
# ro.config.hw_quickpoweron=true
# dev.bootcomplete=0
# Don't force home launcher into memory
ro.HOME_APP_ADJ=0
# Dalvik VM Heap 1GB Config (Makes system uses less RAM)
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=64m
dalvik.vm.heapsize=128m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=2m
dalvik.vm.heapmaxfree=8m
# Makes system believe that have a small battery
ro.config.small_battery=true