[Recovery][CWM] SGH-T599- Working

Search This thread

Unjustified Dev

Recognized Developer
Oct 21, 2012
7,185
13,082
26
Memphis , TN
Download recovery
http://d-h.st/3Ti

Make sure you have USB drivers installed:
http://xdaforums.com/showthread.php?t=2038555

Put your phone in download mode: To enter download mode
1.Power off your phone
2.Hold volume down button, home button ,and power button until it enters download mode then connect USB cable.

Wait for drivers to install


Download Odin:
http://xdaforums.com/attachment.php?attachmentid=2215838&d=1377564983

Start Odin:
1.Make sure only Auto Reboot and F.Rest time is checked
2.Click PDA choose recovery downloaded earlier
Click start.

To enter recovery:
Turn off the device.
Press and hold the following three buttons at the same time:

Volume Up key
Home key
Power key

When the phone vibrates let go.

Instructions from users here thanks


Sent from my SCH-I500 using xda app-developers app
 
Last edited:

Unjustified Dev

Recognized Developer
Oct 21, 2012
7,185
13,082
26
Memphis , TN
Last edited:
  • Like
Reactions: CiscoKydd
E

Exothermic

Guest
I find that just holding volume up, home and power button boots into recovery.

Sent from my SGH-T599V using xda app-developers app
 

Unjustified Dev

Recognized Developer
Oct 21, 2012
7,185
13,082
26
Memphis , TN
@tamil.soljahz could you dump all the images so I can make it a tar
# Mount point fs device
/system ext4 /dev/block/mmcblk0p22
/cache ext4 /dev/block/mmcblk0p23
/data ext4 /dev/block/mmcblk0p25
/efs ext4 /dev/block/mmcblk0p11
/sdcard vfat /dev/block/mmcblk0p1 /dev/block/mmcblk0
/boot emmc /dev/block/mmcblk0p20
/recovery emmc /dev/block/mmcblk0p21
/preload ext4 /dev/block/mmcblk0p24
 
E

Exothermic

Guest
@tamil.soljahz could you dump all the images so I can make it a tar
# Mount point fs device
/system ext4 /dev/block/mmcblk0p22
/cache ext4 /dev/block/mmcblk0p23
/data ext4 /dev/block/mmcblk0p25
/efs ext4 /dev/block/mmcblk0p11
/sdcard vfat /dev/block/mmcblk0p1 /dev/block/mmcblk0
/boot emmc /dev/block/mmcblk0p20
/recovery emmc /dev/block/mmcblk0p21
/preload ext4 /dev/block/mmcblk0p24

goldfinger already uploaded system, efs, boot, recovery and preload in the original thread (http://xdaforums.com/showthread.php?p=44848780). I'll try to get the remainder, but my upload speed is horrible and might take hours to upload them.
 

Unjustified Dev

Recognized Developer
Oct 21, 2012
7,185
13,082
26
Memphis , TN
goldfinger already uploaded system, efs, boot, recovery and preload in the original thread (http://xdaforums.com/showthread.php?p=44848780). I'll try to get the remainder, but my upload speed is horrible and might take hours to upload them.

No prob I am starting to build cm I wouldn't flash it until I have a stock firmware to odin

Sent from my SCH-I500 using xda app-developers app
@tamil.soljahz these are all we need and I can compile cyanogenmod I finished the blobs sorry @OliverG96 for being so annoying :)
# Partitions
#BOARD_BOOTIMAGE_PARTITION_SIZE :=
#BOARD_RECOVERYIMAGE_PARTITION_SIZE :=
#BOARD_SYSTEMIMAGE_PARTITION_SIZE :=
#BOARD_USERDATAIMAGE_PARTITION_SIZE :=

cat proc/partitions

or some of the commands from the other thread to help thanks :)
 
Last edited:

Unjustified Dev

Recognized Developer
Oct 21, 2012
7,185
13,082
26
Memphis , TN
Developers if any
Uploaded and updated all trees


Package Complete: /home/unjust/android/cm-10.1/out/target/product/codinatmo/cm-10.1-20130828-UNOFFICIAL-codinatmo.zip


Sent from my SCH-I500 using xda app-developers app
 
Last edited:
  • Like
Reactions: brothaman285

Unjustified Dev

Recognized Developer
Oct 21, 2012
7,185
13,082
26
Memphis , TN
Anyone tried flash this yet and can confirm that script working without errors?

Code:
assert(getprop("ro.product.device") == "codinatmo" || getprop("ro.build.product") == "codinatmo" || 
       getprop("ro.product.device") == "t599" || getprop("ro.build.product") == "t599" || 
       getprop("ro.product.device") == "SGH-T599" || getprop("ro.build.product") == "SGH-T599");
used in my build for cm-10.1
the codinatmo should work regardless though those are just extras
 

Top Liked Posts