From 5ebc01f0b033397d9e12841604d2545e62b352a2 Mon Sep 17 00:00:00 2001 From: polygraphene Date: Sat, 9 Apr 2022 23:38:50 +0900 Subject: [PATCH] Fix README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 238b9ab..da847dd 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ Especially, don't update/install magisk from magisk app. It will cause permanent 2. Setup adb (android platform tools). 3. Launch run.bat (For Windows) or run.sh (For Linux/Mac) - If you get `'adb' is not recognized ...` errors, check to add adb to PATH. -4. magisk app should be automatically installed. -4. Run `adb shell` then `/dev/.magisk/su` to get root shell. +4. Wait several seconds (~30s) until Magisk app is automatically installed. +5. Run `adb shell` then `/dev/.magisk/su` (Or simply `su`) to get root shell. ![Screenshot](/screenshot1.png) @@ -59,4 +59,6 @@ See [here](TECHNICAL-DETAILS.md) # Credits - https://dirtypipe.cm4all.com/ +- https://github.com/topjohnwu/Magisk +- https://github.com/j4nn/CVE-2020-0041/blob/v50g8-mroot/scripts/magisk-start.sh