Installing TWRP/Magisk

Requirements

How to make?

  1. When downloading TWRP with extension .img put into Minimal ADB directory and change name to twrp.img
  2. On your smartphone enable usb debugging in Settings > Additional Settings > Developer Options
  3. Put your smartphone in fastboot mode (Power Button + Volume Minus)
  4. On your computer open Minimal ADB
  5. Type: fastboot devices and hit enter. (command will check if your device is recognized)
  6. Type: fastboot flash recovery twrp.img and hit enter. (twrp.img is the file extension)
  7. Type: fastboot boot twrp.img
  8. Your device will reboot into TWRP
  9. From now on you can change ROMs, Kernel and etc...
  10. If you want you can install Magisk which is root
  11. Click install selects the magisk file and then clicks reset system
  12. Your device will reboot already with root installed!
  13. Do it at your own risk!