Tuesday, March 15, 2016

How To Install TWRP 3.0 On Samsung Galaxy S7 and Galaxy S7 Edge Without Stress



Team Win Recovery Project (TWRP) v3.0 is now available for the Exynos 8890-powered Galaxy S7 and Galaxy S7 Edge. Well, if you don't what TWRP is already, it's a custom recovery with which you can do a whole lot of things which your stock recovery cannot do. Like flashing custom roms, making backups of your current device firmware which can be restored when needed, flashing custom kernels, etc.

Follow the links provided below to learn how to install this recovery on your device.

Samsung Galaxy S7 - Click here

Samsung Galaxy S7 Edge - Click here

Labels: , , ,

How To Install TWRP 3.0 On Samsung Galaxy S7 Edge


A few minutes ago, I published an article on how to install TWRP recovery on Samsung Galaxy S7. If your device is Samsung Galaxy S7 and not Samsung Galaxy S7 Edge please use the guide provided in that article to install TWRP 3.0, not this.

Before using this guide to flash TWRP on your device, make sure it falls under one of the following supported models: SM-G935F, SM-G935FD, SM-G935X, SM-G935W8. 

INSTALLING TWRP ON GALAXY S7 EDGE

To make installation of TWRP on your device easy and more convenient, two installation methods will be provided for rooted and non-rooted devices. So, read and follow each method carefully.

Method #1 (For Rooted Devices)

Step One: Make sure that your device falls within the supported devices list.

Step Two: Download twrp-3.0.0-0-hero2lte.img

Step Three: Copy the downloaded twrp-3.0.0-0-hero2lte.img file to the root of your sdcard (that is, /sdcard/), and rename to twrp.img.

Step Four: Download and install any Terminal Emulator app, then run the follow commands.
su
Now grant root access, and run this last command
dd if=/sdcard/twrp.img of=/dev/block/platform/155a0000.ufs/by-name/RECOVERY

If you want to flash via adb on your PC, connect the device via USB cable and launch adb in Command prompt. Then key in these commands:

adb shell
su
dd if=/sdcard/twrp.img of=/dev/block/platform/155a0000.ufs/by-name/RECOVERY
Step Five: Done, and that's all.

Alternatively, you can download and install TWRP Manager app from Play Store then flash TWRP recovery from the app.


Method #2 (Non-Rooted Devices)

Step One: Download Odin, and twrp-3.0.0-0-hero2lte.img.tar

Step Two: Power off device and boot into download mode (press and hold Volume DownHome and Power buttons at the same time. Once Warning alert displays, press Volume Up to load download mode)

Step Three: Extract and run Odin.

Step Four: Click on PDA/AP tab then browse and select the downloaded twrp-3.0.0-0-hero2lte.img.tar file.

Step Five: Click on Start and allow the flashing processing to complete. Done!

Note: Many devices will replace your custom recovery automatically during first boot. To prevent this, boot the device into recovery mode first before booting normally into system.

To boot into recovery mode, press and hold Volume UpHome and Power buttons at the same time. Release the buttons once the recovery options are fully loaded on your screen.

That's all.


Please share and like this post if it has been helpful to you. If you have any questions or contribution, leave your comments in comments sections.

Labels: , ,