HTC Eris :: Vista Recognizing - Says No Drivers Were Found For My Device
Jul 1, 2010
I've installed AndroidSDK and have the drives download but every time I point Windows to the folder it says no drivers were found for my device. I'm trying to do this with the phone being recognized as an ADB device.
I got the PC to recognize my phone by installing HTC Sync but in the Device Manager it still shows a yellow exclamation point.
When I troubleshoot it, it says Windows can not launch driver "Error 37". Anyone know what's wrong? I have my phone rooted using the PB00IMG.zip file but can not complete the recovery partition due to the Windows not being able to communicate with my Eris.
View 15 Replies
Jul 5, 2009
I am currently having issues installing my G1 in development mode on Vista 64 Premium SP1. I have tried both installing the drivers that come with the latest SDK and also the ones here: http://forum.xda-developers.com/showthread.php?t=446274.
Whenever I plug the phone in it comes up as an unknown USB device under device manger. When I go to update driver and point the installer at the correct driver location it either says 'the device driver is up to date' or when using the have disk option it says 'the folder specified does not contain a compatible software driver for your device'.
View 3 Replies
View Related
Aug 8, 2010
My computer with vista x64 has about a 50% success rate at recognizing when I hook up my Moment via USB. I've installed the Samsung USB driver for mobile phones v1.3.150.0, as well as the Samsung New PC Studio software. I have debugging checked, tried different USB ports, etc, and the only thing that seems to work is power cycling the phone. android 2.1. I suspect this has something to do with the "Abnormal Disconnect" error I keep getting from pdanet.
View 3 Replies
View Related
Jul 23, 2010
Is anyone able to install the usb drivers for this configuration? device: htc slide Windows Vista 32 bit Java 1.6.20 USB driver for windows installed: Revision 3. Android 2.1. I followed the steps here http://developer.android.com/sdk/win-usb.html but it cannot find the drivers at step #6. I get error message, "Windows was unable to install your adb. Windows could not find driver software for your device".
Directory of C:android-sdk-windowsusb_driver
07/22/2010 02:55 PM <DIR> . 07/22/2010 02:55 PM <DIR>
07/22/2010 02:55 PM <DIR> amd64 07/22/2010 02:55 PM
8,938 androidwinusb86.cat 07/22/2010 02:55 PM
8,974 androidwinusba64.cat 07/22/2010 02:55 PM
3,835 android_winusb.inf 07/22/2010 02:55 PM <DIR>
i386 07/22/2010 02:55 PM 16,447 source.properties
View 5 Replies
View Related
Jan 31, 2010
Has anyone else had issues getting windows to recognize the drivers for their phone? I'm in the process of rooting my phone and I can't get fastboot to work with my phone. When I look under device manager on my laptop it says the drivers aren't recognized. I've tried windows vista 64 bit and windows xp 32 bit.
View 2 Replies
View Related
Apr 18, 2010
I know ADB was working before I updated to 2.1 root. Looking at the USB devices the current driver isn't compatible with the phone now. Is there a change I need to make to get the USB driver to work? Yes I have USB debugging on.
View 4 Replies
View Related
Aug 7, 2010
Until now, have been using Android SDKs Emulator with the Eclipse plug-in, but recently replaced my non-Android phone to T-Mobile's MyTouch 3G Slide. Today, tried to install the Windows Android USB Driver for the phone. Followed instructions in http://d.android.com/sdk/win-usb.html (USB Driver for Windows Android Developers).
When looking for the driver, Windows gave me a "Could Not Find Driver Software" message. When telling Windows where to search, I pointed it to the SDK directory where the driver resides (¦Android-SDK-windows/ usb_driver). Also tried ¦Android-SDK-windows. Specified use sub- folders" in both tries. I am using Vista 64 bit, and suspect that may be the cause.
The "could not find.." message box from Windows has this information under Details:
Problem Event Name: PnPDriverNotFound Architecture: x64 Hardware Id: USBVID_0BB4&PID_0E03&REV_0100&MI_01 OS Version: 6.0.6002.2.2.0.256.1 Locale ID: 1033
In Windows Device Manager, "Other Devices ==>ADB==> Properties" shows Device type: Other Devices Manufacturer: Unknown Location: 0000.001d.0007.002.000.000.000.000.000 Device Status: This device is not configured correctly. (Code 1). There is no driver selected for the device information set or element
In the sdk's "usb_driver" directory, the "android_winusb.inf" file has several VID's beginning with 0BB..., but does not have one for the one listed above. Nor is there a [ ... ]header entry for the MyTouch 3G Slide (Expresso?)
I suspect this is the reason for the "Driver not found"
Am using the 32 bit version of "Eclipse IDE for Java Developers" downloaded last April. (At that time there were a lot of forum warnings about not using the 64 bit version.)
Today, before trying to install the driver, I uninstalled the Android plug-in from Eclipse and then uninstalled the Android SDK I had installed in April which was at the 2.1 level. I reinstalled the SDK at the 2.2 level taking "all items". Then reinstalled the Eclipse plug- in.
In the "Android SDK and AVD Manager" checked for any updates. There were none (I'd just re-installed, so that makes sense)
Information in this thread looked like a solution:
[url]
When I tried that, got the same message box.
These two threads from 2009 have entries that say the 64 bit driver is in the SDK I cant find it. Could be looking the wrong place though.
[url]
[url]
The android_winusb.inf has these two .CAT entries in it CatalogFile.NTx86 = androidwinusb86.cat CatalogFile.NTamd64 = androidwinusba64.cat
Using the information from the above ¦5512 thread, I added these lines to the [Google.NTx86] group immediately following the ";Google NexusOne" information and before the [Google.NTamd64] entry
CODE:.................................
When that did not make any difference, added: %SingleBootLoaderInterface% = USB_Install, USBVID_0BB4&PID_0FFF which was also part of a post. Made no difference
The .INF has a [ClassInstall32], entry, but there is no [ClassInstall64] entry. I do not know enough about INFs to know if that is needed or not.
View 2 Replies
View Related
Aug 21, 2010
I plugged my phone into my computer after 2.2 update, and now it doesn't have the drivers for the MB810. I can't run adb shell anymore...it can't see the devices when I try to run it. I am running Win7 32-Bit. Phone is in USB debugging and PC Mode
View 17 Replies
View Related
Jun 5, 2010
I'm new to Android development, and am attempting to run a test application on my actual device. I followed the instructions at http://developer.android.com/guide/developing/device.html (and related links), but the Android Debug Bridge (adb) doesn't recognize my connected device.
Some quick background info, I'm running WinXP, developing with Eclipse, with a Motorola Droid running Android 2.1 as my physical device.
An overview of the steps I've taken: Installed the Android SDK, downloading all necessary packages. Enabled USB Debugging on my device. Connected Device via USB, installing the driver from the SDK folder.
I'll stop here (though I continued to setup my application to be debug-able in Eclipse), because I at this point I noticed a problem.
Running "sdkoolsadb devices" at this point (at least, by my understanding), should list my device as connected. However, running this yields only: List of devices attached
My device recognizes that it's connected to a computer in debug mode, and my computer recognizes the device. However, I can't seem to get the sdk to recognize it. I'll leave out the steps I used to setup Eclipse for debugging on a device, as it doesn't seem relevant to the problem. I'll include them if requested.
View 4 Replies
View Related
Dec 11, 2012
kies don't recognizing my device (Galaxy S3) & I never face problems by installing kies 2.5 on my laptop which runing with windows xp service pack 3 , by connecting my phone with kies it just freezes on connecting window also in device manager showing exclamation mark on samsung mobile MTP device
see the images :
I also tried this [SOLUTION] Samsung Mobile MTP Device -- CODE 10 error at Devicemanager but this solution was on win7 can do any thing more to solve it on win xp sp3
View 2 Replies
View Related
Apr 28, 2013
my problem is that my device (LG Optimus L7 II Dual) has a 2gigabyte free internal memory in hand for apps,musics,movies and others,now i have bought a new SD card (8gigabyte) for it,but, the device only know the internal memory az sdcard0 and every app i install has putten in internal memory.
how can i move apps to external sd card (it doesn't have any root method till now) and how can i declare the new sd card as the default sd card to my device for whole proccesses????
View 4 Replies
View Related
Oct 23, 2009
I am trying to use "adb -d shell" command to start a shell on device (android dev 1 phone ) from my vista command line. But whenever I try giving such command it does not open any shell or interaction on the phone device. But instead it goes to the next line in the cmd as '$'. any help would really appreciable. I have installed adb_usb_windows.
Previously I used work well with the emulator. Using adb command never troubled me. But now with new device, I am not able to open a shell using adb -d shell command on the phone.
View 5 Replies
View Related
Jun 20, 2013
when I connect my Sony Xperia T to my home computer, the ADB driver will be installed properly. When I connect the same phone to my work computer, Windows just doesn't want to accept the drivers. The following things are equal:
- USB debugging is always on on the phone
- Both computer are running Windows 7 64bit
- On both computers I am pointing the Windows driver installation at the same folder with drivers downloaded from Sony.
The thing that is different is the device ID that Windows reports in the Details dialogue from Device manager:
On the home PC it is:
USBVID_0FCE&PID_5182&REV_0228&MI_01
USBVID_0FCE&PID_5182&MI_01
On the other PC where things go wrong it is:
USBVID_0FCE&PID_5182&REV_0228
USBVID_0FCE&PID_5182
So it seems Windows is not recognizing the phone as a composite device (MI is it multiplexing identifier?). I double checked that USB debugging is always on and also rebooted Windows.
View 2 Replies
View Related
Apr 19, 2010
No matter how many times I reinstall the device drivers, they all install correctly besides the Android ADB Device driver.
View 4 Replies
View Related
Nov 10, 2009
I ran into the first problem with my Droid- and I am sure it is not the Droid itself. I am running Vista32- I have Motorola Media Link installed. When I plug my Droid into the PC, I get a mass storage device that installs OK most of the time, and an "unknown device".. Even when I mount the SD from the phone, I still see no Drive in my computer The unknown device never installs. I have tried almost every suggestion i have seen.. reboot pc..reinstall MML, reboot phone.. no luck
View 6 Replies
View Related
Nov 14, 2010
I got a new I7500 and wants to experiment with this. I could not get the adb working with this phone. The samsung software does not solve the adb issue. How can I get I7500 detected by Windows Vista as ADB device?
View 1 Replies
View Related
Jun 2, 2010
I am working on putting the new update on my wifes phone and I already installed the drivers needed on my windows xp but everytime I plug in my wifes moment it says USB device not recognized. One of the USB devices attached to this computer has malfunctioned! I've tried everything I installed from sprint download site. I have tried Samsung studio. Also the tethering site. Also just the drivers nothing seems to work.
View 21 Replies
View Related
Mar 15, 2013
Ive hooked my phone up to my pc so many times without error when I had Windows on my PC...and used ODIN to flash back to stock after a mishap.... I cant even count.. within last two weeks Ive moved to ubuntu instead of windows..I set up everything on my phone on ubuntu..sdk and everything...so Ive been building a rom for the fassy and i was testing something I made and something went wrong..so I now have no recovery..no way to get my phone back..Im up and running on the rom but it will not due ( no gaaps ) . So when i plug my phone into a windows pc it will not recognize it for ODIN...in device manager it labelled as " Linux file-cd gadget USB device" and cant install the driver to use ODIN.
View 2 Replies
View Related
Feb 1, 2012
I ordered Le Pan II tablet yesterday.Today I found out that so far there are no ADB drivers released by manufacturer.Does it mean I will not be able to develop applications on this device at all? I do not mean developing applications that require root access (this tablet has not been rooted either but I am OK with this).
View 2 Replies
View Related
Nov 30, 2013
Windows 7 (64 bit) Dell Desktop PC and my lovely new Sony Xperia Z1 trying to send files via Bluetooth rather than keep plugging and unplugging the USB cable and risk breaking the cover. well that was my plan anyway.The Dell didn't come with Bluetooth so I bought a wee plug-in USB Bluetooth unit. I have managed to copy a couple of files but it took ages to get it to connect properly and now it won't do it at all.There are 4 driver messages under hardware which all show problems with Bluetooth peripheral device and no drivers installed, but I can't find any anywhere?
View 1 Replies
View Related
Jan 1, 2010
Has anyone been able to sync their Eris in Vista? I have yet to get HTC Sync to even see my phone. The only way I know that I can even see it is by doing a USB mount to copy files over to the MicroSD. I did some Googling and it looks like others are having the same problem. Just wondering if anyone found a work around. I have yet to try it on one of my XP machines.
View 15 Replies
View Related
May 27, 2010
I am getting the "Code: 10 - This device can not start" issue.
Running XP SP3
Looking at the device manager I see the following drivers installed under:
USB Controllers>
Samsung USB Composite Device>
-
sscdbus.sys
sscdwh.sys
sscdwhnt.sys
-
What driver am I missing? I read that there should be four. One for adb? I have even tried selecting the adb driver and it still only installs the three. I build computers for a living and can not for the life of me figure this out.
View 1 Replies
View Related
May 12, 2010
I have now installed a generic HTC Desire Rom on my phone all good there.When i copy the rootupdate.zip and boot into recover mode and then run the recovery-windows.bat file , i get a Device Not Found message.I have USB debugging enabled and i also have the USB drivers installed from the SDK and the Sync software.Any ideas as to what i can try?
View 2 Replies
View Related
Jul 20, 2010
Suddenly my phone no longer shows up when I connect it to my pc via usb and set it to usb disk drive. Is there anything I can do to remedy this?
View 6 Replies
View Related
Jan 30, 2010
I USED to be able to transfer files to my Vista32 machine from my Droid Eris (and vice versa) perfectly fine.
WHAT USED TO HAPPEN:
1) Connect Droid Eris to computer via mini-USB/USB cable
2) A little ding from the computer indicates it recognizes something was plugged into the USB port
3) the "safely remove hardware icon" would appear in the system tray of my computer
4) A "USB Connected" Notification would appear up in the notification bar of my Eris
5) Drag the notification bar down and select the "USB Connected" Notification
6) A prompt would come up on my Eris asking me if I'd like to "Mount"...I would.
7) A dialog would open on my computer asking me if I'd like to "Open files to view folders" along with a bunch of other options. In "My Computer" I'd see a drive "F:" for the Eris
8) Move files to and fro
9) When done moving files: close out all windows, open the "safely remove hardware" and click until hardware could safely be removed, unplug USB cable
THE RELATIONSHIP CHANGING EVENT:
Then one day while the USB cable was plugged in and I was happily transferring files I noticed that the safely remove hardware icon wasn't there. Once I was finished transferring files I thought, "Oh well, I'll make sure to close out all Eris related files/folders and just unplug the USB cable." Apparently that was a mistake. (3,7,8,9 are different from before while 1,2,4,5 are the same):
WHAT HAPPENS NOW:
1) Connect Droid Eris to computer via mini-USB/USB cable
2) A little ding from the computer indicates it recognizes something is plugged into the USB port
3) NO safely remove hardware icon appears
4) A "USB Connected" Notification appears up in the notification bar of my Eris
5) Drag the notification bar down and select the "USB Connected" Notification
6) A prompt comes up on my Eris asking me if I'd like to "Mount"...I would. (after selected the notifications changes to read "Select to turn off USB storage" indicating that the phone thinks something has happened
7) NO dialog opens on my computer and NO new drive appears in "My Computer"
8) I'm NOT able to move files to and fro
9) I just remove the cable
BIZARRE UPDATE:
1) I select the "HTC Sync"
notification on my Eris (Really no reason to do this. I don't have HTC Sync installed on my computer and have no need to use it. Just thought I'd select it and see what happens)
2) After some time, dialog "Next Step" comes up reading that the Eris is "Unable to find HTC Sync on [my] PC...". I select "OK"
3) Now a "safely remove hardward icon" appears in the system tray of my computer and I'm able to do all the file transferring I want, close, safely remove hardware, and start again.
ANOTHER PIECE OF INFO:
What "USED" to happen works perfectly find on my roommate's Vista32 machine indicating that there's maybe something funny happening on the PC side of my Eris-PC debacle.
View 7 Replies
View Related
Jun 13, 2010
Used Toast root this morning successfully and without problem. Trying to use evo-recovery and every time I try to do anything I get the error, "error: device not found." Any ideas how to fix it?
View 5 Replies
View Related
May 18, 2010
I'm trying to install geo-fix in my galaxy (galaxo 1.6.3.1) so I reboot in recovery and start adb (windows 7 x64) but it always says device not found.I've have installed android SDK, unistalled also NPS, install and unistall drivers but it doesn't find my device.I've also read and tryed everthing that you say on your forum.
What can I do?
View 8 Replies
View Related
Oct 13, 2010
I'm following jonamerica's howto in removing bloatware, but when I get to "adb shell", I get "device not found". I've just mounted /system and am in ClockworkMod resovery, with USB connected (USB debug was enabled before I rebooted into recovery, do I need to enable USB debug while in recovery?).On my Windows XP device Manager shows Android Composite ADB Interface.When I type "adb shell", I get "error: device not found". adb devices lists nothing connected.I've searched this forum and googled a lot since bumping into this and haven't found a solution that works.
View 10 Replies
View Related
Jan 18, 2014
I have Alcatel OT-985, so I want flash&root, so I found this thread [URL] but I have errors in the first steps.
When I open adb shell I have this error: 'Device Not Found' error in Android. Drivers are installed, adb installed, everyting installed. Usb debuging checked. Windows 7 recognize device, but adb not.
I also have HTC Deire, and this phone working in adb, but Alcatel OT-985 - Device Not Found. Here is my screenshot.
Some texts say about to add manual device id and vendor number in adb_usb.ini
I tried that but cannot find this numbers...
View 2 Replies
View Related
Oct 13, 2011
I've already installed the drivers and my phone is recognized in the device manager. I already set my phone to usb debugging. I opened the command prompt in windows 7, then i followed the instructions, then i typed "adb devices" and it flashed "List of devices attached" only. when i typed "adb shell", it says "error: device not found".
How can I root my phone successfully?
My current software version is "V08b" and i'm sick of it because its full of bugs.
I tried to update my software using LGMobile Support Tool..it dectects my phone as LGP690 but it says that i have the latest version. But when i clicked "supporting models", it says that p690 is updateable to V10b..
View 9 Replies
View Related