📲Android
Upgrading...
The only way to upgrade ColorPrint in Android is to unpack the updated kernel files manually. This method also works for bleeding-edge builds, though you have to use unzip instead. 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/ColorPrint/releases/download/vx.x.x/vx.x.x-Core.rar
Install
unrar
(from multiverse) to extract the filesapt install unrar
unrar vx.x.x-Core.rar
Execute
dotnet ColorPrint.dll
Last updated