notebook/IT/motorola.md

29 lines
945 B
Markdown
Raw Permalink Normal View History

2020-11-26 17:38:25 +00:00
#Motorola
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
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