-
Notifications
You must be signed in to change notification settings - Fork 42
/
system.prop
41 lines (31 loc) · 1.04 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
#
# system.prop for janice
#
rild.libpath=/system/lib/libsec-ril.so
rild.libargs=-d /dev/ttyS0
ro.sf.lcd_density=240
ro.lcd_min_brightness=30
# disable hw vsync
debug.hwui.render_dirty_regions=false
debug.sf.no_hw_vsync=1
persist.sys.use_dithering=2
persist.sys.strictmode.disable=1
# STE: Low power audio - enable ULP mode
ste.nmf.autoidle=1
# STE: Address of DBus STE bus
ste.dbus.bus.address=unix:path=/dev/socket/dbus_ste
# STE: UNSOL_CALL_RING is only sent once from RIL.
# Android needs to generate more rings if needed.
ro.telephony.call_ring.multiple=false
# STE: Hardware video codecs configuration
ste.video.dec.mpeg4.in.size=8192
ste.video.enc.out.buffercnt=5
ste.video.dec.recycle.delay=1
# STE: Fast Dormancy Flag
# Fast Dormancy based on USB Tether Events and Screen States
ste.special_fast_dormancy=false
# STE: camera orientation front & back
ste.cam.front.orientation=270
ste.cam.back.orientation=90
# STE: Camera file path configuration
ste.cam.ext.cfg.path.secondary=/system/usr/share/camera/config_file/samsung_s5k4ecgx_janice.dat