d1c34891e7
Spacewar: drop android.hardware.tetheroffload.control manifest entry 10-19 19:55:47.098 W/HidlServiceManagement(2413): Waited one second for android.hardware.tetheroffload.control@1.1::IOffloadControl/default 10-19 19:55:47.098 I/hwservicemanager(632): Since android.hardware.tetheroffload.control@1.1::IOffloadControl/default is not registered, trying to start it as a lazy HAL (if it's not configured to be a lazy HAL, it may be stuck starting or still starting). 10-19 19:55:47.099 I/HidlServiceManagement(2413): getService: Trying again for android.hardware.tetheroffload.control@1.1::IOffloadControl/default... 10-19 19:55:47.101 W/libc (632): Unable to set property "ctl.interface_start" to "android.hardware.tetheroffload.control@1.1::IOffloadControl/default": PROP_ERROR_HANDLE_CONTROL_MESSAGE (0x20) 10-19 19:55:47.101 I/hwservicemanager(632): Tried to start android.hardware.tetheroffload.control@1.1::IOffloadControl/default as a lazy service, but was unable to. Usually this happens when a service is not installed, but if the service is intended to be used as a lazy service, then it may be configured incorrectly. 10-19 19:55:47.072 E/init (1): Control message: Could not find 'android.hardware.tetheroffload.control@1.1::IOffloadControl/default' for ctl.interface_start from pid: 632 (/system/system_ext/bin/hwservicemanager)
xenxynon
2025-10-25 20:01:25 +00:00
6ce821b470
Spacewar: overlay: Enable haptic text cursor
Michael Wright
2025-11-29 08:54:47 +00:00
59c7d065ba
Spacewar: overlay: Enable config_vibrateOnIconAnimation
Dan Pasanen
2025-11-29 08:41:54 +00:00
3ca6146b60
Spacewar: fstab: set readahead_size_kb=128 to data
Jaegeuk Kim
2022-09-21 05:32:20 +05:30
f956d2af59
spacewar: prop: Add a property to enable prefetching video
Sanjivns
2025-04-22 02:29:16 +05:30
952c1373ae
spacewar: display: Fix HDR functionality by enabling Vulkan This commit resolves an issue where High Dynamic Range (HDR) content was not being displayed correctly on peridot after android 15 qpr2 The problem stemmed from Vulkan graphics API support not being enabled in the device's build configuration. While the device's hardware (SM8635) natively supports Vulkan, the ROM's build system was not configured to include or link against the required Vulkan libraries and Hardware Abstraction Layers (HALs). By adding to the device's BoardConfig, the Android build system now correctly compiles and integrates Vulkan support. This enables the display framework and underlying vendor HALs to utilize Vulkan, which is essential for the device's HDR pipeline. An observation post-fix is the change in how SurfaceFlinger processes HDR content. Initially, when viewing HDR content, SurfaceFlinger reported , which typically corresponds to HAL_DATASPACE_BT709 or SRGB_LINEAR, meaning the content was treated as standard dynamic range (SDR). After enabling Vulkan, the same application layer now correctly shows (HAL_DATASPACE_BT2020_PQ), which is the appropriate dataspace for HDR10 (Perceptual Quantizer) content. After this change, HDR content is now rendered perfectly, confirming its dependency on a fully enabled Vulkan graphics stack.
kenway214
2025-08-01 16:36:03 +00:00