File tree Expand file tree Collapse file tree 5 files changed +31
-16
lines changed
packages/SettingsProvider/res/values Expand file tree Collapse file tree 5 files changed +31
-16
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ OMX_VENDOR_WRAPPER := TI_OMX_Wrapper
113
113
BOARD_OPENCORE_LIBRARIES := libOMX_Core
114
114
BOARD_OPENCORE_FLAGS := -DHARDWARE_OMX=1
115
115
endif
116
+ LEGACY_DOMX := true
116
117
117
118
118
119
# OMAP
Original file line number Diff line number Diff line change @@ -57,19 +57,6 @@ PRODUCT_PACKAGES += \
57
57
rild \
58
58
radiooptions \
59
59
60
- # Syslink and Tiler
61
- PRODUCT_PACKAGES += \
62
- syslink_daemon.out \
63
- syslink_tilertest.out \
64
- syslink_trace_daemon.out \
65
- libipc \
66
- libipcutils \
67
- librcm \
68
- libsysmgr \
69
- libnotify \
70
- libd2cmap \
71
- libtimemmgr \
72
-
73
60
# Wifi
74
61
PRODUCT_PACKAGES += \
75
62
libCustomWifi \
@@ -260,6 +247,7 @@ PRODUCT_COPY_FILES += \
260
247
$(LOCAL_KERNEL ) :kernel
261
248
262
249
$(call inherit-product, hardware/ti/omap4xxx/omap4.mk)
250
+ $(call inherit-product, hardware/ti/camera/camera.mk)
263
251
$(call inherit-product, hardware/ti/wpan/ti-wpan-products.mk)
264
252
$(call inherit-product-if-exists, vendor/google/google-vendor.mk)
265
253
# $(call inherit-product, hardware/ti/wpan/tools/FM/Android.mk)
Original file line number Diff line number Diff line change 41
41
42
42
<!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap -->
43
43
<integer-array name =" config_keyboardTapVibePattern" >
44
- <item >20 </item >
44
+ <item >10 </item >
45
45
</integer-array >
46
46
47
47
<!-- Our amoled doesn't animate well. -->
116
116
<item >255</item >
117
117
<item >255</item >
118
118
<item >255</item >
119
- <item >0 </item >
119
+ <item >255 </item >
120
120
</integer-array >
121
121
122
122
<!-- Array of output values for keyboard backlight corresponding to the LUX values
130
130
<item >255</item >
131
131
<item >255</item >
132
132
<item >255</item >
133
- <item >0 </item >
133
+ <item >255 </item >
134
134
</integer-array >
135
135
136
136
<!-- Amount of time it takes for the light sensor to warm up in milliseconds.
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!--
3
+ /**
4
+ * Copyright (c) 2009, The Android Open Source Project
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+ -->
19
+ <resources >
20
+ <bool name =" def_screen_brightness_automatic_mode" >true</bool >
21
+ <integer name =" def_lockscreen_sounds_enabled" >0</integer >
22
+ <!-- Default for UI touch sounds enabled -->
23
+ <bool name =" def_sound_effects_enabled" >false</bool >
24
+ </resources >
Original file line number Diff line number Diff line change @@ -278,6 +278,8 @@ ro.mot.hw.uaprof=http://uaprof.motorola.com/phoneconfig/MotoMB200/profile/MotoMB
278
278
ro.build.version.full=ICS_Version.5.6.890.XT862.Verizon.en.US
279
279
ro.mot.hidden_keyboards=evfwd
280
280
persist.sys.usb.config=mass_storage,adb
281
+ ro.ril.disable.power.collaspe=1
282
+ pm.sleep_mode=1
281
283
282
284
ro.rommanager.developerid=Hashcode
283
285
ro.modversion=Droid3-ICS-Alpha6
You can’t perform that action at this time.
0 commit comments