Home / TWRP
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2023-09-24 1.2 kB
recovery.img 2023-09-22 67.1 MB
twrp-3.7.0_13-0-davinci.img 2023-03-29 67.1 MB
Totals: 3 Items   134.2 MB 12

TWRP for Xiaomi Mi9T | Redmi K20 [davinci] with support for Android 13


Warning:

  • no support for casefolding & FUSE

Installing:

  • Your device's bootloader must be unlocked
  • Download recovery.img file to your adb/fastboot tools directory

Notes:

  • Never use an outdated fastboot tool. You can get the latest version HERE.
  • Remember to prepend ".\" (PowerShell) or "./" (Linux/macOS) to all fastboot commands, except if you're using the Command Prompt.
  • Your custom recovery image file is referred to as "recovery.img" in this guide, but the file name could be anything.

Xiaomi Mi9T/Redmi K20 | davinci have dedicated "recovery" partition. To ensure that recovery will update with ROM updates you must select the option update recovery in System settings/Updates/.../Preferences.

Code:
 fastboot flash recovery recovery.img                                                                                                   
 fastboot reboot recovery                                                                                                                     
Source: README.md, updated 2023-09-24