reinstall-magisk-on-lineageos icon indicating copy to clipboard operation
reinstall-magisk-on-lineageos copied to clipboard

Small bash script to reinstall magisk after each LineageOS update

Results 23 reinstall-magisk-on-lineageos issues
Sort by recently updated
recently updated
newest added

Currently the script downloads the latest boot.img from LineageOS servers. However this assumes that LinageOS updater is in sync. This not always the case: LOS updater detected and installed version...

Just curious why don't you do something like this which it automatically retrieves de serial number, instead of being hardcoded. `PHONE_ADB_SERIAL_NUMBER=$(adb get-serialno)` Thanks.

My Phone, a Fairphone 3 uses A/B Boot (see https://source.android.com/docs/core/ota/ab#life-of-an-a-b-update). So the flash didn't work for me: ``` $ fastboot flash boot /tmp/patched-boot.img fastboot: error: boot partition is smaller than...

enhancement

Hey This script won't run without root But my phone (Samsung S10+, on Lineage 20) uses Magisk to root it What options do I have, please?

For devices which use the Odin protocol (Samsung devices only, I think), rebooting into the bootloader with `adb reboot bootloader` doesn't actually go into fastboot mode, but into the Odin...

I came with some few ideas for the script: --Automatically detect ADB serial number for device --A menu for listing all detected devices in case of more than one detected,...

Even when running as root, shouldn't appropriate flags for boot_patch.sh be set before actually trying to patch? With flags I mean the ones such as KEEPVERITY, KEEPFORCEENCRYPT, RECOVERYMODE, etc. The...

To support Linux, MacOS and Windows, and to be able to manage better the complexity.

enhancement

Hi, I just moved to a new smartphone and noticed Magisk is much harder to install. As I have installed lineageOS for microG, your URLs are not valid for me....

enhancement