From 4d835b90a261a632b764b81b27caaa7e99710fb2 Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 8 Dec 2020 18:43:36 +0100 Subject: [PATCH] =?UTF-8?q?update=20motorola=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IT/motorola.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/IT/motorola.md b/IT/motorola.md index fb23dcd..1cf4bf8 100644 --- a/IT/motorola.md +++ b/IT/motorola.md @@ -1,3 +1,28 @@ #Motorola -[tuto root](https://forum.xda-developers.com/motorola-one-pro/development/root-twrp-3-4-0-android-10-t4156037) +[tuto root](https://forum.xda-developers.com/motorola-one-pro/development/root-twrp-3-4-0-android-10-t4156037 +) + + +## root without twrp + +firmware stock:https://mirrors.lolinet.com/firmware/moto/parker/official/RETEU/ + +- recover boot.img in firmaware sotck image +- install magisk Manager on your smartphone [apk here]([https://link](https://github.com/topjohnwu/Magisk/releases/)) +- put boot.img on your smartphone +- in magisk click pn install and select your boot.img +- magisk_patched.img will be store in your DATA folder recopy this file on your desktop +- enter in fastboot by holding power button +- on your computer enter `fastboot devices` to check if you see your device +- following enter `fastboot flash boot magisk_patched.img` to flash +- and `fastboot reboot` to reboot + +## OTA update with root + +- in magisk restore old image **don't reboot** +- launch your OTA update +- in magisk patch in inactive slot +- reboot your phone + +