diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 50c634c..ecdfa7a 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -40,6 +40,7 @@ TARGET_BOOTLOADER_BOARD_NAME := MSM8226 TARGET_PROVIDES_CAMERA_HAL := true USE_DEVICE_SPECIFIC_CAMERA := true TARGET_USE_COMPAT_GRALLOC_ALIGN := true +TARGET_HAS_LEGACY_CAMERA_HAL1 := true # Charger BOARD_BATTERY_DEVICE_NAME := "battery" diff --git a/overlay/packages/apps/Snap/res/values/config.xml b/overlay/packages/apps/Snap/res/values/config.xml new file mode 100644 index 0000000..07ad7ed --- /dev/null +++ b/overlay/packages/apps/Snap/res/values/config.xml @@ -0,0 +1,23 @@ + + + + + + + true + + + true + diff --git a/system.prop b/system.prop index e04e604..d502da4 100644 --- a/system.prop +++ b/system.prop @@ -25,6 +25,10 @@ ro.qualcomm.bt.hci_transport=smd # Camera camera2.portability.force_api=1 +# HAX - remove ASAP +media.stagefright.legacyencoder=true +media.stagefright.less-secure=true + # Dalvik dalvik.vm.heapstartsize=8m dalvik.vm.heapgrowthlimit=128m