ClockworkMod Recovery - Odin Flashable

This is the latest (6.0.3.2) touch recovery for the Samsung Galaxy S3 (I9000) in an Odin flashable tar file.

​You can download it from Here.

How to flash

  1. Open Odin (I've tried 1.85 and 3.04).
  2. Click the PDA button and select the tar file from the link above.
  3. Leave everything else as it is when you open odin, then click flash.
  4. It should take about 5 seconds, and then your device will reboot.

Creating the TAR file

These are the steps I took using Cygwin to create the tar file, should you wish to create your own Odin flashable tar file for a different device:

  1. Download the relevant image from the ClockworkMod Recovery site.
  2. Rename the file to recovery.img
  3. Open up Terminal/Cygwin and navigate to the folder the image file is in and type:
  4. tar -H ustar -c recovery.img > recovery.tar

And that is it, you can flash the recovery.tar image using Odin as described above