How to flash any recovery
WARNING
Before installing, unlock the bootloader on the Lenovo Z5s phone.
Based on .img images
Recovery images can be distributed in raw form, like TWRP for example, or as .zip archives.
TWRP
- First of all, download the TWRP recovery image of the Lenovo Z5s.
WARNING
For A14+ you need to download the Dynamic version!
- Now, set up ADB and Fastboot on your PC.
- Furthermore, open a command window in the folder itself. To do that, Shift + Right-click on any empty space and then select open command window.
- Now, connect your Lenovo Z5s to PC.
- And, boot your Lenovo Z5s device into Fastboot mode. To do that type the following code in the command window
bash
adb reboot bootloader
- Now the device will boot into the Fastboot mode. After that type the following code
bash
fastboot flash recovery twrp-name.img.
INFO
And do replace twrp-name.img
above with the name of your TWRP recovery image file.
- Now it will start flashing TWRP Recovery and after that type the following
bash
fastboot reboot recovery