blob: fa0da453bad5a59b17469fe80a13dc3b28d82784 [file] [log] [blame]
bigbiff bigbiffe9556de2019-02-20 10:07:35 -05001<div class='page-heading'>Installation:</div>
theimpulson563240b2020-01-22 03:32:45 +00002WARNING: If 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.
bigbiff bigbiffe9556de2019-02-20 10:07:35 -05003
theimpulson563240b2020-01-22 03:32:45 +00004<p class="text"><a href="https://developer.android.com/studio/releases/platform-tools">You will need the platform-tools from the Android SDK on your computer.</a> Download the platform-tools as per your operating system.</p>
bigbiff bigbiffe9556de2019-02-20 10:07:35 -05005
theimpulson563240b2020-01-22 03:32:45 +00006Windows users will need proper drivers installed on their computer. You can try the <a href="https://forum.xda-developers.com/android/software-hacking/live-iso-adb-fastboot-driver-issues-t3526755" target=_blank>simple FWUL adb/fastboot ISO</a> or the <a href="http://www.xda-developers.com/universal-naked-driver-solves-your-adb-driver-problems-on-windows/">Naked ADB drivers</a> or the <a href="https://adb.clockworkmod.com/">Universal ADB drivers</a> if you don't already have a working driver installed
bigbiff bigbiffe9556de2019-02-20 10:07:35 -05007
theimpulson563240b2020-01-22 03:32:45 +00008Download the correct image file and copy the file into the same folder as your platform-tools as well as device's storage. Rename the image to twrp.img.
bigbiff bigbiffe9556de2019-02-20 10:07:35 -05009
theimpulson563240b2020-01-22 03:32:45 +000010Now reboot to fastboot/download/bootloader mode by using adb or manual key combos (Use Google to find that if you are not sure). To use adb to reboot, use the following command:
bigbiff bigbiffe9556de2019-02-20 10:07:35 -050011
theimpulson563240b2020-01-22 03:32:45 +000012<code>adb reboot bootloader</code>
bigbiff bigbiffe9556de2019-02-20 10:07:35 -050013
theimpulson563240b2020-01-22 03:32:45 +000014Temporary boot the downloaded image using the following command:
15
16<code>fastboot boot twrp.img</code>
17
Captain Throwbackeb01d612021-11-18 20:27:52 -050018Preferred Installation Method:
19Once booted, navigate to the Advanced > Flash Current TWRP option. This will install the TWRP image you just booted permanently to the device.
20
21<i>Alternate Installation Method:</i>
theimpulson563240b2020-01-22 03:32:45 +000022Once booted, navigate to the Advanced > Install Recovery Ramdisk option. This will ask you to select the image you want to install TWRP from. Select the TWRP image you just downloaded and copied into device storage. Proceed to install this image.
23
Captain Throwbackeb01d612021-11-18 20:27:52 -050024NOTE: You also need to use the "Fix Recovery Bootloop" option present in the same Advanced Tab. Use that option after you have installed the recovery ramdisk successfully to avoid boot loops happening from installing TWRP Permanently.
theimpulson563240b2020-01-22 03:32:45 +000025
26After this is done, you have successfully installed TWRP on your device.