diff options
-rwxr-xr-x | BoardConfig.mk | 6 | ||||
-rwxr-xr-x[-rw-r--r--] | device.mk | 2 | ||||
-rw-r--r-- | keylayout/fpc1020tp.kl | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 5a9f9f2..87110d6 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -108,8 +108,9 @@ QCOM_BT_USE_BTNV := true QCOM_BT_USE_SMD_TTY := true # Camera -BOARD_QTI_CAMERA_32BIT_ONLY := true +BOARD_QTI_CAMERA_32BIT_ONLY := false USE_DEVICE_SPECIFIC_CAMERA := true +TARGET_HAS_LEGACY_CAMERA_HAL1 := true # Charger @@ -170,6 +171,9 @@ TARGET_PROVIDES_KEYMASTER := true # Lights TARGET_PROVIDES_LIBLIGHT := true +# Media +TARGET_USES_MEDIA_EXTENSIONS := true + # Partitions BOARD_BOOTIMAGE_PARTITION_SIZE := 67108864 BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456 diff --git a/device.mk b/device.mk index 1efec98..be6465c 100644..100755 --- a/device.mk +++ b/device.mk @@ -128,7 +128,7 @@ PRODUCT_COPY_FILES += \ # Camera PRODUCT_PACKAGES += \ - Snap + Snap # Connectivity Engine support (CNE) PRODUCT_PACKAGES += \ diff --git a/keylayout/fpc1020tp.kl b/keylayout/fpc1020tp.kl index cb6998a..1cd601e 100644 --- a/keylayout/fpc1020tp.kl +++ b/keylayout/fpc1020tp.kl @@ -1,5 +1,5 @@ key 158 BACK VIRTUAL -key 249 MENU -key 254 APP_SWITCH +key 254 MENU +key 249 APP_SWITCH key 183 HOME VIRTUAL |