From d59389b0c1a747014a92adbdc92e88232134ccbf Mon Sep 17 00:00:00 2001 From: ofcsayan Date: Sat, 5 Oct 2024 22:57:24 +0530 Subject: [PATCH] spes: v2.3 update Signed-off-by: ofcsayan --- builds/gapps/spes.json | 15 ++++++++------- changelogs/spes.txt | 15 +++++++++++++++ 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/builds/gapps/spes.json b/builds/gapps/spes.json index 692dd7b..09a8fb4 100644 --- a/builds/gapps/spes.json +++ b/builds/gapps/spes.json @@ -4,13 +4,14 @@ "maintainer": "sayann70", "oem": "Xiaomi", "device": "spes", - "version": "2.2", - "filename": "droidx-2.2-20240829-1946-OFFICIAL-spes-Gapps.zip", - "download": "https://sourceforge.net/projects/droidxui-releases/files/spes/droidx-2.2-20240829-1946-OFFICIAL-spes-Gapps.zip/download", - "timestamp": 1724959956, - "md5": "3bcc2b21a7fb9ff1c08d58d8b1e93056", - "sha256": "20e8a112b48f6e2eecf3e85d60ab59ad5a82e21c394c66675760a016011b933e", - "size": 1957267100, + "version": "2.3", + "filename": "droidx-2.3-20241005-0550-OFFICIAL-spes-Gapps.zip", + "download": "https://sourceforge.net/projects/droidxui-releases/files/spes/droidx-2.3-20241005-0550-OFFICIAL-spes-Gapps.zip/download", + "timestamp": 1728107410, + "md5": "00d931d340d56765baa7712697046ca3", + "sha256": "f8304cfc6af616705eb76e996a0317b98d9086d2031af85ec6343e25bf28c060", + "size": 1877343501, + "security_id": 240905, "buildtype": "gapps", "forum": "", "telegram": "https://t.me/sayann70" diff --git a/changelogs/spes.txt b/changelogs/spes.txt index b42f28f..f8882ec 100644 --- a/changelogs/spes.txt +++ b/changelogs/spes.txt @@ -27,3 +27,18 @@ Device maintainer: sayann70 - Disable dynamic refreshrate - limited the dex2oat resouce when thermal stress - And many more under the hood changes + +================= +5th October, 2024 +================= +- Fixed media codec bug +- Build missing Display HAL blobs +- Specify vendor.usb.device +- Disable camera perflock +- Change default dexpreopt compiler filter to speed-profile +- Cleanup fpc fingerprint wakeup labels. +- Address maxim ic suspend policies. +- Remove wait_for_keymaster and all references +- Update hal_power_default to have sys_admin capability +- Remove conditional for WfdCommon +- Many more Misc Improvement