From 2ecf7a19ca8038db27e336257c3414234c590754 Mon Sep 17 00:00:00 2001 From: NickMelk Date: Wed, 6 May 2026 15:44:35 +0300 Subject: [PATCH 1/2] Update Magisk install instructions (MIUI optimization issue) Added troubleshooting steps for installation failures on Xiaomi devices. --- README-USAGE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README-USAGE.md b/README-USAGE.md index 59be62a5..761a6d2a 100644 --- a/README-USAGE.md +++ b/README-USAGE.md @@ -79,6 +79,8 @@ Download latest Magisk [here](https://github.com/topjohnwu/Magisk/releases/lates adb install app-release.apk ``` - accept auth rsa request on mobile screen of course to allow adb connection +- on Xiaomi phones if installattion fails try to turn off MIUI optimization in Developer options, + restart, and try again 5. Upload boot to /sdcard/Download ```shell From 0636568e2fe4f72d69f86e2ca68028500bfc72a8 Mon Sep 17 00:00:00 2001 From: NickMelk Date: Wed, 6 May 2026 15:50:40 +0300 Subject: [PATCH 2/2] Update README-USAGE.md --- README-USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-USAGE.md b/README-USAGE.md index 761a6d2a..47942731 100644 --- a/README-USAGE.md +++ b/README-USAGE.md @@ -79,7 +79,7 @@ Download latest Magisk [here](https://github.com/topjohnwu/Magisk/releases/lates adb install app-release.apk ``` - accept auth rsa request on mobile screen of course to allow adb connection -- on Xiaomi phones if installattion fails try to turn off MIUI optimization in Developer options, +- on Xiaomi phones if installation fails try to turn off MIUI optimization in Developer options, restart, and try again 5. Upload boot to /sdcard/Download