From bfaaca99eba9abe72cffd28206b82f115f6f24eb Mon Sep 17 00:00:00 2001 From: vytautas Date: Sat, 24 Dec 2022 09:28:18 +0200 Subject: [PATCH] initial OTA for Poco x3 Pro (vayu) (#57) * add support for Poco x3 Pro (vayu/bhima) * initial OTA for Poco x3 Pro (vayu) * initial OTA for Poco x3 Pro (vayu) --- builds/vayu.json | 28 ++++++++++++++++++++++++++++ changelogs/changelog_vayu.txt | 11 +++++++++++ devices.json | 13 +++++++++++++ 3 files changed, 52 insertions(+) create mode 100644 builds/vayu.json create mode 100644 changelogs/changelog_vayu.txt diff --git a/builds/vayu.json b/builds/vayu.json new file mode 100644 index 0000000..483be52 --- /dev/null +++ b/builds/vayu.json @@ -0,0 +1,28 @@ +{ + "response": [ + { + "maintainer": "randomas3000", + "oem": "Poco", + "device": "Poco x3 Pro", + "filename": "Cherish-OS-v4.3-20221223-2122-vayu-OFFICIAL-GApps.zip", + "download": "https://sourceforge.net/projects/cherish-os/files/device/vayu/Cherish-OS-v4.3-20221223-2122-vayu-OFFICIAL-GApps.zip/download", + "timestamp": 1671830461, + "md5": "eb1f1f77b67ccf4862205e1af7a878af", + "sha256": "a2d7976ba990918cff12f0a6291f2d9415dee3f03207e46189fcce21e0f93b12", + "size": 1847344399, + "version": 4.3, + "buildtype": "MONTHLY", + "forum": "", + "gapps": "", + "firmware": "", + "modem": "", + "bootloader": "", + "recovery": "", + "paypal": "https://www.paypal.me/hungphan2001", + "telegram": "https://t.me/cherishos_vayu", + "dt": "https://github.com/randomas3000/device_xiaomi_vayu", + "common-dt": "", + "kernel": "https://github.com/randomas3000/kernel_xiaaomi_vayu" + } + ] +} diff --git a/changelogs/changelog_vayu.txt b/changelogs/changelog_vayu.txt new file mode 100644 index 0000000..247d042 --- /dev/null +++ b/changelogs/changelog_vayu.txt @@ -0,0 +1,11 @@ +Highlights & Device Specific Changes: +Build type: Monthly +Device: Poco x3 Pro +Device maintainer: randomas3000 + +===== 23 Dec, 2022 ===== + +- initial official build +- december 2022 security patches +- fixed issues with blur +- added battery health and pocked mode overlay \ No newline at end of file diff --git a/devices.json b/devices.json index 3863936..d21174b 100644 --- a/devices.json +++ b/devices.json @@ -598,6 +598,19 @@ "version_name": "Twelve", "xda_thread": "" } + } + { + "brand": "Poco", + "codename": "vayu", + "name": "Poco x3 Pro", + "supported_versions": [ + { + "maintainer_name": "randomas3000", + "maintainer_url": "https://t.me/randomas_3000", + "version_code": "tiramisu", + "version_name": "Tiramisu", + "xda_thread": "" + } } ] ]