ayasa520 / redroid-script

MIT License
168 stars 39 forks source link

magisk install Module Zygisk - LSPosed, but Zygisk No #10

Closed xucongyong closed 1 year ago

xucongyong commented 1 year ago

magisk install Module: Zygisk - LSPosed, but Zygisk No

erro:Module suspended because Zygisk is not enabled

ayasa520 commented 1 year ago
  1. Check if Magisk is working. image

  2. You need to enable zygisk manually image

xucongyong commented 1 year ago

thank you. it working.

honchy commented 6 months ago

magisk install Module: Zygisk - LSPosed, but Zygisk No

erro:Module suspended because Zygisk is not enabled

  • hard: rk3588 arm64
  • android: 11.0.0
  • docker shell :
docker run -itd --rm --privileged \
    -v ~/data_11_magisk_8558:/data \
    -p 8558:5555 \
    redroid/redroid:11.0.0_magisk

@ayasa520 Is the --privileged flag necessary to include in the command line?