diff --git a/device-oriole.mk b/device-oriole.mk index cff1efe..1cbeddf 100644 --- a/device-oriole.mk +++ b/device-oriole.mk @@ -135,7 +135,9 @@ DEVICE_MANIFEST_FILE += \ # Vibrator HAL PRODUCT_PRODUCT_PROPERTIES +=\ - ro.vendor.vibrator.hal.long.frequency.shift=15 + ro.vendor.vibrator.hal.long.frequency.shift=15 \ + ro.vendor.vibrator.hal.device.mass=0.205 \ + ro.vendor.vibrator.hal.loc.coeff=2.25 ACTUATOR_MODEL := luxshare_ict_081545 @@ -162,7 +164,7 @@ endif # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=28 + ro.vendor.build.svn=29 # Set support hide display cutout feature PRODUCT_PRODUCT_PROPERTIES += \ diff --git a/device-raven.mk b/device-raven.mk index b3a3207..cd3ea77 100644 --- a/device-raven.mk +++ b/device-raven.mk @@ -151,7 +151,9 @@ DEVICE_MANIFEST_FILE += \ # Vibrator HAL PRODUCT_PRODUCT_PROPERTIES +=\ - ro.vendor.vibrator.hal.long.frequency.shift=15 + ro.vendor.vibrator.hal.long.frequency.shift=15 \ + ro.vendor.vibrator.hal.device.mass=0.21 \ + ro.vendor.vibrator.hal.loc.coeff=2.5 ACTUATOR_MODEL := luxshare_ict_081545 @@ -175,7 +177,7 @@ endif # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=28 + ro.vendor.build.svn=29 # Set support hide display cutout feature PRODUCT_PRODUCT_PROPERTIES += \ diff --git a/powerhint-oriole.json b/powerhint-oriole.json index 9a1a0b2..845f8c0 100644 --- a/powerhint-oriole.json +++ b/powerhint-oriole.json @@ -145,7 +145,6 @@ "553", "185", "1", - "128", "55" ], "ResetOnInit": true @@ -1237,7 +1236,7 @@ "PowerHint": "REFRESH_90FPS", "Node": "TAUClampBoost", "Duration": 0, - "Value": "128" + "Value": "55" }, { "PowerHint": "REFRESH_60FPS", diff --git a/powerhint-raven.json b/powerhint-raven.json index 40e952e..d7b9c10 100644 --- a/powerhint-raven.json +++ b/powerhint-raven.json @@ -145,7 +145,6 @@ "553", "185", "1", - "183", "55" ], "ResetOnInit": true @@ -1248,7 +1247,7 @@ "PowerHint": "REFRESH_120FPS", "Node": "TAUClampBoost", "Duration": 0, - "Value": "183" + "Value": "55" }, { "PowerHint": "REFRESH_60FPS",