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
The LineageOS OTA update uninstalls Magisk, and here are four ideas how Magisk can fix that:
The Magisk addon.d script could look at the external SD card, which usually isn't encrypted.
You could store the .zip in the same place as the addon.d, so that OpenRecoveryScript copies it over. If need be, it can even be stored inside the addon.d script, as TWRP supports both here-docs and base64. (Perhaps store only the boot partition part of the zip.)
The addon.d script could look for the .zip in the recovery partition. It has 434 Megabytes of free space (size difference between Mido recovery parition and twrp image).
Magisk Manager could somehow ask the Lineage Updater app to trigger it, and unpack the flashable .zip into the same place as the OS update.
Just one idea needs to be workable. I'm sure there are lots of other possibilities.
The cause is that the OpenRecoveryScript does not decrypt the userdata partition. The Magisk addon.d-script then cannot find anything there and refuses to reflash Magisk.
The bug happens with the most recent versions
Magisk v19.2
Manager 7.2.0
lineage-15.1-20190515-microG-mido
The text was updated successfully, but these errors were encountered:
There is no way to fix it. I have LineageOS devs in my Slack group, so there is no need for additional discussion on this issue. Magisk requires /data for addon.d, there is NO way around that
(New issue because I cannot reopen #1500)
The LineageOS OTA update uninstalls Magisk, and here are four ideas how Magisk can fix that:
Just one idea needs to be workable. I'm sure there are lots of other possibilities.
The cause is that the OpenRecoveryScript does not decrypt the userdata partition. The Magisk addon.d-script then cannot find anything there and refuses to reflash Magisk.
The bug happens with the most recent versions
Magisk v19.2
Manager 7.2.0
lineage-15.1-20190515-microG-mido
The text was updated successfully, but these errors were encountered: