Install Recovery Heimdall clockwok into Samsung S3 G9300 in Ubuntu


1. Download and install heimdall
https://github.com/Benjamin-Dobell/Heimdall/downloads (Heimdall and Suite)

2. Install android adb

1
2
3
sudo add-apt-repository ppa:phablet-team/tools && sudo apt-get update
sudo apt-get install android-tools-adb android-tools-fastboot
sudo dpkg –add-architecture i386

3. Download recovery

1
wget -c http://download2.clockworkmod.com/recoveries/recovery-clockwork-6.0.4.6-i9300.img

4. Start Download Mode
Plug Samsung S3 into your laptop and execute console

1
2
adb reboot download
sudo heimdall flash –recovery recovery-clockwork-6.0.4.6-i9300.img –no-reboot

And you should see :

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
This software is provided free of charge. Copying and redistribution is
encouraged.

If you appreciate this software and you would like to support future
development please consider donating:
http://www.glassechidna.com.au/donate/

Initialising connection…
Detecting device…
Claiming interface…
Attempt failed. Detaching driver…
Claiming interface again…
Setting up interface…

Checking if protocol is initialised…
Protocol is not initialised.
Initialising protocol…
Handshaking with Loke…

Beginning session…
Session begun with device of type: 131072

Downloading device’s PIT file…
PIT file download sucessful

Uploading RECOVERY
100%
RECOVERY upload successful
Ending session…
Re-attaching kernel driver…

5. Reboot
Unplug the USB cable from your device Then Pull out your battery. Yes! we need to shutdown the devices and wait for 10 seconds before switch on.

You can boot the phone into recovery mode. Hold Home, Volume Up & Power. Be sure to reboot into recovery immediately after having installed the custom recovery

6. SD Card
Install from zip files

Reference :
http://wiki.cyanogenmod.org/w/Install_CM_for_i9300


Leave a Reply

Your email address will not be published. Required fields are marked *

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