From 0912bbbe80199340d030415c610fbf6403fb43b1 Mon Sep 17 00:00:00 2001 From: Zile995 Date: Tue, 14 Jan 2020 18:26:51 +0100 Subject: [PATCH] updater: Add support for FKM OTA kernel updates Link for users: https://raw.githubusercontent.com/Zile995/android_kernel_xiaomi_msm8953/oreo-mr1/updater/update.json Signed-off-by: Zile995 --- updater/changelog | 13 +++++++++++++ updater/update.json | 14 ++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 updater/changelog create mode 100644 updater/update.json diff --git a/updater/changelog b/updater/changelog new file mode 100644 index 0000000000000..0f74ea210e064 --- /dev/null +++ b/updater/changelog @@ -0,0 +1,13 @@ +**Kernel: Underground Kernel** + +Device: Redmi Note 4(X) Snapdragon (mido) +Compiler: AOSP Clang **10.0.5** + +- Latest Linux kernel updates from android-3.18 common tree (synced with sources up to **April 1**, 2020). +- Slightly adjusted kernel profiles +- Kernel can be installed on android 8.1, 9 and 10 +- **If you want to change to another custom kernel on android 10:** + - **You have to flash Underground-uninstaller.zip and stock boot.img (from your ROM.zip)** + - After that you can flash Magisk and other custom kernel +- Do not use FKM OTA updates over the other custom kernels! +- You can use it with stock or Underground kernel only! diff --git a/updater/update.json b/updater/update.json new file mode 100644 index 0000000000000..b8747e90a6c05 --- /dev/null +++ b/updater/update.json @@ -0,0 +1,14 @@ +{ + "kernel": { + "name": "Underground Kernel", + "version": "r52", + "link": "https://github.com/Zile995/android_kernel_xiaomi_msm8953/releases/download/r52/UndergroundKernel-mido-20200405.zip", + "changelog_url": "https://raw.githubusercontent.com/Zile995/android_kernel_xiaomi_msm8953/oreo-mr1/updater/changelog", + "date": "2020-04-05", + "sha1": "1cddc86b34eff9aced74157bd7a4253cef9928a3" + }, + "support": { + "link": "https://t.me/rn4official" + } +} +