Android
How to upgrade Nitrocid KS on Android
The only way to upgrade your kernel in Android is to unpack the updated kernel files manually. This method also works for bleeding-edge builds. To upgrade, follow these steps:
Log in to the Ubuntu proot
proot-distro login ubuntu
Install wget to download the latest release from this page.
apt install wget
wget https://github.com/Aptivi/Kernel-Simulator/releases/download/v0.x.x.x-beta/0.x.x.x-bin.zip
Use unzip to extract the files
unzip 0.x.x.x-bin.zip
Execute
dotnet Nitrocid.dll
For 0.0.24.x or older, files that end with the -dotnet
prefix means that it's for .NET 6.0.