How to use TWRP WITH OUT INSTALL IT!

persona78

Senior Member
Apr 12, 2013
2,384
1,203
113
Hi!
THere is a way to use TWRP WITH OUT the NEED OF INSTALL IT!

Copy the TWRP image to ADB folder as if you gonna install it, suposing that TWRP is recovery.img file, on command type this:
Code:
fastboot boot recovery.img
It will boot on TWRP with OUT the need of installing it and you dont Will loose the stock recovery!

Im using it like this!

You can creat a .bat file (Windows) like this:
Code:
@echo off
fastboot boot recovery.img
pause
like this only need a double click! ;)
 
Last edited: