forked from ali-rais/android_device_samsung_logan2g
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsystem.prop
45 lines (37 loc) · 932 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
39
40
41
42
43
44
45
#
# system.prop for logan2g
#
ro.sf.lcd_density=240
ro.sf.lcd_width = 52
ro.sf.lcd_height = 87
ro.opengles.version=131072
ro.product.hardware=logan
ro.lcd_brightness=160
debug.hwui.render_dirty_regions=false
# delay for ConnectivityChange broadcast (ms)
conn.connectivity_change_delay = 0
# NK console device
persist.ttydev=ttyVUART0
# MultiTouch support
ro.product.multi_touch_enabled=true
ro.product.max_num_touch=2
# RIL: trying something new
#ril.sim2.present=1
#ro.ril.hsxpa=1
#persist.msms.phone_count=2
ro.ril.telephony.mqanelements=5
ro.secure=0
ro.adb.secure=0
service.adb.root=1
ro.allow.mock.location=1
ro.debuggable=1
#We have a low amount of RAM...
config.disable_atlas=true
#WHAT IS ATLAS!!! Eh, it's disabled though, so who cares :D
dalvik.vm.jit.codecachesize=0
ro.config.max_starting_bg=8
ro.sys.fw.bg_apps_limit=16
#Other stuff
persist.sys.force_highendgfx=true
#Because we're high end ;D
ro.kernel.qemu=0