wiki-grav/pages/04.other/android/update/default.en.md

40 lines
1.0 KiB
Markdown
Raw Normal View History

---
title: Update
visible: true
---
[toc]
Because I root my phone, I have to follow some specific steps to update my system correctly.
**Requires a PC**
## Acquire LineageOS Update Zip-file
The newest update can either be downloaded through the built-in updater, exported to local storage and copied to the PC, or downloaded directly from [download.lineageos.org](https://download.lineageos.org)
## Patch Boot image with Magisk
1. Download latest Boot image
2. Patch with Magisk
3. Copy to PC
## Update LineageOS
1. Enable USB Debugging through ADB
2. Run `adb reboot sideload`
3. Update using `adb sideload LINEAGE_UPDATE.zip`
## Reinstall Magisk
1. Boot to fastboot: `adb reboot bootloader`
2. Run `fastboot flash boot MAGISK_PATCHED.img`
3. Reboot to system `fastboot reboot`
And the update's done!
2023-04-09 19:36:48 +02:00
## Links
> [Update LineageOS on pyxis](https://wiki.lineageos.org/devices/pyxis/update#sideloading-from-recovery)
> [Magisk Installation > Patching Images](https://topjohnwu.github.io/Magisk/install.html#patching-images)