2021-04-20 18:56:58 +00:00
|
|
|
# Motorola
|
2020-11-26 17:38:25 +00:00
|
|
|
|
2020-12-08 17:43:36 +00:00
|
|
|
[tuto root](https://forum.xda-developers.com/motorola-one-pro/development/root-twrp-3-4-0-android-10-t4156037
|
|
|
|
)
|
|
|
|
|
|
|
|
## root without twrp
|
|
|
|
|
2021-04-20 18:56:58 +00:00
|
|
|
firmware stock: [https://mirrors.lolinet.com/firmware/moto/parker/official/RETEU/]
|
2020-12-08 17:43:36 +00:00
|
|
|
|
|
|
|
- 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
|
2021-04-20 18:56:58 +00:00
|
|
|
- enter in fastboot by holding power button
|
2020-12-08 17:43:36 +00:00
|
|
|
- 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
|
2021-04-20 18:56:58 +00:00
|
|
|
|
2020-12-08 17:43:36 +00:00
|
|
|
## 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
|