Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
pdinphx
Old
(Last edited by pdinphx; 12th July 2012 at 05:06 PM.) Reason: Added links for most recent recoveries
#1  
pdinphx's Avatar
Senior Member - OP
Thanks Meter 148
Posts: 332
Join Date: May 2010
Location: Phoenix

 
DONATE TO ME
Default [GUIDE] How to Install a Custom Recovery Using Terminal Emulator

To all,

I couldn't be bothered with learning ADB, but wanted a custom recovery on my SIII ... maybe you can relate?

Here's the easiest way to do it -- and you don't even need a computer!!! You do, however, already need to be rooted before you can use this method ...

Download your recovery of choice (.. as of this writing, I think there are two: CWM and TWRP ..) and make sure you place a copy in the root drive of your sdcard. Rename it recovery.img, if you want to follow the terminal directions listed below ...

Then, download a terminal emulator onto your device (I use Better Terminal Emulator Pro, which is a paid app) and fire it up.

Once in the terminal emulator, type the following commands one line at a time, waiting after each line for the appropriate prompt:

$ su
# dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p18
# reboot recovery

Your device should then boot into the custom recovery, which serves as immediate confirmation that you did things correctly.

I just used this method to install birdman's twrp8.img to my SIII and it worked like a charm.

Pj
Phoenix, AZ

link to XDA post for TWRP : http://http://forum.xda-developers.c....php?t=1768142
link to XDA post for CWM: http://http://forum.xda-developers.c....php?t=1760376
The Following 15 Users Say Thank You to pdinphx For This Useful Post: [ Click to Expand ]
 
pdinphx
Old
#2  
pdinphx's Avatar
Senior Member - OP
Thanks Meter 148
Posts: 332
Join Date: May 2010
Location: Phoenix

 
DONATE TO ME
As an aside, it goes without saying that I generated none of this from scratch ...

Credit for the custom recoveries goes to their respective devs, as does credit for the command line instructions (which I borrowed from invisiblek's thread).

Hope this helps at least a few of you ...

Pj
Phoenix, AZ
The Following User Says Thank You to pdinphx For This Useful Post: [ Click to Expand ]
 
squid267
Old
#3  
Junior Member
Thanks Meter 3
Posts: 18
Join Date: Mar 2009
Location: Amherst
Good looks, worked for me! I had to update my SDK and it was taking so long so I tried this. Works Great!
 
steeeler
Old
#4  
Senior Member
Thanks Meter 3
Posts: 171
Join Date: Feb 2010
Thanks for posting this! You sure made my day. Will be trying it later.
 
lynneddington
Old
#5  
lynneddington's Avatar
Senior Member
Thanks Meter 152
Posts: 444
Join Date: Jun 2011
Works great. Computer playing games with me, thanks a ton


Sent from my Iconia A500 using Tapatalk 2
 
NightxFall
Old
#6  
Senior Member
Thanks Meter 29
Posts: 242
Join Date: Apr 2012
Should it go on the internal or external SD card?

Sent from my SCH-I535 using xda app-developers app
 
AtLemacks
Old
#7  
AtLemacks's Avatar
Senior Member
Thanks Meter 194
Posts: 1,610
Join Date: Aug 2011
Location: Mishawaka, Indiana

 
DONATE TO ME
Internal, or "Phone".


Current:
Verizon-
L1: Samsung Galaxy SIII CM10
L2: Incredible 2 CM7
L3: Rezound Unlocked / MIUI
L4: Galaxy Nexus CM10

AT&T-
No Device

U.S. Army Medic Veteran RLTW! I have a bad attitude, with good intentions.
 
eastwood1
Old
#8  
eastwood1's Avatar
Member
Thanks Meter 6
Posts: 97
Join Date: Dec 2010
Ok i open Better terminal emulator Pro and it has

/ $ when i add in the SU it says
bash: -c: command not found

what am i doing wrong?

I have downloaded and renamed the TWRP.IMG to recovery.img
 
pdinphx
Old
#9  
pdinphx's Avatar
Senior Member - OP
Thanks Meter 148
Posts: 332
Join Date: May 2010
Location: Phoenix

 
DONATE TO ME
Quote:
Originally Posted by eastwood1 View Post
Ok i open Better terminal emulator Pro and it has

/ $ when i add in the SU it says
bash: -c: command not found

what am i doing wrong?

I have downloaded and renamed the TWRP.IMG to recovery.img
Are you rooted?

Pj
Phoenix, AZ
 
eastwood1
Old
#10  
eastwood1's Avatar
Member
Thanks Meter 6
Posts: 97
Join Date: Dec 2010
Quote:
Originally Posted by pdinphx View Post
Are you rooted?

Pj
Phoenix, AZ
Yes i am rooted. Any idea why its giving me that error? I was curious if i was rooted and grabbed the root checker from the market and said i do have root.

It already has the $ so all i added was SU and got that message.

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...