Skip to content

Commit ae82943

Browse files
committed
NeverSettle Kernel v4.2
1 parent b87f0a5 commit ae82943

5 files changed

Lines changed: 41 additions & 33 deletions

File tree

README.md

Lines changed: 31 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -44,38 +44,27 @@ The phone is available in 2 variants based on region: AC2001 (India) & AC2003 (E
4444

4545
| Parameter | Value |
4646
| ---------- | ---------- |
47-
| NS version | 4.1 |
48-
| Linux Kernel version | 4.19.325-cip129-st13 |
49-
| KernelSU-Next version | 3.1.0 |
50-
| KernelSU-Next version code | 33025 |
51-
| SUSFS version | 2.0.0 |
47+
| NS version | 4.2 |
48+
| Linux Kernel version | 4.19.325-cip130-st14 |
49+
| KernelSU-Next version | 3.2.0 |
50+
| KernelSU-Next version code | 33131 |
5251

5352
## Kernel Features
5453
(1) Supports 5V-6A Fast Charging
5554

56-
(2) Supports OPlusExtras
57-
- Touchboost
58-
- KCAL
59-
- HBM
60-
- FSync
61-
- Adrenoboost
62-
- Force Fast Charge
55+
(2) Supports Boeffla Wakelock blocker
6356

64-
(3) Compiled using Clang-LLVM 20.0.0
57+
(3) Using power efficient workqueues
6558

66-
(4) Supports Boeffla Wakelock blocker
59+
(4) Supports Schedhorizon CPU governor
6760

68-
(5) Using power efficient workqueues
61+
(5) Global timeout for wakelock
6962

70-
(6) Supports Schedhorizon CPU governor
63+
(6) Supports Wireguard VPN
7164

72-
(7) Global timeout for wakelock
65+
(7) Supports KernelSU-Next & SUSFS
7366

74-
(8) Supports Wireguard VPN
75-
76-
(9) Supports KernelSU-Next & SUSFS
77-
78-
(10) Supports WPA3 SAE WiFi authentication
67+
(8) Supports WPA3 SAE WiFi authentication
7968

8069
## Credits
8170

@@ -84,3 +73,23 @@ The phone is available in 2 variants based on region: AC2001 (India) & AC2003 (E
8473
- [Rifat Azad](https://github.com/rifsxd): For the development of KernelSU-Next
8574
- [simonpunk](https://gitlab.com/simonpunk): For the development of SUSFS4KSU
8675
- [osm0sis](https://github.com/osm0sis): For the development of AnyKernel3
76+
77+
Linux kernel
78+
============
79+
80+
There are several guides for kernel developers and users. These guides can
81+
be rendered in a number of formats, like HTML and PDF. Please read
82+
Documentation/admin-guide/README.rst first.
83+
84+
In order to build the documentation, use ``make htmldocs`` or
85+
``make pdfdocs``. The formatted documentation can also be read online at:
86+
87+
https://www.kernel.org/doc/html/latest/
88+
89+
There are various text files in the Documentation/ subdirectory,
90+
several of them using the Restructured Text markup notation.
91+
See Documentation/00-INDEX for a list of what is contained in each file.
92+
93+
Please read the Documentation/process/changes.rst file, as it contains the
94+
requirements for building and running the kernel, and information about
95+
the problems which may result by upgrading your kernel.

arch/arm64/configs/avicii_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# NeverSettle Kernel
3-
# Linux/arm64 4.19.325-cip129-st13 Kernel Configuration
3+
# Linux/arm64 4.19.325-cip130-st14 Kernel Configuration
44
#
55

66
#

arch/arm64/configs/avicii_ext.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# NeverSettle Kernel v4.1
3-
# Linux/arm64 4.19.325-cip129-st13 Kernel Configuration
2+
# NeverSettle Kernel v4.2
3+
# Linux/arm64 4.19.325-cip130-st14 Kernel Configuration
44
#
55

66
#

build.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,16 @@
6161
avbtool=${kernel_dir}/scripts/avb/avbtool.py
6262
ZIMAGE=$kernel_dir/out/arch/arm64/boot/Image.gz-dtb
6363
DTBOIMAGE=$kernel_dir/out/arch/arm64/boot/dtbo.img
64-
version="v4.1"
65-
ksu_version="v3.1.0"
66-
ksu_version_code="33024"
64+
version="v4.2"
65+
ksu_version="v3.2.0"
66+
ksu_version_code="33129"
6767
build_date="$(date +"%d-%m-%Y")"
68-
kernel_version=4.19.325-cip129-st13
68+
kernel_version=4.19.325-cip130-st14
6969
kernel_name="NeverSettle-Kernel-$version-avicii"
7070
ksu_apk_name="KernelSU_Next_${ksu_version}_${ksu_version_code}-release.apk"
7171
ksu_apk="https://github.com/KernelSU-Next/KernelSU-Next/releases/download/${ksu_version}/KernelSU_Next_${ksu_version}_${ksu_version_code}-release.apk"
7272
zip_name="$kernel_name-$(date +"%d%m%Y-%H%M").zip"
73-
sed -i "s/-NeverSettle-Kernel/-NeverSettle-Kernel-v4.1/g" arch/arm64/configs/avicii_defconfig
73+
sed -i "s/-NeverSettle-Kernel/-NeverSettle-Kernel-v4.2/g" arch/arm64/configs/avicii_defconfig
7474
sed -i 's/CONFIG_LOCALVERSION_AUTO=y/# CONFIG_LOCALVERSION_AUTO is not set/g' arch/arm64/configs/avicii_defconfig
7575
TC_DIR=$HOME/tc/
7676
export ARCH=arm64
@@ -133,7 +133,7 @@
133133
DIFF=$(($END - $START))
134134
BUILDTIME=$(echo $((${END} - ${START})) | awk '{print int ($1/3600)" Hours:"int(($1/60)%60)"Minutes:"int($1%60)" Seconds"}')
135135
tg_post_build "$HOME/$zip_name" "Build took : $((DIFF / 60)) minute(s) and $((DIFF % 60)) second(s)"
136-
tg_post_msg "<b>Changelog ($(date +%d-%m-%Y))</b>%0A<code>$CHANGELOG</code>"
136+
tg_post_msg "<b>Changelog ($(date +%d-%m-%Y))</b>%0A$CHANGELOG"
137137
tg_post_build "$HOME/${ksu_apk_name}" "KernelSU-Next Manager for this build"
138138
tg_post_msg "<code>Compiled successfully✅</code>"
139139
tg_post_msg "<b>Support the developer❤️</b>%0A<b>UPI:</b> <code>sreeshankar@superyes</code>%0A<b>BuyMeACoffee:</b> buymeacoffee.com/sreeshankark"

packaging/META-INF/com/google/android/update-binary

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,7 @@ ui_print "Based on Linux Kernel KERNEL_VERSION_STRING";
467467
ui_print "==========================================";
468468
ui_print "Build Date: $DATE";
469469
ui_print "==========================================";
470-
ui_print "KernelSU-Next version: v3.1.0";
471-
ui_print "SUSFS version: v2.0.0";
470+
ui_print "KernelSU-Next version: v3.2.0";
472471
ui_print "==========================================";
473472
ui_print "Maintained by $MAINTAINER_STRING";
474473
ui_print "sreeshankark@github.com";

0 commit comments

Comments
 (0)