forked from polesapart/android_kernel_wingtech_msm8916
-
Notifications
You must be signed in to change notification settings - Fork 3
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
LuanHalaiko
committed
Jun 30, 2020
0 parents
commit 17942bc
Showing
1 changed file
with
51 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,51 @@ | ||
# LH Kernel [wt88047] | ||
|
||
![logo](https://i.imgur.com/wsE8KeE.png) | ||
|
||
## Information | ||
``` | ||
readme: This current branch | ||
rel/oreo-release: Release branch which will always be the one you're downloading | ||
All the other ones are for testing and etc | ||
``` | ||
|
||
## About this Device | ||
![R2SHOT](https://i.imgur.com/xB9DHIi.png) | ||
|
||
##### Redmi 2 | ||
``` | ||
Release date - January 2015 | ||
Device codename - wt88047/wt86047 | ||
Processor - Snapdragon 410 | ||
Ram - 1gb | ||
``` | ||
*You can find all the specifications here - [GSM Arena](https://www.gsmarena.com/xiaomi_redmi_2-6884.php)* | ||
|
||
## Kernel Features | ||
As of 30-6-20: | ||
``` | ||
- Screen overclocked to 75hz (only r69431 for now) | ||
- Major improvements for overall smoothness | ||
- Gpu overclocked to 660mhz and unlocked Cpu to 1363mhz | ||
- Zram LZ4, UKSM, Sound & Voltage control | ||
- Even emmc is overclocked to 266mhz, modern apps can run great in this device now | ||
- It's compiled with UBER-TC GCC 6 | ||
``` | ||
|
||
## LICENSE | ||
``` | ||
Copyright (c), The Linux Foundation. All rights reserved. | ||
This software is licensed under the terms of the GNU General Public | ||
License version 2, as published by the Free Software Foundation, and | ||
may be copied, distributed, and modified under those terms. | ||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
``` | ||
> Check the [COPYING](https://github.com/LuanHalaiko/LH-Kernel-wt88047/blob/rel/oreo-release/COPYING) file for more details. | ||
> Inspired by [Nysa](https://github.com/nysascape/kernel_xiaomi_acrux/blob/readme/README.md) & [idkwhoiam322] (https://github.com/whoknowswhoiam/weebmsm8998-pie/blob/README/README.md). |