[RECOVERY][OFFICIAL] TWRP 2.6.0.0/2.5.0.0 Touch Recovery
Here's the Changelog
So, enjoy!!
OFFICIAL HTC EXPLORER PAGE
Recovery 2.6.0.0
Recovery 2.5.0.0
Recovery 2.4.4.0
Recovery 2.4.1.0
ADB and Fastboot for Windows
ADB and Fastboot for Linux
Now, the recovery zip is not flashable.. So DO NOT flash it..
For the new people, here are the instructions..
----> For Windows :
1) Download the recovery zip and the tools given above..
2) Extract the zips someplace safe (for eg, C:/TWRP)..
3) Open the command prompt, and navigate to the folder in which you extracted the files..
4) Boot your phone into Fastboot mode, and connect it to the computer.. It should show "Fastboot USB"
5) In the command prompt, type :
6) Enjoy your new recovery!!
----> For Linux :
1) ADB and Fastboot for linux are also attached above..
2) Download and extract all the stuff in a safe location (for eg, ~/TWRP)
3) Open terminal, and navigate to the goodies folder..
4) Put your phone in fastboot mode, and connect to USB, and it should show "Fastboot USB"..
5) Now in terminal, type :
6) Enjoy your new touch recovery!!
=====================================
Here's the Changelog
So, enjoy!!
OFFICIAL HTC EXPLORER PAGE
Recovery 2.6.0.0
Recovery 2.5.0.0
Recovery 2.4.4.0
Recovery 2.4.1.0
ADB and Fastboot for Windows
ADB and Fastboot for Linux
Now, the recovery zip is not flashable.. So DO NOT flash it..
For the new people, here are the instructions..
----> For Windows :
1) Download the recovery zip and the tools given above..
2) Extract the zips someplace safe (for eg, C:/TWRP)..
3) Open the command prompt, and navigate to the folder in which you extracted the files..
4) Boot your phone into Fastboot mode, and connect it to the computer.. It should show "Fastboot USB"
5) In the command prompt, type :
Code:
fastboot flash recovery recovery.img && fastboot reboot
----> For Linux :
1) ADB and Fastboot for linux are also attached above..
2) Download and extract all the stuff in a safe location (for eg, ~/TWRP)
3) Open terminal, and navigate to the goodies folder..
4) Put your phone in fastboot mode, and connect to USB, and it should show "Fastboot USB"..
5) Now in terminal, type :
Code:
$ ./fastboot flash recovery recovery.img && fastboot reboot
=====================================
Code:
for(;;) {
std::cout << "Longest signature you've ever seen!";
}
No comments:
Post a Comment