mirror of
https://github.com/offa/android-foss.git
synced 2026-07-22 01:45:37 +02:00
23 lines
565 B
Markdown
23 lines
565 B
Markdown
# Installation of OTA on a Rooted Device
|
||
|
||
The installation of OTA updates often fails if the device has been rooted. Though it's still possible – without data loss. This guide shows how, using *TWRP* and *Magisk*.
|
||
|
||
***Important:** Before you start **backup** everything that's important!*
|
||
|
||
|
||
## Short Version
|
||
|
||
1. Download the Update *current installed*
|
||
1. Enable USB Debugging
|
||
1. Boot to Bootloader
|
||
1. Flash *recovery*, *system* and *boot* images
|
||
1. Reboot
|
||
1. Flash *TWRP*
|
||
1. Boot to Recovery
|
||
1. Install *Magisk*
|
||
1. Reboot
|
||
|
||
|
||
-------------------------------------
|
||
|