trying to go from COG to PER
and am trying to go to stock using ODIN 1 click from http://www.youtube.com/watch?v=UDtxnH4lFuk to go to 2.1 stock...
i instaled the X64 drivers, the ODIN does work at first, and the adb comands work
first when i'm in debug mode and phone is one, i plug it, odin recognize it and is yellow.
then i do "adb reboot download" the phone goes to download mode, odin adds it then removes then adds again and removes
what to do?
iakovl said:
trying to go from COG to PER
and am trying to go to stock using ODIN 1 click from http://www.youtube.com/watch?v=UDtxnH4lFuk to go to 2.1 stock...
i instaled the X64 drivers, the ODIN does work at first, and the adb comands work
first when i'm in debug mode and phone is one, i plug it, odin recognize it and is yellow.
then i do "adb reboot download" the phone goes to download mode, odin adds it then removes then adds again and removes
what to do?
Click to expand...
Click to collapse
Layer 1 first. Try a different USB port, try a different USB cable.
switched cable switched port
now it "add remove" on normal connect but when in download mode it looks stable
worry that if i start the ODIN it will brick the phone it if"add remove" itself agin
and i was right... add remove again on ID 5 in download mode
the thing i dont get is that in storge mode it works fine... backuped right now 1.4G of data without problem
Alright, so I was having some problems with my cognition rom and decided go back to stock so I could flash the new cognition. I put my phone into download mode, and it took a few times for ODIN to see my phone. After I got ODIN to see my phone I tried to master clear, it did not work. I had to pull the battery out and try again. I rebooted my phone again, and many program errors came up. I shut off my phone, tried to get into download mode and it wouldn't let me using the volume down + up then insert USB with ODIN open.
Now to get into download mode I must hold buttons with battery out, put USB in, and put battery in and I get download mode instantly, but I cant get ODIN to recognize my phone at all anymore. I tried many different methods(odin open before DL mode, odin closed before download mode, etc). I looked through a few threads and couldnt find anything that would work. Also my window 7 64 now says it doesn't recognize the USB device when I plug it in. Whats going on with my phone?? Im getting very annoyed! Is there any way to go back to stock besides ODIN??? Any help is appreciated!!
***UPDATE***
Seems like I may have a 3 button combo lock, and no USB support of any kind(besides charging).
UPDATE: I used rom manager to flash over my old rom. My phone works again, but it wont go into download mode at all now. Only when I use the cognition menu to send it to download mode will it work. I still cant get ODIN to see my phone. I want to go back to stock still, but without ODIN working, can I?
ziphoward said:
UPDATE: I used rom manager to flash over my old rom. My phone works again, but it wont go into download mode at all now. Only when I use the cognition menu to send it to download mode will it work. I still cant get ODIN to see my phone. I want to go back to stock still, but without ODIN working, can I?
Click to expand...
Click to collapse
under your captivate battery, there is a number like 1008, 1010, what is yours?
I've had the same trouble with download mode + odin on my Windows 7 64 bit pc too.
I have to have odin running, phone off with battery out, and usb cable in. I leave the battery out for about a 10 second count. Then put the battery in and hit all the buttons at the exact same time (power + volume up and down). The key here is that I only had to hit all three buttons momentarily to get it to go into download mode. I didn't have to hold them down for any length of time.
I easily spent 1 hour trying to get odin to work the last time I had to reflash to stock. Only because I forgot how hard it was three last time with my 64 bit machine.
Sent from my SAMSUNG-SGH-I897 using Tapatalk
mengbo said:
under your captivate battery, there is a number like 1008, 1010, what is yours?
Click to expand...
Click to collapse
1006
So should I just keep trying to get into ODIN by just fiddling around with it? Ive tried an XP machine and it wouldnt work either. Does booting into download mode from the cognition power menu any different than entering download mode the manual way? Every time I put the battery in with the USB it takes me to the battery charger screen. At first with that issue, putting in the battery last while holding down volume up and down, would put the phone into download mode(as opposed to the normal ways of getting into download mode). Now that wont even work at all.
first you can try the 3 button fix, just search the forum for that.
you may need to build a jig or buy one online just in case, it will get you into the download mode easily.
http://cgi.ebay.com/ws/eBayISAPI.dl...47234&ssPageName=STRK:MESELX:IT#ht_511wt_1139
im having horrible trouble with adb cmd. I installed the samsung drivers, put my phone in usb debugging, did some tutorials on how to install sdk correctly, went to the correct file paths in cmd promt, and still cant access the adb shell. Any pointers on this?
Also, could I wipe all data off internal storage and use the "reinstall package" option in recovery mode to use rom manager update.zip to restore my rom from my sd card? Im not sure if thats possible. Im getting errors with my rom, and it feels slower since I just reinstalled over the top of my faulty rom.
Seems the only usb function I have right now is to charge it. Hmmm USB brick?
Any help out there???
3g stopped working on my phone when I woke up. I really need to get a fresh rom installed.
If I recall correctly, the path to where adb is had changed. Check all folders inside the sdk folder. to make my life easier, I put the sdk folder right into the root directory (c and renamed it sdk. Don't know if that well help or not...
Sent from my SGH-I897 using XDA App
I changed the folder to androidsdk from whatever it was.
bueller bueller bueller...anyone?
Well, if your phone is a rev 1006 you "should" have a problem like losing your button combo. I guess that could have happened but I doubt it, I've got a 1007 and never lost it.
So, as for ADB here's what I do. Take the android SDK folder you downloaded and look inside it. There is a folder called tools. I take the tools folder and copy it to the root of my C: drive. Make sure you have all the drivers loaded, speaking of which I would uninstall and reinstall the drivers. Sounds like they flaked out for some reason. Next open up a cmd window, Start > Run > CMD.
Then type,
cd /
cd tools
adb devices <<this shows if your phone is recognized. if it is...
adb reboot download
*or
adb reboot recovery
*or
adb shell
For what it's worth, I have been flashing my phone since I got it in July and the only time I Master Clear is when I have had a problem like a soft brick or something that I was suspicious about the data on my internal SD. Which, so far has been maybe 3 times. I don't think necessary to Master Clear every time you flash to stock.
Also, you shouldn't really have to the pop out the batter to do the download mode trick. I turn my phone off, hold both Vol up and down, then plug in USB and I'm in download mode.
bobbylx said:
Well, if your phone is a rev 1006 you "should" have a problem like losing your button combo. I guess that could have happened but I doubt it, I've got a 1007 and never lost it.
So, as for ADB here's what I do. Take the android SDK folder you downloaded and look inside it. There is a folder called tools. I take the tools folder and copy it to the root of my C: drive. Make sure you have all the drivers loaded, speaking of which I would uninstall and reinstall the drivers. Sounds like they flaked out for some reason. Next open up a cmd window, Start > Run > CMD.
Then type,
cd /
cd tools
adb devices <<this shows if your phone is recognized. if it is...
adb reboot download
*or
adb reboot recovery
*or
adb shell
For what it's worth, I have been flashing my phone since I got it in July and the only time I Master Clear is when I have had a problem like a soft brick or something that I was suspicious about the data on my internal SD. Which, so far has been maybe 3 times. I don't think necessary to Master Clear every time you flash to stock.
Also, you shouldn't really have to the pop out the batter to do the download mode trick. I turn my phone off, hold both Vol up and down, then plug in USB and I'm in download mode.
Click to expand...
Click to collapse
Im having USB driver problems, windows 7 will not recognize my phone. I think this is why adb wont recognize my phone correct? I can only get into download mode now but using the power menu thats custom from Cognition. Is my phone screwed?? Can I flash a ROM without ODIN?
ziphoward said:
Im having USB driver problems, windows 7 will not recognize my phone. I think this is why adb wont recognize my phone correct? I can only get into download mode now but using the power menu thats custom from Cognition. Is my phone screwed?? Can I flash a ROM without ODIN?
Click to expand...
Click to collapse
Like I said, have you tried uninstalling the drivers from windows and reinstalling them? I am running Win 7 x64 and have had that happen. After i flash a rom or flash to stock sometimes windows doesn't recognize my phone at all. The first time I just used my laptop to flash but the second time I uninstalled the drivers and reinstalled. It's also important that you plug into the USB ports directly on the motherboard on the back of your PC. There are known problems when trying the front usb ports or through a hub.
bobbylx said:
Like I said, have you tried uninstalling the drivers from windows and reinstalling them? I am running Win 7 x64 and have had that happen. After i flash a rom or flash to stock sometimes windows doesn't recognize my phone at all. The first time I just used my laptop to flash but the second time I uninstalled the drivers and reinstalled. It's also important that you plug into the USB ports directly on the motherboard on the back of your PC. There are known problems when trying the front usb ports or through a hub.
Click to expand...
Click to collapse
Ive tried uninstalling and reinstalling many many times. I am using a laptop and ive tried all the USB ports but still no luck. I hate having my phone like this, it will drive me insane until its fixed.. or officially considered usb bricked.
ziphoward said:
Ive tried uninstalling and reinstalling many many times. I am using a laptop and ive tried all the USB ports but still no luck. I hate having my phone like this, it will drive me insane until its fixed.. or officially considered usb bricked.
Click to expand...
Click to collapse
Just curious, is it a Dell laptop? My Dell never recognizes my phone unless I power the laptop on with the phone/USB plugged in. If the laptop is on, and I plug phone in it never works, so I leave it plugged in and reboot and it works. It drives me crazy, but whatever it's my work PC.
bobbylx said:
Just curious, is it a Dell laptop? My Dell never recognizes my phone unless I power the laptop on with the phone/USB plugged in. If the laptop is on, and I plug phone in it never works, so I leave it plugged in and reboot and it works. It drives me crazy, but whatever it's my work PC.
Click to expand...
Click to collapse
It is a dell actually, but I just tried your method and it didnt work for me. Thanks for the input though!
Alright, I downloaded kies mini today and it actually installed some drivers correctly. I was able to pull up my internal drive on the computer, but it wouldn't read it. I was able to get ODIN to see my phone(first time in weeks), but it only shows up when my phone is NOT in debugging mode. So im assuming Master Clear will work now. I was using AIO captivate tool box, and my phone rebooted at the click of the button into download mode, but once again it wont see my phone in ODIN while in download mode. Im getting closer!
Why wont ODIN recognize my phone with USB debugging on? Any more suggestions on how to make this happen?
My SGS isn't bricked. But lately after I flashed a deodexed 2.3.3 ROM, I have a hard time connecting my USB (USB not recognized). This afternoon, my phone jammed and won't boot (Stuck in Samsung Galaxy S I9000 Screen). I can't enter the recovery mode either for no reason (used to be able to).
Now I can't flash a stock ROM because my USB isn't recognized and recovery mode is unaccessible too. Trying to install the drivers for the USB now. Anyway as it's installing, any other ways to bring my phone back?
Flash a rom through odin. You could try darky's 9.2 ressurection edition.
The problem now is I could not flash with Odin because my USB isn't working
smiles.smiley said:
My SGS isn't bricked. But lately after I flashed a deodexed 2.3.3 ROM, I have a hard time connecting my USB (USB not recognized). This afternoon, my phone jammed and won't boot (Stuck in Samsung Galaxy S I9000 Screen). I can't enter the recovery mode either for no reason (used to be able to).
Now I can't flash a stock ROM because my USB isn't recognized and recovery mode is unaccessible too. Trying to install the drivers for the USB now. Anyway as it's installing, any other ways to bring my phone back?
Click to expand...
Click to collapse
seriously try using other computer or laptop.. install the required drivers on your friends computer and then try to flash a different rom via odin
tried that. on different comp. same problem. USB not recognized with the drivers installed
I guess this is the problem. When I can't boot my phone, I did a backup restore. Maybe something is messed up and drivers don't recognize my phone as Samsung Galaxy S anymore. Anyway to force it to recognize?
http://www.nirsoft.net/utils/usb_devices_view.html
REMOVE USB DEVICES .
USB connection must be a motherboard connector .
jje
I'm sorry for being a noob. I've downloaded USBDeview. I should remove USB devices and? What do i do after that?
My USB device is Not Recognized. will it show on USBDeview?
Shows old usb drivers delete the lot on that port .
jje
Deleted everything. Plugged in my SGS in Downloading Mode. Still don't get anything.
smiles.smiley said:
Deleted everything. Plugged in my SGS in Downloading Mode. Still don't get anything.
Click to expand...
Click to collapse
if you can go into download mode then you surely can get it flashed with odin ..
try downloading the drivers again and then installing again and then try again....
... if everything fails then you should send it to the service center
Try unplugging and plugging the usb repeatedly. I've had this happen before, and I was able to get the phone recognised by doing this.
I thought I totally bricked my Captivate, but it turns out it will enter download mode and after a couple of days I even got the AT&T screen to load up (though nothing happens after that). I thought I could use Odin3 to flash stock back onto it, but every time I connect it via USB Windows recognizes it as a malfunctioned device. None of the Odin programs I use will recognize it now. Is there any way I can get my phone back? Any help is appreciated.
I think you need to install a proper driver.
Delete it please.
The drivers were installed. The computer used to recognize the phone just fine before it bricked. I've been trying everything to get stock back on it...
Try a different computer
My laptop had this exact problem for all of its usb ports
I changed to my desktop and everything works fine now
Swyped from gingerbread powered captivate
Im running MIUI and wanted to flash it back to stock 2.1 using Odin. Using my friends laptop he used odin UCKF1 with BL to go back to stock and it didnt work and he unplugged it after 10 minutes of nothing. Its now soft bricked. When you turn it on theres a phone on the left with a computer on the right with a exclamation point in between. I CAN get it into download mode but when plugging it in to the computer windows tells me usb device not recognized and i cant get odin to recognize the device either. I dont know what to do at this point. any help would be appreciated
Read the link saying "Captivate connection Issues" in my signature....try everything written in that post....
Also it helps to try different USB port, Computer, Cable and restarting computer...or reinstalling drivers..
Ok, kf1 is a gingerbread (2.3.3)leak, not 2.1.