android-foss/tutorials/Install-Rooted-OTA.md
2017-08-04 11:58:45 +02:00

22 lines
520 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
-------------------------------------