[android-developers] Re: Moto Droid ADB Drivers no longer work after HTC Evo was used.

2010-06-27 Thread pcm2a
When I pick properties of the Android ADB Interface I have 3 tabs,
General, Driver, and Details.

Driver Tab:
- Driver Details
  - WinUSB, WdfCoInstaller01007, WinUSBCoInstaller
- Update Driver
  - Update Driver has me search for another driver
- Roll Back Driver
  - No driver has been backed up for this device.
- Uninstall

Details Tab:
- Value: USB\VID_22B8&PID_41DB\040368420F01901B


On Jun 26, 6:43 pm, schwiz  wrote:
> when it detects the device goto the properties and select install
> driver and then pick from existing installed drivers and pick adb from
> another android phone.
>
> On Jun 26, 5:54 pm, pcm2a  wrote:
>
>
>
> > When I uncheck the Show compatible hardware box the ADB selection
> > disappears.
>
> > My ADK drivers are also revision 3.  However, that hasn't stopped me
> > from deleting them and download them several additional times through
> > the SDK.
> > I have also gone as far as to download random other SDK versions I
> > found floating about the internet.
>
> > I still can't find the one single place that tells it to keep looking
> > at the SDK for the drivers.  Somewhere in some registry setting or
> > file it's telling it "hey go look in this "usb_driver" folder for
> > files".  I've deleted a billion things out of my registry but so far
> > no success.
>
> > On Jun 26, 5:49 pm, Lance Nanek  wrote:
>
> > > I have to uncheck "Show compatible hardware" before Windows 7 will
> > > offer "Android ADB Interface" for the Droid. Not that I know the
> > > difference between the "Android Composite ADB Interface" driver I'm
> > > using and the "Android ADB Interface" one you are using.
>
> > > Is your USB driver that comes with the SDK up to date? I'm using "Usb
> > > Driver package, revision 3" according to the Android SDK and AVD
> > > Manager. You can update it from the same in the available packages
> > > section if yours is earlier. Then you have to go use the "update
> > > driver" option in the device manager again to switch over to the
> > > updated one.
>
> > > On Jun 26, 3:25 pm, pcm2a  wrote:
>
> > > > When I choose "Dont search I will choose the driver to install" I only
> > > > get two things listed:
> > > > - Android ADB Interface
> > > > - USB Compisite Interface
>
> > > > After installing and reinstalling the Motorola drivers 100 times I was
> > > > hoping to see something extra in this list but nothing ever changes.
>
> > > > On Jun 26, 1:47 pm, Lance Nanek  wrote:
>
> > > > > I ran into the same problem connecting both the Evo 4G and Droid to my
> > > > > Windows 7 Tablet PC. After installing the HTC software off the Evo's
> > > > > SD card, the Droid stopped working. I guess I did update a lot of SDK
> > > > > stuff around then too, so that's also a potential factor.
>
> > > > > I did eventually get both phones working at once. Basically I just
> > > > > tried lots of combinations of removing everything HTC/Motorola in
> > > > > remove programs, reinstalling them, connecting and disconnecting
> > > > > devices, and the star of the show: right clicking on devices in the
> > > > > device manager and choosing to update their drivers and picking a
> > > > > different one from the list of applicable drivers. You can use this,
> > > > > for example, to change a "Mot Composite ADB Interface" to an "Android
> > > > > Composite ADB Interface" by choosing the Android drivers instead of
> > > > > Motorola's.
>
> > > > > My currently working setup doesn't even have Motorola's software
> > > > > installed, but does have HTC's. There are several "Android Composite
> > > > > ADB Interface" for the Droid and other phones, and one "My HTC", no
> > > > > "Mot Composite ADB Interface". Kind of sad HTC screwed everything up,
> > > > > but I had to uninstall Motorola, but whatever. Although if you have
> > > > > something pointing to a removed directory somehow I'd try fixing that
> > > > > first via similar right-clicking on devices and updating methods.
> > > > > Although I suspect what you are talking about there might just be a
> > > > > helpful last used location for something copied into system32/drivers
> > > > > anyway.
>
> > > > > On Jun 26, 12:52 pm, pcm2a  wrote:
>
> > > > > > Still have no resolution for this issue.
>
> > > > > > I have tried uninstalling and removing every single DLL that hte
> > > > > > Android SDK USB Drivers comes with from my system.  Afterwards I
> > > > > > installed the Motorola USB Drivers.  Next I plug in the Droid and 
> > > > > > all
> > > > > > it does it keep erroring out looking for the old sdk usb folder, 
> > > > > > which
> > > > > > I removed.
>
> > > > > > On Jun 25, 11:52 am, pcm2a  wrote:
>
> > > > > > > I have owned my Droid since day 1 and I have been doing Android
> > > > > > > development, with ADB working, on my Windows 2003 Server laptop 
> > > > > > > all
> > > > > > > this time.  I'll try to be as detailed as possible.
>
> > > > > > > Things to note right off the bat:
> > > > > > > - Motorola Droid 2.1
> > > > > > > - Windows Server 200

[android-developers] Re: Moto Droid ADB Drivers no longer work after HTC Evo was used.

2010-06-27 Thread Lance Nanek
Weird that it matters what previous versions are laying around. On my
Windows 7 (32-bit) machine, at least, I can flat out force it to use
the latest. So old versions don't matter.

Goes something like: make sure latest SDK USB drivers are downloaded
to the default Android windows SDK usb_driver directory, press windows
+ pause/break to go to system properties, choose device manager, right-
click on malfunctioning ADB device, choose update driver software,
choose browse my computer, browse to the Android windows SDK
usb_driver directory, press next, see installing your device software
screen, see driver software successfully installed screen. No clue how
it goes on 2k3.

I've always assumed that when it says installing it is copying the
files over to system32/drivers, so I don't think any old locations
matter anyway. You might see them listed in some update driver dialogs
simply as a shortcut to reuse a previously used location.

On Jun 26, 6:54 pm, pcm2a  wrote:
> When I uncheck the Show compatible hardware box the ADB selection
> disappears.
>
> My ADK drivers are also revision 3.  However, that hasn't stopped me
> from deleting them and download them several additional times through
> the SDK.
> I have also gone as far as to download random other SDK versions I
> found floating about the internet.
>
> I still can't find the one single place that tells it to keep looking
> at the SDK for the drivers.  Somewhere in some registry setting or
> file it's telling it "hey go look in this "usb_driver" folder for
> files".  I've deleted a billion things out of my registry but so far
> no success.
>
> On Jun 26, 5:49 pm, Lance Nanek  wrote:
>
> > I have to uncheck "Show compatible hardware" before Windows 7 will
> > offer "Android ADB Interface" for theDroid. Not that I know the
> > difference between the "Android Composite ADB Interface" driver I'm
> > using and the "Android ADB Interface" one you are using.
>
> > Is your USB driver that comes with the SDK up to date? I'm using "Usb
> > Driver package, revision 3" according to the Android SDK and AVD
> > Manager. You can update it from the same in the available packages
> > section if yours is earlier. Then you have to go use the "update
> > driver" option in the device manager again to switch over to the
> > updated one.
>
> > On Jun 26, 3:25 pm, pcm2a  wrote:
>
> > > When I choose "Dont search I will choose the driver to install" I only
> > > get two things listed:
> > > - Android ADB Interface
> > > - USB Compisite Interface
>
> > > After installing and reinstalling the Motorola drivers 100 times I was
> > > hoping to see something extra in this list but nothing ever changes.
>
> > > On Jun 26, 1:47 pm, Lance Nanek  wrote:
>
> > > > I ran into the same problem connecting both theEvo4G andDroidto my
> > > > Windows 7 Tablet PC. After installing the HTC software off theEvo's
> > > > SD card, theDroidstopped working. I guess I did update a lot of SDK
> > > > stuff around then too, so that's also a potential factor.
>
> > > > I did eventually get both phones working at once. Basically I just
> > > > tried lots of combinations of removing everything HTC/Motorola in
> > > > remove programs, reinstalling them, connecting and disconnecting
> > > > devices, and the star of the show: right clicking on devices in the
> > > > device manager and choosing to update their drivers and picking a
> > > > different one from the list of applicable drivers. You can use this,
> > > > for example, to change a "Mot Composite ADB Interface" to an "Android
> > > > Composite ADB Interface" by choosing the Android drivers instead of
> > > > Motorola's.
>
> > > > My currently working setup doesn't even have Motorola's software
> > > > installed, but does have HTC's. There are several "Android Composite
> > > > ADB Interface" for theDroidand other phones, and one "My HTC", no
> > > > "Mot Composite ADB Interface". Kind of sad HTC screwed everything up,
> > > > but I had to uninstall Motorola, but whatever. Although if you have
> > > > something pointing to a removed directory somehow I'd try fixing that
> > > > first via similar right-clicking on devices and updating methods.
> > > > Although I suspect what you are talking about there might just be a
> > > > helpful last used location for something copied into system32/drivers
> > > > anyway.
>
> > > > On Jun 26, 12:52 pm, pcm2a  wrote:
>
> > > > > Still have no resolution for this issue.
>
> > > > > I have tried uninstalling and removing every single DLL that hte
> > > > > Android SDK USB Drivers comes with from my system.  Afterwards I
> > > > > installed the Motorola USB Drivers.  Next I plug in theDroidand all
> > > > > it does it keep erroring out looking for the old sdk usb folder, which
> > > > > I removed.
>
> > > > > On Jun 25, 11:52 am, pcm2a  wrote:
>
> > > > > > I have owned myDroidsince day 1 and I have been doing Android
> > > > > > development, with ADB working, on my Windows 2003 Server laptop all
> > > > > > this time.  I

[android-developers] Re: Moto Droid ADB Drivers no longer work after HTC Evo was used.

2010-06-26 Thread schwiz
when it detects the device goto the properties and select install
driver and then pick from existing installed drivers and pick adb from
another android phone.

On Jun 26, 5:54 pm, pcm2a  wrote:
> When I uncheck the Show compatible hardware box the ADB selection
> disappears.
>
> My ADK drivers are also revision 3.  However, that hasn't stopped me
> from deleting them and download them several additional times through
> the SDK.
> I have also gone as far as to download random other SDK versions I
> found floating about the internet.
>
> I still can't find the one single place that tells it to keep looking
> at the SDK for the drivers.  Somewhere in some registry setting or
> file it's telling it "hey go look in this "usb_driver" folder for
> files".  I've deleted a billion things out of my registry but so far
> no success.
>
> On Jun 26, 5:49 pm, Lance Nanek  wrote:
>
>
>
> > I have to uncheck "Show compatible hardware" before Windows 7 will
> > offer "Android ADB Interface" for the Droid. Not that I know the
> > difference between the "Android Composite ADB Interface" driver I'm
> > using and the "Android ADB Interface" one you are using.
>
> > Is your USB driver that comes with the SDK up to date? I'm using "Usb
> > Driver package, revision 3" according to the Android SDK and AVD
> > Manager. You can update it from the same in the available packages
> > section if yours is earlier. Then you have to go use the "update
> > driver" option in the device manager again to switch over to the
> > updated one.
>
> > On Jun 26, 3:25 pm, pcm2a  wrote:
>
> > > When I choose "Dont search I will choose the driver to install" I only
> > > get two things listed:
> > > - Android ADB Interface
> > > - USB Compisite Interface
>
> > > After installing and reinstalling the Motorola drivers 100 times I was
> > > hoping to see something extra in this list but nothing ever changes.
>
> > > On Jun 26, 1:47 pm, Lance Nanek  wrote:
>
> > > > I ran into the same problem connecting both the Evo 4G and Droid to my
> > > > Windows 7 Tablet PC. After installing the HTC software off the Evo's
> > > > SD card, the Droid stopped working. I guess I did update a lot of SDK
> > > > stuff around then too, so that's also a potential factor.
>
> > > > I did eventually get both phones working at once. Basically I just
> > > > tried lots of combinations of removing everything HTC/Motorola in
> > > > remove programs, reinstalling them, connecting and disconnecting
> > > > devices, and the star of the show: right clicking on devices in the
> > > > device manager and choosing to update their drivers and picking a
> > > > different one from the list of applicable drivers. You can use this,
> > > > for example, to change a "Mot Composite ADB Interface" to an "Android
> > > > Composite ADB Interface" by choosing the Android drivers instead of
> > > > Motorola's.
>
> > > > My currently working setup doesn't even have Motorola's software
> > > > installed, but does have HTC's. There are several "Android Composite
> > > > ADB Interface" for the Droid and other phones, and one "My HTC", no
> > > > "Mot Composite ADB Interface". Kind of sad HTC screwed everything up,
> > > > but I had to uninstall Motorola, but whatever. Although if you have
> > > > something pointing to a removed directory somehow I'd try fixing that
> > > > first via similar right-clicking on devices and updating methods.
> > > > Although I suspect what you are talking about there might just be a
> > > > helpful last used location for something copied into system32/drivers
> > > > anyway.
>
> > > > On Jun 26, 12:52 pm, pcm2a  wrote:
>
> > > > > Still have no resolution for this issue.
>
> > > > > I have tried uninstalling and removing every single DLL that hte
> > > > > Android SDK USB Drivers comes with from my system.  Afterwards I
> > > > > installed the Motorola USB Drivers.  Next I plug in the Droid and all
> > > > > it does it keep erroring out looking for the old sdk usb folder, which
> > > > > I removed.
>
> > > > > On Jun 25, 11:52 am, pcm2a  wrote:
>
> > > > > > I have owned my Droid since day 1 and I have been doing Android
> > > > > > development, with ADB working, on my Windows 2003 Server laptop all
> > > > > > this time.  I'll try to be as detailed as possible.
>
> > > > > > Things to note right off the bat:
> > > > > > - Motorola Droid 2.1
> > > > > > - Windows Server 2003 laptop
> > > > > > - ADB has worked perfectly with this for ~ 8 months
>
> > > > > > My work gave me a HTC Evo to do some development on. I installed the
> > > > > > HTC drivers, ADB worked fine, did my development and now I am done
> > > > > > with the Evo. The problem is my Droid no longer works with ADB.
>
> > > > > > Here are some steps that I have tried:
>
> > > > > > Attempt A:
> > > > > > 1. In device manager I have listed Android Phone->Android ADB
> > > > > > Interface
> > > > > > 2. Right click->Uninstall
> > > > > > 3. Scan for new hardware->Device shows up
> > > > > > 4. Select this device, p

[android-developers] Re: Moto Droid ADB Drivers no longer work after HTC Evo was used.

2010-06-26 Thread pcm2a
When I uncheck the Show compatible hardware box the ADB selection
disappears.

My ADK drivers are also revision 3.  However, that hasn't stopped me
from deleting them and download them several additional times through
the SDK.
I have also gone as far as to download random other SDK versions I
found floating about the internet.

I still can't find the one single place that tells it to keep looking
at the SDK for the drivers.  Somewhere in some registry setting or
file it's telling it "hey go look in this "usb_driver" folder for
files".  I've deleted a billion things out of my registry but so far
no success.

On Jun 26, 5:49 pm, Lance Nanek  wrote:
> I have to uncheck "Show compatible hardware" before Windows 7 will
> offer "Android ADB Interface" for the Droid. Not that I know the
> difference between the "Android Composite ADB Interface" driver I'm
> using and the "Android ADB Interface" one you are using.
>
> Is your USB driver that comes with the SDK up to date? I'm using "Usb
> Driver package, revision 3" according to the Android SDK and AVD
> Manager. You can update it from the same in the available packages
> section if yours is earlier. Then you have to go use the "update
> driver" option in the device manager again to switch over to the
> updated one.
>
> On Jun 26, 3:25 pm, pcm2a  wrote:
>
>
>
> > When I choose "Dont search I will choose the driver to install" I only
> > get two things listed:
> > - Android ADB Interface
> > - USB Compisite Interface
>
> > After installing and reinstalling the Motorola drivers 100 times I was
> > hoping to see something extra in this list but nothing ever changes.
>
> > On Jun 26, 1:47 pm, Lance Nanek  wrote:
>
> > > I ran into the same problem connecting both the Evo 4G and Droid to my
> > > Windows 7 Tablet PC. After installing the HTC software off the Evo's
> > > SD card, the Droid stopped working. I guess I did update a lot of SDK
> > > stuff around then too, so that's also a potential factor.
>
> > > I did eventually get both phones working at once. Basically I just
> > > tried lots of combinations of removing everything HTC/Motorola in
> > > remove programs, reinstalling them, connecting and disconnecting
> > > devices, and the star of the show: right clicking on devices in the
> > > device manager and choosing to update their drivers and picking a
> > > different one from the list of applicable drivers. You can use this,
> > > for example, to change a "Mot Composite ADB Interface" to an "Android
> > > Composite ADB Interface" by choosing the Android drivers instead of
> > > Motorola's.
>
> > > My currently working setup doesn't even have Motorola's software
> > > installed, but does have HTC's. There are several "Android Composite
> > > ADB Interface" for the Droid and other phones, and one "My HTC", no
> > > "Mot Composite ADB Interface". Kind of sad HTC screwed everything up,
> > > but I had to uninstall Motorola, but whatever. Although if you have
> > > something pointing to a removed directory somehow I'd try fixing that
> > > first via similar right-clicking on devices and updating methods.
> > > Although I suspect what you are talking about there might just be a
> > > helpful last used location for something copied into system32/drivers
> > > anyway.
>
> > > On Jun 26, 12:52 pm, pcm2a  wrote:
>
> > > > Still have no resolution for this issue.
>
> > > > I have tried uninstalling and removing every single DLL that hte
> > > > Android SDK USB Drivers comes with from my system.  Afterwards I
> > > > installed the Motorola USB Drivers.  Next I plug in the Droid and all
> > > > it does it keep erroring out looking for the old sdk usb folder, which
> > > > I removed.
>
> > > > On Jun 25, 11:52 am, pcm2a  wrote:
>
> > > > > I have owned my Droid since day 1 and I have been doing Android
> > > > > development, with ADB working, on my Windows 2003 Server laptop all
> > > > > this time.  I'll try to be as detailed as possible.
>
> > > > > Things to note right off the bat:
> > > > > - Motorola Droid 2.1
> > > > > - Windows Server 2003 laptop
> > > > > - ADB has worked perfectly with this for ~ 8 months
>
> > > > > My work gave me a HTC Evo to do some development on. I installed the
> > > > > HTC drivers, ADB worked fine, did my development and now I am done
> > > > > with the Evo. The problem is my Droid no longer works with ADB.
>
> > > > > Here are some steps that I have tried:
>
> > > > > Attempt A:
> > > > > 1. In device manager I have listed Android Phone->Android ADB
> > > > > Interface
> > > > > 2. Right click->Uninstall
> > > > > 3. Scan for new hardware->Device shows up
> > > > > 4. Select this device, pick the usb drivers that come with the SDK
> > > > > 5. Various items install like ADB and Moto A855
> > > > > 6. Device manager looks exactly as it did in step 1.
> > > > > 7. ADB Doesnt work
>
> > > > > Attempt B:
> > > > > 1. Start up USBDeview
> > > > > 2. Delete the HTC entry, Delete all the Motorola A855 entries
> > > > > 3. Go through the steps in A

[android-developers] Re: Moto Droid ADB Drivers no longer work after HTC Evo was used.

2010-06-26 Thread Lance Nanek
I have to uncheck "Show compatible hardware" before Windows 7 will
offer "Android ADB Interface" for the Droid. Not that I know the
difference between the "Android Composite ADB Interface" driver I'm
using and the "Android ADB Interface" one you are using.

Is your USB driver that comes with the SDK up to date? I'm using "Usb
Driver package, revision 3" according to the Android SDK and AVD
Manager. You can update it from the same in the available packages
section if yours is earlier. Then you have to go use the "update
driver" option in the device manager again to switch over to the
updated one.

On Jun 26, 3:25 pm, pcm2a  wrote:
> When I choose "Dont search I will choose the driver to install" I only
> get two things listed:
> - Android ADB Interface
> - USB Compisite Interface
>
> After installing and reinstalling the Motorola drivers 100 times I was
> hoping to see something extra in this list but nothing ever changes.
>
> On Jun 26, 1:47 pm, Lance Nanek  wrote:
>
> > I ran into the same problem connecting both the Evo 4G and Droid to my
> > Windows 7 Tablet PC. After installing the HTC software off the Evo's
> > SD card, the Droid stopped working. I guess I did update a lot of SDK
> > stuff around then too, so that's also a potential factor.
>
> > I did eventually get both phones working at once. Basically I just
> > tried lots of combinations of removing everything HTC/Motorola in
> > remove programs, reinstalling them, connecting and disconnecting
> > devices, and the star of the show: right clicking on devices in the
> > device manager and choosing to update their drivers and picking a
> > different one from the list of applicable drivers. You can use this,
> > for example, to change a "Mot Composite ADB Interface" to an "Android
> > Composite ADB Interface" by choosing the Android drivers instead of
> > Motorola's.
>
> > My currently working setup doesn't even have Motorola's software
> > installed, but does have HTC's. There are several "Android Composite
> > ADB Interface" for the Droid and other phones, and one "My HTC", no
> > "Mot Composite ADB Interface". Kind of sad HTC screwed everything up,
> > but I had to uninstall Motorola, but whatever. Although if you have
> > something pointing to a removed directory somehow I'd try fixing that
> > first via similar right-clicking on devices and updating methods.
> > Although I suspect what you are talking about there might just be a
> > helpful last used location for something copied into system32/drivers
> > anyway.
>
> > On Jun 26, 12:52 pm, pcm2a  wrote:
>
> > > Still have no resolution for this issue.
>
> > > I have tried uninstalling and removing every single DLL that hte
> > > Android SDK USB Drivers comes with from my system.  Afterwards I
> > > installed the Motorola USB Drivers.  Next I plug in the Droid and all
> > > it does it keep erroring out looking for the old sdk usb folder, which
> > > I removed.
>
> > > On Jun 25, 11:52 am, pcm2a  wrote:
>
> > > > I have owned my Droid since day 1 and I have been doing Android
> > > > development, with ADB working, on my Windows 2003 Server laptop all
> > > > this time.  I'll try to be as detailed as possible.
>
> > > > Things to note right off the bat:
> > > > - Motorola Droid 2.1
> > > > - Windows Server 2003 laptop
> > > > - ADB has worked perfectly with this for ~ 8 months
>
> > > > My work gave me a HTC Evo to do some development on. I installed the
> > > > HTC drivers, ADB worked fine, did my development and now I am done
> > > > with the Evo. The problem is my Droid no longer works with ADB.
>
> > > > Here are some steps that I have tried:
>
> > > > Attempt A:
> > > > 1. In device manager I have listed Android Phone->Android ADB
> > > > Interface
> > > > 2. Right click->Uninstall
> > > > 3. Scan for new hardware->Device shows up
> > > > 4. Select this device, pick the usb drivers that come with the SDK
> > > > 5. Various items install like ADB and Moto A855
> > > > 6. Device manager looks exactly as it did in step 1.
> > > > 7. ADB Doesnt work
>
> > > > Attempt B:
> > > > 1. Start up USBDeview
> > > > 2. Delete the HTC entry, Delete all the Motorola A855 entries
> > > > 3. Go through the steps in Attempt A.
> > > > 4. ADB Doesnt work
>
> > > > Attempt C:
> > > > 1. Download Motorola 4.6.0 driver package and install it
> > > > 2. Uninstall the current driver in device manager
> > > > 3. Scan for drivers automatically
> > > > 4. Drivers from SDK are automatically used
> > > > 5. ADB not working
> > > > 6. Go back and pick "have disk" for the driver. Tried every driver
> > > > than came with Mtorola 4.6.0 driver package and none would install.
>
> > > > Now I'm just stumped. Also important to note that the phone and ADB
> > > > still work fine on other computers that I never installed the HTC
> > > > drivers on.
>
> > > > Thanks for any tips!- Hide quoted text -
>
> > - Show quoted text -

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.

[android-developers] Re: Moto Droid ADB Drivers no longer work after HTC Evo was used.

2010-06-26 Thread pcm2a
When I choose "Dont search I will choose the driver to install" I only
get two things listed:
- Android ADB Interface
- USB Compisite Interface

After installing and reinstalling the Motorola drivers 100 times I was
hoping to see something extra in this list but nothing ever changes.

On Jun 26, 1:47 pm, Lance Nanek  wrote:
> I ran into the same problem connecting both the Evo 4G and Droid to my
> Windows 7 Tablet PC. After installing the HTC software off the Evo's
> SD card, the Droid stopped working. I guess I did update a lot of SDK
> stuff around then too, so that's also a potential factor.
>
> I did eventually get both phones working at once. Basically I just
> tried lots of combinations of removing everything HTC/Motorola in
> remove programs, reinstalling them, connecting and disconnecting
> devices, and the star of the show: right clicking on devices in the
> device manager and choosing to update their drivers and picking a
> different one from the list of applicable drivers. You can use this,
> for example, to change a "Mot Composite ADB Interface" to an "Android
> Composite ADB Interface" by choosing the Android drivers instead of
> Motorola's.
>
> My currently working setup doesn't even have Motorola's software
> installed, but does have HTC's. There are several "Android Composite
> ADB Interface" for the Droid and other phones, and one "My HTC", no
> "Mot Composite ADB Interface". Kind of sad HTC screwed everything up,
> but I had to uninstall Motorola, but whatever. Although if you have
> something pointing to a removed directory somehow I'd try fixing that
> first via similar right-clicking on devices and updating methods.
> Although I suspect what you are talking about there might just be a
> helpful last used location for something copied into system32/drivers
> anyway.
>
> On Jun 26, 12:52 pm, pcm2a  wrote:
>
>
>
> > Still have no resolution for this issue.
>
> > I have tried uninstalling and removing every single DLL that hte
> > Android SDK USB Drivers comes with from my system.  Afterwards I
> > installed the Motorola USB Drivers.  Next I plug in the Droid and all
> > it does it keep erroring out looking for the old sdk usb folder, which
> > I removed.
>
> > On Jun 25, 11:52 am, pcm2a  wrote:
>
> > > I have owned my Droid since day 1 and I have been doing Android
> > > development, with ADB working, on my Windows 2003 Server laptop all
> > > this time.  I'll try to be as detailed as possible.
>
> > > Things to note right off the bat:
> > > - Motorola Droid 2.1
> > > - Windows Server 2003 laptop
> > > - ADB has worked perfectly with this for ~ 8 months
>
> > > My work gave me a HTC Evo to do some development on. I installed the
> > > HTC drivers, ADB worked fine, did my development and now I am done
> > > with the Evo. The problem is my Droid no longer works with ADB.
>
> > > Here are some steps that I have tried:
>
> > > Attempt A:
> > > 1. In device manager I have listed Android Phone->Android ADB
> > > Interface
> > > 2. Right click->Uninstall
> > > 3. Scan for new hardware->Device shows up
> > > 4. Select this device, pick the usb drivers that come with the SDK
> > > 5. Various items install like ADB and Moto A855
> > > 6. Device manager looks exactly as it did in step 1.
> > > 7. ADB Doesnt work
>
> > > Attempt B:
> > > 1. Start up USBDeview
> > > 2. Delete the HTC entry, Delete all the Motorola A855 entries
> > > 3. Go through the steps in Attempt A.
> > > 4. ADB Doesnt work
>
> > > Attempt C:
> > > 1. Download Motorola 4.6.0 driver package and install it
> > > 2. Uninstall the current driver in device manager
> > > 3. Scan for drivers automatically
> > > 4. Drivers from SDK are automatically used
> > > 5. ADB not working
> > > 6. Go back and pick "have disk" for the driver. Tried every driver
> > > than came with Mtorola 4.6.0 driver package and none would install.
>
> > > Now I'm just stumped. Also important to note that the phone and ADB
> > > still work fine on other computers that I never installed the HTC
> > > drivers on.
>
> > > Thanks for any tips!- Hide quoted text -
>
> - Show quoted text -

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Moto Droid ADB Drivers no longer work after HTC Evo was used.

2010-06-26 Thread Lance Nanek
I ran into the same problem connecting both the Evo 4G and Droid to my
Windows 7 Tablet PC. After installing the HTC software off the Evo's
SD card, the Droid stopped working. I guess I did update a lot of SDK
stuff around then too, so that's also a potential factor.

I did eventually get both phones working at once. Basically I just
tried lots of combinations of removing everything HTC/Motorola in
remove programs, reinstalling them, connecting and disconnecting
devices, and the star of the show: right clicking on devices in the
device manager and choosing to update their drivers and picking a
different one from the list of applicable drivers. You can use this,
for example, to change a "Mot Composite ADB Interface" to an "Android
Composite ADB Interface" by choosing the Android drivers instead of
Motorola's.

My currently working setup doesn't even have Motorola's software
installed, but does have HTC's. There are several "Android Composite
ADB Interface" for the Droid and other phones, and one "My HTC", no
"Mot Composite ADB Interface". Kind of sad HTC screwed everything up,
but I had to uninstall Motorola, but whatever. Although if you have
something pointing to a removed directory somehow I'd try fixing that
first via similar right-clicking on devices and updating methods.
Although I suspect what you are talking about there might just be a
helpful last used location for something copied into system32/drivers
anyway.

On Jun 26, 12:52 pm, pcm2a  wrote:
> Still have no resolution for this issue.
>
> I have tried uninstalling and removing every single DLL that hte
> Android SDK USB Drivers comes with from my system.  Afterwards I
> installed the Motorola USB Drivers.  Next I plug in the Droid and all
> it does it keep erroring out looking for the old sdk usb folder, which
> I removed.
>
> On Jun 25, 11:52 am, pcm2a  wrote:
>
> > I have owned my Droid since day 1 and I have been doing Android
> > development, with ADB working, on my Windows 2003 Server laptop all
> > this time.  I'll try to be as detailed as possible.
>
> > Things to note right off the bat:
> > - Motorola Droid 2.1
> > - Windows Server 2003 laptop
> > - ADB has worked perfectly with this for ~ 8 months
>
> > My work gave me a HTC Evo to do some development on. I installed the
> > HTC drivers, ADB worked fine, did my development and now I am done
> > with the Evo. The problem is my Droid no longer works with ADB.
>
> > Here are some steps that I have tried:
>
> > Attempt A:
> > 1. In device manager I have listed Android Phone->Android ADB
> > Interface
> > 2. Right click->Uninstall
> > 3. Scan for new hardware->Device shows up
> > 4. Select this device, pick the usb drivers that come with the SDK
> > 5. Various items install like ADB and Moto A855
> > 6. Device manager looks exactly as it did in step 1.
> > 7. ADB Doesnt work
>
> > Attempt B:
> > 1. Start up USBDeview
> > 2. Delete the HTC entry, Delete all the Motorola A855 entries
> > 3. Go through the steps in Attempt A.
> > 4. ADB Doesnt work
>
> > Attempt C:
> > 1. Download Motorola 4.6.0 driver package and install it
> > 2. Uninstall the current driver in device manager
> > 3. Scan for drivers automatically
> > 4. Drivers from SDK are automatically used
> > 5. ADB not working
> > 6. Go back and pick "have disk" for the driver. Tried every driver
> > than came with Mtorola 4.6.0 driver package and none would install.
>
> > Now I'm just stumped. Also important to note that the phone and ADB
> > still work fine on other computers that I never installed the HTC
> > drivers on.
>
> > Thanks for any tips!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: Moto Droid ADB Drivers no longer work after HTC Evo was used.

2010-06-26 Thread Mark Murphy
On Sat, Jun 26, 2010 at 12:52 PM, pcm2a  wrote:
> Still have no resolution for this issue.
>
> I have tried uninstalling and removing every single DLL that hte
> Android SDK USB Drivers comes with from my system.  Afterwards I
> installed the Motorola USB Drivers.  Next I plug in the Droid and all
> it does it keep erroring out looking for the old sdk usb folder, which
> I removed.

Have you asked Motorola?

http://developer.motorola.com/

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android App Developer Books: http://commonsware.com/books

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Moto Droid ADB Drivers no longer work after HTC Evo was used.

2010-06-26 Thread pcm2a
Still have no resolution for this issue.

I have tried uninstalling and removing every single DLL that hte
Android SDK USB Drivers comes with from my system.  Afterwards I
installed the Motorola USB Drivers.  Next I plug in the Droid and all
it does it keep erroring out looking for the old sdk usb folder, which
I removed.

On Jun 25, 11:52 am, pcm2a  wrote:
> I have owned my Droid since day 1 and I have been doing Android
> development, with ADB working, on my Windows 2003 Server laptop all
> this time.  I'll try to be as detailed as possible.
>
> Things to note right off the bat:
> - Motorola Droid 2.1
> - Windows Server 2003 laptop
> - ADB has worked perfectly with this for ~ 8 months
>
> My work gave me a HTC Evo to do some development on. I installed the
> HTC drivers, ADB worked fine, did my development and now I am done
> with the Evo. The problem is my Droid no longer works with ADB.
>
> Here are some steps that I have tried:
>
> Attempt A:
> 1. In device manager I have listed Android Phone->Android ADB
> Interface
> 2. Right click->Uninstall
> 3. Scan for new hardware->Device shows up
> 4. Select this device, pick the usb drivers that come with the SDK
> 5. Various items install like ADB and Moto A855
> 6. Device manager looks exactly as it did in step 1.
> 7. ADB Doesnt work
>
> Attempt B:
> 1. Start up USBDeview
> 2. Delete the HTC entry, Delete all the Motorola A855 entries
> 3. Go through the steps in Attempt A.
> 4. ADB Doesnt work
>
> Attempt C:
> 1. Download Motorola 4.6.0 driver package and install it
> 2. Uninstall the current driver in device manager
> 3. Scan for drivers automatically
> 4. Drivers from SDK are automatically used
> 5. ADB not working
> 6. Go back and pick "have disk" for the driver. Tried every driver
> than came with Mtorola 4.6.0 driver package and none would install.
>
> Now I'm just stumped. Also important to note that the phone and ADB
> still work fine on other computers that I never installed the HTC
> drivers on.
>
> Thanks for any tips!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en