[GUIDE]Unbrick a Hard Bricked SPRINT Galaxy S3 (Without JTAG)

Okay. So I hard bricked (yes, I know a noob mistake... we all slip up some times  ) my S3 by flashing an Illusion ROM for the i9300. My device was totally unresponsive. No boot screen, no dl mode, no recovery... nothing. This is a total unbrick for those of you who have done the same as I did. There is already a thread on this by gTan64 but it seemed a little vague and it took me awhile to figure it out. So here is my version.

DISCLAIMER: I DO NOT GUARANTEE THIS TO WORK. DO NOT COME TO ME IF YOUR PHONE EXPLODES OR SOME HOW GOES INTO A WORSE STATE THAN A HARD BRICK (If that's even possible)

You should also add that this is for the Sprint S3 only. It was made using the aboot from my emmc dump which may or may not fail on other devices.
What you will need:
A 16GB SD (preferably a Class 10)
A hard bricked S3
A USB cord
A Linux/Windows dual boot computer (Or go use a Linux Live CD)
Stock tar for ODIN

This was all done on Ubuntu 12.04 LTS and you will need to be familiar with Terminal and its processes.

You will need this file DOWNLOAD

Okay. Let's Begin.

Assuming that you are already on a Linux machine, here's what you need to do.

1. Make sure you have no external USB/HDDs attached to your machine. Insert your SD card to a reader. You will need to identify the letter of the SD card. You can do that by opening up Terminal and enter the following

Quote:
>>>Sudo su
(Enter your password here)
>>>dmesg | tail

You only need to use the part that says "sd[your card letter]". That is the your SD card's letter. DO NOT USE THE ONE THAT HAS THE NUMBER. For example: sdc1 <<< That is a partition of the SD card, not the actual root of the SD card itself. If you use the wrong letter, YOU COULD WIPE YOUR HARD DRIVE.

Or go use GParted (Just look for it in the Applications drawer in Ubuntu) for an easier method.

2. Unzip the s3 unbrick file on to your desktop. Now go back to the Terminal. You should still have root privileges so there is no need to enter "Sudo Su" again. Enter the following.
WARNING: THIS WILL ERASE THE ENTIRE SD CARD.
Quote:
>>>dd if=[drag the unzipped unbrick img onto the terminal] of=/dev/sd[your card letter]

This should write the img file to the SD.

3. After it's done writing the img, take out your SD card and put it into your phone. With the battery in the phone, insert the SD card, plug the phone into your machine, and try to boot to DL mode via the usual method. This WILL take several tries and possibly rewriting the img file to SD card again to work.

4. If you were lucky enough to boot to DL mode, boot back to Windows and then I suggest you go and download a stock MD4 (as of 18July2013) tar file and ODIN yourself back to stock and go on from there. Btw, if you don't ODIN back to stock, your phone WILL STILL BE BRICKED. This is because the phone is using the SD card to boot to DL mode.

I suggest that you keep that SD card as your "OH SH*T, I BRICKED" rescue card.

If you were successful, don't forget to hit up that thanks button and buy me a cheap coffee!


LINKS:

STOCK Firmwares: HERE
STOCK(Rooted or Unrooted Exe/.gz): HERE


Comments