From 62dd749f20d4879f277d06ec177192c75fb5906b Mon Sep 17 00:00:00 2001 From: kota <104696918+kota69th@users.noreply.github.com> Date: Tue, 10 Jan 2023 17:10:29 +0100 Subject: [PATCH] venus: Push OTA for CherishOS 4.4 (#65) --- builds/venus.json | 52 +++++++++++++++++----------------- changelogs/changelog_venus.txt | 18 +++--------- 2 files changed, 30 insertions(+), 40 deletions(-) diff --git a/builds/venus.json b/builds/venus.json index 0a964bc..75b031c 100644 --- a/builds/venus.json +++ b/builds/venus.json @@ -1,28 +1,28 @@ { - "response": [ - { - "maintainer": "kota", - "oem": "Xiaomi", - "device": "Xiaomi Mi 11", - "filename": "Cherish-OS-v3.9.5-20220816-1413-venus-OFFICIAL-GApps.zip", - "download": "https://sourceforge.net/projects/cherish-os/files/device/venus/Cherish-OS-v3.9.5-20220816-1413-venus-OFFICIAL-GApps.zip/download", - "timestamp": 1660659213, - "md5": "b3093bed01c1287a9759cdf4425130ce", - "sha256": "410123119ecaeee6508a93300ef712c1fd2bc98f635ad2ed0fc8b569aac82c55", - "size": 2164001494, - "version": "3.9.5", - "buildtype": "Active Development Releases", - "forum": "https://forum.xda-developers.com/t/rom-12-1-venus-_-cherish-os-v3-8-for-xiaomi-mi-11_official.4459637/", - "gapps": "", - "firmware": "", - "modem": "", - "bootloader": "", - "recovery": "", - "paypal": "https://paypal.me/hungphan2001", - "telegram": "https://t.me/some_venus_aosp", - "dt": "", - "common-dt": "", - "kernel": "" - } - ] + "response": [ + { + "maintainer": "kota", + "oem": "Xiaomi", + "device": "Xiaomi Mi 11", + "filename": "Cherish-OS-v4.4-20230110-1412-venus-OFFICIAL-GApps.zip", + "download": "https://sourceforge.net/projects/cherish-os/files/device/venus/Cherish-OS-v4.4-20230110-1412-venus-OFFICIAL-GApps.zip/download", + "timestamp": 1673359943, + "md5": "fbead849fd939b2ea0ccc5fb7a4ffb00", + "sha256": "967d96dfea07923f9dd9ceeed60719f02dd19e3f3e099ca23ae0b6873369bb9f", + "size": 2294770211, + "version": 4.4, + "buildtype": "Active Development Releases", + "forum": "https://forum.xda-developers.com/t/rom-12-1-venus-_-cherish-os-v3-8-for-xiaomi-mi-11_official.4459637/", + "gapps": "", + "firmware": "", + "modem": "", + "bootloader": "", + "recovery": "", + "paypal": "https://paypal.me/hungphan2001", + "telegram": "https://t.me/some_venus_aosp", + "dt": "", + "common-dt": "", + "kernel": "" + } + ] } diff --git a/changelogs/changelog_venus.txt b/changelogs/changelog_venus.txt index c5510b4..a2b801b 100644 --- a/changelogs/changelog_venus.txt +++ b/changelogs/changelog_venus.txt @@ -1,14 +1,4 @@ -CherishOS for Xiaomi Mi 11. [CHANGELOG] -Mi 11 Releases by kota69th.August 16, 2022 - -Updated to latest CherishOS 3.9.5 (latest as of 16th of August) -Fixed QS Status Bar being sticked to holepunch. -Added CutoutRingService from RiceDroid (shows a ring when using front camera) -Moved ueventd.qcom.rc to /vendor/etc -Implemented Mi Sound Enhancer (WIP, the feature doesn't work yet) -Switched to BOARD_VENDOR_SEPOLICY_DIRS -Fixed Discord/Twitter Scroll/UI jitters. -Fixed blue Instagram/"Personal Tiktok" videos. -Enabled harmonkardon audio in Vendor Properties. -Overall Tree Cleanup and improvements to XiaomiParts. -Fixed OTA Updater. +Xiaomi Mi 11 | Changelog (10th of January Build) +- Bumped source to CherishOS 4.4 +- Modified status bar values to fix landscape mode +- Bump to the latest kernel from FlowerSea0208, thanks FlowerSea!