twrp For Coolpad Cool Changer S1:
What is twrp:
twrp is a touch Screen Enabled Custom Recovery For android Devices Developed by twrp.me [teamwin] offer Custom ROM and ZIP File Installation Feature. it also offer backup & Restore Feature We can use it to create a nandroid backup of our Phone.
Disclaimer:
Wrong Flashing of the twrp Recovery will brick your Phone. We are not Responsible for any damage to Your phone.So Be careful or create a backup before Flashing.
File Detail
Device name- Coolpad Cool Changer S1
version- 3.1
author– Danny_Dewet
Code name- N/A
Device tree- N/A
Download Links:
Changelog:
Working-
- ZIP installation
- backup
- Restore
- adb sideload
Not Work-
- You tell Me
How to Install twrp on Coolpad Cool Changer S1:
- First of all Download & Install adb tools
- Now Download twrp File from above and extract zip. rename recovery file into ‘recovery.img’ and Move it to adb tools folder
- open CMD Where adb tools installed
- Reboot Phone to bootloader and Connect to PC by using usb cable
- Now type below code in CMD
fastboot devices
to check Device Connectivityfastboot flashing unlock
orfastboot oem unlock
to unlock bootloader [Not work on Devices that have Specific unlock Process Like asus Xiaomi Huawei.]fastboot flash recovery recovery.img
to flash recoveryfastboot boot recovery.img
to boot into recovery- done