From 4cff0384f7f209bd3c5187ce8b04660d0e9daefc Mon Sep 17 00:00:00 2001 From: capntrips <31455058+capntrips@users.noreply.github.com> Date: Fri, 28 Jan 2022 21:31:16 -0600 Subject: [PATCH] Remove temporary note about OTA update no longer working --- docs/ota.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/ota.md b/docs/ota.md index 9fe29e11d..ca3d7cd25 100644 --- a/docs/ota.md +++ b/docs/ota.md @@ -1,5 +1,3 @@ -# NOTE: Install to Inactive Slot is disabled in newer builds of the Magisk app due to changes that Google introduced to the OTA process: https://twitter.com/topjohnwu/status/1303574238796808192 - ## OTA Upgrade Guides Magisk does not modify most read-only partitions, which means applying official OTAs is much simpler. Here are the tutorials for several different kind of devices to apply OTAs and preserve Magisk after the installation (if possible). This is just a general guide as procedures for each device may vary.