malior supports mali (ARM GPU) blobs with Vulkan out of the box, and is a containerized game packager for mali systems.
The project can be accessed directly at https://github.com/ChisBread/malior
malior-droid (Android layer) is built on top of malior. May require Wayland compositing engine (not yet tested on X11).
Follow the instructions at https://wiki.indiedroid.us/how-to/install-box86-box64-wine-armbian
On our test system (Ubuntu Jammy 22.04 Desktop
by Spooky and others
- tested 2023-06-01), we were able to install Docker with the following commands:
sudo su
apt install docker docker.io
If the above doesn't work, try to follow the install instructions for Docker at https://docs.armbian.com/User-Guide_Advanced-Features/#how-to-run-docker
sudo apt install scrcpy
These instructions are taken from https://github.com/ChisBread/malior
Open a terminal (press CTRL
+ ALT
+ T
) and enter the following commands:
wget -O - https://github.com/ChisBread/malior/raw/main/install.sh > /tmp/malior-install.sh
bash /tmp/malior-install.sh
rm /tmp/malior-install.sh
malior install malior-droid
Every time, before starting malior-droid, enter the following commands:
malior-droid restart
adb connect localhost:5555
scrcpy -s localhost:5555
At this point, the interface similar to a smartphone should open in a window. In our case, the interface was in Chinese.
To resize the display, enter the following command:
malior-droid resize 1920x1080
In our test, the maximum horizontal size was limited to 1440 even if we put a larger value in there.
.apk
file)adb devices -l
transport_id:
number on the localhost:5555
lineadb -t 2 install /path/to/app.apk
2
after -t
with the transport_id number noted above, and replace /path/to/app.apk with the path to your downloaded .apk file)On our tests, the adb install commands completed with the following messages:
Performing Streamed Install
Success
right-click
for back
functionalitySettings
icon (looks like a gear)System
item (looks like an i
in a circle)Languages & input
item (looks like a globe)Add a language
(looks like +
)=
icon next to the language)Magisk
is run, it states Abnormal State: A "su" binary not from Magisk has been detected. Please remove any competing root solution and/or reinstall Magisk."