Android :: Cannot Install USB Drivers For HTC Slide 2.1 - Vista 32 Bit
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
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
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
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 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
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
Dec 29, 2012
I got a wacom graphic tablett wich I want to use on my Android Tablet PC. Of course Android hasn't got a working driver for it, so thats why I want to install an opensource linux driver. So my first question is, if this might be possible. The linux driver is made for a 2.6 Kernel which of course is not complete the same as my 2.6 android Kernel, but are they similar enough to at least give it a try?
And I got an other question: A grafic tablett is you know... nothing else as a weird mouse so am I might be able to tell Android that it shoud use a simple mouse driver for the graphic tablett? Because my mouse is running well on it.
View 6 Replies
View Related
Nov 1, 2010
I'm new for android's developing. I'm using windows vista 64 bit computer. I try a couple of times run SDK manager.exe from android-sdk-windows package, but I can't install Android platform 2.2 and android platform 2.1 version. Does that mean android 2.2 not working with windows vista 64 bit? Did anyone have any experience for android installing on windows vista 64 bit?
View 3 Replies
View Related
Feb 1, 2013
I'm running a GOCLEVER R75 tablet. I succeeded in installing the USB drivers to Windows XP pro from the last SDK I downloaded previously.But I can't install other drivers:
C:> c:AndroidSDKadt-bundle-windows-x86sdkplatform-toolsadb devices
adb server is out of date. killing...
* daemon started successfully *
List of devices attached
Although I can see in Windows Device manager Android Phone - Android ADB Interface, some applications still write they can't see my Android device. I also can't see the tablet number.
View 4 Replies
View Related
Sep 22, 2013
I boot my Acer Iconia Tab A200 into fastboot mode (robot lying down and RED exclamation mark over it). I plug it into my Windows 7 (64bit) desktop computer with SDK installed, and from the directory with fastboot.exe I type FASTBOOT DEVICES but the device is not being seen, it just goes back to the prompt, like the command executed but didn't do anything. I assume this is because the drivers aren't installed. But I don't know how to install the "adb drivers".
View 4 Replies
View Related
Sep 26, 2010
I'm running win xp and my captivate has the new update stock. Not rooted. I have tried many times with many different drivers. uninstall them all and tried again with no luck. In the device manager next to the S3C6410 Android ADB there is always a yellow " ! ". I loaded kies.uninstall it then install the newest one. Also installed the sdk. Still no adb driver will load. . wtf. mass storge works. Just not the adb. It's driving me nuts.
View 5 Replies
View Related
Nov 27, 2010
I have a Captivate. Can't install the USB drivers in Win 7 / 64bit. I have tried the Samsung USB drivers, Kies Mini, and the Galaxy S drivers. None work.
View 4 Replies
View Related
Sep 11, 2010
Some reason the drivers will not automatically install. It worked fine for my 3gslide but no luck with the 2 fascinates. Unfortunatly I dont have acess to my pc witg win7 and will be some time before I can. Need to use this phone for pdanet.
View 1 Replies
View Related
Jun 13, 2014
I've looked everywhere and tried every method I've come across including, reinstalling kies, removing upperfilters in regedit, updating wmp, reinstalling drivers. Nothing seems to work.
When I try to reinstall the samsung drivers it comes up with access denied. I've got a galaxy s4 mini and tab 2. Same thing happens to both.
View 2 Replies
View Related
Jan 4, 2014
I am trying to install an external WIFI antenna on my tablet (BQ Maxwell 2 Plus, rooted, CM10.1). The model of the antenna is TP - Link 722n.I have downloaded the drivers from backports project and, after compiling them, I have 8 .ko modules:
- ath.ko
- ath9k.ko
- ath9k_common.ko
- ath9k_htc.ko
- ath9k_hw.ko
- cfg80211.ko
- compat.ko
- mac80211.ko
When I try to insmod the cfg80211.ko module, an error occurs. The dmesg output is:
Code:
cfg80211: exports duplicate symbol __ieee80211_get_channel (owned by kernel)
View 1 Replies
View Related
Oct 11, 2009
I got my galaxy few days ago and Yesterday I got home to my comp. I had an Israeli firmware version which is really annoying.
After reading in this forum and the Italian HD forum I successfully flashed the firmware(to H8 cause you people said the II5 is buggy) and rooted my phone. I want to install the USB drivers but I have a problem: I've already seen the guide that kam made but when i try to install the ADP driver I get this message(after it recognizes its a ADP driver but not recognize galaxy): I think this pictures will explain better than words. What happened when i install the driver: This is how my device manager looks AFTER i installed(unsuccessfully) the driver: this is how the driver looks: I use windows XP if somebody is confused. You can see in the "details" that my phone is VID_04E8&PID_6640&MI_04 So that is not the problem. UPDATE: I managed to solve my problem with this file.
View 4 Replies
View Related
Aug 18, 2010
I have had this phone since April and it has been pretty disappointing overall with the whole not upgrading to Android 2.1 and such, but that's not the issue right now. I bought a new laptop about 2 weeks ago and I want to use my phone with my laptop. I download the drivers for the phone and they could not install and everytime I connect the phone to the computer it says the device is not recognized. The phone now can't connect and I can't see the files that are on the phone. I want to be able to put music and videos on my phone and I can't now. It works perfectly fine one my desktop which is an XP, but I wont be able to use the desktop because I will be leaving for college soon.
View 4 Replies
View Related
Apr 18, 2010
I created a video on how to install the Samsung Moment USB drivers on any Windows 7 platform 32bit & 64bit flawlessly.I created this video tutorial to aid those having such difficulty installing the usb drivers I hope this helps you out. This video will teach you with confidence how to successfully get the drivers installed. The new updated video is up.
YouTube Location 1
View 27 Replies
View Related
Nov 5, 2010
I have a Samsung Galaxy Vibrant and all I want to do is upload my photos that I've taken. I plug in the phone in the USB and it tries to install the drivers. But each time Failed. What am I doing wrong? I've only had the phone a week. I am ready to take it back.
View 3 Replies
View Related
Aug 14, 2010
I just got the Vibrant and when connecting via USB to the computer, the drivers are not able to install. Does anyone know where I can find the drivers so I can use the PDA net app etc?
View 10 Replies
View Related
Nov 28, 2012
I have installed the Motorola USB driver on two computers now and it will not come up when i plug the phone in. I installed the leaked jelly bean and i want to flash back to ICS. Could that be a factor?
View 3 Replies
View Related
Aug 19, 2010
I'm having trouble with the drivers, just like many others. Now, when trying to uninstall so I can reinstall, I get: Unknown install error. Contact to distributors. Then when I click OK, I get: Fatal error during install.
View 4 Replies
View Related
Oct 6, 2010
I am unable to install the USB drivers for Windows XP - I have downloaded the correct zip file, but the drivers are marked as being detrimental to Windows XP somehow and they just won't install. Can I copy them out of the zip file and manually put them somewhere? I'm inching ever so slowly towards rooting and am trying to get my ducks in line - but they're not cooperating.
View 8 Replies
View Related
Sep 30, 2012
The fastboot drivers, wont install. I have tried everything and nothing works, My phone is a Samsung Galaxy Nexus Verizon LTE 4.1 Jellybean. never works.
View 8 Replies
View Related
Apr 1, 2010
Am i able to change the lock screen from an up and down slide to a side slide?
View 3 Replies
View Related
Feb 18, 2009
An Android Dev Phone G1 has attempted to be set up to access the internet by connecting to an ad hoc wireless network. The ad hoc Wifi network has been set up on a computer running Vista and can be seen from other computers and connected to successfully. However the network does not appear in the list of Wifi networks to connect to from the G1. The G1 does display other Wifi networks and can connect to those successfully. Does anyone know how to successfully connect a G1 to a Vista machine over an ad hoc Wifi network?
View 3 Replies
View Related
Mar 11, 2009
I have a Ubuntu 8.10 box with everything including Eclipse working perfectly, both the emulator and USB connection to my ADP1... works perfectly!
But I decide to inflict Vista on myself by attempting to get Eclipse and ADT working on my Vista laptop.
I set up Vista with Eclipse and installed the Android plug-in... but... the only thing NOT working is the USB connection using the exact same USB cable to the exact same ADP1.
Everything including the emulator is just fine, but no USB to ADP1.
Here is the message I get when I try to use the ADB command line: ----------
Microsoft Windows [Version 6.0.6000] Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:UsersJohn>adb version Android Debug Bridge version 1.0.20 <---- (Same version as on the Linux box)
C:UsersJohn>adb shell * daemon not running. starting it now * * daemon started successfully * error: device not found
C:UsersJohn>adb shell error: device not found
C:UsersJohn>
And to top it all off, the Device Manager shows the ADP1 sdcard as a USB mass storage device. but won't let me install the USB driver over the Microsoft version.
View 4 Replies
View Related
Apr 2, 2009
Can you tell us exactly what you do to access it?
View 2 Replies
View Related
Oct 1, 2010
The driver works - but after a few sessions it's in la la land.
For example i can't download apps via eclipse and also cannot mount - if mounted cannot access drive. reboot and works for a few sessions - and same again. i've got rev3.
View 2 Replies
View Related
Nov 5, 2009
After 3 install/uninstall/install attempts my phone is syncing with my vista laptop, but the my outlook 2007 calendar and contact information only goes one way, from the laptop to the phone. I can't find the settings (conflict?) that will allow the two devices to swap info.?
View 1 Replies
View Related