One thing I did forget to mention is when I reboot from TWRP hit the system button I get this install button that pops up asking me to install superuser cause it appears this phone is not rooted.
Right now, pay zero attention to that.
Zero. None.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
One thing I did forget to mention is when I reboot from TWRP hit the system button I get this install button that pops up asking me to install superuser cause it appears this phone is not rooted.
This! It must be a driver issue. Once that is solved, it should be smooth sailing.
Right now, pay zero attention to that.
Zero. None.
You can still run a bootloader version of the RUU. Run the RUU.exe on your pc then hit the start menu and search for: %temp%
When in the temp folder find a folder called rom.zip
I don't know the model number for your phone but you need to rename the zip file. For example on Evo 3d you rename it to PG86IMG.zip
It will be similar with this device (hopefully someone can give us the proper name) .![]()
On Evo 3d this file goes on the root of the SD card (not sure exactly where to put it on this device).
Anyway, once it's named correctly and placed in the right location, you reboot into the bootloader and it will prompt you from there.
Got there hours ago too. :banghead:
OP, please try the alternate fastboot I linked.

Please don't start RUU advice just yet.
If it's really necessary, fine.
But this is using a .45 to kill a mosquito.
This! It must be a driver issue. Once that is solved, it should be smooth sailing.
Apologies. I was scrambled to get some replies in and didn't get to read the whole thread beforehand.
I agree, was just trying to offer a workaround to his reply. Again, I apologize, I normally read through everything first but didn't this time. I was just trying to hit on some major points.
The usb storage wouldn't be working with the wrong drivers.
Do me a favor.
Install this older fastboot, see if it responds to fastboot devices, you know the setup.
Place and run in its own folder, just as this post says -
ADB Guide (updated 2013/05/21) - Android Forums
Anyone live in Canada? I could ship it hell I will even ship it to the US, This problem is bugging the hell out of me I have literally been spending days trying to figure this out.

Seems these 2 guys have had the same problem.
[Q] ADB device not recognized/No Fastboot USB/Phone does not mount in Windows - xda-developers
Days?!
I'd get out of Windows hell first.
https://help.ubuntu.com/community/LiveCD
Choose to download 32 bit 12.04 LTS, make a live cd of that.
Mail yourself my fastboot link.
Boot from live cd.
If network doesn't happen, look in the upper right, let it do the network adapter install.
Click Firefox, goto Gmail, then my link.
Download the zip file.
Open terminal (command) window by doing alt-control-t press.
Then -
cd Downloads
unzip *.zip
cd sdk-tools
chmod 755 *
sudo ./fastboot-linux devices
Tell me what happens.
Did everyone give up?
Did everyone give up?

Days?!
I'd get out of Windows hell first.
https://help.ubuntu.com/community/LiveCD
Choose to download 32 bit 12.04 LTS, make a live cd of that.
Mail yourself my fastboot link.
Boot from live cd.
If network doesn't happen, look in the upper right, let it do the network adapter install.
Click Firefox, goto Gmail, then my link.
Download the zip file.
Open terminal (command) window by doing alt-control-t press.
Then -
cd Downloads
unzip *.zip
cd sdk-tools
chmod 755 *
sudo ./fastboot-linux devices
Tell me what happens.
Actually, do this too -
Take your boot.img file, put it in a zip and Gmail it to yourself.
In Firefox, visit Gmail, then download.
In new Terminal window -
cd Downloads
unzip boot.img.zip
Then if the early fastboot-linux command worked, go ahead and say -
cd sdk-tools
sudo ./fastboot-linux flash boot ../boot.img
In sdk-tools, what do get if you enter
ll
That's two little L's.
By the way, I'm not sure why you decided to go and use instructions from posts other than what I'm giving here, but whatever, it won't hurt anything, just delay things.
And then create a new Terminal window again and in that, enter -
which fastboot-linux