[Unofficial Recovery] Clockworkmod 6 for Sasmung Conquer 4G

Search This thread

itzdarockz

Senior Member
Feb 24, 2012
374
197
All credits go to neighborhoodhacker for building the recovery.

Requires root!

Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this Recovery
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/

1.Alright now to the flashing, first obviously download the files, now extract flash_image and them move them to the root of your SD card.

2.Move flash_image to /system/bin using root explorer

3. Now using terminal emulator or ADB enter this to flash it

Code:
$ su
# flash_image recovery /sdcard/recovery.img

4. If this is your first time flashing a recovery then enter this

Code:
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock9 /system

Code:
# chmod 444 /system/etc/install-recovery.sh

If you get an error not found, don't worry some phones don't have it.

Enjoy!
 

Attachments

  • recovery.img
    5.6 MB · Views: 266
  • flash_image.zip
    47.9 KB · Views: 171
Last edited:

willverduzco

User Experience Admin
Staff member
Apr 30, 2010
6,045
4,037
Manassas, VA
I'm not quite sure what a "Sasmung" device is, but great work. This will surely help open the doors for all those with the device!
 

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    All credits go to neighborhoodhacker for building the recovery.

    Requires root!

    Code:
    #include <std_disclaimer.h>
    /*
    * Your warranty is now void.
    *
    * I am not responsible for bricked devices, dead SD cards,
    * thermonuclear war, or you getting fired because the alarm app failed. Please
    * do some research if you have any concerns about features included in this Recovery
    * before flashing it! YOU are choosing to make these modifications, and if
    * you point the finger at me for messing up your device, I will laugh at you.
    */

    1.Alright now to the flashing, first obviously download the files, now extract flash_image and them move them to the root of your SD card.

    2.Move flash_image to /system/bin using root explorer

    3. Now using terminal emulator or ADB enter this to flash it

    Code:
    $ su
    # flash_image recovery /sdcard/recovery.img

    4. If this is your first time flashing a recovery then enter this

    Code:
    # mount -o remount,rw -t yaffs2 /dev/block/mtdblock9 /system

    Code:
    # chmod 444 /system/etc/install-recovery.sh

    If you get an error not found, don't worry some phones don't have it.

    Enjoy!