USB-device driver for HTC OneVX (USB debugging) - android

I have a HTC One VX phone and I would like to develop an app for it.
I got the SDK, IDE, JDK and everything I need. http://developer.android.com/sdk/index.html I tried to run my app on my phone from eclipse. But my device is not showing up in the Android device chooser window. I'm guessing it is because I do not have the driver for the phone, but I can't seem to find it.
I have my phone set for "USB debugging".
The site -> http://developer.android.com/tools/extras/oem-usb.html#Drivers
Says to install the OEM USB driver for my computer. I have a dell that I have upgraded to Windows 7, service tag BLZXLC1. My so I can't get the drivers from the site because I have upgraded my OS.
But I already have the USB drivers right? In the device manager I have a "Android Phone" under "Other devices" which doesn't have a driver for it. What do I need to do to make this work?

Download and install HTC Sync Manager from HTC:
http://www.htc.com/www/software/htc-sync-manager/download/
Apart from being the official Sync program for HTC devices, it also contains the necessary USB device drivers for Windows, to use with (USB) Android Debug Bridge (ADB).
HTC Sync Manager supports the following devices (current as of February 9th, 2013):
HTC J Butterfly, HTC Droid DNA, HTC One VX, HTC One SV, HTC One X+, HTC One S Special Edition, HTC Desire X, HTC One SC, and HTC One SU, HTC One X, HTC One XL, HTC One XC, HTC One S, HTC One V, HTC EVO 4G LTE, HTC Droid Incredible 4G, HTC J, HTC Desire C, HTC Desire VC, HTC Desire V

the people who are facing the problem in connecting their htc phone with eclipse. they must install HTC-SYNC from the htc site. htc sync also include the usb debugging driver in it . just install and enjoy.
100% worked!!
Thats the link
http://www.htc.com/au/support/content.aspx?id=6196

Hi download this link only driver.HTC users with a device running Sense 3.6 or below, download either the version 4.5.0.001.exe or below versions.
HTC Drivers

Related

Eclipse not recogniz the android device (Motorola Droid Razr Maxx hd)

I'm using the Eclipse ADT bundle on Windows 7 32-bit.
I'm trying to run my app on my phone (Motorola Droid Razr Maxx hd) which is running android 4.4.2 kitkat. I Have turned on USB debugging on the phone, and have installed drivers. But the eclipse doesn't show my device. here is the
My Apps min sdk:8 and Target sdk:19
I know there are similar questions
Device not being detected in eclipse
Connecting Droid Maxx for Android Development
Eclipse cannot find my android 4.1.2 device
Why is Eclipse's Android Device Chooser not showing my Android device?
but these doesn't solve my issue.
Just check if your phone adb device is detected and visible in windows devices manager. Possible reasons are:
Turned off USB debugging.
Not installed drivers for this specific phone model (as far as I remember, old motorola devices works with drivers from Motorola, not the Google's one.
Check connection - I had some troubles when connected phone with some low quality USB cable.
If you look in your Device Manager (on windows 7 click Start, right-click Computer and choose Manage) you might see that Motorola ADB Interface doesn't have a driver. This is what happened to me after my phone's Android operating system upgraded from 4.x to 5.1.
The driver can be found inside the Motorola Device Manager on Motorola's website. This will get you the drivers for Windows and this will get the drivers for Mac.
After I installed the latest driver adb could find my devices again (verified by running adb devices on the command line)

Eclipse does not detect my Sony Xperia Z1 Compact

I have updated Eclipse. Eclipse can detect and run apps on a Samsung Galaxy ACE 2, but it does not detect a Sony Xperia Z1 Compact.
I have done the following:
I have activated the Z1 for development (7 clicks).
I have enabled the USB connection mode = MSC (Mass Storage Mode)
I have disabled Install Software option (USB Connectivity --> Install Software OFF).
I have restarted both Windows and my phone.
I have reinstalled Xperia Z1 Compact drivers on Windows 7 from http://developer.sonymobile.com/downloads/drivers/
Nothing of this has worked.
The ADB won't recognize the device.
Z1 Compact operating system is 4.4.4
Anyone knows anything else I could try or what may be going on?
phone->setting->developer option->USB debugging mode enable it and try hope it will solve your problem.

mac os x 10.6.8 and “adb devices” fails to list android devices

I have access to a:
Samsung Galaxy Nexus (Android 4.0.4)
HTC Incredible S (Android 4.0.4)
HTC Wildfire (Android 2.2.1)
And for the life of me I can not get any to display in adb on Mac OS X 10.6.8. I have ensured that USB debugging is turned on all devices, I do not have EasyTether installed (which seems to be a popular reason for devices not listing).
I tried removing everything I could find from the Android SDK and downloading again - but I still see nothing.
Must have spent 5 hours looking for various fixes so far.
I simply keep seeing this:
sh-3.2# adb devices
List of devices attached
sh-3.2#
What worked for me was to edit the adb_usb.ini which resides in HOME/.android directory. There I added the device's vendor ID, typed "adb kill-server", "adb start-server" and it showed after adb devices. To discover the vendor ID, you can check your kernel log file under "/var/log".

Eclipse/adb/DDMS: Samsung S2 4.0.3 not recognized by Eclipse

I use two devices to develop my Android apps:
a Samsung tablet Galaxy tab 10.1 (Android 3.1)
a Samsung S2 (Android 4.0.3)
I develop on Mac OSX Lion.
My problem is that my Samusung S2 is not recognized by Eclipse (everything is ok with my tablet!!). To be more accurate, my S2 appears something like 1 second every 1 minute in DDMS or the "Android Device Chooser" (the window which appears when you launch the app in Eclipse and where you can choose between a physical device or emulator) and then disappears !!! This is driving me crazy.
I tried absolutely everything I found on forums:
update all modules via the SDK Manager
update of Eclipse via Help => check for updates
tried 3 different USB cables...
tried to reset adb either via DDMS or in command line (adb kill-server and then adb start-server)
I checked that USB debugging is set on my S2
Can the rubbish Samsung app "Kies" induce some issues? (not the case with my tablet) Other idea?
Can anybody help me ???!!!
Thanks !!
Finally, I had a physical problem with the micro-USB connection on my Samsung S2... I returned it to Samsung and they repaired it ! it seems that the micro-USB connection on S2 are very fragile...especially when you connect/disconnect very often your device !! Hope this helps...
Use Kies to force a reinstall of the drivers.
In Kies (Version 2.3.2.12054_20):
Tools > Troubleshoot connection error.
Follow the wizard (there is a "Reinstall device driver" stage).
I don't have a special confidence this will fix your problem. I offer it as something to try.

Cannot get my Android Phone (2.1) to be recognized by Eclipse in MacOSX 10.6

I'm having trouble getting Eclipse as well as adb to recognize by device. I have followed the instructions here, with no luck. I have turned on USB Debugging and connected my phone via the USB cable provided...
I have also turned it on and off, as well as reconnected the cable multiple times - as been suggested in other threads. I have also restarted the phone multiple times. The andriod phone says that USB Debugging is Connected in the status bar and MacOSX shows it's connected and you can browse the files available to browse using Finder.
I'm really stuck here, and I'm sure I've done just about everything....
Thanks in advance, it would be much appreciated if someone helped me solve this :)
This is the output when use 'adb devices' in the console:
List of devices attached
Not really that helpful...
Relevant System Info:
Model Number: Vodafone 845
Firmware Version: 2.1-update1
//This table provides a reference to the vendor IDs needed in order to add USB device support on Linux.
CompanyUSBVendorID
Acer 0502
ASUS 0B05
Dell 413C
Foxconn 0489
Garmin-Asus 091E
Google 18D1
HTC 0BB4
Huawei 12D1
K-Touch 24E3
KT Tech 2116
Kyocera 0482
Lenevo 17EF
LG 1004
Motorola 22B8
NEC 0409
Nook 2080
Nvidia 0955
OTGV 2257
Pantech 10A9
Pegatron 1D4D
Philips 0471
PMC-Sierra 04DA
Qualcomm 05C6
SK Telesys 1F53
Samsung 04E8
Sharp 04DD
Sony Ericsson 0FCE
Toshiba 0930
ZTE 19D2

Categories

Resources