Android
ColorPrint on your phone!
Last updated
ColorPrint on your phone!
Last updated
The tricky part is getting ColorPrint to run on Android phones and tablets, especially those that run the latest version of Android.
To install ColorPrint on your phone or tablet, install the following dependencies:
Ensure that your Android version is compatible with Termux. You need at least 8 GB of free storage and Android 7.0 or higher.
Once you're done, follow the steps:
Install Termux
Install proot-distro
using the following command:
pkg install proot-distro
Install the Ubuntu proot
proot-distro install ubuntu
Log in to the Ubuntu proot
proot-distro login ubuntu
Ensure that you've updated the package cache
apt update
apt dist-upgrade
Install the .NET 6.0 runtime
apt install dotnet-runtime-6.0
Install wget
to download the latest release from .
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 files
apt install unrar
unrar vx.x.x-Core.rar
Execute dotnet ColorPrint.dll