Can't Decide Which Recovery Image to Use?
This is a discussion on Can't Decide Which Recovery Image to Use? within the Droid Hacks forums, part of the Droid Hacking category; Requires Busybox.
Why choose when its easy to switch?
Ok, so koush has his clockwork recovery image which is very nice. However, support from most ...
-
Easily Switch Between Recovery Images (Requires Busybox)
Requires Busybox.
Why choose when its easy to switch?
Ok, so koush has his clockwork recovery image which is very nice. However, support from most devs goes to sprecovery.
I've set up a script that installs two other scripts, so that you can flash either of them, in seconds, just by accessing su and typing one of two commands:
clkwrk
sprcvry
This is probably going to be of more interest to the power users and devs, but here ya go!
rcimage.zip
Unzip the files all to the base of your sdcard.
Then, follow these easy commands:
Code:
adb shell
su
dd if=/sdcard/rcimage of=/data/local/rcimage
cd /data/local
chmod 755 rcimage
./rcimage
Thats it. Both commands should now be at your disposal. I have tested this via adb, but not via the terminal emulator. This is considered highly beta and I am not responsible for your phone turning into a smoldering chunk of coal, or your Droid eloping with your cat!
Last edited by adrynalyne; 03-26-2010 at 02:38 PM.
-
-
This script is a good concept -- however my only problem is that I don't want these files cluttering up the root directory or /sdcard directory. If I could run them from a different directory I would (but an easy script modification could be done to change this!!)
-
The only files that need to stay there after install are the two recovery images. I kind of hoping a dev will pick up on this and start putting it into their rom. Its a win win situation.
-
Why not put these scripts in /system/bin? Otherwise when you wipe data you are going to have to do this all over again.
-
They are in /system/xbin.
The rcimage script runs from /data/local and copies them from the sdcard and puts them there.
Thank google for their infinite wisdom thT you cannot run scripts from the sd card. At least, I couldn't.
The real issue is that each new rom install erases it. Thats why I was kind of hoping the devs could do something like this for their ROMs.
Last edited by adrynalyne; 03-08-2010 at 07:10 AM.
-
Nice! I'm curious to try koush's recovery image and his ROM
-

Originally Posted by
adrynalyne
Thank google for their infinite wisdom thT you cannot run scripts from the sd card. At least, I couldn't.
Correct. You cannot mark files as executable because the SD Card is formatted as Fat32. You can get around this by typing "sh /sdcard/script_to_run", but that's a pain. The other option is to put scripts on the /data partition - but that's effectively the same problem as putting them in /system.
Can you post more information about this clockwork recovery image? This is the first I've heard of it and I'm curious. Is there a web page for it or some screen shots?
Cool CM Tricks
custom_backup_list.txt - make a list of files in /system that will survive a nightly install (ringtones, notifications, system apps, wallpapers, whatever)
in Terminal Emulator, set this as your shell command: "/system/xbin/su -c /system/xbin/bash". You get all the features of bash, root access, and you can still use the initial command field for whatever you want (default is adding /data/local/bin to your path)
-
-
Terminal commands for this
Here is the terminal commands for anyone wanting to do this that way.
Code:
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
busybox cp -R /sdcard/rcimage /data/local/rcimage
cd /data/local
chmod 755 rcimage
./rcimage
-
Or, why not just get Developers to use the superior recovery image, Clockwork
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Similar Threads
-
By Randomocity in forum Droid Hacks
Replies: 177
Last Post: 03-02-2010, 09:31 PM
-
By AbraCadaver in forum Droid Hacks
Replies: 3
Last Post: 02-18-2010, 08:59 AM
-
By sehorn12385 in forum Droid Hacks
Replies: 10
Last Post: 01-30-2010, 03:52 PM
-
By rockrdr in forum Droid Hacks
Replies: 0
Last Post: 01-04-2010, 05:09 PM
-
By swallman in forum Droid General Discussions
Replies: 14
Last Post: 12-19-2009, 07:26 PM
Search tags for this page
32gb clockwork
,
32gb clockwork image
,
advantage of clockwork recovery image
,
android replace custom recovery sirpsychos with clockworkmod
,
clock work recovery image
,
clockwork recovery image
,
how to install inxane recovery
,
i9023 clockwork recovery image
,
inxane custom recovery
,
inxane recovery
,
inxane recovery download
,
inxane's clockworkmod
,
new inxane/clockwork recovery
,
what is clockwork recovery image
,
which android recovery image do i use
Click on a term to search our site for related topics.