diff --git a/BoardConfig.mk b/BoardConfig.mk index c072da6..b29ad06 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -104,3 +104,4 @@ BOARD_VENDOR_QCOM_GPS_LOC_API_AMSS_VERSION := 3200 TARGET_PREBUILT_RECOVERY_KERNEL := device/htc/leo/prebuilt/recovery_kernel BOARD_USES_RECOVERY_CHARGEMODE := true +BOARD_HAS_LARGE_FILESYSTEM := true diff --git a/overlay/packages/apps/Camera/res/values/config.xml b/overlay/packages/apps/Camera/res/values/config.xml new file mode 100644 index 0000000..ae964ee --- /dev/null +++ b/overlay/packages/apps/Camera/res/values/config.xml @@ -0,0 +1,25 @@ + + + + + + + touch-focus + diff --git a/postrecoveryboot.sh b/postrecoveryboot.sh index d65a5ff..dce0ea5 100755 --- a/postrecoveryboot.sh +++ b/postrecoveryboot.sh @@ -14,3 +14,7 @@ fi #cat >> /etc/fstab << EOF #/dev/block/mmcblk0p2 /sd-ext $FS rw #EOF +<<<<<<< HEAD +======= + +>>>>>>> 40364b7f71c1fadc944e913c7577b31132cf0a65 diff --git a/prebuilt/ueventd.leo.rc b/prebuilt/ueventd.leo.rc new file mode 120000 index 0000000..4df21fc --- /dev/null +++ b/prebuilt/ueventd.leo.rc @@ -0,0 +1 @@ +ueventd.htcleo.rc \ No newline at end of file