forked from tezet/android_device_motorola_milestone2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.prop
121 lines (83 loc) · 2.83 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
112
113
114
115
116
117
#
# system.prop for milestone2
#
rild.libpath=/system/lib/librilswitch.so
rilswitch.vendorlibpath=/system/lib/libril-moto-umts-1.so
rilswitch.ganlibpath=/system/lib/libganril.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
# The interfaces to get DNS data from when using mobile data
# Comma-separated
mobiledata.interfaces=rmnet0,rmnet1,rmnet2,rmnet3,rmnet4,gannet0
wifi.interface = tiwlan0
# 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 = 60
# Use TI hotspot code
wifi.hotspot.ti = 1
# The OpenGL ES API level that is natively supported by this device.
# This is a 16.16 fixed point number
ro.opengles.version = 131072
# Enable Jpeg HW decoder for images > 300 kb (disabled, buggy)
jpeg.libskiahw.decoder.enable=0
jpeg.libskiahw.decoder.thresh=300000
# Disable Jpeg HW encoder
jpeg.libskiahw.encoder.enable=0
# This is a high density device with more memory, so larger vm heaps for it.
dalvik.vm.heapsize=40m
# Forbid format of these partitions in mount menu :
ro.cwm.forbid_format=/misc,/boot,/recovery,/pds,/system
# LED charging indicator mode
# off = keep LED off during charging
# white = white LED for 'charging', green LED for 'charged'
# rgb = mixed yellowish LED for 'charging', green LED for 'charged'
persist.sys.charge_led=off
# Tell UsbService that we're using Usb.apk
ro.usb.use_custom_service=1
# use 1% battery steps
ro.product.use_charge_counter=1
# use default multitouch configuration
ro.product.multi_touch_enabled=true
# kcm filename prefix
ro.sys.keypad_prefix=umts_milestone2-keypad-
# primary keycharmap
persist.sys.keypad_type=qwerty
# secondary keycharmap
persist.sys.keypad_type_sec=none
# max interval for key multipress (ms)
persist.sys.keypad_multipress_t=500
# alternative keylayout
# (for russian phones - swapped 'search' and 'lang/menu' buttons)
persist.sys.keylayout_alt=
persist.sys.qtouch_num=2
# required for future java part (common omap3/4)
#com.ti.omap_enhancement=1
# Shutter sound enabled
persist.sys.camera-mute=0
#
# New added
#
#make hard-key backlight more smart
ro.com.motorola.smartsensor=true
#Phone will not wake up from hitting the volume rocker
ro.config.hwfeature_wakeupkey=0
#Decrease dialing out delay
ro.telephony.call_ring.delay=700
#Disable blackscreen issue after a call
mot.proximity.delay=25
# default usb mode config
ro.default_usb_mode=2
# disable Windows Media Sync Usb.apk mode
ro.mtp_available=0
# Helps scrolling responsiveness
windowsmgr.max_events_per_sec=300
# to spare some RAM
persist.sys.purgeable_assets=1
# Increase overall touch responsiveness
mot.proximity.distance=1
video.accelerate.hw=1
ro.mot.hw.crystaltalk=1