forked from nadlabak/android_device_motorola_umts_sholes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.prop
112 lines (79 loc) · 2.75 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
#
# system.prop for generic sdk
#
rild.libpath=/system/lib/libril-moto-umts-1.so
rild.libargs=-d /dev/ttyS0
ro.sf.lcd_density=240
# Default network type.
# 3 -> GSM/WCDMA (auto mode, according to PRL)
ro.telephony.default_network=3
ro.telephony.ril_class=motow3g
# The interfaces to get DNS data from when using mobile data
# Comma-separated
mobiledata.interfaces=rmnet0
wifi.interface=tiwlan0
# Use TI hotspot code
wifi.hotspot.ti=1
# Time between scans in seconds. Keep it high to minimize battery drain.
# This only affects the case in which there are remembered access points,
# but none are in range.
wifi.supplicant_scan_interval=45
# The OpenGL ES API level that is natively supported by this device.
# This is a 16.16 fixed point number
ro.opengles.version=131072
# This is a high density device with more memory, so larger vm heaps for it.
dalvik.vm.heapsize=28m
# store dalvik-cache of everything in /cache
dalvik.vm.dexopt-cache-only=0
#proximit sensor screen off delay
mot.proximity.delay=450
#proximit sensor disable touch distance
mot.proximity.distance=100
# to spare some RAM
persist.sys.purgeable_assets=1
# scrolling cache: 'default disable'
persist.sys.scrollingcache=2
# apps to be kept in memory (specified by process name)
# use with caution, RAM is limited!
sys.keep_app_1=
sys.keep_app_2=
# kcm filename prefix
ro.sys.keypad_prefix=sholesp2a-keypad-
# primary keycharmap
persist.sys.keypad_type=euro_qwerty
# secondary keycharmap
persist.sys.keypad_type_sec=none
# max interval for key multipress (ms)
persist.sys.keypad_multipress_t=500
# language for key multipress
persist.sys.keypad_multipress_l=auto
# alternative keylayout
# (for russian phones - swapped 'search' and 'lang/menu' buttons)
persist.sys.keylayout_alt=
persist.sys.qtouch_num=2
persist.sys.one_percent_batt=1
ro.usb.use_custom_service=1
# enable 16bit transparency by default
persist.sys.use_16bpp_alpha=1
# when set to 1, Google Maps NetworkLocationService
# (designed to be constantly running since gmaps 5.1.0)
# won't be kept in RAM anymore, unless Google Maps really need it
#
# set this property to 0 if you rely on Latitude service
# to automatically report your location (bye bye, free RAM)
persist.sys.gmaps_hack=1
windowsmgr.max_events_per_sec=60
# The interfaces to get DNS data from when using mobile data, comma-separated
mobiledata.interfaces=rmnet0
# Maximum time (in msec) we allow the CallerInfo query to run,
# before giving up and falling back to the default ringtone.
ro.ringtone_query_wait_time=1500
# Logger properties
persist.service.aplogd.enable=0
# max single log file size in MB (default is 10)
aplogd.logfile.size=5
# single buffers to be collected (0 - disabled)
aplogd.collect.main=1
aplogd.collect.kernel=1
aplogd.collect.radio=1
aplogd.collect.events=1