meta data for this page
  •  

This is an old revision of the document!


Redmi 2 Pro

This phone:

  • 2014813 TD-LTE = WT86047 (China)
  • CMIT ID: 2014CP6138

HM2014811 = WT88047 (Global)

eMMC is SAMSUNG R311MB 16 GB

  • Recovery - VOL DOWN + VOL UP + POWER
  • Fastboot - VOL DOWN + POWER
fastboot devices
fastboot reboot-bootloader
fsatboot reboot emergency

TWRP

Flashing

https://twrp.me/wingtech/wingtechredmi2.html

Fastboot flash recovery TWRP.img

error: device unauthorized

https://stackoverflow.com/questions/42765900/adb-devices-says-unauthorized-in-twrp/48528833

TWRP contains wrong props. Should be:

getprop
ro.secure=0
ro.adb.secure=0
ro.debuggable=1