Rezound no longer recognized in fastboot - HTC Rezound

ADB seems to work, but in fastboot I get a pop up says that the device couldn't be recognized by Windows and Device Manager gives
Windows has stopped this device because it has reported problems. (Code 43)
Click to expand...
Click to collapse
Now, I don't know how the underlying hardware works but I'm fairly sure that if ADB and other USB functions work, fastboot should work as well. Any ideas?

scy1192 said:
ADB seems to work, but in fastboot I get a pop up says that the device couldn't be recognized by Windows and Device Manager gives
Now, I don't know how the underlying hardware works but I'm fairly sure that if ADB and other USB functions work, fastboot should work as well. Any ideas?
Click to expand...
Click to collapse
ahhh...the famous code 43. The problem with this code is its pretty generic. It could be hardware or could be drivers. Basically what happens is Winblows is having an issue with the device that is connect, in this case your phone. Seen this one to many times. Try rebooting your computer first of all and try again. If you are still getting the try updating the HTC drivers for your phone. If you do this make sure to remove old drivers and then reinstall the new drivers. That should take care of the issue

clmowers said:
ahhh...the famous code 43. The problem with this code is its pretty generic. It could be hardware or could be drivers. Basically what happens is Winblows is having an issue with the device that is connect, in this case your phone. Seen this one to many times. Try rebooting your computer first of all and try again. If you are still getting the try updating the HTC drivers for your phone. If you do this make sure to remove old drivers and then reinstall the new drivers. That should take care of the issue
Click to expand...
Click to collapse
It does seem to be my computer and not the phone thankfully (works on another PC). I am using Koush's universal drivers and they've previously worked. On the USB 2.0 ports I get the device enumeration failed thing, and in the USB 3.0 ports (different board, uses a Renesas controller) it appears but gives me
This device cannot start. (Code 10)
A request for the USB BOS descriptor failed.
Click to expand...
Click to collapse
I've tried reinstalling the drivers and no dice. I can't use the HTC drivers since I'm on Windows 8.1
I guess worst case I'll just patch it through to an XP virtual machine or something.

Yea win 8 has issues. I use Linux personally. That should resolve your issue using xp.
Sent from my Rezound using xda app-developers app

tburns said:
Yea win 8 has issues. I use Linux personally. That should resolve your issue using xp.
Sent from my Rezound using xda app-developers app
Click to expand...
Click to collapse
Same here Debian and DSL all the way but yeah a xp VM should do the trick then. Haven't played with 8 or 8.1 at all so I can even point you in a direction for that. Easy solution as well....use Linux
Sent from my ANDROFLY REZOUND using xda app-developers app

scy1192 said:
It does seem to be my computer and not the phone thankfully (works on another PC). I am using Koush's universal drivers and they've previously worked. On the USB 2.0 ports I get the device enumeration failed thing, and in the USB 3.0 ports (different board, uses a Renesas controller) it appears but gives me
I've tried reinstalling the drivers and no dice. I can't use the HTC drivers since I'm on Windows 8.1
I guess worst case I'll just patch it through to an XP virtual machine or something.
Click to expand...
Click to collapse
i know this is an old post, but the driver posted here got me back in business!!! Its a phone for the kiddos, and it was missing rh boot.img and all but 1 of my computers runs 10. This got the win 7 adb driver working just fine!!!

Related

[Q] Droid DNA - fastboot on Windows 8?

I have followed about every damn fastboot on Windows 8 post I can find on XDA and none of them seems to be working with this phone. adb drivers work just fine but no go on fastboot. Anyone out there have any luck getting fastboot working on Windows 8 with the DNA?
I successfully used fastboot and adb on Windows 8(64 bit). When i first plugged in the phone, and it wanted to install htc sync, i allowed it to. Then i uninstalled htc sync, but i believe it left the drivers. Adb and fastboot worked fine.
You might also check that you are using a usb2 port (not usb3) and not using a usb hub. Both have been known to cause problems with fast boot/adb
Sent from my Nexus 7 using Tapatalk 2
jasoraso said:
I successfully used fastboot and adb on Windows 8(64 bit). When i first plugged in the phone, and it wanted to install htc sync, i allowed it to. Then i uninstalled htc sync, but i believe it left the drivers. Adb and fastboot worked fine.
You might also check that you are using a usb2 port (not usb3) and not using a usb hub. Both have been known to cause problems with fast boot/adb
Click to expand...
Click to collapse
Reinstalled latest HTC Sync from their support site and switched to USB 2.0 port. Seems to be working ok now. Thanks! Can stop using the backup machine with this phone now :highfive:
mikeschuld said:
I have followed about every damn fastboot on Windows 8 post I can find on XDA and none of them seems to be working with this phone. adb drivers work just fine but no go on fastboot. Anyone out there have any luck getting fastboot working on Windows 8 with the DNA?
Click to expand...
Click to collapse
i was in the exact same position. My system runs Win8 x64 and I had my phone plugged into a USB3 port, but even when I plugged it into the only USB2 Port, it still had issues so I used my Win7 x64 Rig and it worked flawlessly.
Also make sure you don't have an app like easytether installed on the computer this if very often overlooked just disable it for the system tray in windows
Sent from my HTC6435LVW using XDA Premium App
I was able to select and install the driver directly using device manager in Windows 8. The driver file can be obtained from the drive that the DNA mounts when you plug it in USB. I used the windows 7 driver:
i.e. <MountedDrive> HTC Sync Manager:\Win7_64\androidusb.INF​
Hate to revive a old dead thread, but I guess it is better than posting a new one, so anyways on to my question, my only computer is a Microsoft Surface Pro, and it only had one USB port which is USB 3.0. In the last few months since this thread has been dead has there been any progress on a USB 3.0 driver from HTC, or here on XDA. ADB works perfectly but I can't get fastboot to install. I have the SDK installed correctly but I just can't seem to get the drivers for for fastboot to install.
androidoholic said:
Hate to revive a old dead thread, but I guess it is better than posting a new one, so anyways on to my question, my only computer is a Microsoft Surface Pro, and it only had one USB port which is USB 3.0. In the last few months since this thread has been dead has there been any progress on a USB 3.0 driver from HTC, or here on XDA. ADB works perfectly but I can't get fastboot to install. I have the SDK installed correctly but I just can't seem to get the drivers for for fastboot to install.
Click to expand...
Click to collapse
I don't have surface so i'm speculating but, just like everything else. Install htc sync to make sure that all the drivers take cleanly. Plug in your USB and
adb reboot bootloader
when your phone reboots it should say
fastboot usb.
If it does then you are good to go, just run the fastboot commands from the same folder that your platform-tools are in. fastboot flash boot boot.img
it will say sending, then working. and you should be good.
If it does not say fastboot usb, then please post back and we will do more research to figure this out.
dragonstalker said:
I don't have surface so i'm speculating but, just like everything else. Install htc sync to make sure that all the drivers take cleanly. Plug in your USB and
adb reboot bootloader
when your phone reboots it should say
fastboot usb.
If it does then you are good to go, just run the fastboot commands from the same folder that your platform-tools are in. fastboot flash boot boot.img
it will say sending, then working. and you should be good.
If it does not say fastboot usb, then please post back and we will do more research to figure this out.
Click to expand...
Click to collapse
It does say fastboot usb but none of the commands will work, no matter what I try it will always say <Waiting for device>
And I have tried it with HTC Sync installed and after uninstalling it. I seem to remember it did not play nice with some older phones but when you uninstalled it they drivers stay there, not sure if that is still the case but thought that I would try just to see.
androidoholic said:
It does say fastboot usb but none of the commands will work, no matter what I try it will always say <Waiting for device>
And I have tried it with HTC Sync installed and after uninstalling it. I seem to remember it did not play nice with some older phones but when you uninstalled it they drivers stay there, not sure if that is still the case but thought that I would try just to see.
Click to expand...
Click to collapse
I've never heard of anyone with a usb 3 succesfully doing it and i've searched the forums like crazy. The only way i was able to get it to work is cuz i have two ports and the other was a 2.0.
I mean maybe im crazy but is there some sort of an adapter than could change 3.0 to output 2.0? idk....
On a side note I loved Windows 8 for about 10 minutes then dumped it and went back to Windows 7. Just saying.. I know that's not always an option.
zone23 said:
On a side note I loved Windows 8 for about 10 minutes then dumped it and went back to Windows 7. Just saying.. I know that's not always an option.
Click to expand...
Click to collapse
Lol , I'm with you on that one. I had dual boot and windows 8 took over my whole computer and locked me out of my Ubuntu partition. Plus hate the fact that windows 8 integration is dependent on having a windows account for EVERYTHING.
dragonstalker said:
Lol , I'm with you on that one. I had dual boot and windows 8 took over my whole computer and locked me out of my Ubuntu partition. Plus hate the fact that windows 8 integration is dependent on having a windows account for EVERYTHING.
Click to expand...
Click to collapse
Well aside we are off topic anyways Windows 8 on a desktop or laptop is a piece of sh#t, but on the surface this is amazing I could not imagine anything better on a tablet. The only problems are the price and only one usb, other than that this thing is the best computer by far that I have ever owned. And I would venture to say that it's the best tablet EVER! The only thing that would make it better is if the DNA would play nice with it.
Sent from my HTC6435LVW using Tapatalk 2

Windows 8 + DNA in Fastboot = Nope

I've looked all around for this - I got ADB drivers to install just fine so that's no issue. It's just... for some strange reason my phone works completely fine while plugged in, but the minute you go into fastboot my computer rejects it. I get a pop up saying:
The last USB device you connected to this computer malfunctioned, and Windows does not recognize it.
Click to expand...
Click to collapse
So, of course, I do a little digging and find where my DNA in Fastboot should show up in device manager.. and it says:
This device cannot start. (Code 10)
A request for the USB BOS descriptor failed.
Click to expand...
Click to collapse
Should I reinstall HTC Sync or something (I uninstalled it)? I'm lost. Can't think of anything to do. Shuffling around the drivers that come with the SDK doesn't help any - and my Windows 7 machine didn't have any of these issues. Too bad it's dead now
[TSON] said:
I've looked all around for this - I got ADB drivers to install just fine so that's no issue. It's just... for some strange reason my phone works completely fine while plugged in, but the minute you go into fastboot my computer rejects it. I get a pop up saying:
So, of course, I do a little digging and find where my DNA in Fastboot should show up in device manager.. and it says:
Should I reinstall HTC Sync or something (I uninstalled it)? I'm lost. Can't think of anything to do. Shuffling around the drivers that come with the SDK doesn't help any - and my Windows 7 machine didn't have any of these issues. Too bad it's dead now
Click to expand...
Click to collapse
Alright, so you're going to want to have HTCSync installed, then after thats done, go to your device manager and select your device (not sure what it will be under, but it will have a (!) sign next to it). Download these drivers and use the "have disk" thing when looking for drivers in device manager. Make sure your DNA isn't plugged into a USB3 port, and then fastboot should work for you.
inexplicability said:
Alright, so you're going to want to have HTCSync installed, then after thats done, go to your device manager and select your device (not sure what it will be under, but it will have a (!) sign next to it). Download these drivers and use the "have disk" thing when looking for drivers in device manager. Make sure your DNA isn't plugged into a USB3 port, and then fastboot should work for you.
Click to expand...
Click to collapse
Ran into this yesterday. My computer ONLY has USB3 so I was unable to get it to work. Tried on a Win7x64 machine and did it first time no problem. Sigh...
Whoops, thought I posted this already... But yeah, that didn't fix the problem. Same two errors no matter what drivers I use.
[TSON] said:
Whoops, thought I posted this already... But yeah, that didn't fix the problem. Same two errors no matter what drivers I use.
Click to expand...
Click to collapse
I don't have any tips for you, other than to say that I've had fastboot work with my DNA on 2 different win 8 64 machines.
I *think* I got my drivers from HTCSync, and then uninstalled HTCSync, but not the drivers afterwards.
I did have problems with fastboot and adb when I was playing around with the CM10 build that is available here. Maybe try switching your rom and kernel?
[TSON] said:
Whoops, thought I posted this already... But yeah, that didn't fix the problem. Same two errors no matter what drivers I use.
Click to expand...
Click to collapse
I ran into the same exact issue on my win8 64-bit machine. luckily i have a couple usb2 ports and they work just fine. i wonder if using a usb hub that is compatible with usb2 or lower would work.
Did you try disabling driver signing in Windows 8 pretty sure thats the problem.
Here
Yeah you have to do that in order to install the universal driver or any other unsigned drivers - but once the drivers are installed you're good to go. No matter which drivers I pick I have this problem, I've tried probably 7 different ones.
Works fine on my Vista laptop but that things about to creak... Just used it to S-OFF and it took over an hour to turn on :crying:
EDIT: And for what it's worth, doesn't matter if it's a USB 3.0 or 2.0 - same error. Doesn't work on stock or on Cubed/Viper (though this is fastboot so kernel/ROM shouldn't have anything to do with 'em).

[NEED HELP] Can't Get Windows 8 to Recognize HTC One in Bootloader

Can someone help me get my HTC One to be recognized by Windows. I can get it recognized when the phone is booted into the system but once it hits the bootloader it shows this error:
This device cannot start. (Code 10)
A request for the USB BOS descriptor failed.
sapplegater said:
Can someone help me get my HTC One to be recognized by Windows. I can get it recognized when the phone is booted into the system but once it hits the bootloader it shows this error:
This device cannot start. (Code 10)
A request for the USB BOS descriptor failed.
Click to expand...
Click to collapse
are you possibly using a USB 3.0 port? if so use a 2.0
I've tried using both and no luck either way.
Sent from my HTC One using Tapatalk 2
sapplegater said:
I've tried using both and no luck either way.
Sent from my HTC One using Tapatalk 2
Click to expand...
Click to collapse
You could always do what I ended up doing; get an Ubuntu Live CD and run it without installing, download the sdk, and run adb/fastboot commands that way.
Strike9172 said:
You could always do what I ended up doing; get an Ubuntu Live CD and run it without installing, download the sdk, and run adb/fastboot commands that way.
Click to expand...
Click to collapse
This is a very good suggestion and Ubuntu 13.04 installs beside Windows 8 pretty easily. As long as you get into the bios and turn secure boot off and then change the boot order to put your CD image or sd drive first.
It is probably the easiest way if to don't have a Windows 7 machine laying around. That's what I had to do myself. I didn't feel like installing the sdk on my Fedora partition right then so I hijacked my wife's computer.
Sent from my HTC One using xda app-developers app
see this thread... it helped me solve my Win8, 64-bit, USB issues, including fastboot.
I have problem with HTC One flashed Stock RUU with Google edition and can't see mass storage. In device manager Android device: My HTC -this is ok, but MTP driver is not found, i had tried everything.
Windows 8 x64. I tried 2 different win8 x64 machines and same problem. Few weeks ago I ran's win7 and ARHD 12.1 then working well. All started in win8.
In Windows 7 x64 no problems at all. Windows find automatically driver or update new driver both working.
Can anyone recommend something?
Cheers !

windows 8.1 omap44 driver unkown device

How install. Omap44 driver win 8.1?? Device manager : unkown device.
prannk said:
How install. Omap44 driver win 8.1?? Device manager : unkown device.
Click to expand...
Click to collapse
Hi prannk, perhaps this could help you:
http://forum.xda-developers.com/showthread.php?p=50929757
Edited: You could also try with USB 3.0 on your PC's backside (rear panel).
Cheers. Good luck.
Sent from my LG P76020L-EUR-XX unlocked and rooted
BajoPrimate said:
Hi prannk, perhaps this could help you:
http://forum.xda-developers.com/showthread.php?p=50929757
Edited: You could also try with USB 3.0 on your PC's backside (rear panel).
Cheers. Good luck.
Sent from my LG P76020L-EUR-XX unlocked and rooted
Click to expand...
Click to collapse
no changes. not working. unknown devices.
prannk said:
no changes. not working. unknown devices.
Click to expand...
Click to collapse
hey friend you could install universal adb drivers and then check it should work..
Here are the two links go check them out...
Universal Windows ADB Driver by Koush
Universal Adb Driver
Hello, my friend I'm sorry, but right now there is probably no way, how to make fastboot work on Windows 8.1. Trust me, I've tried to find a solution for many days, but at the end, I had to use borrowed netbook with Windows 7 installed on it. The problem is, that 8.1 always connects fastboot devices as "Unknown USB's". For those you simply can't install these drivers, even if you try using Safe mode, or if you start system with allowance of unsigned drivers. Basicly what's happening is, that windows thinks, you want to reinstall USB driver, not fastboot driver.
I was thinking about the possibility of using older virtualized system or Linux on which it should work (though you won't find many guides). Keep on trying and don't give up You'll manage to unlock it eventually. The question remains, on which system it would be.

[Q] Stuck on fastboot not recognizing my device

hello.
i think i have already tried everything to get fastboot on my pc find my device, but no luck.
I've got an old laptop with usb 2.0 + windows 8.1 x64 Pro and the same OS on my PC with usb 3.0 (according to some of threads, my CPU is i7 4770k and my MOBO is MSI Z87-G45).
I use my HTC Desire X every day and it is simply slow. I cannot try every ROM cause of need to flash boot.img. And i Dont have any idea how to get the fastboot recognize my device....
Maybe someone have some time to help mi wlak through this 'issue' idiot friendly? I'm really confused and i dont have any idea what to do.
my hboot is 1.25.** JB. S-ON. I have installed TWRP recovery.
:crying: halp
EDIT:
SOLVED. Windows 7 FTW.
Also had this issue, quite frustrating as no drivers seemed to work for me, got if fixed now though (no need to go back down to win7)
Will_Xda said:
Also had this issue, quite frustrating as no drivers seemed to work for me, got if fixed now though (no need to go back down to win7)
Click to expand...
Click to collapse
So,what did you do ?:d
evnee said:
So,what did you do ?:d
Click to expand...
Click to collapse
Installed a HTC sync like program named PDAnet, and updated the drivers from that program, once in fastboot mode device is recognized in pdanet and in a command prompt (adb). this only worked on a usb2.0 port though.
(didn't bother replacing usb3.0 drivers as suggested elsewhere as this has caused big issues for me before.)

Categories

Resources