From 2196385a4e36d4f66932a0ae6998e41ec7788c85 Mon Sep 17 00:00:00 2001 From: priyanshu jangid <97881238+thepriyanshujangid@users.noreply.github.com> Date: Thu, 13 Jul 2023 19:45:49 +0530 Subject: [PATCH] redwood: initial OTA (#168) --- builds/redwood.json | 28 ++++++++++++++++++++++++++++ changelogs/changelog_redwood.txt | 9 +++++++++ devices.json | 14 ++++++++++++++ 3 files changed, 51 insertions(+) create mode 100644 builds/redwood.json create mode 100644 changelogs/changelog_redwood.txt diff --git a/builds/redwood.json b/builds/redwood.json new file mode 100644 index 0000000..3b95036 --- /dev/null +++ b/builds/redwood.json @@ -0,0 +1,28 @@ +{ + "response": [ + { + "maintainer": "PRIYANSHU", + "oem": "Poco", + "device": "POCO X5 PRO 5G", + "filename": "Cherish-OS-v4.10-20230713-0816-redwood-OFFICIAL-GApps.zip", + "download": "https://sourceforge.net/projects/cherish-os/files/device/redwood/Cherish-OS-v4.10-20230713-0816-redwood-OFFICIAL-GApps.zip/download", + "timestamp": 1689236087, + "md5": "cdc4a515a869e9e0598a94861b1573da", + "sha256": "c716c0167db45ba4b285789c527db2ddac00965d0be54f8ae576c27814872448", + "size": 1943827164, + "version": 4.10, + "buildtype": "Monthly", + "forum": "https://t.me/cherishOS", + "gapps": "", + "firmware": "", + "modem": "", + "bootloader": "", + "recovery": "", + "paypal": "https://paypal.me/thepriyanshujangid", + "telegram": "https://t.me/poco_x5_pro_roms", + "dt": "https://github.com/thepriyanshujangid/android_device_xiaomi_redwood", + "common-dt": "", + "kernel": "https://github.com/thepriyanshujangid/android_kernel_xiaomi_redwood" + } + ] +} diff --git a/changelogs/changelog_redwood.txt b/changelogs/changelog_redwood.txt new file mode 100644 index 0000000..02965bd --- /dev/null +++ b/changelogs/changelog_redwood.txt @@ -0,0 +1,9 @@ +Highlights & Device Specific Changes: +Build type: Monthly +Device: POCO X5 Pro 5G (redwood) +Device maintainer: PRIYANSHU + + +===== 13 July, 2023 ===== + +- Initial Cherish 4.10 diff --git a/devices.json b/devices.json index 93fcd31..e75a38f 100644 --- a/devices.json +++ b/devices.json @@ -1,5 +1,19 @@ [ { + "brand": "Xiaomi", + "codename": "Redwood", + "name": "POCO X5 PRO 5G", + "supported_versions": [ + { + "maintainer_name": "PRIYANSHU", + "maintainer_url": "https://t.me/thepriyanshujangid", + "version_code": "tiramisu", + "version_name": "Tiramisu", + "xda_thread": "" + } + ] + }, + { "brand": "Xiaomi", "codename": "Mojito", "name": "Redmi Note 10",