How to Install TWRP Recovery on YotaPhone 2

  Update (05 November 2016): TWRP recovery 3.0.2-0 now available for Yotaphone 2. Download link updated.

Ealier this month, a modified stock recovery was released for YotaPhone for the sole purpose of getting root access. But it’s time to get a taste of what a real custom recovery is like on your YotaPhone 2.

Developer SteadyQuad, who previously brought the modified stock recovery, is now back with TWRP recovery for YotaPhone 2. The recovery is in alpha stage at the moment, so it may have some bugs but I guess it’s safe to install.

You can download the TWRP recovery image from the link below and if you’re already rooted then just use the Flashify app to install the recovery file OR flash the recovery via Fastboot with the help of the detailed guide below:

[icon name=”download” class=”” unprefixed_class=””] Download TWRP Recovery for YotaPhone 2

How to Flash TWRP Recovery on YotaPhone 2

  1. Setup ADB and Fastboot on your Windows PC.
  2. Enable USB debugging from developer options on your YotaPhone 2.
  3. Connect it to PC with a USB cable, if it asks for debugging authorization, permit it.
  4. Go to the folder where you downloaded the TWRP recovery image from the download link above on your PC and open a command window inside that folder by doing “Shift + Right click” on any empty white space inside the folder, then select “Open command window here”.
  5. (Skip this if your bootloader is already unlocked) Now to unlock the bootloader, type in the following command:
    └ Beware that unlocking the bootloader may wipe your phone’s data. Make sure to backup first before proceeding.
    adb reboot bootloader

    └ This will reboot your phone to bootloader mode

    fastboot oem unlock

    └ This will unlock bootloader on your device.

  6. Now if your phone has rebooted and is no longer in the bootloader mode, then boot it back into bootloader mode with the “adb reboot bootloader” command.
  7. Flash TWRP recovery on your YotaPhone now with the following command:
    fastboot flash recovery recovery_twrp_yd201_alpha2.img

    └ This will install/flash TWRP recovery to your device.

  8. Once flashing process finishes, you can reboot your device with the following command:
    fastboot reboot

That’s it. Enjoy!

via XDA

Posted by
Shivam Malani

Shivam is our resident designer and web developer who also enjoys writing. He loves to meditate, drive on the freeways and hunt for snipers during his Call Of Duty playtime. Email: [email protected]

6 Comments

  1. Download link broken…

    1. Recovery has a newer version so previous link was disabled. Anyway, updated the link to latest alpha2 release. Thanks for notifying 🙂

  2. Download link broken…

    1. Recovery has a newer version so previous link was disabled. Anyway, updated the link to latest alpha2 release. Thanks for notifying 🙂

  3. Please TWRP Recovery for Yotaphone 1(c9660)

  4. Please TWRP Recovery for Yotaphone 1(c9660)

Comments are closed.