Kitsune Mask manager for Waydroid.
- Waydroid Magisk
- Installing Magisk on Waydroid
- Usage
- FAQ
- What does work?
- Waydroid won't start
- No internet connection
- Magisk modules not working or not showing as installed
- Kitsune Mask fails to patch SELinux policy.
- Updating
- Does Zygisk work?
- I've enabled Zygisk in Kitsune Mask Stable!!
- How is this different from other scripts?
- What is Kitsune Mask?
- Arch Linux
- Ubuntu Touch
- Credits
- waydroid
- make
- git
curl -s --compressed "https://nitanmarcel.github.io/waydroid-magisk/waydroid_magisk.gpg" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/waydroid_magisk.gpg > /dev/null
sudo curl -s --compressed -o /etc/apt/sources.list.d/waydroid_magisk.list https://nitanmarcel.github.io/waydroid-magisk/waydroid_magisk.list
sudo apt update
sudo apt install waydroid-magisk
- run
sudo waydroid_magisk install
to install Magisk
waydroid-magisk
can also be used as a manager. If you want to use Kitsune Mask Manager instead use the install command with--manager
argument.
- start waydroid and run
sudo waydroid_magisk setup
to trigger first time setup. - To avoid any issues it's important to read FAQ before using Kitsune Mask on waydroid.
- git clone
https://github.com/nitanmarcel/waydroid-magisk-installer/
- run
sudo make install USE_SYSTEMD=1
- If using upstart (e.g Ubuntu Touch 16.04)
- run
sudo make install USE_UPSTART=1
- run
sudo waydroid_magisk install
to install Magisk
waydroid-magisk
can also be used as a manager. If you want to use Kitsune Mask Manager instead use the install command with--manager
argument.- Ubuntu Touch requires setting an working directory in
/home/phablet
sudo waydroid_magisk install --tmpdir /home/phablet/magisk_waydroid
- start waydroid and run
sudo waydroid_magisk setup
to trigger first time setup. - enable ota survival service
- For systemd
sudo systemctl enable --now waydroid_magisk_ota.service
- For upstart
sudo start waydroid_magisk_ota.service
- To avoid any issues it's important to read FAQ before using Kitsune Mask on waydroid.
- a detailed list of all the available commands can be found in API.md
- root
- zygisk
- modules
- updates
ota updates survival(Starting with waydroid 1.4.0)
Note that Waydroid may take longer to boot due to Magisk being set up.
Try restarting Waydroid using either systemd or init (depending on your system).
Currently, modules only work with Kitsune Mask Canary. Download and install the apk in Waydroid, and update by following the instructions in the "Updating" section below.
- Use
waydroid_magisk
to update and setup Magisk.
- Using Kitsune Mask to install Magisk directly into the system partition.
- Using
waydroid_magisk install --update
.
Zygisk only works with Kitsune Mask Canary which gets installed by default.
- Run
waydroid_magisk zygisk disable
- to disable zygisk.
magisk_waydroid is a Kitsune Mask manager, bringing all the features from Kitsune Mask manager in your command line.
Kitsune Mask is a fork of the official Magisk Manager with the old Magisk Hide feature re-added and other new features. You can find a list of differences between Kitsune Mask and official Magisk here.
On arch based distributions, linux-xanmod-anbox
with linux-xanmod-anbox-headers
(needs psi=1
in cmdline) from ArchLinuxCN AUR is recommended, otherwise Kitsune Mask might not work properly.
waydroid-magisk
is developed to be compatible with almost every Linux OS, including Ubuntu Touch. But a few issues can still occur such as (workarounds included).
- Readonly filesystem/No space left
sudo waydroid_magisk install --tmpdir /home/phablet/magisk
- Failed to re-execute lxc-attach via memory file descriptor
- Use waydroid_magisk via adb
- or enable ssh
android-gadget-service enable ssh
and ssh tolocalhost
(ssh localhost
)
- CANNOT LINK EXECUTABLE "service": "/system/lib/libcutils.so" is 32-bit instead of 64-bit
sudo env LD_LIBRARY_PATH=/android/system/lib64/ waydroid_magisk {command failing here}
- Waydroid Team
- Kitsune Mask Maintainer - HuskyDG
- Others