mirror of
https://github.com/offa/android-foss.git
synced 2025-11-05 17:14:55 +05:30
22 lines
520 B
Markdown
22 lines
520 B
Markdown
# Installation of OTA on a Rooted Device
|
||
|
||
The installtion of OTA updates often fails if the device has been rooted. Though it's still possible – without data loss.
|
||
|
||
***Important:** Before you start **backup** everything that's important.*
|
||
|
||
|
||
## Short Version
|
||
|
||
1. Download the *current installed* Updatefiles
|
||
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
|
||
|
||
|
||
-------------------------------------
|
||
|