In recovery mode, device was showing up as a 'Mass Storage Device', and when I tried to install the SDK drivers, I got the message that several others have seen that says "...doesn't contain a compatible software driver...".
I was able to get around this after I noticed that the Hardware ID listed in Device Manager was different from the one in the .inf file. It may be because it's a different version of the phone. When I added the following to my .inf, I was able to choose to install either 'Android ADB Device', 'Android Composite ADB Device', or 'Android Bootloader'.
Now when I boot to recovery mode, it shows up as the 'Android Composite ADB Device' instead of 'Mass Storage Device', but 'adb shell' still gives me "device not found". The same goes if I install either of the other two drivers as well.
Made some progress, but kind of stuck at this point. Any ideas?
Thanks for posting the video, and everyone else who's been helping people.
I was able to get around this after I noticed that the Hardware ID listed in Device Manager was different from the one in the .inf file. It may be because it's a different version of the phone. When I added the following to my .inf, I was able to choose to install either 'Android ADB Device', 'Android Composite ADB Device', or 'Android Bootloader'.
Code:
[Google.NTamd64]
;HTC Incredible
%SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0FF9
%CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0FF9&REV_0100
%SingleBootLoaderInterface% = USB_Install, USB\VID_0BB4&PID_0FF9
Now when I boot to recovery mode, it shows up as the 'Android Composite ADB Device' instead of 'Mass Storage Device', but 'adb shell' still gives me "device not found". The same goes if I install either of the other two drivers as well.
Made some progress, but kind of stuck at this point. Any ideas?
Thanks for posting the video, and everyone else who's been helping people.