casualsnek / waydroid_script

Python Script to add OpenGapps, Magisk, libhoudini translation library and libndk translation library to waydroid !
GNU General Public License v3.0
1.49k stars 144 forks source link

when installing magisk its not installing. #137

Open SuperErnD opened 7 months ago

SuperErnD commented 7 months ago

image when installing magisk its not installing. script dont give any errors linux kernel - 6.6.2-cb2.0.fc39.x86_64 distro - fedora 39 workstation

mistrmochov commented 7 months ago

Same here on archlinux with linux-zen kernel. Tried also with linux-xanmod-anbox kernel, that didn't work either.

casualsnek commented 7 months ago

Click on the install button on the magisk app.

  1. On the subsequent screen, select the option “Direct install into system partition.“
  2. Click on the “Let’s go” button located next to the selected option.
  3. When it’s done, click the “Restart” button shown at the bottom right. If this does not work as well let me know !
mistrmochov commented 7 months ago

Hi, thanks for you reply ^^ Howewer these options aren't here at all, It seems like It completle failed to root It. I don't know If I'm doing something wrong. Tried already on Debian, Fedora and Arch, while distro hoping.

SuperErnD commented 7 months ago

Click on the install button on the magisk app. 1. On the subsequent screen, select the option “Direct install into system partition.“ 4. Click on the “Let’s go” button located next to the selected option. 5. When it’s done, click the “Restart” button shown at the bottom right. If this does not work as well let me know !

image i dont have a direct install into ...., i have only patch boot image

0a00 commented 7 months ago

I don't have this option in my environment either, 图片

iFlxy commented 6 months ago

I'm having the same issue.

MakandaDEV commented 6 months ago

Same Issue @casualsnek. It seems your Magisk script is outdated.

ryanrudolfoba commented 6 months ago

Same behavior for me on Fedora install.

blacklightpy commented 6 months ago

Same here on Void Linux

mistrmochov commented 6 months ago

Unfortunately It doesn't work on any liznux distribution. You can go with my script temporarily https://github.com/mistrmochov/magiskWaydroid

ryanrudolfoba commented 6 months ago

Unfortunately It doesn't work on any liznux distribution. You can go with my script temporarily https://github.com/mistrmochov/magiskWaydroid

i tried yours the other day and it didnt work either. gonna try again on an older lineageos build from Nov / early Dec

casualsnek commented 6 months ago

Thanks for reporting, latest magisk-delta has some issues starting on magisk. I will try downgrading magisk to get it working at the moment, till i find a way to get latest builds working again !

casualsnek commented 5 months ago

It's downgraded now ! Magisk should work now. Can you test it ?

Techwizz-somboo commented 5 months ago

It's downgraded now ! Magisk should work now. Can you test it ?

I just tried. Having the same problem as everyone else listed above.

casualsnek commented 5 months ago

It's downgraded now ! Magisk should work now. Can you test it ?

I just tried. Having the same problem as everyone else listed above.

If you did a dirty downgrade (downgrade while you previously installed magisk.. You'll need to clean up some files for downgrade to work). I will share a write-up with instruction here after a while !

Techwizz-somboo commented 5 months ago

It's downgraded now ! Magisk should work now. Can you test it ?

I just tried. Having the same problem as everyone else listed above.

If you did a dirty downgrade (downgrade while you previously installed magisk.. You'll need to clean up some files for downgrade to work). I will share a write-up with instruction here after a while !

It was a brand new installation

casualsnek commented 5 months ago

It's downgraded now ! Magisk should work now. Can you test it ?

I just tried. Having the same problem as everyone else listed above.

If you did a dirty downgrade (downgrade while you previously installed magisk.. You'll need to clean up some files for downgrade to work). I will share a write-up with instruction here after a while !

It was a brand new installation

Weird ! Can you share output of cat /proc/cmdline and uname -r ?

Techwizz-somboo commented 5 months ago

It's downgraded now ! Magisk should work now. Can you test it ?

I just tried. Having the same problem as everyone else listed above.

If you did a dirty downgrade (downgrade while you previously installed magisk.. You'll need to clean up some files for downgrade to work). I will share a write-up with instruction here after a while !

It was a brand new installation

Weird ! Can you share output of cat /proc/cmdline and uname -r ?

For me the solution was to swap to this kernel. So probably not a problem with your script https://aur.archlinux.org/packages/linux-xanmod-anbox

casualsnek commented 5 months ago

It's downgraded now ! Magisk should work now. Can you test it ?

I just tried. Having the same problem as everyone else listed above.

If you did a dirty downgrade (downgrade while you previously installed magisk.. You'll need to clean up some files for downgrade to work). I will share a write-up with instruction here after a while !

It was a brand new installation

Weird ! Can you share output of cat /proc/cmdline and uname -r ?

For me the solution was to swap to this kernel. So probably not a problem with your script https://aur.archlinux.org/packages/linux-xanmod-anbox

Yes, xanmod is must with psi=1 kernel parameter to get magisk running on waydroid on Arch !

baptx commented 5 months ago

I got Magisk installed and Zygisk enabled here: https://github.com/casualsnek/waydroid_script/pull/143#issuecomment-1893679352

AlecBlance commented 3 months ago

I got Magisk installed and Zygisk enabled here: #143 (comment)

Thanks! I got my Zygisk this way. For now, this will suffice but, it'd be good if we will have the latest magisk-delta. Hopefully, they will sort it out.