Step by Step Guide To Flash TWRP
Step by Step Guide To Flash TWRP
Step by Step Guide To Flash TWRP
You don't need to ROOT your device to install custom ROMs & custom
recovery.
>>>
6. Copy the file into the same folder as your adb and fastboot binaries. Rename the image to
'recovery'
- ADB folder is usually located in your C drive. You will know its the right folder if it has the
files named 'adb' & 'fastboot' in it.
8. In the ADB folder, hold SHIFT+RightClick and click on 'Open command window here'.
-This will open Command Prompt.
Code:
adb reboot bootloader
-You should now be in fastboot mode.
***WARNING: You will loose all your data! MAKE SURE TO BACKUP***
Code:
fastboot flash recovery recovery.img
-This will flash the Custom Recovery (TWRP) image to your device.
Code:
fastboot reboot
-Your device will restart.
10. You should now have the custom recovery installed on your device. To go into custom
recovery mode (TWRP):
a. POWER OFF device
b. VOLUME DOWN+PowerButton
<<<
>>>
11d. Connect the device to your computer and copy the LineageOS ZIP file onto the device.
11e. Enter into TWRP mode again if you restarted your device (STEP 10). Click on
INSTALL folder and install the LineageOS file.
<<<
>>>
Now that you have 'clean' LineageOS installed onto your device, it doesn't come with any of
the Google apps (aka GApps) pre-installed in the OS; not even the Play Store! It ain't totally
necessary for you to Flash GApps onto your device as you can separately download the apk
files and just install them but for those of you that prefer having 'official apps', just follow the
steps:
12d. Choose & Download the variant you wish to install onto your device.
-This part is completely up to you depending on users who want the absolute minimum
GApps installation available (Pico Package) to those who want to have all Google
Applications that were ever shipped on a Google device (Super Package).