forked from Adesh15/android_kernel_xiaomi_msm8953
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
**Kernel: Underground Kernel** | ||
|
||
Device: Redmi Note 4(X) Snapdragon (mido) | ||
Compiler: AOSP Clang **10.0.4** | ||
|
||
- Latest Linux kernel updates from android-3.18 common tree | ||
- Linux CFS improvements | ||
- 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! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"kernel": { | ||
"name": "Underground Kernel", | ||
"version": "r49", | ||
"link": "https://github.com/Zile995/android_kernel_xiaomi_msm8953/releases/download/r49/UndergroundKernel-mido-20200309.zip", | ||
"changelog_url": "https://raw.githubusercontent.com/Zile995/android_kernel_xiaomi_msm8953/oreo-mr1/updater/changelog", | ||
"date": "2020-03-09", | ||
"sha1": "f209a0f087bc9ad65fea8a7f20039c2e493e0eb2" | ||
}, | ||
"support": { | ||
"link": "https://t.me/rn4official" | ||
} | ||
} | ||
|