You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. start waydroid and run `sudo waydroid_magisk setup` to trigger first time setup.
55
55
5. enable ota survival service
56
56
* For systemd `sudo systemctl enable --now waydroid_magisk_ota.service`
57
57
* For upstart `sudo start waydroid_magisk_ota.service`
58
-
6.**To avoid any issues it's important to read [FAQ](#faq) before using Magisk Delta on waydroid.**
58
+
6.**To avoid any issues it's important to read [FAQ](#faq) before using Kitsune Mask on waydroid.**
59
59
60
60
# Usage
61
61
* a detailed list of all the available commands can be found in [API.md](https://github.com/nitanmarcel/waydroid-magisk/blob/main/API.md)
@@ -76,29 +76,29 @@ Note that Waydroid may take longer to boot due to Magisk being set up.
76
76
Try restarting Waydroid using either systemd or init (depending on your system).
77
77
78
78
## Magisk modules not working or not showing as installed
79
-
Currently, modules only work with Magisk Delta Canary. Download and install the apk in Waydroid, and update by following the instructions in the "Updating" section below.
79
+
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.
80
80
81
-
## Magisk Delta fails to patch SELinux policy.
81
+
## Kitsune Mask fails to patch SELinux policy.
82
82
* Use `waydroid_magisk` to update and setup Magisk.
83
83
84
84
## Updating
85
-
* Using Magisk Delta to install Magisk directly into the system partition.
85
+
* Using Kitsune Mask to install Magisk directly into the system partition.
86
86
* Using `waydroid_magisk install --update`.
87
87
88
88
## Does Zygisk work?
89
-
Zygisk only works with Magisk Delta Canary which gets installed by default.
89
+
Zygisk only works with Kitsune Mask Canary which gets installed by default.
90
90
91
-
## I've enabled Zygisk in Magisk Delta Stable!!
91
+
## I've enabled Zygisk in Kitsune Mask Stable!!
92
92
* Run `waydroid_magisk zygisk disable` - to disable zygisk.
93
93
94
94
## How is this different from other scripts?
95
-
magisk_waydroid is a Magisk Delta manager, bringing all the features from Magisk Delta manager in your command line.
95
+
magisk_waydroid is a Kitsune Mask manager, bringing all the features from Kitsune Mask manager in your command line.
96
96
97
-
## What is Magisk Delta?
98
-
Magisk Delta 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 Magisk Delta and official Magisk [here](https://github.com/HuskyDG/magisk-files/blob/main/note_stable.md#diffs-to-official-magisk).
97
+
## What is Kitsune Mask?
98
+
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](https://github.com/HuskyDG/magisk-files/blob/main/note_stable.md#diffs-to-official-magisk).
99
99
100
100
## Arch Linux
101
-
On arch based distributions, `linux-xanmod-anbox` with `linux-xanmod-anbox-headers` (needs `psi=1` in cmdline) from chaotic AUR is recommended, otherwise Magisk Delta might not work properly.
101
+
On arch based distributions, `linux-xanmod-anbox` with `linux-xanmod-anbox-headers` (needs `psi=1` in cmdline) from chaotic AUR is recommended, otherwise Kitsune Mask might not work properly.
102
102
103
103
## Ubuntu Touch
104
104
__`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).__
@@ -112,5 +112,5 @@ __`waydroid-magisk` is developed to be compatible with almost every Linux OS, in
0 commit comments