[CWM] [RECOVERY] CLOCKWORKMOD V 6.0.3.2 for GT-S7500L - Samsung Galaxy Ace Plus S7500

I am not responsible for anything that happens to your phone if you flash this file to your phone.
Updated to Cwmod recovery version 6.0.3.2 for GT-S500L
I recommend you use heimdall to flash it.
I don't recommend to use odin, but I packaged it to be flashable with odin anyway . It seems some people have problems with odin YMMV.
I recommend to use heimdall
In the attachments is the original recovery.img so you can revert to stock if you want.
Bugs:
Power button is the only one that works to select current option
Requirements:
Linux:
p7zip
heimdall
Windows:
7-zip
heimdall or odin
How to install :
Using heimdall:
Linux:
Unpack it
1)7z e cwmod-GT-S7500L.zip
2)7z e cwmod-GT-S7500L.tar.md5 ; you will get file recovery.img
You could also use unzip then rename to just .tar then extract recovery.img using tar
Flash it
1) put phone in download mode
2) connect phone to pc
3) heimdall flash --recovery recovery.img or heimdall flash --RECOVERY recovery.img
Windows :
1)unpack zip file to get tar.md5 file then again to get recovery.img
2) put phone in download mode
3) connect phone to pc
I guess is the same command in command line
4) heimdall flash --recovery recovery.img
Using Odin: (You should be using heimdall)
Unpack zip file to get cwmod-GT-S7500L.tar.md5
1) Put phone in download mode
2) Run Odin, connect the phone to PC
3) Click on 'PDA' and choose the 'cwmod-GT-S7500L.tar.md5' file
4) Press the Start Button, wait for reboot.
Download:
Download Atachment
Credits to:
mb-14 for his fix_reboot.sh script
Corsario_Negro for odin section and testing

I saw your post in the Gellybread ROM thread. I was gonna ask you which CWM were you using until I saw this.
I'm a Windows user, so I'll try to flash this with Odin and report back.
Sent from my GT-S7500L

Corsario_Negro said:
I saw your post in the Gellybread ROM thread. I was gonna ask you which CWM wer you using until I saw this.
I'm a Windows user, so I'll try to flash this with Odin and report back.
Sent from my GT-S7500L
Sent from my GT-S7500L
Click to expand...
Click to collapse
Ok, could you tell me how you use odin? so I can update odin section.

elruki said:
Ok, could you tell me how you use odin? so I can update odin section.
Click to expand...
Click to collapse
The procedure should be
1) Put phone in download mode
2) Run Odin, connect the phone to PC
3) Click on 'PDA' and choose the 'cwmod-GT-S7500L.tar.md5' file
4) Press the Start Button, wait for reboot.
UPDATE: IT WORKED!! No bootloop, no black screen.
Thank you so much for this!

This CWM looks promising!
Just one question, can someone try installing it via S7500L's stock recovery?

screenshot?
does not work, I have white screen

ctcx said:
This CWM looks promising!
Just one question, can someone try installing it via S7500L's stock recovery?
Click to expand...
Click to collapse
Why would you want to do that, when you can use Heimdall or Odin?
alomex21 said:
does not work, I have white screen
Click to expand...
Click to collapse
See attachment below.

To: alomex
Did you used Odin? Did you flashed it and doesn't boot to cwmod?
Sent from my GT-S7500L using xda app-developers app

..

elruki said:
To: alomex
Did you used Odin? Did you flashed it and doesn't boot to cwmod?
Sent from my GT-S7500L using xda app-developers app
Click to expand...
Click to collapse
I followed the instructions by odin, i already flashed twice, but just a white screen, i will try keep doing it

You unzipped the file?
To install have to use the file inside that folder zip
---------- Post added at 01:32 AM ---------- Previous post was at 01:31 AM ----------
This working on my 7500L
thankssss!!

i know what im doing i flashed three times, i readed the instruction but is still not working... could be the boot.img?

Could be. Which ROM are you using?
I'm using S7500LVJLK1 (Argentina, Dec 2012)

elruki said:
To: alomex
Did you used Odin? Did you flashed it and doesn't boot to cwmod?
Sent from my GT-S7500L using xda app-developers app
Click to expand...
Click to collapse
alomex21 said:
i know what im doing i flashed three times, i readed the instruction but is still not working... could be the boot.img?
Click to expand...
Click to collapse
Try something else then, 3 times is a lot, install heimdall go to http://www.glassechidna.com.au/products/heimdall/ scroll down a bit and youll see the download links then try to flash recovery.img with it.

Corsario_Negro said:
Why would you want to do that, when you can use Heimdall or Odin?
Click to expand...
Click to collapse
I don't trust Odin that much (the author himself agrees with it here), and I have never used Heimdall, even when I'm Linux user. I just felt safer by copying the CWM file to the phone and using stock recovery to apply the update.
By the way, my base band version is S7500LVJLA5, I'm still in total stock (no custom CWM, no custom ROM). Do you think it could work on mine?
And what Heimdall version should I use? It's said 1.3.2 broke compatibility...

ctcx said:
I don't trust Odin that much (the author himself agrees with it here), and I have never used Heimdall, even when I'm Linux user. I just felt safer by copying the CWM file to the phone and using stock recovery to apply the update.
By the way, my base band version is S7500LVJLA5, I'm still in total stock (no custom CWM, no custom ROM). Do you think it could work on mine?
And what Heimdall version should I use? It's said 1.3.2 broke compatibility...
Click to expand...
Click to collapse
Try with 1.3.1, binaries are already created and is what the dev recommends.
Sent from my GT-S7500L using xda app-developers app

I'm interested, what's this fix_reboot.sh? Could you paste its contents here?

TheWhisp said:
I'm interested, what's this fix_reboot.sh? Could you paste its contents here?
Click to expand...
Click to collapse
It is a shell script that fix the boot loop of cwmrecovery in this device.
go here for context http://forum.xda-developers.com/showthread.php?t=1674667&page=4 start at post #38
fix_reboot.sh
Code:
#!/sbin/sh
dd if=/dev/zero of=/dev/block/mmcblk0p13 bs=512 count=8192 > /dev/null 2>&1 ; sync

ctcx said:
I don't trust Odin that much (the author himself agrees with it here), and I have never used Heimdall, even when I'm Linux user. I just felt safer by copying the CWM file to the phone and using stock recovery to apply the update.
By the way, my base band version is S7500LVJLA5, I'm still in total stock (no custom CWM, no custom ROM). Do you think it could work on mine?
And what Heimdall version should I use? It's said 1.3.2 broke compatibility...
Click to expand...
Click to collapse
While I've never had a problem with Odin in the last 4 years, you make an interesting point.
I'll give Heimdall a try sometime in the future.

I know this is a bit offtopic, by have you, Elruki or Corsario_Negro, tried TheWhisp's CM 10 or 10.1?

Related

[ROM][P6200L][3.2][VJKL4] Stock - BRAZIL

Warning: I am not responsible if loading this rom hard bricks your tab. Install this at your own risk.
This is a official rom and stock. :laugh:
Odin + .pit file.
http://www.4shared.com/rar/ShRHf_QA/Odin3v185.html
ROM
http://www.4shared.com/rar/8F0WIp9H/P6200L_STOCK_VJKL4_REV_04_FIRM.html
Seeya!
Obrigado.
Ilana-Br said:
Warning: I am not responsible if loading this rom hard bricks your tab. Install this at your own risk.
This is a official rom and stock. :laugh:
Odin + .pit file.
http://www.4shared.com/rar/ShRHf_QA/Odin3v185.html
ROM
http://www.4shared.com/rar/8F0WIp9H/P6200L_STOCK_VJKL4_REV_04_FIRM.html
Seeya!
Click to expand...
Click to collapse
Dear friend, thank you, worked perfectly on my now returned to the same rom that came on the device. and a pity that there are no custom rom that are worth using, I'll wait even ics official, it comes up.
Retail ou de operadora.
Obrigado
Sent from my GT-P6200L using xda app-developers app
fefopumper said:
Retail ou de operadora.
Obrigado
Sent from my GT-P6200L using xda app-developers app
Click to expand...
Click to collapse
Rom retail, (stock) no customizations!
Seeya!
fwtj said:
Dear friend, thank you, worked perfectly on my now returned to the same rom that came on the device. and a pity that there are no custom rom that are worth using, I'll wait even ics official, it comes up.
Click to expand...
Click to collapse
Yes, I don't like of using custom roms too, because has many bugs.. maybe in the future be better.
In this moment I'll waiting the ICS too, next month maybe starts the update to our device.
Seeya !
Como faço o flash?
Sent from my GT-P6200L using xda app-developers app
Ja resolvi, vlw...xD
Yeah ics update, wait.
very good job:good:
I hate to be a moron, but I am new to this. I just got the GT-P6200L a couple of days ago. I updated to ICS and it works perfectly, but I cannot root it. Unless I can find a way to root ICS, I am going to go back to honeycomb.
I downloaded the two zip files from the top of this thread:
http://www.4shared.com/rar/ShRHf_QA/Odin3v185.html
http://www.4shared.com/rar/8F0WIp9H/P6200L_STOCK_VJKL4_REV_04_FIRM.html
I noticed that the Odin also included a .pit file (as indicated in the original post). I do understand how to load the .pit file with Odin.
The other file (P6200L_STOCK_VJKL4_REV_04_FIRMWARE.rar) contained several files. I am not sure what to do with these files. The files are:
MODEM_P6200LVJKL4_REV_04_CL1089917.tar.md5
P6200L_APBOOT_P6200LVJLA3_CL616007_REV02_user_low_ship.tar.md5
P6200L_CODE_P6200LVJLA3_CL616007_REV02_user_low_ship_16G.tar.md5
P6200L-CSC-MULTI-ZTOLA2.tar.md5
Am I supposed to load the .RAR file into Odin? Or, am I supposed to load one or more of the .md5 files into Odin?
If someone could give me a better idea about what to do with these files, it would be much appreciated.
My current config is:
Model number: GT-P6200
Android version 4.0.4
My current baseband version is: P6200XXLQ1
Kernel Version: 3.0.15-P6200XXLQ1-CL776352 [email protected] #3 SMP PREEMPT Mon Jun 25 14:42:23 KST 2012
Build number: IMM76D.XXLQ1
Thank you very much for any help you can provide!
http://forum.xda-developers.com/showthread.php?t=1367249
Sent from my GT-P6200 using xda app-developers app
Campello said:
http://forum.xda-developers.com/showthread.php?t=1367249
Sent from my GT-P6200 using xda app-developers app
Click to expand...
Click to collapse
Thank you. Tried that one already, too. No joy.
I'm ready to go back to honeycomb. I've tried so many different root methods that I've lost count. I get the same error every time, regardless of the root.zip file I attempt to use.
The error message is: E: signature verification failed
Thank you for trying to help.
Dude, almost everyone had the same problem after ics upgrade, there r posts everywhere... You can use heimall, but most ppl r too stupid too install correct drivers, so i recommend mobile odin and aorth's cwm 6.0.1.0. (Rename his file to recovery.img and u r ready to go) when thats done, flash that root file with flashed cwm. Done!!!
Couple of other ways with temporary cwm but the best ways anyways is to flash aorth's cm9 after cwm. Root, is of course included.
Sent from my GT-P6200 using xda app-developers app
Bad2hold said:
Dude, almost everyone had the same problem after ics upgrade, there r posts everywhere... You can use heimall, but most ppl r too stupid too install correct drivers, so i recommend mobile odin and aorth's cwm 6.0.1.0. (Rename his file to recovery.img and u r ready to go) when thats done, flash that root file with flashed cwm. Done!!!
Couple of other ways with temporary cwm but the best ways anyways is to flash aorth's cm9 after cwm. Root, is of course included.
Sent from my GT-P6200 using xda app-developers app
Click to expand...
Click to collapse
I understand exactly what you are telling me. Thank you for your reply. From what I am reading, my GT-P6200L has to be rooted already in order to use Mobile Odin. The entire problem I am having is not being rooted. I am trying to accomplish root. Did I misunderstand something in regard to being rooted before using Mobile Odin?
Oh yeah, i forgot, ur right ^^ hear ya go: if unable to use heimdall, use temp. cwm to flash root
But why you dont just flash cm9? Ever tried it? Not many ppl here do like samsungs touchwiz bloatware, do you? Just install permanent cwm from aorth with heimdall or mobile odin after root and you r good to flash cm9. Just follow instructions in aoths thread.
ROOT AFTER ICS UPDATE
Flash with heimdall. Guide: http://forum.xda-developers.com/showthread.php?t=1508703
Code: heimdall flash --recovery recovery.img
Use aorth's img version from here:
http://forum.xda-developers.com/showthread.php?p=29077817
And rename to recovery or type full file name instead of recovery.img
Than flash root+supersu from recovery. flashable zips here:
http://goo.im/superuser and that root.zip what u already have
Or use this method here with temporary cwm touch
http://forum.xda-developers.com/showthread.php?p=28689474
Confirmed working but only temporary cwm with that way.
mashkuov said:
this is a working root for ICS :laugh:
- Download these 2 files ( CWM.zip and root.zip ) and put in your SDCARD:
- Reboot to recovery: (Hold Volume Up+Power till it reboot to recovery)
- Choose apply update from external storage.
- Choose CWM.zip and wait until CWM recovery appear.
- Once the cwm recovery appear: Touch the screen to choose and navigate the options
* This cwm recovery is only temporary cwm recovery.
Once you had install the cwm recovery, navigate and;
- Choose install zip from sdcard.
- Choose zip from sdcard.
- Choose root.zip ;and Yes - Install root.zip.
- Once done, choose reboot system now.
* Your device is rooted without permanent cwm recovery: If you don't need cwm recovery. You can stop at here.
You will find superuser app in your drawer
Click to expand...
Click to collapse
If u need permanent cwm, use aorths, linke on top, just flash with mobile odin by rename his file to recovery.img
Sent from my GT-P6200 using xda app-developers app
Have fun
Sent from my GT-P6200 using xda app-developers app
is anyone tested this new release firmware http://www.sammobile.com/firmware/?page=8&view=6301
GT-P6200L - Brazil
PDA: P6200LVJLP5
CSC: P6200LZTOLP2
Version: 4.0.4
Date: 2012-08-29
Regions:
Download
Yes, I've just flashed this FW, it's 4.0.4 and for Brazil! Running great!
FMAranda said:
Yes, I've just flashed this FW, it's 4.0.4 and for Brazil! Running great!
Click to expand...
Click to collapse
I'm currently using the Austrian 4.0.4 but am thinking of updating to this latest Brazil version.
Is it unbranded and free from any region specific extra apps?
Sent from my GT-I9300 using xda premium
Completely free, just like the ICS you're using.

[HELP] How to unroot and install trhe stock firmware?

Hi guys
I have a problem...i have rooted the galaxy s scl of my friend but now he want it unrooted.
I have the frankestain mod rom and i should unroot it and install a stock firmware..
How could i do it?
Flash kpe before flashing to another stock firmware such as kpu.
Sent from my GT-I9003 using xda premium
Flash XXKPE with Odin. The flash any other firmware of your choice
I still dont understand why everyone say to flash kpe first...
Seriously plz explain it to me !!
Sent from my GT-I9003 using xda app-developers app
Plz everyone here from the next time do this kind of chit-chat in general thread this is Development thread.
And for ans flash any stock rom using odin you will be unroot and on stovk rom too. For steps follow this thread.
http://forum.xda-developers.com/showthread.php?t=1133787
nicsptl said:
Plz everyone here from the next time do this kind of chit-chat in general thread this is Development thread.
And for ans flash any stock rom using odin you will be unroot and on stovk rom too. For steps follow this thread.
http://forum.xda-developers.com/showthread.php?t=1133787
Click to expand...
Click to collapse
I have done it but now in the phone there's only the bootanimation but nothing else...
G.Galante said:
I have done it but now in the phone there's only the bootanimation but nothing else...
Click to expand...
Click to collapse
you got bootloop, flash XXKPE+PIT it can solve your prob after flash that firmware,flash another stable firmware than XXKPE
simratcs said:
I still dont understand why everyone say to flash kpe first...
Seriously plz explain it to me !!
Sent from my GT-I9003 using xda app-developers app
Click to expand...
Click to collapse
Because kpe is came with full firmware that is (bootloader, pda, phone,csc)
And when you use pit file you need all these files
To unroot single pda file also works
If any problems facing then flash with pit+kpe
Correct me if I am wrong
Sent from my GT-I9003 using xda premium
why KPE+PIT
OK, first for all, we have 2 type of firmware.
1. one package .tar file.
2. component type firmware .tar file.
for one package type, you only see one tar file which are flash using odin place in the PDA box. this is the incremental patch from you current working phone. you find all the data still in place.
for the component type firmware, you will have 3 or 4 tar file to flash using odin and place it in respective box. you will need to reset you phone, all the data will gone.
so, why must using component type, if need to flash to stock. Becuase you already corropted the firmware.
1. you have change the recovery partition and rooted and with custome kernel.
2. you have converted to EXT4, (stock is rfs)
3. you have bootloop because the above you have done.
others which having same thing done but not at bootloop, its becuase their done the home work (search and read). this i'm very sure about it.
so, if you have the boot loop, mean you done some step wrong.
so to save you, follow the instruction on the link above you should be fine.
legend:
pit file - this is partition information table, to tell the odin and phone how to prepare the partition for flashing.
example: I9003_latona_20110114.pit
PDA tar: contant all the system partition.
example: I9003DXKF1-REV08-ALL-low-CL1020446.tar
CSC tar: contant of regional specified setting
example: GT-I9003-CSC-MULTI-OLBKB2.tar
Modem: contant the hardware setting.
example:MODEM_I9003DXKB2_REV_00_CL863799.tar
bootloader, do not use this, if you are not upgrading from Froyo to GB. as this is a very important portion of you phone. ( the name already tell you that, "boot" "loader") do not mass with it.
same as PC, when you infected by virus or you have done someting corrupted the file of windows, you will need a reformat or reinstall OS.
hence, for the phone, flash the KPE+PIT
same as PC, when you wanted to update the windows update, you will just click the update and the windows patch file will install, same as you flash the 1 package firmware.
that all, hope you can understant
chongns said:
why KPE+PIT
OK, first for all, we have 2 type of firmware.
1. one package .tar file.
2. component type firmware .tar file.
for one package type, you only see one tar file which are flash using odin place in the PDA box. this is the incremental patch from you current working phone. you find all the data still in place.
for the component type firmware, you will have 3 or 4 tar file to flash using odin and place it in respective box. you will need to reset you phone, all the data will gone.
so, why must using component type, if need to flash to stock. Becuase you already corropted the firmware.
1. you have change the recovery partition and rooted and with custome kernel.
2. you have converted to EXT4, (stock is rfs)
3. you have bootloop because the above you have done.
others which having same thing done but not at bootloop, its becuase their done the home work (search and read). this i'm very sure about it.
so, if you have the boot loop, mean you done some step wrong.
so to save you, follow the instruction on the link above you should be fine.
legend:
pit file - this is partition information table, to tell the odin and phone how to prepare the partition for flashing.
example: I9003_latona_20110114.pit
PDA tar: contant all the system partition.
example: I9003DXKF1-REV08-ALL-low-CL1020446.tar
CSC tar: contant of regional specified setting
example: GT-I9003-CSC-MULTI-OLBKB2.tar
Modem: contant the hardware setting.
example:MODEM_I9003DXKB2_REV_00_CL863799.tar
bootloader, do not use this, if you are not upgrading from Froyo to GB. as this is a very important portion of you phone. ( the name already tell you that, "boot" "loader") do not mass with it.
same as PC, when you infected by virus or you have done someting corrupted the file of windows, you will need a reformat or reinstall OS.
hence, for the phone, flash the KPE+PIT
same as PC, when you wanted to update the windows update, you will just click the update and the windows patch file will install, same as you flash the 1 package firmware.
that all, hope you can understant
Click to expand...
Click to collapse
That i already know man..
But why kpe first..
Does it like increases the battery life or what ??
Everyone says to flash kpe...
But what about ddkp3 ??
Sent from my GT-I9003 using xda app-developers app
simratcs said:
That i already know man..
But why kpe first..
Does it like increases the battery life or what ??
Everyone says to flash kpe...
But what about ddkp3 ??
Sent from my GT-I9003 using xda app-developers app
Click to expand...
Click to collapse
Kpe is the foundation of the other stock rom.
simratcs said:
That i already know man..
But why kpe first..
Does it like increases the battery life or what ??
Everyone says to flash kpe...
But what about ddkp3 ??
Sent from my GT-I9003 using xda app-developers app
Click to expand...
Click to collapse
no that "must" use KPE, it depend on your choose, as long as it is component type firmware, i use DXKF1, so far so good. and most importantly you can use it with pit file. note: 1 package tar file can not use with pit file.
if you want to solve the bootloop, either you do trouble shoot the rootcause, or close you eyes, and once and for all "reformat" your phone.
that why we need the pit.
hope you "already" know that.
BTW, i see no different on KPE on battery life. i use DXKP9 it is a GB, and flash Bam Kernel. battery life is good 1.5day per charge.

[Q] Verizon galaxy s3 jelly bean

I'm new to this and need help using Odin. Is there a step by step video so I don't brick my phone? I'm trying to get the newest jb leak. I'm good up until I have to actually have to flash the Rom in Odin. I don't know what I'm supposed to do.. can anyone help me or walk me thru.
It's very easy. I was apprehensive too. Basically all you do is download drivers for this phone, download Odin and download your tar file. In Odin select pda, select your downloaded tar file, wait for the computer to analyze the tar file and show a com port, connect your phone and hit start. Openyoureyes has a sticky in the development thread that clearly details how to do all of this. Follow the steps and make sure you read all the details and you'll be fine.
Here's the thread.
http://forum.xda-developers.com/showthread.php?p=33701313
Sent from my SCH-I535 using xda premium
If you just want to flash the ROM then use Odin, but if you want to root definitely go this way: http://droidmodderx.com/galaxys3/?page_id=159 after that download goomanager(twrp) or ez-recovery(CWM recovery) from the play store for a recovery. Then flashing after that is a piece of cake.
t
Ryno77 said:
It's very easy. I was apprehensive too. Basically all you do is download drivers for this phone, download Odin and download your tar file. In Odin select pda, select your downloaded tar file, wait for the computer to analyze the tar file and show a com port, connect your phone and hit start. Openyoureyes has a sticky in the development thread that clearly details how to do all of this. Follow the steps and make sure you read all the details and you'll be fine.
Here's the thread.
http://forum.xda-developers.com/showthread.php?p=33701313
Sent from my SCH-I535 using xda premium
Click to expand...
Click to collapse
Ok, thank u so much.. I am wondering what exactly the tar file is and how do I find that? Will a list pop up when I click on pda? I installed on my desktop usb drivers, and Odin.
yea dont worry man just take your time, your phone isnt going anywhere and roms just get better and batter with time so dont stress about missing out.... make sure you dont mess up your phone =P welcome to the dark side btw =P
mdanielsii said:
Ok, thank u so much.. I am wondering what exactly the tar file is and how do I find that? Will a list pop up when I click on pda? I installed on my desktop usb drivers, and Odin.
Click to expand...
Click to collapse
A tar file is the type of file you flash in Odin. You download the tar file on your computer..... Save it to the desktop or whatever is obvious and easy to find. In Odin select pda and browse for the file you just downloaded. I suggest you keep reading about this for a while before you try it.
Sent from my SCH-I535 using xda premium
mdanielsii said:
I'm new to this and need help using Odin. Is there a step by step video so I don't brick my phone? I'm trying to get the newest jb leak. I'm good up until I have to actually have to flash the Rom in Odin. I don't know what I'm supposed to do.. can anyone help me or walk me thru.
Click to expand...
Click to collapse
I only used odin to flash the root and the recovery..I went through goo manager to download the rom and gapps.you can also download/flash twrp 2 which is a good recovery in goo manager. then I used the recovery to flash the rom and gapps..
Jelly Bean MIUI 2.9.14
Hey guys I flashed this rom other day pretty cool, but mms not working correctly. I didnt touch it as tread say, but still acting up. The mms coming in are fine just out going where problem happens. Do any of u have any ideas to fix this? I would appreciate it.
mdanielsii said:
Ok, thank u so much.. I am wondering what exactly the tar file is and how do I find that? Will a list pop up when I click on pda? I installed on my desktop usb drivers, and Odin.
Click to expand...
Click to collapse
The .tar file is the JB leak you downloaded. Its format is .tar so Odin can recognize it and flash it to your phone. If you were in the thread where the newest VZW JB leak was, it should be download #6, #7, or #8 depending on what you wanted to do. Suppose you only wanted a stock experience. You'd download #8. It comes in a .tar format so you can put it directly into Odin for flashing.
When you click on PDA, Windows Explorer should come up. Here, navigate to the directory where you downloaded the .tar (the ROM) and double click it. Now, next to PDA in Odin, it should show the name of the ROM.
ONLY do the PDA method with this JB leak. Don't (and I mean DON'T) touch Bootloader, Phone, or CSC in Odin. Only PDA.
This JB leak will NOT get rid of any of your data, applications, SD card, etc. Everything stays on your phone, just like an OTA.
If you have any more questions, feel free to ask!
Ok, thank you. Successfully flashed! Now I'd like to know how I root my phone and get gapps and what not
Sent from my SCH-I535 using xda app-developers app

Update CWM

I've searched and Googled... I can't find this at all. How do I update my CWM?? I'm on 6.0.2.3. I hear there is a 6.0.2.8
Sent from my S3 via Taptalk
If you haven't already, download Rom Manager from the play store here.
Open the app, and go to the Recovery Setup section and you can update it from there.
Try this
http://forum.xda-developers.com/showthread.php?p=38962551
Also IDF you want to try twrp you can get goo app and select menu then update recovery.
Sent from my SCH-I605 using xda premium
Delete.
Can anyone please provide me with the latest s3 Verizon CWM Touch 6.0.2.8 odin flashable tar file?
Thanks in advance!
I made tar.md5's here of 6.0.2.8 for you guys of both touch and regular, you can get them here
http://invisiblek.org/sch-i535/recoveries/
I'm going to recommend that you DO NOT use the dd method posted above. Its dangerous. If you were to type the wrong partition, you could very easily brick your device.
If you want to use an img, use heimdall to flash it, otherwise create a tar/tar.md5 and flash it with odin
Or use rom manager
Or....find some other way....dd is dangerous http://en.wikipedia.org/wiki/Dd_(Unix)
Patr1ck. said:
If you haven't already, download Rom Manager from the play store here.
Open the app, and go to the Recovery Setup section and you can update it from there.
Click to expand...
Click to collapse
+1
Definitely the easiest method! Just did it two days ago using this method
Its free for the non touch version, or like $1 or $2 for the touch version, well worth it!
Sent from my SCH-I535 using xda app-developers app
invisiblek said:
dd is dangerous http://en.wikipedia.org/wiki/Dd_(Unix)
Click to expand...
Click to collapse
Wow, did not know that.
Sorry for posting a dangerous method to flash a custom recovery.
Its been deleted.
Sent from my SCH-I535 using xda app-developers app
---------- Post added at 07:28 AM ---------- Previous post was at 07:24 AM ----------
I have always used the dd method to flash recoverys to my phone, but I always make sure everything is typed correctly in terminal emulator before I press enter. With this new information I will no longer use dd commands for anything.
Thanks invisiblek for the info.
Sent from my SCH-I535 using xda app-developers app
I just updated via ROM Manager to Clockwordmod 6.0.2.9 and once I booted into recovery and did a backup, I was unable to reboot the system. I was able to reboot the phone via power + home button power on and installed Clockworkmod Touch 6.0.2.9. I also had the same problem with Clockworkmod touch where it wouldn't reboot the phone.
powells85 said:
I just updated via ROM Manager to Clockwordmod 6.0.2.9 and once I booted into recovery and did a backup, I was unable to reboot the system. I was able to reboot the phone via power + home button power on and installed Clockworkmod Touch 6.0.2.9. I also had the same problem with Clockworkmod touch where it wouldn't reboot the phone.
Click to expand...
Click to collapse
I had the same problem. Neither version of 6.0.2.9 CWM works. I had to restore back.
Sent from my SCH-I535 using Tapatalk 2
I had to restore back.
Click to expand...
Click to collapse
how?
For those getting stuck in recovery loop...
Reboot in odin (power+volumedown+home) and select cancel.
Tokedup found this link for previous versions...use ez recovery to flash img files.
http://forum.xda-developers.com/showthread.php?t=2096735
is this a known issue with the latest CWM? i ran into the recovery loop, too.
Using EZ Recovery and those recovery img files at that link work for me to get an older recovery installed. Also verified that I can successfully reboot the phone from recovery again.
Mikecolorama said:
is this a known issue with the latest CWM? i ran into the recovery loop, too.
Click to expand...
Click to collapse
Version 6.0.2.9 for our phone is bad. Use an earlier version.
ROM manager says 6.0.2.8 is the newest version our phone supports
Sent from my SCH-I535 using xda app-developers app
I downloaded 6.0.2.8 tar md5 from rootzwiki and used Odin to go back. ROM manager says there is a 6.0.3.0 now but I'm waiting on that until I hear that its good.
Sent from my SCH-I535 using Tapatalk 2
Eric021 said:
I downloaded 6.0.2.8 tar md5 from rootzwiki and used Odin to go back. ROM manager says there is a 6.0.3.0 now but I'm waiting on that until I hear that its good.
Click to expand...
Click to collapse
Its good. Used it a few times today. No problems
OK thanks I'll try it.
Sent from my SCH-I535 using Tapatalk 2
invisiblek said:
I made tar.md5's here of 6.0.2.8 for you guys of both touch and regular, you can get them here
http://invisiblek.org/sch-i535/recoveries/
I'm going to recommend that you DO NOT use the dd method posted above. Its dangerous. If you were to type the wrong partition, you could very easily brick your device.
If you want to use an img, use heimdall to flash it, otherwise create a tar/tar.md5 and flash it with odin
Or use rom manager
Or....find some other way....dd is dangerous http://en.wikipedia.org/wiki/Dd_(Unix)
Click to expand...
Click to collapse
When flashing with Odin, I enter in PDA, correct? Thanks.
Sent from my SCH-I535 using Tapatalk 2

[Q] Verizon galaxy s III SCH-1535 just rooted recoveries no data

Verizon Galaxy S III SCH 1535 rooted with casual. Got root access but any custom recovery will not identify OS or any data. Even flashed back to 4.0.4. stock and and stock recovery will not work. I think partitions are different now or got changed some how. I have flash 4.1.1 stock image and got stock recovery back but Twrp or CMW will not work. First time I ever had this issue.
dragontamer2213 said:
Verizon Galaxy S III SCH 1535 rooted with casual. Got root access but any custom recovery will not identify OS or any data. Even flashed back to 4.0.4. stock and and stock recovery will not work. I think partitions are different now or got changed some how. I have flash 4.1.1 stock image and got stock recovery back but Twrp or CMW will not work. First time I ever had this issue.
Click to expand...
Click to collapse
Have you unlocked your bootloader?
CrustyMcLovin said:
Have you unlocked your bootloader?
Click to expand...
Click to collapse
Yes several times. Used ez unlock 1.2 & 1.4 flashing all versions of twrp and cwm.
Flash stock ROOTED ROM through Odin. Use EzUnlock 1.2 (1.3-1.4 is broken). Use GooManager to flash TWRP. Done! Fool-proof.
Sent from my SCH-I535 using Tapatalk
Sandman-007 said:
Flash stock ROOTED ROM through Odin. Use EzUnlock 1.2 (1.3-1.4 is broken). Use GooManager to flash TWRP. Done! Fool-proof.
Sent from my SCH-I535 using Tapatalk
Click to expand...
Click to collapse
I'm downloading Stock Rooted I535VRBMF1 - DE-ODEX from Scott's roms hopefully it works. Thanks
dragontamer2213 said:
I'm downloading Stock Rooted I535VRBMF1 - DE-ODEX from Scott's roms hopefully it works. Thanks
Click to expand...
Click to collapse
Never mind. Now I need to find a tar.md5 stock rooted rom to flash with odin. Can any post a link or tell what program I can use to convert from zip file.
dragontamer2213 said:
Never mind. Now I need to find a tar.md5 stock rooted rom to flash with odin. Can any post a link or tell what program I can use to convert from zip file.
Click to expand...
Click to collapse
Unzip it. The target.md5 should be in the zip file
Sent from my SCH-I535 using Tapatalk
Sandman-007 said:
Unzip it. The target.md5 should be in the zip file
Sent from my SCH-I535 using Tapatalk
Click to expand...
Click to collapse
Unzipped it and It just broke down all the files. there is no md5 file. There is all the files. They need to be joined together into one to work.
dragontamer2213 said:
Unzipped it and It just broke down all the files. there is no md5 file. There is all the files. They need to be joined together into one to work.
Click to expand...
Click to collapse
Sounds like that a flash able zip. Not for odin
Sent from my SCH-I535 using Tapatalk
Sandman-007 said:
Sounds like that a flash able zip. Not for odin
Sent from my SCH-I535 using Tapatalk
Click to expand...
Click to collapse
I need to find stock rooted tar.md5 file as suggested above. I never had so much trouble just trying to get recovery to work. This is a new phone from Asurince. The partitions must be different. I'm not sure what the problem is.
dragontamer2213 said:
I need to find stock rooted tar.md5 file as suggested above. I never had so much trouble just trying to get recovery to work. This is a new phone from Asurince. The partitions must be different. I'm not sure what the problem is.
Click to expand...
Click to collapse
File u need is in the 4th post. Follow the guide. You don't need to Reset flash counter if you are just gonna flash a ROM or custom recovery again
http://forums.theandroidchannel.com...rning-a-verizon-galaxy-s3-to-a-stock-412-rom/
Sent from my SCH-I535 using Tapatalk
Sandman-007 said:
File u need is in the 4th post. Follow the guide. You don't need to Reset flash counter if you are just gonna flash a ROM or custom recovery again
http://forums.theandroidchannel.com...rning-a-verizon-galaxy-s3-to-a-stock-412-rom/
Sent from my SCH-I535 using Tapatalk
Click to expand...
Click to collapse
Not worried about flash counter already handeled. what am I looking for in 4th post is a down load of new pitfiles or a rooted rom flashable by odin. Question Afterb running casual root i'm rooted but recovery fail and can't recognize any data.
Stock rooted Rom: http://forum.xda-developers.com/showthread.php?p=33948598
Sent from my SCH-I535 using Tapatalk
Sandman-007 said:
Stock rooted Rom: http://forum.xda-developers.com/showthread.php?p=33948598
Sent from my SCH-I535 using Tapatalk
Click to expand...
Click to collapse
Still no recovery. Goomanager can't find recovery.So I flashed twrp and it asks for password like data is incripted. I don't under stand how the stock recovery works fine.
dragontamer2213 said:
Still no recovery. Goomanager can't find recovery.So I flashed twrp and it asks for password like data is incripted. I don't under stand how the stock recovery works fine.
Click to expand...
Click to collapse
Ok so you installed that stock ROM via odin right? What version of twrp are u using? Go back into goomanager and try to run open recovery script again what error msg do u get? I am about to have no data for about hour. I'll come check the thread ASAP
Sent from my SCH-I535 using Tapatalk
Sandman-007 said:
Ok so you installed that stock ROM via odin right? What version of twrp are u using? Go back into goomanager and try to run open recovery script again what error msg do u get? I am about to have no data for about hour. I'll come check the thread ASAP
Sent from my SCH-I535 using Tapatalk
Click to expand...
Click to collapse
Yes, installed rom with complete wipe. TWRP 2.5.0.0 and CWR 6.0.3.1. Goomanager "No recoveries were found for your device".
dragontamer2213 said:
Yes, installed rom with complete wipe. TWRP 2.5.0.0 and CWR 6.0.3.1. Goomanager "No recoveries were found for your device".
Click to expand...
Click to collapse
I just don't under stand why this new phone is giving me so much difficulty. I have another GS3 bought back in 2012 and no troubles at all, running Hyperdrive 16 rom works great. I've been trying to get this phone to work for about a week now. I'm not one to give up so easly, but I'm about to turn it in for warrenty. Sorry my spelling sucks. I hate being beat by software. There has to be a way.
dragontamer2213 said:
I just don't under stand why this new phone is giving me so much difficulty. I have another GS3 bought back in 2012 and no troubles at all, running Hyperdrive 16 rom works great. I've been trying to get this phone to work for about a week now. I'm not one to give up so easly, but I'm about to turn it in for warrenty. Sorry my spelling sucks. I hate being beat by software. There has to be a way.
Click to expand...
Click to collapse
Pit files, page 6 post #57 has a how to flash guide.
SlimSnoopOS said:
Pit files, page 6 post #57 has a how to flash guide.
Click to expand...
Click to collapse
Ok good material but a little confusing. So I need to use chome to be able to down load pit file and flash it with oden with reboot, F timer & repartion checked. Than reflash stock rom. Is this correct or I need to do something else?
dragontamer2213 said:
Ok good material but a little confusing. So I need to use chome to be able to down load pit file and flash it with oden with reboot, F timer & repartion checked. Than reflash stock rom. Is this correct or I need to do something else?
Click to expand...
Click to collapse
Looks to be about what the directions stated, I've rarely seen Pit files referenced.
Sent from my SCH-I535 using Tapatalk 4

Categories

Resources