blob: b4988fd6b5909492e14c3c41a28ec2490f84ef7c [file] [log] [blame]
theimpulson563240b2020-01-22 03:32:45 +00001<html>
2<div class='page-heading'>Installation:</div>
3If you already have TWRP installed:
4Download the latest zip and install the zip using TWRP.
5
6If you do not already have TWRP installed:
7Download both the img and the zip. You will need to have fastboot binaries and the correct drivers installed. Power off your device completely. Hold volume down and turn on the device. Your device should now be in the bootloader. Connect the device to your PC. Open a command window and run the following command from the proper location:
8
9fastboot boot path/to/twrp.img
10
11This will temporarily boot TWRP on your device. Use adb to push the zip onto your device:
12
13<pre>
14adb push path/to/twrp.zip /
15</pre>
16
17Go to install and browse to the zip and install the zip. The zip will install TWRP to both boot slots. Installing TWRP at this time will remove root if you are currently rooted.
18
19If you accidently flash TWRP to your device using fastboot instead of temporarily booting the image, you will need to download the latest factory image for your device and reflash the boot image.
20</html>