Compare commits

8 Commits

Author SHA1 Message Date
SaschaNes
66e0ce9753 Revert "try something"
This reverts commit 107c477197.
2025-08-10 10:15:58 +02:00
SaschaNes
a417f60032 Merge branch 'new/lineage-22.2' of https://git.nesterovic.cc/nessi/android_device_samsung_sm8650-common into new/lineage-22.2 2025-08-10 01:13:03 +02:00
SaschaNes
bc2522c9f8 huh 2025-08-10 01:12:36 +02:00
09570e9419 common.mk aktualisiert
Signed-off-by: Sascha Nesterovic <sascha@nesterovic.cc>
2025-08-09 23:07:56 +00:00
SaschaNes
107c477197 try something 2025-08-09 22:58:11 +02:00
SaschaNes
323db0184f Add support for Always on Display and 120 hz refresh rate 2025-08-09 20:39:01 +02:00
SaschaNes
19029882f4 Revert "some fixups"
This reverts commit 96c742fbea.
2025-08-09 20:34:45 +02:00
SaschaNes
96c742fbea some fixups 2025-08-09 15:15:47 +02:00
2 changed files with 9 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ PRODUCT_SHIPPING_API_LEVEL := $(BOARD_SHIPPING_API_LEVEL)
# Audio
PRODUCT_PACKAGES += \
android.hardware.audio@7.1-impl.samsung-sm8650 \
android.hardware.audio@7.1-impl \
android.hardware.audio.effect@7.0-impl \
android.hardware.audio.service \
android.hardware.bluetooth.audio-impl \

View File

@@ -18,6 +18,13 @@
-->
<resources>
<!-- Control whether the always on display mode is available. This should only be enabled on
devices where the display has been tuned to be power efficient in DOZE and/or DOZE_SUSPEND
states. -->
<bool name="config_dozeAlwaysOnDisplayAvailable">true</bool>
<!-- Control whether the always on display mode is enabled by default. This value will be used
during initialization when the setting is still null. -->
<bool name="config_dozeAlwaysOnEnabled">true</bool>
<!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
autodetected from the Configuration. -->
<bool name="config_showNavigationBar">true</bool>
@@ -40,6 +47,7 @@
rates are available from hardware composer. Only has an effect if the value is
non-zero. -->
<integer name="config_defaultPeakRefreshRate">120</integer>
<integer name="config_defaultRefreshRate">120</integer>
<!-- Whether device supports double tap to wake -->
<bool name="config_supportDoubleTapWake">true</bool>