[Recovery Unofficial Clockword Mod] for SPH-D600 (Conquer 4g)

Search This thread

itzdarockz

Senior Member
Feb 24, 2012
374
197
A working recovery for Samsung Conquer 4g!!!
Needs Root!
V. 5.0.2.7

1.Download the files below
2.Move flash_image (in the zip folder) and CWMR.img to your sd card
3.On your phone download root explorer
4.Move flash_image to /data/local using root explorer
5.Download a terminal Emulator on your phone
6.Open the terminal and put in:

Code:
$ su
# /data/local/flash_image recovery /sdcard/CWMR.img

7.Than to make sure it doesn't revert to stock recovery put in:

Code:
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock9 /system
to make sure its in rw mode put:

Code:
# mount | grep system

than:

Code:
# chmod 444 /system/etc/install-recovery.sh
(dont worry if you get an error not found some phones dont have this)


Credit goes to utankos over at rootwiki for creating the recovery.
 

Attachments

  • CWMR.img
    5.3 MB · Views: 2,811
  • koush-ROMManagerAssets-24c8676.zip
    1.2 MB · Views: 3,120
Last edited:
  • Like
Reactions: jhorton014

yanxizao

Member
Mar 30, 2012
5
0
Need some clarification

Perfect timing. I am just now starting to learn how to root my conquer 4g. I am having some issue locating this folder "/data/local/"

/data/local/flash_image recovery /sdcard/CWMR.img

I have installed the Root Browser - free version on my phone, but still not able to find the directory. Am I supposed to create the "local" folder within the /data folder?

Thanks.
 

itzdarockz

Senior Member
Feb 24, 2012
374
197
Perfect timing. I am just now starting to learn how to root my conquer 4g. I am having some issue locating this folder "/data/local/"

/data/local/flash_image recovery /sdcard/CWMR.img

I have installed the Root Browser - free version on my phone, but still not able to find the directory. Am I supposed to create the "local" folder within the /data folder?

Thanks.

I have never ran into a problem like this but do so in the /data folder on your phone and sorry this has taken so long I haven't been on XDA for a while. Tell me if it works.
 

foxsam

Member
Apr 15, 2012
19
1
/data/local dir in root browser

Hi, in order to properly see the /data/local folder which is a hidden folder you need to access it as root. If you installed root browser before the phone wa rooted it already checked for root access and was denied. From then on it will run without root permissions. you need to gran it root access before you can access hidden folders the easiest way would be to erase the data of root browser in options|applications.
hope this helps.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    A working recovery for Samsung Conquer 4g!!!
    Needs Root!
    V. 5.0.2.7

    1.Download the files below
    2.Move flash_image (in the zip folder) and CWMR.img to your sd card
    3.On your phone download root explorer
    4.Move flash_image to /data/local using root explorer
    5.Download a terminal Emulator on your phone
    6.Open the terminal and put in:

    Code:
    $ su
    # /data/local/flash_image recovery /sdcard/CWMR.img

    7.Than to make sure it doesn't revert to stock recovery put in:

    Code:
    # mount -o remount,rw -t yaffs2 /dev/block/mtdblock9 /system
    to make sure its in rw mode put:

    Code:
    # mount | grep system

    than:

    Code:
    # chmod 444 /system/etc/install-recovery.sh
    (dont worry if you get an error not found some phones dont have this)


    Credit goes to utankos over at rootwiki for creating the recovery.