Java Here

Saturday 1 April 2017

How to flash TWRP recovery in vibe K5 Note

Files needed to root and install TWRP on Vibe K5 Note:

Twrp.img - Ported by me from elephone m3    Download
Minimal adb and Fastboot - Google it if you dont have.


How to install TWRP Recovery on Lenovo Vibe K5 Note.

 Step 1: First enable the USB debugging option in Vibe K5 Note.
  • To enable USB debugging option we first need to make sure the developer options are active. for that we need to go to your Settings -> About Phone -> Now tap the build number 7-8 times until you see a message ‘you are now a developer’.
  • Now as we have enabled developer options, go back to Settings-> developer options -> and now enable USB debugging also enable OEM unlock.

    Step 2: Open adb command window.

  • Now go to folder where you downloaded or copied Fastboot files. In that folder where you will find the adb.exe or fastboot.exe.
  • Hold the Shift Key and right-click on any blank space and select Open command window here.


 



Step 3: Connect the Lenovo Vibe K5 Note to PC.

  • Connect your phone to PC or Laptop with using USB Cable.

Step 4: Reboot phone into Fastboot Mode.

  • Now we need to reboot phone into fastboot mode by typing the following command.
adb reboot bootloader

Step 5: Your device will reboot into fastboot mode.

  • If it doesn’t, check if your USB cable is connected properly and you have drivers installed properly.
  • You can check a list of connected device by typing the following command.
fastboot devices
screenshot of detect device in adb mode.

Step 6 Flash the TWRP Recovery.

  • This is the tiime to flash the TWRP Recovery. To Start flashing the recovery, type the following command.
fastboot flash recovery recovery.img
screenshot of installed twrp recovery in lenovo k5 vibe note successfully
That’s it! You have installed TWRP recovery on Lenovo Vibe K5 Note

8 comments:

  1. i am getting probelem installing twrp

    ReplyDelete
  2. How to unlock the bootloader using adb

    ReplyDelete
  3. fastboot flash recovery recovery.img
    target reported max download size of 134217728 bytes
    sending 'recovery' (15166 KB)...
    OKAY [ 0.660s]
    writing 'recovery'...
    FAILED (remote: download for partition 'recovery' is not allowed
    )
    finished. total time: 0.660s

    ReplyDelete
  4. The download link has been expired bro

    ReplyDelete
  5. Does it work?
    To anyone tried

    ReplyDelete
  6. Where to put the recovery.img

    ReplyDelete
  7. Hey there!
    I found a rom name lineageos gsi 17.1 treble on source forge.
    It says that it can be installed on all devices, So can we install it on Vibe K5 Note a7020a48

    ReplyDelete