Cm7 captivate users! Found a way to get back to download mode! - Captivate General

This is for anyone who once they flashed cm7 for the captivate 2.3.4 lost the ability to get into download mode and have tried every method besides a jig. Find and download 3buttonfix.zip and flash it via rom manager. Try it. I don't have a link but I'm a noob who has been able to find almost everything I need in xda.
Sent from my SGH-I897 using XDA App

Everything that is, except the cm7 sticky, where this should have gone... A new thread was completely unnecessary.

My bad....just got overly excited. Ill go there
Sent from my SGH-I897 using XDA App

Maybe I am missing something here but when I turn off my phone, remove SIM/SD Card/battery, plug in USB cable, hold the volume rockers and pop in my battery I get into download mode. This was always the way I have done it since I was on 2.1, 2.2 and now 2.3.4 (CM7). CM7 assumes you are using the froyo boot loaders and does not flash any bootloaders at all. I actually believe reading that the CM dev purposely do this as flashing the bootloaders is a high risk event. I thought the deal with CM was that you could not enter download mode via software (from inside the booted OS) but I would guess if download mode does not work that it probably did not work before. I would hope that is not the case as I would think nobody should be flashing their phone without working download mode
Also, the file you are telling people to flash essentially flashes your phones bootloaders with modified versions which contain the 3 button fix, etc. You really should understand what you have just done and provide people with the appropriate risks.
Just my input in the case that someone wanders in here...

OMG you did it!

Related

* Definitive guide to Bricking *

- Introduction -
This is a primer on why phones get bricked, how to recover from a brick, and how to prevent bricking your expensive hardware. I wrote this because I noticed the same questions popping up over and over, perhaps due to an instant onset of panic, from people that bricked their phones and there doesn't seem to be a single stickied thread that is dedicated to bricks. Sorry for my inability to be brief, but I would still highly recommend that you read this article in its entirety.
- The Android Boot Process -
In order to get a good understanding of why phones brick, we must have a good understanding of the boot process. All android phones have a similar boot process, so most of this information should be applicable to the i897 and any other Android handset.
So, here is what happens when you press the power button on your phone.
1. BOOT ROM - Your phone waits for the power to stabilize, then runs a piece of code that is stored in permanent rom on your cpu called the Boot Rom. The main job of this code is to detect the boot media and load it into memory (in this case, it is the First Stage Bootloader). This code is hard wired and can never be overwritten.
2. First Stage Bootloader - Once the boot rom loads the boot media, it hands control over to the First Stage Bootloader (you may see this in some roms as boot.bin). The job of this bootloader is basically to "find more ram" and load the second stage bootloader into it. When computers first boot up (even PC's), the default memory model usually only allows for very tiny programs to be loaded into memory. For this reason, there is usually two bootloaders, the first of which detects and sets up external ram and loads the second stage bootloader into it. NOTE: The first stage bootloader can be overwritten! If you damage your bootloader, you will have a permanent UNRECOVERABLE brick at this point!
3. Second Stage Bootloader - The first stage bootloader hands off execution to the Second stage bootloader (you may see this in some roms as sbl.bin) once it is loaded into memory. The job of the SBL is to "set everything up" so the main kernel can take over. It is in charge of setting up the file systems, setting up any additional memory, setting up all the hardware, bringing up the modem cpu and setting any sort of low level security that may need to be set. Fun fact: This is where your 3 button combo and "download mode" is handled. Once the hardware is set up, the sbl will look for the kernel. NOTE: The SBL can also be overwritten, meaning if you damage your SBL, you can lose your ability to boot into download mode and thus have a permanent, unrecoverable brick!
4. Kernel - The kernel, if one were to put it simply, is essentially "the os". I know there is far more to it, especially in the case of Android with Dalvik providing most of the things we typically think of as "Android". But for all intents and purposes, the kernel is the core part of the OS that handles all of the hardware interrupts, memory management, memory protection, manages file systems and drivers, threading and access to the processor, and so forth. Once the kernel is loaded into memory, it sets up anything else that needs to be set up, loads Dalvik, and from there the rest of Android is brought up. Fun fact: This is where recovery resides. NOTE: You can still brick your device at this step, though it is only a soft brick and very recoverable - nothing to lose sleep over.
Now that you have a general understanding of how Android boots, let's move on.
- But my phone is bricked -
You probably arrived at this article because it's too late and you've already botched something. You've probably read through the first part and are thinking "Ok professor, that's all good and well, but my phone is dead. Do I have to shoot myself in the head now?" The short answer is "Maybe."
The most important part of analyzing a brick is to figure out what part of the boot procedure it crapped out on. Fortunately, most of the time this is pretty easy to figure out IF YOU REMEMBER WHAT YOU WERE DOING IMMEDIATELY BEFORE THE BAD THINGS HAPPENED. If you look at the previous section, you'll notice a color coding of the various boot steps.
The reason why bad things happen to good telephones is something bad is happening during the boot process, preventing successive stages from completing. If you were flashing a rom (either through CWM or Odin) that included bootloaders and you saw that it died somewhere around the part where it was flashing boot.bin or sbl.bin, you may have a hard brick. If you think about it, it makes sense logically. It's crapping out at the part (or before) where the code that handles the key combos for download mode is being set up. If you've damaged that part of the process, there aren't really any other (easy) alternatives.
Here is a good barometer for checking if you have a hard brick:: Does something show up on your screen when you press power? (This can literally be anything - error messages, boot loops, naked chicks, that infuriating AT&T logo). If it does, congratulations! You're probably in the orange section of the boot process and can recover your phone. If not, and no matter how many times you mash the power button it stays at a black screen, you probably messed it up somewhere in the red part of the boot process and have a hard brick.
- How to recover from a brick -
If you have a hard brick (Black screen, power button isn't doing anything, multiple battery pulls didn't get you anywhere), you're probably out of luck. Sorry, dude. You can still recover it, but it'll require some surgery on your part.. You'll have to order a riff box (http://www.jtagbox.com/), remove the motherboard, and connect it to the riff box and flash your two bootloaders back onto the rom chips directly. Or, you can just do what everyone else here does and mail it back to Samsung or AT&T, with some story about how kies wrecked your junk and you have no idea wtf.
If you have a soft brick (something shows up on your screen), it's just a matter of getting your phone into recovery or download mode. Basically, when dealing with a soft brick, you want to be as unintrusive as possible to NOT MESS IT UP WORSE THAN YOU ALREADY DID. So here are a few basic procedures.
1. Don't panic.
2. Can you get into recovery?
Pull the battery out.
Put the battery back in!
Press and hold Volume Up, Volume Down, and Power, and wait until something shows up on the screen.
Release power! Keep holding Vol up+Vol down.
Did it go into recovery?
If that worked, try flashing a different kernel from recovery. If it still doesn't work, it's probably not the kernel but something else in the rom, so flash a different rom altogether. NOTE: The key combo for recovery is different with the new 2.3 bootloaders! It is now Vol up+power instead of Vol up+Vol down+Power.
3. If not, boot it into download mode.
Pull the battery out and make sure the phone is NOT connected by a usb cable.
Put the battery back in!
Hold vol up+Vol down. DO NOT PRESS POWER.
Plug in the USB cable.
NOTE: The key combo is different with the new 2.3 bootloaders. It is now Vol down+Power. You no longer need to connect the usb cable.
The phone should boot into download mode. If it still does not, you can try using a USB jig. They are very easy to build - it is just a 301k resistance across pins 4 and 5 of the microusb slot. You can find plenty of instructions by searching the General section. You can also find a usb breakout board here: http://www.sparkfun.com/products/10031 and 100k (make sure it's 100k and not 100) resistors at radio shack. To use the jig, simply pull the battery out, put the jig in the microusb slot, DO NOT TOUCH THE JIG WITH YOUR FINGERS AS YOU MAY CHANGE THE RESISTANCE, and put the battery back in. It should kick you into download mode within 3 seconds.
Once you are in download mode, flash back to stock. Refer to the Odin guide at the end of this article for instructions. ***NOTE***: DO NOT FLASH A ROM THAT INCLUDES BOOTLOADERS - THIS INCLUDES THE ODIN ONE CLICK PACKAGE - IT IS AN UNNECESSARY RISK AS YOUR PHONE ALREADY HAS PROPER WORKING BOOTLOADERS
I actually don't like the one-click package very much in general, simply because there seems to be an element of randomness around it. It seems to work with a certain build of phone, and seems to cause problems with newer phones.
- You may have to flash bootloaders -
So you're probably thinking, "What if I don't have a working 3 button combo?" Someone correct me if I'm wrong, but to my understanding a certain batch of phones were shipped out with corrupt sbl's. If you're one of those unlucky folks that has a phone with a busted 3 button combo, you'll have to flash new bootloaders to fix it. There is a bootloader fix package you can flash somewhere in the dev section, and if I'm not mistaken, the Cognition rom also flashes properly working bootloaders.
You will also have to flash new bootloaders if you want to upgrade from 2.1/2.2 to the official Samsung 2.3 roms (or any custom roms based off of the official 2.3's). Don't try to flash these individually if you happen to find them somewhere. The best way to get the new bootloaders is to download the stock JVB rom from www.samfirmware.com and flash it using Odin3.
Be warned - by flashing bootloaders, you may brick your phone permanently. Remember, you're flashing the red part of the boot process at this point. If things go boom, your phone ends up in an unrecoverable state. The chances of it crapping out while flashing the bootloaders may be a million to one, but there's still a chance it might happen and I've seen people brick their phone from this several times.
Be warned #2 - If you've successfully flashed working bootloaders, don't flash other bootloaders for sport. There isn't any point to it and it doesn't give you anything "extra", and even though the chances of things going sour are slim, keep it up and sooner or later you'll end up with an unresponsive device.
Be warned #3 (for 2.3 people only): Do not flash roms or odin packages that include bootloaders. I'm not entirely sure why some phones are bricking when being flashed back to stock, but something tells me that some of the odin packages are only flashing the second stage bootloader instead of both the first stage and second stage. There is probably some major incompatibility between the 2.1/2.2 first stage bootloader and the 2.3 sbl (perhaps the 2.3 sbl has a different entry point?). Either way, I've noticed that some people have perma-bricked their devices trying to flash back to stock using some of the odin packages. Flashing back to stock using a package that contains both the main bootloader and sbl should be fine (in theory), but I have not tried it and don't know how things will end up. If someone has, let me know and I'll ad it to the guide! Also - there isn't much of a point of going back to the old bootloaders once you have the new ones. I tried flashing 2.1 (JH2) and 2.2 (Serendipity 6.3) roms with the new bootloaders and everything works as expected. I didn't experience any problems or instability with either rom, and was able to boot into download mode and recovery with both.
edit: Apparently some people are reporting success with Odin one-click (JF6). Dunno dudes! Flash at your own risk.
edit edit: According to TRusselo, the odin one-click downloader (JF6) flashes both bootloaders, so it should be fine to use it to flash back to stock. Keep in mind that the JF6 one-click downloader does not work with certain handsets, and if yours is build# 1010 or above (you can check your build number by removing your battery, it should be printed on a label in the battery compartment), you should refer to this guide for how to flash back to stock:
http://forum.xda-developers.com/showpost.php?p=10056254&postcount=36
Also, I'm pretty sure the above guide will NOT flash new bootloaders. If for whatever reason you really really need the old bootloaders, I would suggest finding a package on samfirmware.com that flashes BOTH bootloaders.
- How to prevent perma-bricking -
Soft bricking is always going to happen. It's a minor software error that isn't a big deal, and common when we fiddle with our devices in ways the manufacturer never intended. The thing we worry about is hard bricking, which is fortunately for us, is easy to prevent!
Here are a few simple rules to help you avoid disaster:
Don't flash roms that flash bootloaders (sbl.bin)
Don't try to flash bootloaders individually.
If you have working bootloaders and can do the 3 buttom combo, don't use Odin packages that include bootloaders, they are an unnecessary risk.
Don't flash when you know your battery is low! Seriously, I see this happening all the time. We know you're excited about a new rom, but it can wait. Put your phone on the charger and let it sit there for a while until you have >50% charge.
Don't mess with your boot partition. I noticed CWM has an option to format your boot partition; I have no idea why.
- Odin guide -
You can find odin by searching the dev section. I use odin3 1.0 simply because that is what I have. I don't know if other versions are better or more stable, but it kind of doesn't matter if you aren't flashing bootloaders anyway.
There are a few videos in this thread: http://forum.xda-developers.com/showthread.php?t=919816 But I'll try to explain in text anyway.
So the first thing you need to do is DOWNLOAD THE DRIVERS! Odin won't recognize your phone in download mode if you don't have the proper drivers. You can find them here:
Windows 64bit: http://www.mediafire.com/?3dh4d6up72me9re
Windows 32bit: http://www.mediafire.com/?0b45zo7o75rc5d5
The next thing you want to do is find a rom to pop in to odin. There are a few in the dev section. There are also a lot of completely stock roms at www.samfirmware.com (WARNING: most of these include bootloaders). When I need to flash back to stock, I use this one: http://forum.xda-developers.com/showthread.php?t=751518 as it does not include bootloaders.
Open Odin and you'll notice a bunch of options. You can ignore most of them. Here is what you need to do: examine your rom package that you downloaded. If it was from samfirmware.com, just pick the files that correspond to the option name, ie if the file starts with PDA, put it in the pda slot. If it starts with CRC, put it in the CRC slot. If it's a rom you found on here, it should have come with instructions, so refer to those.
Choose a pit file. The rom should have come with a pit file, but if it didn't, you can use any pit file and it should work fine. Seriously dudes, the differences between the different pit files is negligible, there isn't any mysticism around how they work.
Unless otherwise noted, leave F. Reset Time and Auto Reboot checked. There isn't any need for repartitioning unless you are flashing back to stock from Cyanogenmod 7, in which case you NEED to select repartition.
The next thing you need to do is put your phone into download mode. Once it's in download mode and odin is set up properly, connect it to the computer. It should show up in odin under ID:COM. Once it's there, simply hit start and kick back for a while until it's done. It should reboot and you should be in Android 2.1 JH2.
*If you are using the Odin One-click downloader (JF6), the process is greatly simplified. Simply open odin, put your phone into download mode, connect it to the computer via usb, wait for odin to recognize it and hit start. Also, keep in mind that the one click downloader will flash bootloaders.
Edit: I just remembered something important. MAKE SURE YOU PLUG YOUR CABLE INTO A USB PORT THAT IS DIRECTLY CONNECTED TO THE MOTHERBOARD, OR ODIN WILL NOT RECOGNIZE IT. This usually means a usb port on the back of your computer. So, if you've installed the drivers and odin still isn't recognizing your phone, you might want to try different usb ports. If it's still not recognizing your phone, you might have a bad cable.
- Some additional ways to get into download mode or recovery -
Just thought I should point this out - you can get into both download mode and recovery through adb. You can download adb by downloading the android sdk at http://developer.android.com. It is in the 'platform-tools' folder.
To get into recovery, simply connect your phone and type 'adb devices' to make sure it is being detected. If it shows up in the list of devices, type 'adb reboot recovery'.
To get into download mode, do the above, but type 'adb reboot download' instead.
**Belatedly amending this document in lieu of old man Outler's unbrickable mod. Any place you see the word "unbrickable" in the article above, take it to mean "unbrickable (if the mod hasn't been applied)". - Jul 27 2012
Good read thanks
Sent from my GT-I9000 using XDA Premium App
Hmmm. About the 2.3 part and flashing back to stock.i am currently on the i9k gb and have flashed the bootloaders .and i also have flashed back to stock.no problems here. Any more info on that part?
Sent from my GT-I9000 using XDA Premium App
What did you use to flash back to stock?
very good read. Thank you
i used odin one click
bulletproof1013 said:
i used odin one click
Click to expand...
Click to collapse
Which one, jf6?
Edit: Nevermind, the only one I could find is JF6, I was under the impression that there were others. Weird! Thanks for the info, made a note of it in the article.
modest_mandroid said:
Which one, jf6?
Edit: Nevermind, the only one I could find is JF6, I was under the impression that there were others. Weird! Thanks for the info, made a note of it in the article.
Click to expand...
Click to collapse
Great read! Good stuff too, should be very helpful!
But im currently on Darky 10.0 RC5.3. With the stock JVB bootloaders. I have not had to flash back to stock with GB but in theory wouldnt this be the best way to flash back to stock with GB Bootloaders because it contains NO BOOTLOADERS, thus the only things that would be wrong when flashing back to stock are button combos, and the weird mix and different images at the boot up?
Here is the Odin Flash back to stock from icezar1:
http://forum.xda-developers.com/showthread.php?t=995143
Can anyone else comment on flashing back to stock with GB bootloaders? Im a build 1010 so I cannot use Odin One click or it just reboots the phone after a "Successful" flash and it flashes AT&T screen then turns off. So that makes me think if I were to do that let the phone "soft"-brick where it just flashes the AT&T screen. Boot it into download mode via. Jig and use this method to get back to stock: http://forum.xda-developers.com/showpost.php?p=10056254&postcount=36
Any help is GREATLY appreciated
Well if you flashed back to stock from 2.3 without bootloaders you would still have the gb bootloaders installed .correct?
Sent from my GT-I9000 using XDA Premium App
bulletproof1013 said:
Well if you flashed back to stock from 2.3 without bootloaders you would still have the gb bootloaders installed .correct?
Sent from my GT-I9000 using XDA Premium App
Click to expand...
Click to collapse
Ya thats why Im thinking the thing I posted above about flashing back to stock without bootloaders would be the safest way possible
Idk. It works fine for me.(one click stock)
Sent from my GT-I9000 using XDA Premium App
great work but a couple minor edits you refer to " other odin one-click packages " (eg 3button fix) there is only ONE "odin3 one-click downloader". The other odin3 is " odin3 flashing utility " and the packages for that would not be one click packages. it is these incorrect references everywhere that are confusing to the noobs.
also in the same paragraph in red, about gingerbread bootloaders, you CAN flash other bootloader packages (eg 3button fix) BUT ONLY AFTER "Odin3 One click". (the real one click) as it repalces BOTH bootloaders and 3 button fix flashes only the 2nd bootloader, but they are still compatible so it is all good. All the other "odin packages that cause problems, only flash 2nd bootloader as well, and you cant mix a 2.3 with a 2.1/2 bootloader. So ONE CLICK FIRST then you are back to stock, test if you have working 3 button, then if not flash that, or whatever other rom with bootloader.
to be extra safe on those other odin packages, open up the tar file and look for "sbl.bin" (Secondary Boot Loader) and remove it from the odin package... before flashing. but dont do this to the 3 button fix package, it would defeat the purpose
besides that Great article!
after you edit, ill edit this.
and you might want to link to my Rogers Stock rom thread in my sig, for those odin packages and super awesome instructions AND NO BOOTLOADERS!!! (bootloader version coming though)
Dlev7 said:
But im currently on Darky 10.0 RC5.3. With the stock JVB bootloaders. I have not had to flash back to stock with GB but in theory wouldnt this be the best way to flash back to stock with GB Bootloaders because it contains NO BOOTLOADERS, thus the only things that would be wrong when flashing back to stock are button combos, and the weird mix and different images at the boot up?
Click to expand...
Click to collapse
bulletproof1013 said:
Well if you flashed back to stock from 2.3 without bootloaders you would still have the gb bootloaders installed .correct?
Click to expand...
Click to collapse
Should work fine. I flashed the stock JVB from samfirmware.com, then flashed back to stock a few times using the JH2 firmware mentioned in the article. I didn't flash the old bootloaders and had no problems booting up 2.1 with the new 2.3 bootloaders. The only difference I saw was the i9000 bootup screen before the AT&T logo; other than that there was no problems with the functionality of the phone.
greentshirt said:
Also, why is this not a sticky?
Click to expand...
Click to collapse
Zelendel is busy enjoying his easter
TRusselo said:
great work but a couple minor edits you refer to " other odin one-click packages " (eg 3button fix) there is only ONE "odin3 one-click downloader". The other odin3 is " odin3 flashing utility " and the packages for that would not be one click packages. it is these incorrect references everywhere that are confusing to the noobs.
also in the same paragraph in red, about gingerbread bootloaders, you CAN flash other bootloader packages (eg 3button fix) BUT ONLY AFTER "Odin3 One click". (the real one click) as it repalces BOTH bootloaders and 3 button fix flashes only the 2nd bootloader, but they are still compatible so it is all good. All the other "odin packages that cause problems, only flash 2nd bootloader as well, and you cant mix a 2.3 with a 2.1/2 bootloader. So ONE CLICK FIRST then you are back to stock, test if you have working 3 button, then if not flash that, or whatever other rom with bootloader.
to be extra safe on those other odin packages, open up the tar file and look for "sbl.bin" (Secondary Boot Loader) and remove it from the odin package... before flashing. but dont do this to the 3 button fix package, it would defeat the purpose
besides that Great article!
after you edit, ill edit this.
and you might want to link to my Rogers Stock rom thread in my sig, for those odin packages and super awesome instructions AND NO BOOTLOADERS!!! (bootloader version coming though)
Click to expand...
Click to collapse
Thanks dude! I didn't get a chance to proof read what I wrote; had to go to the parents' house for dinner tonight. I'll give it a read and edit per your suggestions in a bit, after I take the dog out for a walk.
TRusselo said:
great work but a couple minor edits you refer to " other odin one-click packages " (eg 3button fix) there is only ONE "odin3 one-click downloader". The other odin3 is " odin3 flashing utility " and the packages for that would not be one click packages. it is these incorrect references everywhere that are confusing to the noobs.
also in the same paragraph in red, about gingerbread bootloaders, you CAN flash other bootloader packages (eg 3button fix) BUT ONLY AFTER "Odin3 One click". (the real one click) as it repalces BOTH bootloaders and 3 button fix flashes only the 2nd bootloader, but they are still compatible so it is all good. All the other "odin packages that cause problems, only flash 2nd bootloader as well, and you cant mix a 2.3 with a 2.1/2 bootloader. So ONE CLICK FIRST then you are back to stock, test if you have working 3 button, then if not flash that, or whatever other rom with bootloader.
to be extra safe on those other odin packages, open up the tar file and look for "sbl.bin" (Secondary Boot Loader) and remove it from the odin package... before flashing. but dont do this to the 3 button fix package, it would defeat the purpose
besides that Great article!
after you edit, ill edit this.
and you might want to link to my Rogers Stock rom thread in my sig, for those odin packages and super awesome instructions AND NO BOOTLOADERS!!! (bootloader version coming though)
Click to expand...
Click to collapse
So are you saying even for someone like me who uses the One-Click and it sends my phone into a boot loop of AT&T screen then off. I should use that because it replaced the bootloaders.
Then use either button combo or my Jig to boot it into Download mode and flash the JH2 Odin via Odin3 for Build 1010+?
Dlev7 said:
So are you saying even for someone like me who uses the One-Click and it sends my phone into a boot loop of AT&T screen then off. I should use that because it replaced the bootloaders.
Then use either button combo or my Jig to boot it into Download mode and flash the JH2 Odin via Odin3 for Build 1010+?
Click to expand...
Click to collapse
i didnt mention bootloop so slow down, boot-loaders.
you are wondering if? you used " Odin3 One-Click-Downloader " so you should use that?... - WHAT?
you shouldnt get boot loop,
everyone, including the OP says " Odin3 one click downloader " is THE WAY to flash stock. PERIOD.
after that it should boot.
THE ONLY REASON to flash ANY other stock is IF "3 button combo" doesnt work, or to flash my rogers stock. BUT ONLY AFTER one click.
thats what i said.
if you are in bootloop. try booting into recovery and doing facotry reset, clear everything. reboot.
if it doesnt work from there, try flashing one click again.
it works.
all else fails flash back to gingerbread with bootloaders, and flash back without bootloaders, using the many instructions above.
Edit dont mind me
Sent from my GT-I9000 using XDA Premium App
Been itching to flash a GB rom but scared of all the brick reports. So just to make sure, http://forum.xda-developers.com/showthread.php?t=731989&highlight=odin+click&page=178 This is the Odin One Click we should use to flash back to stock from a GB rom is that correct? Since it has both bootloaders?
There is only ONE odin one click. if that is it, that is it.
if you really want THE ONE. get it from THE GB INSTRUCTIONS!
TRusselo said:
i didnt mention bootloop so slow down, boot-loaders.
you are wondering if? you used " Odin3 One-Click-Downloader " so you should use that?... - WHAT?
you shouldnt get boot loop,
everyone, including the OP says " Odin3 one click downloader " is THE WAY to flash stock. PERIOD.
after that it should boot.
THE ONLY REASON to flash ANY other stock is IF "3 button combo" doesnt work, or to flash my rogers stock. BUT ONLY AFTER one click.
thats what i said.
if you are in bootloop. try booting into recovery and doing facotry reset, clear everything. reboot.
if it doesnt work from there, try flashing one click again.
it works.
all else fails flash back to gingerbread with bootloaders, and flash back without bootloaders, using the many instructions above.
Click to expand...
Click to collapse
Odin One Click puts my build 1010 into an AT&T screen then off bootloop. I can boot it into download mode.
So that's why I used the JH2 way to flash back to stock in the method above.
You don't understand what I'm trying to say, I CANNOT USE ODIN ONE CLICK.
I may just use the JH2 method and deal with the i9000 screen flashing and different button combos
Sent from my SGH-I897 using XDA App
so you went back to gingerbread bootloaders, then flashed stock without bootloaders, keeping gingerbread ones because odin one click gave you boot-loop.
see how easy that was to say and understand?
and that method is in POST 1...
if your ability to flash is anything like your ability to explain your situation... boot-loop un-avoidable
Almost everyone uses ONE CLICK. that is not my idea! read the first post (its not me!) then read my post again.
EVERYONE suggests it if you want stock bootloaders back.
its the only way and it is KNOWN to work.

[Q] Samsum Galaxy Fit No Boot

Greetings.
It doesn´t boot.
First details:
Galaxy Fit rooted and 2.3.4 Gingerbread (worked fine)
I downloaded rom-manager and wanted to change to custom roms.
So far.
As I tried to install clockwork I found this in your forum:
http://forum.xda-developers.com/showthread.php?t=1339640
and did everything exactly written there
then restartet, started rom-manager and chose the first option (Clockworkthingy).
As there was a choice of the device, I didn´t find my device and chose the last in list (which did´t work and then I picked the first in list and accepted.
downloaded syanogen 7.0 and after download and backup-chose it told me it would reset and start in recovery ... that was the last I´ve seen from my galaxy ...
Is it broken now.
Please help!
note: tried to start recovery with vol+, home and power as well as usual way to start it. without success
Come on. Some of you Guys are able for sure to tell me, if it is hopeless or there IS something I can do to get it working again.
I know nearly nothing about Smartphones and stuff so
Please!
Rodsengard said:
Come on. Some of you Guys are able for sure to tell me, if it is hopeless or there IS something I can do to get it working again.
Please!
Click to expand...
Click to collapse
Sorry to say that your phone is bricked.
First, rom manager doesn't support your device.
Second, you are an idiot that you selected unknown device from list to make it work.
Third, the thread doesn't have any tutorial about rom manager it is CWM that is meant to be flashed using odin.
Fourth, I probably this is hard brick and nothing can be done.
IN MY VIEW GO TO THE SAMSUNG SERVICE CENTER AND TELL THEM THAT YOU LEFT YOUR FOR CHARGING OVERNIGHT AND ITS NOT BOOTING.
THEY WILL SURELY HELP FOR FREE AS THEY DON'T KNOW WHAT YOU DID AND THIS IS AN APPROPRIATE REASON.
Thank you for your honesty.
Your phone still can be fix up. Your phone not brick yet.. Your phone might get bricked if it running out of battery during flashing, like a half way flashing, then you are in the worse case scenario.
Recovery mode unavailable? Forget about recovery since it has been.broken. What important now is to get access to download mode by pressing vol down + power + home key. If you can access download mode, then your phone can be fixed in 5min.
Read this, before you go any further, if you sure that you already successfully flashed any rom before it went brick. Just do this simple step, for cm7, u need siyah kernel, go download (siyah 2.1.1 .tar)... Not .zip.
Remove your battery then put it back, get into download mode then flash siyah 2.1.1 with Odin 1.85.if your phone already flashed cyanogenmod7, then your phone should boot up and work properly.
If it doesnt work, click the link on my signature, follow all steps provided tp get back your to work as stock. Then start flashing again.
Ps : dont use backup, dont use romanager.
Sent from my GT-I9100 using xda premium
My guide is for SGS2 International. Not ATNT, please find stock rom for your phone version. But the flashing method are just the same..
Sent from my GT-I9100 using xda premium
Thank you for your efforts neobirdrio, but as I wrote above, nothing works.
No combination with vol+ or - and the 2 other HW-Keys.
But if we are still in Topic, what exactly do I have to do with an intact Galaxy fit to flash it to a custom ROM.
What Custom ROMS would run with it?
Where Do I get the Newest Version?
And is it worth changing it?
I wanted something special, something faster than Gingerbread and (of course the original Froyo on it), including something needs less Space.
Could you advice me?
(I ordered a new one swince it happened)
Try read this post,
http://forum.xda-developers.com/showthread.php?t=1120880
Latest stock firmware for galaxy fix is 2.3..which is gingerbread.
Sent from my GT-I9100 using xda premium
Still trying this out.
Did it in this way press three Keys, push batery in and so on ... One time on my netbook it came to life by meaning system told me, that it installs driver (seemed to be recognized right) and ODIN told, there is a connection. I started ODIN (which was prepared to do Gingerbread onto it) But it did nothing. I am not sure if I startet Odin with Adminrights, soooo ... Do now backup of the partition, put a much earlier backup on my PC and try it again (I am running out of PCs, so I simulate, that this is a new Computer )
I keep you informed.
Thanks again so far.
Tried it again, but it didn´come back to life
So Thanks to all ppl helped me.

[Q] Please help me with flashing my device.......

Please help me with flashing my device. I am new to this matter and I have nowhere to go. I hope that this will help me.
So, my problem is that I want to upgrade their devices to Android 2.3, please tell me step by step how to start and tell a good stable firmware is desirable to support Voodoo.
Had never sewed Android device.
I would really appreciate
Samsung T959V
Android 2.2.1
You don't need to flash anything if you just want to run gb. Connect your phone to samsung kies and it will update your phone to the latest gingerbread.
Sent from my SGH-T959V using xda premium
dualkiller said:
You don't need to flash anything if you just want to run gb. Connect your phone to samsung kies and it will update your phone to the latest gingerbread.
Click to expand...
Click to collapse
Indeed. The current stock gingerbread you will get from kies is more stable then anything in this forum.
There are some really cool froyo roms in the dev forum, but even so, if you don't know why you want to flash your phone, stick with stock. If you know why you want to flash your phone, but are looking for resources to help you. Then look no further then the search button at the upper right side of the forum page on your browser. Google also works.
dualkiller said:
You don't need to flash anything if you just want to run gb. Connect your phone to samsung kies and it will update your phone to the latest gingerbread.
Sent from my SGH-T959V using xda premium
Click to expand...
Click to collapse
I would like to upgrade not only to the official version, I want to try something more interesting and more beautiful on. I have read many reviews of firmware developers who make and spread on this forum, so I would like to try
vitalexx said:
I would like to upgrade not only to the official version, I want to try something more interesting and more beautiful on. I have read many reviews of firmware developers who make and spread on this forum, so I would like to try
Click to expand...
Click to collapse
Well, I'm not here to tell you what to do. Just want to give fair warning that even though the roms in this forum are for the SGH-T959V, you can still brick your phone by not paying attention and not reading all of the instructions to the T.
These mods will void your warranty. Luckly there are services out there that will unbrick your phone and jigs that will help to get your phone into download mode.
Download mode is for flashing with Odin or Heimdall. I prefer to show users how to use heimdall, as it is open-source and runs on Windows, Mac OS X, and Linux.
You can get into download mode three different ways. The first and easiest way is to download and install the Android SDK from http://developer.android.com
After you install it, run 'android' and install the platform-tools.
You should now have a command called 'adb', which has sub commands like: logcat, shell, and reboot. reboot also has options to say to reboot to what. Like
Code:
adb reboot
to just reboot the phone,
Code:
adb reboot recovery
to reboot into recovery, and
Code:
adb reboot download
to reboot into download mode.
The second way is to hold down the volume+ and volume- buttons on the left side of the phone while plugging in your usb cable attached to your computer. After you see the Download Mode screen, let go of the volume buttons.
The third way is a last resort. Use a usb jig.
If you can get into download mode, then you are NOT bricked.
I've also made a Heimdall One-Click that will get you 2.3.6 with ClockWorkMod(aka CWM. This is the SMS KJ6 One-Click on that page) and root. You can also flash the KJ1, which also has cwm and the same KJ6 Stock Rom and root. And last there is the Fully Stock One-Click which will leave you totally stock, and unrooted.
After you have a kernel with CWM installed, you can flash any rom in the dev forum, if it looks like the users of the thread are happy using it. Otherwise, stay away from it, until people say it is safe.
Do not use Rom Manager. It does not work, yet. Hopefully I will fix that very soon.
Anyways. I'm sure others will chime in, but that will get you started... if you want to void your warrenty.
---------- Post added at 03:39 AM ---------- Previous post was at 03:29 AM ----------
You will get a big kudos from senior members and developers if you search, read, and search some more before posting. It is in the rules in my signature, as well as a bunch of other helpful links.

[Q] Infuse isnt listed in CWM

Im sure this isnt the first time this ha been asked, but i couldnt find it. I have an rooted infuse(AT&T), when trying to flas a new ROM it tells me that i need to flas CWM. I try to but it asks me to confirm phone model, the infuse is not listed. I havent picked another phone from the list because i didnt want to brick this one. Anybody know what might be wrong and how to fix it. THANKS
ACESFULL82 said:
Im sure this isnt the first time this ha been asked, but i couldnt find it. I have an rooted infuse(AT&T), when trying to flas a new ROM it tells me that i need to flas CWM. I try to but it asks me to confirm phone model, the infuse is not listed. I havent picked another phone from the list because i didnt want to brick this one. Anybody know what might be wrong and how to fix it. THANKS
Click to expand...
Click to collapse
Aces, I'm think you're in danger of soft bricking your phone.
Try to read up a bit before you go on.
You need to select Samsung I9000 from the list.
Sent from my SAMSUNG-SGH-I997 using xda premium
ACESFULL82 said:
Im sure this isnt the first time this ha been asked, but i couldnt find it. I have an rooted infuse(AT&T), when trying to flas a new ROM it tells me that i need to flas CWM. I try to but it asks me to confirm phone model, the infuse is not listed. I havent picked another phone from the list because i didnt want to brick this one. Anybody know what might be wrong and how to fix it. THANKS
Click to expand...
Click to collapse
Um....what are you doing? With CWM you're not using the ROM manager app right? You want to get into red recovery, that's what most instructions are talking about when they say cwm.
To get there: (if you have it)
Power off, then hold power button and volume up and down. (3 button)
Keep held, Samsung will come on, then turn off, when it comes on again let go of the buttons....should go into red recovery. That's where to flash roms from. Good luck.
X,
Sent from Mt. Olympus
yup. Pick i9000 and flash. also check out GTG's Infused ROM OP!! VERY useful info to get you started.
other than people telling you to read this whole thread fails.
OK you can use cwm from rom manager for the i9000. but first you need to replace the recovery binary with a modded one. that needs root.
search dev section on cwm fully working... or something to that matter. also search YouTube. YouTube is great for any type of DIY activity including Modding your phone.
there is an alternative to this by flashing the community kernel or the defuse kernel in Odin or heimdall. that not only doesn't need root but will root your phone, enable voodoo lagfix, and give you red cwm. there is a one click heimdall package for the defuse kernel. personally I disable voodoo beforehand to speed up the process. to do this open the sdcard and create a folder and subfolder having the path /sdcard/Voodoo/disable-lagfix
to be clear you don't create /sdcard that already exists. it is the root of the SD card. if you use the built in file manager it wont show as /sdcard but will be "home" or something.
so open my files or other file manager, navigate to home which is normally the sd card, if not navigate to /sdcard and create a folder named "Voodoo" capital "V" then open Voodoo and create "disable-lagfix" once that is done you can flash the defuse kernel or the community kernel. then flash a rom then if it all goes well reboot into red cwm and enable lagfix and reboot again. it takes a while and the phone talks to you in sexy female robot voices for a while.
Thanks all. Maybe im in over my head a little. Ive been playing my my inspire 4G and it has been working fine(knock on wood), flashed several ROMS. I will read a little more into it and try what yall said to do. Thanks everybody
ACESFULL82 said:
Thanks all. Maybe im in over my head a little. Ive been playing my my inspire 4G and it has been working fine(knock on wood), flashed several ROMS. I will read a little more into it and try what yall said to do. Thanks everybody
Click to expand...
Click to collapse
I never had an inspire but there is no way this is harder. there is no locked nand on Samsung devices. just a weird recovery that is easy to work around on froyo since it was so easy to root. future devices will get increasingly hard but you have to understand that Samsung isn't taking anti-flashing measures like HTC and Motorola it is security measures to prevent exploits for being used in malware, things are getting harder because it is getting harder to root android. at some point the only way to flash is gonna be to wait for a leaked rom, edit the images and then flash. or some complicated way we haven't seen yet.
ACESFULL82 said:
Thanks all. Maybe im in over my head a little. Ive been playing my my inspire 4G and it has been working fine(knock on wood), flashed several ROMS. I will read a little more into it and try what yall said to do. Thanks everybody
Click to expand...
Click to collapse
np.
IF you're looking to go from froyo to a gb rom,
I suggest starting here:
http://forum.xda-developers.com/showthread.php?t=1331381
learning how to flash with heimdall is pretty simple.
Flash it once in download mode. Flash it again with the bootloaders box checked.
reboot and you're in uckj4.
Then flash the kernel to give you recovery
then flash the gb rom you want...
there are other methods...it's a matter of prefs

[Q] Messed up flashing kernal

I was trying to flash a kernel that i found in a forum, i tried with Voodoo, my phone was already rooted. Then i heard a female robot voice saying something about "partition" and a process that was gonna take like ten min. From then, the google logo pops up and nothing will happen. i cant put it in download or recovery mode. now the robot voice isnt even saying anything basically just stuck on a google logo screen. I have no idea what to do. can someone please help me.
What kind of phone do you have? (Assuming Mesmerize or Showcase?) What version of Android are you on? If you come to (http://webchat.freenode.net/)(#samsung-mesmerize), it be easier to help you out. You'll need to Odin back to Stock before going forward to Voodoo lagfix.
I once biffed my phone up flashing an incapatible kernel and took it back to the store. They were happy to re-flash it for me. I also was not able.to get in recovery.
I simply told them I was trying to perform the 2.3.5 update which was listed on the site and something went wrong.
Just FYI, The voice was the kerenl enabling voodoo lag fix (a very good thing)!
Sent from my SCH-I500 using XDA App
Glitch kernal
I always used the glitch kernal on my mez. worked great for me. Comes loaded in the latest miui build.
doublej3030 said:
What kind of phone do you have? (Assuming Mesmerize or Showcase?) What version of Android are you on? If you come to (__________________________), it be easier to help you out. You'll need to Odin back to Stock before going forward to Voodoo lagfix.
Click to expand...
Click to collapse
Im having a problem with my Mesmerize, and I think this could help me out, but the link wont send me anywhere, can you help me out?
I think i can help u out.
K so if ur having any problems wit ur mesmerize, i'd recommend flashing back to stock rom.
Now to do this, your going to have to go to rootwiki and find the mesmerize forum.
Go to the first thread on the page, and there you can find a link to download Odin 3.1, Eh09 and Eh20 radios, and CWM 4.
To find the stock roms, theres another thread on rootzwiki that has the official USCC stock froyo and gingerbread roms.
With those downloaded, ur just gonna want to flash them on ur phone through odin. Plug phone into computer while holding the down volume the get the phone into downloading mode. Import the two files and there you have it.
Hope this solves ur problem
Blah
This phone is annoying me. Lol.

Categories

Resources