Compare commits

2 Commits
bka ... vic

Author SHA1 Message Date
theshaenix
578de65b7c RMX2061:Initialize EvolutionX 2025-10-01 22:58:31 +05:30
theshaenix
b0a704bd46 RMX2061: Drop background blur support due to graphical issues
* Device exhibits glitches and instability with SurfaceFlinger blur enabled.
* Removing ro.surface_flinger.supports_background_blur from device props.
* Prevents visual artifacts and ensures smoother system UI performance.
2025-09-21 07:35:27 +05:30
2 changed files with 20 additions and 16 deletions

View File

@@ -1,26 +1,32 @@
[
{
"repository": "kernel_realme_sm7125",
"target_path": "kernel/realme/sm7125",
"remote": "pixel-devices",
"branch": "thirteen"
},
{
"repository": "device_realme_sm7125-common",
"target_path": "device/realme/sm7125-common",
"remote": "pixel-devices",
"branch": "thirteen"
"repository": "device_realme_RMX2061",
"target_path": "device/realme/RMX2061",
"branch": "vic"
},
{
"repository": "vendor_realme_RMX2061",
"target_path": "vendor/realme/RMX2061",
"remote": "pixel-devices-blobs",
"branch": "thirteen"
"branch": "vic"
},
{
"repository": "kernel_realme_sm7125",
"target_path": "kernel/realme/sm7125",
"branch": "vic"
},
{
"repository": "device_realme_sm7125-common",
"target_path": "device/realme/sm7125-common",
"branch": "vic"
},
{
"repository": "vendor_realme_sm7125-common",
"target_path": "vendor/realme/sm7125-common",
"remote": "pixel-devices-blobs",
"branch": "thirteen"
"branch": "vic"
},
{
"repository": "hardware_dolby",
"target_path": "hardware/dolby",
"branch": "vic"
}
]

View File

@@ -42,5 +42,3 @@ PRODUCT_BUILD_PROP_OVERRIDES += \
# Face Unlock
TARGET_FACE_UNLOCK_SUPPORTED := true
# Blur
TARGET_ENABLE_BLUR := true