sudo apt update ; sudo apt upgrade -y ; sudo apt install lsb-release wget software-properties-common gnupg make -y
wget https://gist.githubusercontent.com/supechicken/de76c0c7c46f57dea1d05bfe23f93c46/raw/7d2a96345ef0ddf51b323a48ccc965237273dae3/build-termina-kernel.sh
/bin/bash ./build-termina-kernel.sh
crosh Ctrl Alt T:
vmc start termina --kernel /home/chronos/user/MyFiles/kernel
vmc container termina penguin --privileged true
sudo apt update ; sudo apt upgrade -y ; sudo apt install lsb-release wget software-properties-common gnupg make -y
wget https://gist.githubusercontent.com/DarkevilPT/a7be7d5f6dd57bb893c1d93403176cf4/raw/b48dcc0ced2bf22ad9256fc29fc595a85349c47d/build-termina-kernel.sh
/bin/bash ./build-termina-kernel.sh
crosh Ctrl Alt T:
vmc launch termina --kernel /home/chronos/#user/MyFiles/kernel
vmc container termina penguin --privileged true
Waydroid
sudo apt install curl ca-certificates kmod -y
curl https://repo.waydro.id | sudo bash
sudo apt install waydroid -y
sudo waydroid init
🖱️Options for the Future:▼
Change it to english this way. Just drag and drop your .apk file into the android window it will auto install it .
🖱️Fix the google play store by doing this:▼
To become certified with access to the play store you have to:
1 - Install a device ID apk to get this Device ID and register it on your google account.
2 - Register it here: https://www.google.com/android/uncertified/
3 - Restart Malior-Droid again and add your google account manually on settings.
4 - Send apkpure the emulator window and start installing apps like a boss !
🖱️Kernel modules required▼
CONFIG_STAGING=y
CONFIG_ASHMEM=y
CONFIG_ANDROID_BINDER_IPC=y
# CONFIG_ANDROID_BINDERFS is not set
CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder"
# CONFIG_ANDROID_BINDER_IPC_SELFTEST is not set
CONFIG_ESD_FS=y
🖱️Install Malior-Droid▼
sudo apt install docker docker.io adb -y
sudo mkdir /dev/binderfs
sudo mount -t binder binder /dev/binderfs
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 update
malior install malior-droid
malior-droid update
sudo apt install ffmpeg libsdl2-2.0-0 adb wget gcc git pkg-config meson ninja-build libsdl2-dev libavcodec-dev libavdevice-dev libavformat-dev libavutil-dev libswresample-dev libusb-1.0-0 libusb-1.0-0-dev -y
git clone https://github.com/Genymobile/scrcpy
cd scrcpy
./install_release.sh
malior-droid stop ; adb disconnect localhost:5555 ; malior-droid start ; adb connect localhost:5555 ; scrcpy -s localhost:5555 ; malior-droid resize 720x1280