Question

I got a new Gingerbread phone to try to develop on, but Eclipse won't recognize it. I put it into debug mode already.

The Win7 Device Manager shows a problem with 4 Qualcomm HSUSB devices, this is certainly related to the phone. Windows update is unable to find any updates for it. I couldn't find any drivers support downloads from BLU either.

About the phone:

  •    Andriod version: 2.3.5
  •      Kernel version: 2.6.38.6-perf
  • Hardware version: A5.V1.2
  •        Build number: BLU_D170_v03_GENERIC
Was it helpful?

Solution 3

I managed to make contact with BLU service, and they e-Mailed me a driver that only works on 32-bit Win7, not 64-bit :-(

I figured out that I can still test my apps on my DASH 3.5 by uploading the .apk file to a webserver & using the phone to browse to that link. Android will recognize that .apk is an app file it can install. So you could also distribute your own apps to anyone this way, without using any of the Android stores|markets at all.

OTHER TIPS

Did you try using the Google USB driver?

For me, in device manager, I had an unknown device listed as "Android device" with a yellow exclamation point over it. Right click it, then choose update driver software. Then choose browse my computer, then choose let me pick from a list of devices...

Then click the Have disk button, and point it to the google usb driver (this should be downloaded via the SDK manager). It will be in the folder where your SDK stuff gets downloaded in the /extras/google/usb_driver folder. When browsing, select the inf file in this folder.

You should get three options that pop up, choose Android ADB Interface. It will then install the generic usb driver so you can connect your phone to ADB.

Note: I have the BLU Dash 4.0, but the driver should work on just about any android device.

First of all, are you able to transfer data to the phone normally? If you can, don't bother with the second part below.

If you can't transfer data, look at this second part. When you bought the phone, did it come with a driver disc? If it did, install the drivers from there. If it did not, try checking the official manufacturer site to see if there's a driver online.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top