How to install Magisk on Xiaomi Mi Note 10 (tucana)

by Nikolay Bryskin

1 min read

  1. unlock bootloader
  2. install MagiskManager
  3. download TWRP
  4. enable USB debugging and connect adb
  1. reboot to fastboot adb reboot bootloader
  2. boot to TWRP fastboot boot twrp.img
  3. after booting twrp decrypt /sdcard using your pin/pattern
  4. connect to device using adb adb shell
  5. copy boot partition to sdcard dd if=/dev/block/bootdevice/by-name/boot of=/sdcard/boot.img
  6. reboot to system adb reboot
  7. launch MagiskManager
  8. press "Install" in "Magisk" card
  9. uncheck "Recovery Mode"
  10. press next
  11. select boot.img file on the sdcard root
  12. after successeful patch pull patched boot image to pc adb pull /sdcard/Download/magisk_patched-*.img ./
  13. reboot to bootloader again adb reboot bootloader
  14. flash patched boot image fastboot flash boot magisk_patched-*.img
  15. reboot to system fastboot reboot
  16. profit!