diff --git a/device-oriole.mk b/device-oriole.mk index c38708a..12dc717 100644 --- a/device-oriole.mk +++ b/device-oriole.mk @@ -181,6 +181,10 @@ endif PRODUCT_VENDOR_PROPERTIES += \ ro.vendor.build.svn=24 +# Set support hide display cutout feature +PRODUCT_PRODUCT_PROPERTIES += \ + ro.support_hide_display_cutout=true + # Hide cutout overlays PRODUCT_PACKAGES += \ NoCutoutOverlay \ diff --git a/device-raven.mk b/device-raven.mk index a8bd9d4..3d1aaa2 100644 --- a/device-raven.mk +++ b/device-raven.mk @@ -194,6 +194,10 @@ endif PRODUCT_VENDOR_PROPERTIES += \ ro.vendor.build.svn=24 +# Set support hide display cutout feature +PRODUCT_PRODUCT_PROPERTIES += \ + ro.support_hide_display_cutout=true + # Hide cutout overlays PRODUCT_PACKAGES += \ NoCutoutOverlay \ diff --git a/oriole/overlay/frameworks/base/core/res/res/values/config.xml b/oriole/overlay/frameworks/base/core/res/res/values/config.xml index cafb93d..0b63462 100644 --- a/oriole/overlay/frameworks/base/core/res/res/values/config.xml +++ b/oriole/overlay/frameworks/base/core/res/res/values/config.xml @@ -311,4 +311,73 @@ 64 + + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 20 + 30 + 40 + 50 + 60 + 70 + 80 + 90 + 100 + + + + 11373 + 5000 + 4333 + 3666 + 3000 + 2760 + 2520 + 2280 + 2040 + 1800 + 800 + 527 + 500 + 470 + 396 + 322 + 248 + 174 + 99 + 99 + + + + 853 + 700 + 683 + 666 + 650 + 640 + 630 + 620 + 610 + 600 + 500 + 500 + 440 + 385 + 348 + 311 + 274 + 237 + 200 + 200 + + diff --git a/powerhint-oriole.json b/powerhint-oriole.json index 8f1bcb4..a3b6d99 100644 --- a/powerhint-oriole.json +++ b/powerhint-oriole.json @@ -196,7 +196,7 @@ "0-3", "0-7" ], - "ResetOnInit": true + "ResetOnInit": false }, { "Name": "CDHighCpusetCpus", diff --git a/powerhint-raven.json b/powerhint-raven.json index 0e1eb32..19c6469 100644 --- a/powerhint-raven.json +++ b/powerhint-raven.json @@ -197,7 +197,7 @@ "0-3", "0-7" ], - "ResetOnInit": true + "ResetOnInit": false }, { "Name": "CDHighCpusetCpus", diff --git a/raven/overlay/frameworks/base/core/res/res/values/config.xml b/raven/overlay/frameworks/base/core/res/res/values/config.xml index 9c9e945..36b7fdf 100644 --- a/raven/overlay/frameworks/base/core/res/res/values/config.xml +++ b/raven/overlay/frameworks/base/core/res/res/values/config.xml @@ -287,4 +287,73 @@ 64 + + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 20 + 30 + 40 + 50 + 60 + 70 + 80 + 90 + 100 + + + + 11373 + 5000 + 4333 + 3666 + 3000 + 2760 + 2520 + 2280 + 2040 + 1800 + 800 + 527 + 500 + 470 + 396 + 322 + 248 + 174 + 99 + 99 + + + + 853 + 700 + 683 + 666 + 650 + 640 + 630 + 620 + 610 + 600 + 500 + 500 + 440 + 385 + 348 + 311 + 274 + 237 + 200 + 200 + + diff --git a/uwb/uwb_calibration.mk b/uwb/uwb_calibration.mk index 6c6b410..d0585d9 100644 --- a/uwb/uwb_calibration.mk +++ b/uwb/uwb_calibration.mk @@ -19,4 +19,3 @@ PRODUCT_COPY_FILES += \ $(LOCAL_UWB_CAL_DIR)/UWB-calibration.conf:$(TARGET_COPY_OUT_VENDOR)/etc/UWB-calibration.conf \ $(LOCAL_UWB_CAL_DIR)/UWB-calibration.conf:$(TARGET_COPY_OUT_VENDOR)/etc/UWB-calibration-unknown.conf \ $(LOCAL_UWB_CAL_DIR)/UWB-calibration.conf:$(TARGET_COPY_OUT_VENDOR)/etc/UWB-calibration-default.conf \ - vendor/qorvo/uwb/aosp/init.uwb.calib.xtal.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.uwb.calib.sh \