Skip to content

Commit

Permalink
updater: Add support for FKM OTA kernel updates
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Zile995 committed Jul 17, 2020
1 parent c2b5454 commit 9caa864
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
12 changes: 12 additions & 0 deletions updater/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
**Kernel: Underground Kernel**

Device: Redmi Note 4(X) Snapdragon (mido)
Compiler: AOSP Clang **11.0.3**

- Latest Linux kernel updates from android-3.18 common tree (synced with sources up to **July 16**, 2020).
- Fixed FKM OTA
- **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!
14 changes: 14 additions & 0 deletions updater/update.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"kernel": {
"name": "Underground Kernel",
"version": "r57",
"link": "https://github.com/Zile995/android_kernel_xiaomi_msm8953/releases/download/r57/UndergroundKernel-mido-20200717.zip",
"changelog_url": "https://raw.githubusercontent.com/Zile995/android_kernel_xiaomi_msm8953/oreo-mr1/updater/changelog",
"date": "2020-07-17",
"sha1": "462cf8ff4c8a72494f2898fd9acaf1f05daf9b5b"
},
"support": {
"link": "https://t.me/rn4official"
}
}

0 comments on commit 9caa864

Please sign in to comment.