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 ...

+ Reply to Thread
Page 1 of 7 1 2 3 ... LastLast
Results 1 to 10 of 66

Thread: Can't Decide Which Recovery Image to Use?

  1. Developer
    adrynalyne's Avatar
    Member #
    18036
    Join Date
    Dec 2009
    Posts
    2,896
    Liked
    4 times
    Phone
    Droidzilla
    DroidForums.net Developer
    Premium Member
    #1

    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.
  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     
  3. Master Droid
    kevdog's Avatar
    Member #
    4295
    Join Date
    Nov 2009
    Posts
    722
    Phone
    moto droid
    #2
    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!!)
  4. Developer
    adrynalyne's Avatar
    Member #
    18036
    Join Date
    Dec 2009
    Posts
    2,896
    Liked
    4 times
    Phone
    Droidzilla
    DroidForums.net Developer
    Premium Member
    #3
    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.
  5. Beta Team
    thebowers's Avatar
    Member #
    8519
    Join Date
    Nov 2009
    Location
    Iowa
    Posts
    2,548
    Twitter
    dabowerman
    Phone
    Rooted Droid, OC @ 1.1 Ghz
    DroidForums.net Theme Developer
    Premium Member
    #4
    Why not put these scripts in /system/bin? Otherwise when you wipe data you are going to have to do this all over again.
    If you like what I do, thanks



    Your can follow me as follows

    @dabowerman - Twitter
    Derek Bower - G+ - this is where I will be @ the most and where stuff gets released first.

    Theming Guides that might come in handy
    Theming Guide for Progress Bar
    Notification Text Color Change (How to)
    Theming Guide for System Text
  6. Developer
    adrynalyne's Avatar
    Member #
    18036
    Join Date
    Dec 2009
    Posts
    2,896
    Liked
    4 times
    Phone
    Droidzilla
    DroidForums.net Developer
    Premium Member
    #5
    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.
  7. Droid Sensei
    unix.punkx's Avatar
    Member #
    3991
    Join Date
    Nov 2009
    Location
    Bloomington, IN
    Posts
    3,332
    Phone
    Motorola Droid
    #6
    Nice! I'm curious to try koush's recovery image and his ROM
  8. Droid Ninja
    Se7enLC's Avatar
    Member #
    5148
    Join Date
    Nov 2009
    Posts
    1,263
    Liked
    6 times
    Phone
    Samsung Galaxy Nexus
    #7
    Quote Originally Posted by adrynalyne View Post
    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)
  9. Developer
    adrynalyne's Avatar
    Member #
    18036
    Join Date
    Dec 2009
    Posts
    2,896
    Liked
    4 times
    Phone
    Droidzilla
    DroidForums.net Developer
    Premium Member
  10. Beta Team
    thebowers's Avatar
    Member #
    8519
    Join Date
    Nov 2009
    Location
    Iowa
    Posts
    2,548
    Twitter
    dabowerman
    Phone
    Rooted Droid, OC @ 1.1 Ghz
    DroidForums.net Theme Developer
    Premium Member
    #9

    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
    If you like what I do, thanks



    Your can follow me as follows

    @dabowerman - Twitter
    Derek Bower - G+ - this is where I will be @ the most and where stuff gets released first.

    Theming Guides that might come in handy
    Theming Guide for Progress Bar
    Notification Text Color Change (How to)
    Theming Guide for System Text
  11. Banned
    hydrogenman's Avatar
    Member #
    21571
    Join Date
    Dec 2009
    Posts
    72
    Phone
    Enter Current Phone Here
    #10
    Or, why not just get Developers to use the superior recovery image, Clockwork
+ Reply to Thread
Page 1 of 7 1 2 3 ... LastLast

Sponsors

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Similar Threads

  1. Custom Recovery Image
    By Randomocity in forum Droid Hacks
    Replies: 177
    Last Post: 03-02-2010, 09:31 PM
  2. Problem with SMUpdater and recovery image.
    By AbraCadaver in forum Droid Hacks
    Replies: 3
    Last Post: 02-18-2010, 08:59 AM
  3. Custom recovery image
    By sehorn12385 in forum Droid Hacks
    Replies: 10
    Last Post: 01-30-2010, 03:52 PM
  4. Motorole Droid Recovery image, partition HELP!!
    By rockrdr in forum Droid Hacks
    Replies: 0
    Last Post: 01-04-2010, 05:09 PM
  5. Help me decide!! ;)
    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.