Not recognized but ADB - Galaxy S I9000 Q&A, Help & Troubleshooting

I need help. I formatted my pc and I have installed kies on my pc. My sgs which is on slim ics 4.0 is not being recognized by ADB. When I typed in 'adb shell' it says 'error: device not found' now I went to device manager and found out that drivers for my phone is not installed although I have kies installed in my pc. What I did is tried to install this manually http://forum.xda-developers.com/show....php?t=1542633 but this happened 'an error occured during the installation of the device. Driver is not intented for this platform. So what do I need to do?

Related

Need Help with ADB

ADB stopped working on my desktop suddenly (It still works on my laptop) adb devices show nothing, and adb shell brings "error: device not found."
I've uninstalled the drivers and reinstalled many times, going over the process outlined here: http://forum.xda-developers.com/showthread.php?t=532719&highlight=adb+noobs
Running KingxKxRom 2.2 (Hero rom)
I've looked on the forums for people with the same problem, but their solutions didn't work for me. Example: stopping the adb.exe process, etc
USB debugging is checked.
Device manager shows:
Android Phone:
Android Composite ADB Interface
USBDeview shows:
Android Phone: HTC Android Phone USB Device
Android Phone: USB Mass Storage Device
Android Phone: Android Composite ADB Interface
Any ideas how to fix this?
What OS are you running?
On my computer?
Windows XP
Have you tried removing your usb drivers in the device manager?
This same thing happened to me. I just uninstalled all of the usb ports, and when I reset my computer it recognized the ports, and everything seemed to work again.

[Q] adb devices doesn't recognize n1

Been trying to root N1(FRG83) without unlocking bootloader. Downloaded android-sdk to c: drive and downloaded usb driver.
When I boot the N1 into fastboot mode and type fastboot from the cmd prompt on the computer it sees the phone and gives me the serial (HT****)
When I try the same thing from ADB (ADB devices) it doesn't recognize the phone. I just get a blank line and go back to the command prompt. I've tried this on 2 machines (1 Vista the other Windows 7) and get the same results.
The frustrating thing is that I actually had the phone recognized with the ADB devices command when I first set it up but got called away from the computer and never had a chance to run the rooting routine.
Anybody out there solved this problem?? All help appreciated.
Thanks.
download and install the sdks and nexus ine drivers manually.
thanks but no luck
Downloaded drivers as you suggested but no luck. Also tried reinstalling sdk. Debugging is on, Java is installed, I'm out of ideas for the moment.
astron46 said:
Downloaded drivers as you suggested but no luck. Also tried reinstalling sdk. Debugging is on, Java is installed, I'm out of ideas for the moment.
Click to expand...
Click to collapse
Del everything...restart your pc, and download the drivers and sdk..it'll take a few more mins.
When this happened to me, I restarted my PC and it worked.
astron46 said:
Been trying to root N1(FRG83) without unlocking bootloader. Downloaded android-sdk to c: drive and downloaded usb driver.
When I boot the N1 into fastboot mode and type fastboot from the cmd prompt on the computer it sees the phone and gives me the serial (HT****)
When I try the same thing from ADB (ADB devices) it doesn't recognize the phone. I just get a blank line and go back to the command prompt. I've tried this on 2 machines (1 Vista the other Windows 7) and get the same results.
The frustrating thing is that I actually had the phone recognized with the ADB devices command when I first set it up but got called away from the computer and never had a chance to run the rooting routine.
Anybody out there solved this problem?? All help appreciated.
Thanks.
Click to expand...
Click to collapse
If I recall correctly, adb won't work while the phone is in fastboot mode - and that fact that your fastboot commands work fine indicates that it shouldn't be a driver issue. Make sure you're running the adb commands when your phone is actually booted (at least to recovery).
If the phone is recognized by the computer via usb, but the adb does not see the phone connected, you just may need to simply delete and reinstall the latest USB driver that is offered.
There is actually an issue with Nexus One's where the adb composite interface doesn't work. It seems related to the issue with the broadcom driver and the mac address starting with 38.
See here - http://code.google.com/p/android/issues/detail?id=9437 - for more info.
I have now upgraded to frg83 and it works fine.
codesplice said:
If I recall correctly, adb won't work while the phone is in fastboot mode - and that fact that your fastboot commands work fine indicates that it shouldn't be a driver issue. Make sure you're running the adb commands when your phone is actually booted (at least to recovery).
Click to expand...
Click to collapse
This. If you're running ADB in fastboot, you'll get nowhere.

[SOLVED] adb error device not found CWM-Recovery

Hi,
Current setup :
Xperia z1 C6903
Three UK
Version 4.4.4
Build 14.4.a.0.108
Rooted
Unlocked Bootloader
adb drivers installed (on xp)
Trying to install Cyanogen Mod.
Flash boot boot .img all worked fine and have CWM recovery screen up.
When I try to use either sideload or adb push I get the same error:
error: device not found
I've googled and searched here and seems to be a driver issue with adb?
I have android SDK (eclipse) and SDK platform tools installed
any thoughts please?
....
...
SOLVED adb driver problem xp device not found
OK, working using universal driver from
http://www.koushikdutta.com/post/universal-adb-driver
Absolutely no idea why XP stopped seeing the phone, and no attempt at driver/sdk updates worked, tried all the ADB drivers I could find including one above, nothing...
then changed usb post after i uninstalled the device from manager (for the 100th time) and ran the adb installer again. and tada there it was :/
hopefully link above might help someone on xp get adb connection working if they are having problems..

adb fastboot and drivers v1.4.2 error's driver install???

Just downloaded and installed v1.4.2 of adb via the Google drive link. It seemed to install fine except for an error installing drivers dialog box. When I closed dialog box, the rest of the installation went fine, answering yes to each setup question in the virtual terminal.
Then when I plug in the n6, widows tells me it has no drivers for the usb device, and in the terminal when I query the terminal with "fastboot devices", I get nothing.
This is windows7 running natively on a boot camp partition, (iow not on a vm).
Tried the install twice. Have not tried the osx version, and my linux box is somewhere else.
-peter
Now I know to use the older version. .. but do I need to uninstall the buggy new one first?
If so, what is the best method of uninstalling?
-peter

Request Driver for ADB Detection CMD for NOKIA 8

I have a problem after updating to latest June Security patch for Nokia 8 TA-1004. I had installed driver long time ago when I wanted to obtain root and there I did it. However, after updating to latest patch which also causes to lose root, I couldn't get my phone to detect adb in cmd. I tried reinstalling driver but still not working. USB Debugging is also on. What could this be the problem? I need help. I want to obtain root back. Thank you very much in advance.
Is your adb up to date? I'm using the latest version of Minimal ADB and Fastboot with bundled driver from my TA-1052, works like a charm.
Get that fork of ADB and Fastboot and use it straight out of cmd :
https://developer.android.com/studio/releases/platform-tools
Rakaloah said:
Is your adb up to date? I'm using the latest version of Minimal ADB and Fastboot with bundled driver from my TA-1052, works like a charm.
Click to expand...
Click to collapse
I've got ADB drivers installed and the N8 is correctly detected as a fastboot device when in "Download mode", however I cannot flash anything, most likely because "adb devices" does not show any device (it is correctly shown when fully booted up). So I'm guessing it's a driver problem...and the problem is that I cannot install the bundled drivers, either on my Win10 (the setup.exe doesn't do anything) laptop or my old W7 laptop (error). Can anyone help ? Thanks !
webvan said:
I've got ADB drivers installed and the N8 is correctly detected as a fastboot device when in "Download mode", however I cannot flash anything, most likely because "adb devices" does not show any device (it is correctly shown when fully booted up). So I'm guessing it's a driver problem...and the problem is that I cannot install the bundled drivers, either on my Win10 (the setup.exe doesn't do anything) laptop or my old W7 laptop (error). Can anyone help ? Thanks !
Click to expand...
Click to collapse
Have a look at my post: https://forum.xda-developers.com/showpost.php?p=78074773&postcount=67
Thanks.

Categories

Resources