-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
HexagonWin
committed
May 30, 2021
1 parent
6762452
commit 03787a5
Showing
2 changed files
with
721 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,14 @@ | ||
Copyright 2021 - HexagonWin | ||
|
||
Pantech SKY VEGA S5 | ||
============= | ||
|
||
The stock kernel is over 6mb, so this can't be used with TWRP. | ||
Instead, we will use a custom kernel and a XZ compression. | ||
Please use the kernel in [mifl/android_kernel_pantech_ef44s](https://github.com/mifl/android_kernel_pantech_ef44s) | ||
(Commit 11ea9566455a7dc6fa667b54bc92792b83b26f59) | ||
And, use the defconfig provided in this folder, cm_ef44_defconfig. | ||
Your kernel will build successfully, then copy the zImage and use it. | ||
You need to use arm-eabi-4.6 by Google. | ||
|
||
In the future, there will be more modifications such as removing the drivers for cameras, wlan, bt. However, this isn't done for now. |
Oops, something went wrong.