Skip to content

Commit 9caa864

Browse files
committed
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 <stefan.zivkovic995@gmail.com>
1 parent c2b5454 commit 9caa864

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

updater/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
**Kernel: Underground Kernel**
2+
3+
Device: Redmi Note 4(X) Snapdragon (mido)
4+
Compiler: AOSP Clang **11.0.3**
5+
6+
- Latest Linux kernel updates from android-3.18 common tree (synced with sources up to **July 16**, 2020).
7+
- Fixed FKM OTA
8+
- **If you want to change to another custom kernel on android 10:**
9+
- **You have to flash Underground-uninstaller.zip and stock boot.img (from your ROM.zip)**
10+
- After that you can flash Magisk and other custom kernel
11+
- Do not use FKM OTA updates over the other custom kernels!
12+
- You can use it with stock or Underground kernel only!

updater/update.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"kernel": {
3+
"name": "Underground Kernel",
4+
"version": "r57",
5+
"link": "https://github.com/Zile995/android_kernel_xiaomi_msm8953/releases/download/r57/UndergroundKernel-mido-20200717.zip",
6+
"changelog_url": "https://raw.githubusercontent.com/Zile995/android_kernel_xiaomi_msm8953/oreo-mr1/updater/changelog",
7+
"date": "2020-07-17",
8+
"sha1": "462cf8ff4c8a72494f2898fd9acaf1f05daf9b5b"
9+
},
10+
"support": {
11+
"link": "https://t.me/rn4official"
12+
}
13+
}
14+

0 commit comments

Comments
 (0)