Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
goodwin authored and raymanfx committed Mar 1, 2013
1 parent 7648119 commit 56db776
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions config/clearpad.idc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
touch.deviceType = touchScreen

# Pressure
touch.pressure.scale = 0.0074
touch.pressure.scale = 1.00

# Size
touch.size.scale = 16.91
touch.size.bias = 67.65
touch.size.scale = 25.00
touch.size.bias = 75.00
4 changes: 3 additions & 1 deletion overlay/frameworks/base/core/res/res/xml/storage_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
<!-- internal emulated storage -->
<storage android:mountPoint="/storage/sdcard0"
android:storageDescription="@string/storage_internal"
android:primary="true" />
android:primary="true"
android:removable="false"
android:allowMassStorage="true" />

<storage android:mountPoint="/mnt/usbdisk"
android:storageDescription="@string/storage_usb"
Expand Down
4 changes: 2 additions & 2 deletions temporary.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
#

# Prebuilt bluetooth lib vendor
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/temporary/libbt-vendor.so:system/vendor/lib/libbt-vendor.so
# PRODUCT_COPY_FILES += \
# $(LOCAL_PATH)/temporary/libbt-vendor.so:system/vendor/lib/libbt-vendor.so

0 comments on commit 56db776

Please sign in to comment.