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
Describe the bug
Run sudo waydroid_magisk install and boot Android.
And it just stuck in the boot process until it is timeout.
To Reproduce
After you realize this boy is failed,you can use sudo waydroid shell to discover what's wrong.
:/system/etc/init/magisk # /system/etc/init/magisk/magisk64 --auto-selinux --setup-sbin /system/etc/init/magisk
clone_attr /sbin -> /root failed: No data available (os error 61)
Expected behavior
A clear and concise description of what you expected to happen.
Logs lxc-attach: waydroid: ../src/lxc/attach.c: lxc_attach_run_command: 1841 No such file or directory - Failed to exec "su" Magisk isn't ready so we don't have any su command.
Desktop (please complete the following information):
Comment out the parts with #[cfg(feature = "selinux")] in get_attr and set_attr in native/src/base/files.rs of the Kitsune source code and recompile. Magisk continues to work, but Zygisk does not. I have no knowledge of Magisk; I just roughly compared the old code to find this workaround.
Comment out the parts with #[cfg(feature = "selinux")] in get_attr and set_attr in native/src/base/files.rs of the Kitsune source code and recompile. Magisk continues to work, but Zygisk does not. I have no knowledge of Magisk; I just roughly compared the old code to find this workaround.
Describe the bug
Run
sudo waydroid_magisk install
and boot Android.And it just stuck in the boot process until it is timeout.
To Reproduce
After you realize this boy is failed,you can use
sudo waydroid shell
to discover what's wrong.Expected behavior
A clear and concise description of what you expected to happen.
Logs
lxc-attach: waydroid: ../src/lxc/attach.c: lxc_attach_run_command: 1841 No such file or directory - Failed to exec "su"
Magisk isn't ready so we don't have any
su
command.Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
I modified rc file but nothing goes right.
PS: this is another
.rc
file, NOTbootanim.rc
The text was updated successfully, but these errors were encountered: