Requirements
- Installed Drivers
- Bootloader Unlocked
- Minimal ADB and Fastboot
- TWRP (search in xda-developers according to your device)
How to make?
- When downloading TWRP with extension .img put into Minimal ADB directory and change name to twrp.img
- On your smartphone enable usb debugging in Settings > Additional Settings > Developer Options
- Put your smartphone in fastboot mode (Power Button + Volume Minus)
- On your computer open Minimal ADB
- Type: fastboot devices and hit enter. (command will check if your device is recognized)
- Type: fastboot flash recovery twrp.img and hit enter. (twrp.img is the file extension)
- Type: fastboot boot twrp.img
- Your device will reboot into TWRP
- From now on you can change ROMs, Kernel and etc...
- If you want you can install Magisk which is root
- Click install selects the magisk file and then clicks reset system
- Your device will reboot already with root installed!
Do it at your own risk!