[Q] Android SDK tools error: device not found - HTC Incredible S

I’ve got driver problem with my Incredible S. When I have the phone on normally and connect it with a USB cable it shows:
Android USB Devices / Android Composite ADB Interface
in device manager. However, when I go into fastboot USB mode it just shows
Android USB Devices / My HTC
and it won’t recognize the device with Android SDK tools.
I can run fastboot commands using the cmd prompt but when I run ADB commands I get device not found or similar messages.
I have a HTC One S phone and in fastboot mode it shows correctly
Android USB Devices / Android Composite ADB Interface and it works with no problem.
I have tried uninstalling / reinstalling both Android SDK tools v 21.1 using SDK manager and HTC Sync. I have uninstalled / re-installed the Google USB driver.
Tried entering this in android_winusb.inf file at the end of the [Google.NTamd64] section.
;HTC Incredible S
%SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0FF0
%CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0FF0&REV_0100
with no luck.
Also HTC Sync doesn’t seem to recognize the device either. I am running Windows 7 64 bit.
Does anyone know of a fix?

Quills88 said:
I’ve got driver problem with my Incredible S. When I have the phone on normally and connect it with a USB cable it shows:
Android USB Devices / Android Composite ADB Interface
in device manager. However, when I go into fastboot USB mode it just shows
Android USB Devices / My HTC
and it won’t recognize the device with Android SDK tools.
I can run fastboot commands using the cmd prompt but when I run ADB commands I get device not found or similar messages.
I have a HTC One S phone and in fastboot mode it shows correctly
Android USB Devices / Android Composite ADB Interface and it works with no problem.
I have tried uninstalling / reinstalling both Android SDK tools v 21.1 using SDK manager and HTC Sync. I have uninstalled / re-installed the Google USB driver.
Tried entering this in android_winusb.inf file at the end of the [Google.NTamd64] section.
;HTC Incredible S
%SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0FF0
%CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0FF0&REV_0100
with no luck.
Also HTC Sync doesn’t seem to recognize the device either. I am running Windows 7 64 bit.
Does anyone know of a fix?
Click to expand...
Click to collapse
Try installing the latest version of HTC Sync. It will install the most up to date drivers which are compatible with Windows 7 X64

Drivers
I've done that a few times. Perhaps because I have an AMD 64 bit the drivers don't work. It does seem like it a driver problem.

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.

Request: Driver for debug with windows 7

In need of a driver that will work on windows 7 32 or 64 bit for debug mode. thanks
EDIT:
NM Solved it, needed to install HTC's Sync application
http://www.techadminspot.com/2010/04/htc-incredible-debug-driver-fix-adb.html
I Ran into this issue today when installing my Incredible using the SDK drivers. Drivers would not install, so here is the fix.
Go to the location of your ADB USB driver which you can find in your_sdk_path\usb_driver. (ex. C:\Program Files\android-sdk-windows\usb_driver)
Open up: android_winusb.inf.
Now if your on a 32 bit install of XP scroll down to the section labled [Google.NTx86], if you're on a 64-bit system scroll down to the [Google.NTamd64] section. In that that section paste in:
; HTC Incredible
%CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C9E&MI_01
;
Now save the file.
Now if you plugin in the device and select that directory to install the USB driver from to install it should work. Finally go to your_sdk_path\tools. (ex. C:\Program Files\android-sdk-windows\tools) and run adb kill-server, and then adb start-server. When the server has started run adb devices and your incredible should show up."
Can I ask what the debug mode is?
Allows you to run Android Commands using Android SDK.
Or in my case. Use Android Commander to install APK i download from the web and play around with my Phone
Copied the N1
added "SingleAdbInterface"
Code:
; HTC Incredible
%SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C9E
%CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C9E&MI_01
Interesting.. now when i mount the phone (in XP sp3) i have 2 drives with different content..

Need help with Android Composite ADB Interface

Hey guys,
I have been having problems getting my htc driver to be shown as Android Composite ADB Interface. I guess that is the reason why I can't unlock my HTC Sensation XL bootloader, it just get stuck at sending unlocktoken "0 KB".
This what I have done:
A.Installing Android SDK
1) Download the latest SDK from the developers site.
2) Extract android sdk to C:\
3) Open SDK and downloaded latest platform tool and Google USB driver
4) added the variable path for ADB in Advanced System Environment
B.HTC driver
Installed lastest HTC Sync, then uninstall HTC Sync, but still keep the htc driver
C. Install HTC driver for Hboot
1) Select USB debugging in the phone
2) Turn off the phone
3) Press volume down then power
4) Got into Hboot
5) Connect the phone with pc
And the outcome is my HTC driver is shown under Android Phone instead of Android Composite ADB. As the attachment below.
I did quite a lot of research, but I still can't get it done. Please help me with this.
Thanks
Android Composite ADB Interface Solved with the following solutions
http://forum.xda-developers.com/showthread.php?t=737728
I think the reason why I still can't unlock my bootloader is because the hboot version is 1.25.0004

SOLVED! [Q] FLASHTOOL or ADB not working

Tried everything i can think of, fastboot works, but adb devices command shows no devices attached,
USB debugging is enabled and every time i plug the phone in, it recognizes it as Xperia Z MTP but does not prompt any installation of adb drivers.
Tried installing using the google usb driver, it shows up then as ADB interface but still not showing in adb devices.
Also installed flashtool
i just get the message
12/043/2013 01:43:49 - INFO - Device disconnected
12/043/2013 01:43:50 - INFO - Device connected with USB debugging off
12/043/2013 01:43:50 - INFO - For 2011 devices line, be sure you are not in MTP mode
But USB Debugging and install from unknown sources are both ticked
SOLVED CUZ AM DA VIPER!
added the following to the usb inf driver under amd64
%CompositeAdbInterface% = USB_Install, USB\VID_0FCE&PID_5193
%CompositeAdbInterface% = USB_Install, USB\VID_0FCE&PID_5193&REV0228
updated the driver manually on the Xperia Z under portable devices in device management,
After installing device showed up as sa07 adb interface or something like that
then clicked on update driver then clicked automatically search for the best driver and it is working
ROOOTED!
Hi mate, can you explain exactly where you put those lines of code in the inf, or could upload the inf file?
Having the exact same error -- rooted the phone, but can't get anything to recognise my phone in flashboot.
Cheers.
[email protected] said:
Hi mate, can you explain exactly where you put those lines of code in the inf, or could upload the inf file?
Having the exact same error -- rooted the phone, but can't get anything to recognise my phone in flashboot.
Cheers.
Click to expand...
Click to collapse
same issue and question like madmatt_315 above.. pls advise
what version or flashtool are you all using
@moheep help mine is xperia z3 D660e with locked bootloader and can't be unlocked same issue but it powers on but stuck on logo even charging same its soft bricked but flashtool gives same thing
xl VipeR lx said:
Tried everything i can think of, fastboot works, but adb devices command shows no devices attached,
USB debugging is enabled and every time i plug the phone in, it recognizes it as Xperia Z MTP but does not prompt any installation of adb drivers.
Tried installing using the google usb driver, it shows up then as ADB interface but still not showing in adb devices.
Also installed flashtool
i just get the message
12/043/2013 01:43:49 - INFO - Device disconnected
12/043/2013 01:43:50 - INFO - Device connected with USB debugging off
12/043/2013 01:43:50 - INFO - For 2011 devices line, be sure you are not in MTP mode
But USB Debugging and install from unknown sources are both ticked
SOLVED CUZ AM DA VIPER!
added the following to the usb inf driver under amd64
%CompositeAdbInterface% = USB_Install, USB\VID_0FCE&PID_5193
%CompositeAdbInterface% = USB_Install, USB\VID_0FCE&PID_5193&REV0228
updated the driver manually on the Xperia Z under portable devices in device management,
After installing device showed up as sa07 adb interface or something like that
then clicked on update driver then clicked automatically search for the best driver and it is working
ROOOTED!
Click to expand...
Click to collapse
Thank you for instruktions

[Q] Installation driver Moverio BT 200 Windows 7

Hi,
I am in internship and I develop on Android glasses : I have Epson Moverio BT 200 model. I am at windows 7
My problem is that I don't manage to install driver to connect glasses to computer.
I follow this tutorial provided by Epson (I cannot posted the link => I am a new...)
I am blocked at second last step, during driver installation. I obtain this error message :
"Windows could'nt install your embt2.
Windows has found none driver for your peripheral device. "
I have already uninstalled google's usb driver (whit sdk manager), and next reinstalled, restarted computer, glasses, witout resilt.
The path for driver that I chose is : "C:\Program Files\Android\android-sdk\extras\google\usb_driver".
Do you have a solution, please ?
P.S : sorry for the faults.
Installation of Moverio BT 200
Hey Le-E
Epson Moverio BT 200 has not been certified with Google, therefore, you can't install it as ADB Andriod interface yet or get any app for it from Google play store directly.
Cheers
Hi Farid_Ashabi,
thank you for your response.
However, I follow a document provided by Epson, if Moverio bt 200 was not certified with google, why have they done this document ?
The document : tech.moverio.epson.com/en/life/bt-200/pdf/bt200_adb1505a_en.pdf (add https:// at beginning) (It last updating is 05/21/2015).
Are you sure ?
Installation driver Moverio BT 200 Windows 7
Hey Le-E,
I have looked at the document, it looks like work around......this document tell you how to hack the INF and add Moverio's VID\PID so the device could get recognized as Andriod ADB Interface. I have worked with Vuzix M100 and they have certified Google driver and no such hassle as installing Andriod Studio.
Cheers
Farid
Hi Farid_Ashabi,
I see. I will continue to search why that doens't work.
Thank you for your time !
keep it up !
Hi,
I resolved my problem.
For others persons with the problem, it is neccessary to add next lines twice in file "android_winsub.inf" :
";WS2 - MTP
%SingleAdbInterface% = USB_Install, USB\VID_04B8&PID_0C06
%CompositeAdbInterface% = USB_Install, USB\0VID_04B8&PID_0C06&MI_01
;WS2 - PTP
%SingleAdbInterface% = USB_Install, USB\VID_04B8&PID_0C07
%CompositeAdbInterface% = USB_Install, USB\VID_04B8&PID_0C07&MI_01"
(see the tuto tech.moverio.epson.com/en/life/bt-200/pdf/bt200_adb1505a_en.pdf (add https:// at beginning)).
you had to add this lines in the sections "[Google.NTx86]" and "[Google.NTamd64]".
And it finishes.
good luck =).
Hey Le-E,
I was able to get the BT-200 to show up as ADB interface with INF changes, but when I Execute “adb devices” to confirm name of device (0123456789ABCDEF) ......no devices is listed had no luck (as documents says, I tried is multiple time, still the same).....I'm running it under Windows 7 Ult. 64 bit......can you tell me your BT-200's Andriod version as well as your OS?
Cheers,
Farid
Hi Farid_Ashabi,
I am in Windows 7 32 bits.
BT-200's Andriod version is 4.0.4.
Have you suceeded to intsall driver ?
Hi Le-E
My specs are: Anroid 4.0.4 Kernel Version 3.0.21-00003-OMAP Build number: D1.1.2
Yes, driver have been installed and my BT-200 comes in as Android ADB Interface in device manager, but when I run the "adb device" in command prompt, I should see my device listed, but I don't.............if listed, I can install few APK files manually......no luck yet
Hi Farid_Ashabi,
sorry, I was with friends this weekend.
I have exactly same version for Kernel and Build number. I do not understand why this does not work for you...
Do you have tryed with an other USB cable ?

Categories

Resources