shakalaca / MagiskOnEmulator

Install Magisk on Official Android Emulator
Apache License 2.0
675 stars 113 forks source link

Magisk update fails #5

Closed Uj947nXmRqV2nRaWshKtHzTvckUUpD closed 4 years ago

Uj947nXmRqV2nRaWshKtHzTvckUUpD commented 4 years ago

Updating the manager apk works fine. however updating magisk itself (zip) from inside the manager (preserving dm-verity and force encryption) through direct installation fails:

!Unable` to detect target image !Installation failed

is this the supposed behaviour on emulator? How can we update to latest magisk in this case?

shakalaca commented 4 years ago

It's the reason why I've created this repo, the manager just cannot patch the ramdisk of emulator directly.

Uj947nXmRqV2nRaWshKtHzTvckUUpD commented 4 years ago

Understood then. We can link this to #3 in this case and close. Thank you for the explanation.