-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (39 loc) · 1.38 KB
/
index.html
File metadata and controls
46 lines (39 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Download Gonon Kernel for Redmi Note 12 Pro 5G">
<meta name="keywords" content="Kernel, GononKernel, Redmi Note 12 Pro 5G, Ruby, Rooting, Modding, XDA">
<title>Releases | Gonon Kernel</title>
<link rel="stylesheet" href="style.css">
</head>
<body align="center">
<h2>
Gonon Kernel Releases
</h2>
<h5>Redmi Note 12 Pro 5G (ruby)</h5>
<release-item data-name="R2-Stable" data-version="R2" data-date="2023-12-27-1910">
<li>Built with clang 14.0.6</li>
<li>Upstream to 4.19.303</li>
<li>Built with 100hz kernel ticker</li>
<li>Using 8ms pelt ramp-up</li>
<li>Revert to default AnyKernel3 flash method</li>
<li>Add Kprofiles 6.0.0</li>
<li>Set default Kprofiles mode to balanced</li>
<li>Use auto Kprofiles</li>
<li>Driver ZRAM change</li>
<li>Set ZRAM to 2G</li>
<li>FS change</li>
<li>Update latest KSU</li>
<li>See full <a href="https://github.com/Gonon-Kernel/android_kernel_xiaomi_mt6877/commits/android-13/">changelog</a></li>
</release-item>
<release-item data-name="R1-Stable" data-version="R1" data-date="2023-09-11-0057">
<li>Initial build</li>
<li>Upstream to 4.19.294</li>
<li>Add support KernelSU</li>
<li>KSU and non KSU build</li>
</release-item>
<script src="main.js"></script>
</body>
</html>