Skip to content

Commit b73339f

Browse files
committed
camera changes, default values for brightness and touch sounds
Change-Id: I95c30d2b2f0bd5b98e6d901d1320456e70783a4f
1 parent 43edde9 commit b73339f

File tree

5 files changed

+31
-16
lines changed

5 files changed

+31
-16
lines changed

BoardConfig.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ OMX_VENDOR_WRAPPER := TI_OMX_Wrapper
113113
BOARD_OPENCORE_LIBRARIES := libOMX_Core
114114
BOARD_OPENCORE_FLAGS := -DHARDWARE_OMX=1
115115
endif
116+
LEGACY_DOMX := true
116117

117118

118119
# OMAP

device_solana.mk

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,6 @@ PRODUCT_PACKAGES += \
5757
rild \
5858
radiooptions \
5959

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-
7360
# Wifi
7461
PRODUCT_PACKAGES += \
7562
libCustomWifi \
@@ -260,6 +247,7 @@ PRODUCT_COPY_FILES += \
260247
$(LOCAL_KERNEL):kernel
261248

262249
$(call inherit-product, hardware/ti/omap4xxx/omap4.mk)
250+
$(call inherit-product, hardware/ti/camera/camera.mk)
263251
$(call inherit-product, hardware/ti/wpan/ti-wpan-products.mk)
264252
$(call inherit-product-if-exists, vendor/google/google-vendor.mk)
265253
#$(call inherit-product, hardware/ti/wpan/tools/FM/Android.mk)

overlay/frameworks/base/core/res/res/values/config.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
<!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap -->
4343
<integer-array name="config_keyboardTapVibePattern">
44-
<item>20</item>
44+
<item>10</item>
4545
</integer-array>
4646

4747
<!-- Our amoled doesn't animate well. -->
@@ -116,7 +116,7 @@
116116
<item>255</item>
117117
<item>255</item>
118118
<item>255</item>
119-
<item>0</item>
119+
<item>255</item>
120120
</integer-array>
121121

122122
<!-- Array of output values for keyboard backlight corresponding to the LUX values
@@ -130,7 +130,7 @@
130130
<item>255</item>
131131
<item>255</item>
132132
<item>255</item>
133-
<item>0</item>
133+
<item>255</item>
134134
</integer-array>
135135

136136
<!-- Amount of time it takes for the light sensor to warm up in milliseconds.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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>

system.prop

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ ro.mot.hw.uaprof=http://uaprof.motorola.com/phoneconfig/MotoMB200/profile/MotoMB
278278
ro.build.version.full=ICS_Version.5.6.890.XT862.Verizon.en.US
279279
ro.mot.hidden_keyboards=evfwd
280280
persist.sys.usb.config=mass_storage,adb
281+
ro.ril.disable.power.collaspe=1
282+
pm.sleep_mode=1
281283

282284
ro.rommanager.developerid=Hashcode
283285
ro.modversion=Droid3-ICS-Alpha6

0 commit comments

Comments
 (0)