How to Root Waydroid with Magisk: Magisk on Waydroid
In this video, I'll show you how to install Magisk on Waydroid to gain root access to your Android apps running on Linux.
Rooting Waydroid opens up a world of possibilities, allowing you to customize your system, install specialized apps, and enhance your overall experience. I'll guide you through the entire process step-by-step, making it easy for even beginners to follow along. Whether you're a tech enthusiast or just looking to get more out of your Waydroid setup, this tutorial is for you. Don't forget to like, subscribe, and hit the notification bell for more Waydroid tips and tricks!
Waydroid Extras Script
Script to add GApps and other stuff to Waydroid!
Installation/Usage
Interactive terminal interface
git clone https://github.com/casualsnek/waydroid_script
cd waydroid_script
python3 -m venv venv
venv/bin/pip install -r requirements.txt
sudo venv/bin/python3 main.py
Command Line
git clone https://github.com/casualsnek/waydroid_script
cd waydroid_script
python3 -m venv venv
venv/bin/pip install -r requirements.txt
# install something
sudo venv/bin/python3 main.py install {gapps, magisk, libndk, libhoudini, nodataperm, smartdock, microg, mitm}
# uninstall something
sudo venv/bin/python3 main.py uninstall {gapps, magisk, libndk, libhoudini, nodataperm, smartdock, microg}
# get Android device ID
sudo venv/bin/python3 main.py certified
# some hacks
sudo venv/bin/python3 main.py hack {nodataperm, hidestatusbar}
Dependencies
"lzip" is required for this script to work, install it using your distribution's package manager:
Arch, Manjaro and EndeavourOS based distributions:
sudo pacman -S lzip
Debian and Ubuntu based distributions:
sudo apt install lzip
RHEL, Fedora and Rocky based distributions:
sudo dnf install lzip
openSUSE based distributions:
sudo zypper install lzip