How to Flash a Custom Recovery on the Samsung Galaxy S5 (Canadian)

Every Android device has, what is called, a recovery image on it. This is basically a part of the Android operating system that you or the manufacturer can access if your device becomes unresponsive and then use it to restore your device.

A custom recovery image, however, is a recovery image that a developer has altered that can not only help the device if it becomes responsive, but also has the added benefits of allowing us to make major changes to the operating system and have even further customizations on your device.

In this procedure, we’ll show you how to flash a custom recovery on your Samsung Galaxy S5 (Canadian).

After flashing a custom recovery on Samsung Galaxy S5 (Canadian), you’ll be able to:

  • Perform full backups of your device (literally save EVERYTHING from it).
  • Increase your device’s performance (after flashing something called a kernel
  • Increase your device’s battery life.
  • Flash custom ROMs (these make it possible to flash a newer version of Android, totally new user interfaces, add tons of new features, and much more).

Interested? Here’s how to flash a custom recovery on your Samsung Galaxy S5 (Canadian):

I. Before You Begin

1. You must be rooted before you can do this procedure. Please head to our How to Root the Samsung Galaxy S5 (Canadian) procedure first, finish it, then return to this procedure and continue.

2. This should only work on Windows based PCs.

3. You should have required drivers installed on your PC. If you don’t, you can download the latest drivers from here.

4. This only works for the SM-G900W8 variant of the device.

5. This flashes an unofficial version of CWM Recovery on your device.

II. Downloading Required Files

1. Download ADB and save it to your Desktop.

ADB

2. Download the CWM Recovery having .img as extension and save it to your Desktop.

CWM Recovery (Download link’s given in the first post)

III. Flashing a Custom Recovery on the Samsung Galaxy S5 (Canadian)

1. Extract files from ADB by right-clicking on it and selecting Extract here.

2. Enable USB debugging on your device by going to Menu > Settings > Developer options > USB debugging.

3. Plug in your device to your PC via USB cable.

4. Launch a Command Prompt Window on your Desktop. To do so, simply hold down Shift and right-click on any blank area on your screen and select Open command window here.

5. Type in following command into the Command Prompt Window replacing cwm.img with the actual name of the recovery image you downloaded:

adb push cwm.img /data/local/tmp/cwm.img

6. It should copy the recovery image to your device.

7. Once done, issue the following command. Again, make sure to replace cwm.img with the actual name of the recovery image you have:

adb shell su -c dd if=/data/local/tmp/cwm.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery

8. It should flash the recovery on your device.

9. Once done, reboot your device.

10. You’re all done!

All set! Now, you can head to our How to Flash a Custom ROM procedure for the Samsung Galaxy S5 (Canadian) to open up a whole new world of customizations for your Android device!

By the way, don’t be scared, you can always put your device back to stock by heading to our Rooting How To’s section, finding your device, and doing the How to Unroot listed for it there.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.