diff --git a/extract-files.sh b/extract-files.sh index 44c6dc74cbc7c32aaf3099512c4c936472b672e2..85b0f2d948c25cf569518c664758fa2438069512 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -58,6 +58,9 @@ function blob_fixup() { vendor/etc/libnfc-hal-st.conf) sed -i 's|STNFC_HAL_LOGLEVEL=.*|STNFC_HAL_LOGLEVEL=0x12|g' "${2}" ;; + vendor/etc/camera/camxoverridesettings.txt) + sed -i '$aexposeFullSizeForQCFA=TRUE' "${2}" + ;; esac }