TWRP Recovery for ZS570KL / ZS570KL PRO

Code:
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about procedures,
* tools or terms in this thread before proceeding! YOU are choosing to
* make these modifications, and if you point the finger at me for
* messing up your device, I will laugh at you.
*/
Download and install TWRP recovery. Special thanks to @shakalaca for the first TWRP builds for our device!
Warning!
- Always have your original firmware, recovery and boot files in case things don't go as expected
- Backup all of your personal data!
- Adb and Fastboot installed. I recommend you to install it from HERE.
- Drivers installed. Try using these or Universal ADB Drivers
Grab the recovery img file from any of the mirrors:
Try it!This is for you if you just want to temporary boot into TWRP recovery without replacing your current installed recovery. In case you need to flash a single zip, or just becuase it's your will not to install it!
Connect your device to your computer and boot it into bootloader mode. Turn off the device and press Volume up + Power button. Or by using adb command:
Now open a terminal window inside the folder where the twrp recovery img file is placed and run the command:
This command will NOT replace yout current recovery, it will temporary boot into TWRP recovery. This means once you are done using it, reboot your device and you will still have your current recovery untouched.
Install it!Connect your device to your computer and boot it into bootloader mode. Turn off the device and press Volume up + Power button. Or by using adb command:
Code:
adb reboot bootloader
Code:
fastboot boot <twrp img file name>
In order to install TWRP and replace your current recovery follow the next instructions.
Connect your device to your computer and boot it into bootloader mode as described in the previous step. Now open a terminal window inside the folder where the twrp recovery img file is placed and run the command:
Done! Enjoy your fresh installed TWRP recovery!
Connect your device to your computer and boot it into bootloader mode as described in the previous step. Now open a terminal window inside the folder where the twrp recovery img file is placed and run the command:
Code:
fastboot flash recovery <twrp img file name>
Last edited: