How to flash rom with TWRP?

How to flash rom with TWRP?

Carlos Arriaga (TheStrechh)
  • Before doing the following you should be sure that your bootloader is unlocked.
  1. Download twrp-TheStrechh-RX.img from HERE, and platform tools from HERE
  2. Extract platform tools in C:\ and copy boot.img in folder.
  3. Open terminal (CMD) in local folder and paste this command fastboot boot twrp-TheStrechh-R2.img , then click enter.
  4. Device boot in TWRP interface go to Advance and select Flash current TWRP and confirm.
  5. Done, you have TWRP installed fine, now can reboot system.
First option
  1. Download ROM, then go to Install -> select your ROM.zip -> Confirm.
  2. Back to TWRP Home, Go to wipe -> format data -> wipe cache from advanced wipe (For clean flashes only. If you are just updating, ignore this step).
  3. Back to TWRP Home, Go to reboot -> and change active slot. If active slot was A, select B. Or if active slot was B, select A. There is an indicator there shows active slot.
  4. Back to TWRP Home, go to Advanced -> flash current TWRP . If you forget this step, you'll lose TWRP after reboot.
  5. Now reboot system and enjoy.
Second option
  1. Boot in TWRP -> format data -> yes
  2. Install the ROM with adb sideload -> adb sideload rom.zip in adb termianl.
  3. Back to TWRP Home, go to Advanced -> flash current TWRP . If you forget this step, you'll lose TWRP after reboot.
  4. Reboot recovery and flash the gapps of your choice.
  5. Now reboot system and enjoy.

Report Page