I wiped accidentaly my internal memory and data system, so I have no ROM to flash. I tried the sideload, but it's like stuck at "Starting ADB sideload feature... ( I don't know if that's supposed to be ok)
When I type adb devices it doesn't display my device, just says list of devices
When I type adb sideload ROM.zip it says device not found
It seems like adb is not working? I have used the same adb folder before for unlocking bootloader and rooting, soI don't know why it shouldn't work.
I even downloaded the whole adt-bundle-windows-x86_64-20130917, but same thing. I even tried another computer. Please someone give me an advice, I'm really worried
Install HTC sync and the drivers and install Universal Naked Drivers http://forum.xda-developers.com/showthread.php?t=2263822
Restart your computer then make sure antivirus and any firewalls are disabled and try to sideload again.
Sent from my HTCONE using xda app-developers app
I am in the same boat as the OP. I am going to try that and see if it works. Been silently freaking out since I was unable to use adb or anything.
Fingers crossed!
Konfuzion said:
Install HTC sync and the drivers and install Universal Naked Drivers http://forum.xda-developers.com/showthread.php?t=2263822
Restart your computer then make sure antivirus and any firewalls are disabled and try to sideload again.
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
So strange. I ended up flashing a RUU. ADB works when device is on fastboot, but doesn't work wen the phone is on (adb fastboot bootloader), or when in recovery(adb sideload ROM.zip). I tried the naked driver and same story. I'll now do some registry cleaning and such things, maybe there are leftovers from old drivers
Edit : After uninstalling all drivers and cleaning stuff, installed the naked driver and now it works like a charm. Thanks!
Konfuzion said:
Install HTC sync and the drivers and install Universal Naked Drivers http://forum.xda-developers.com/showthread.php?t=2263822
Restart your computer then make sure antivirus and any firewalls are disabled and try to sideload again.
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
Just wanted to say that the naked drivers worked like a charm. I am currently able to use the sideload on TWRP. Thank you so much! :good:
Hi,
I am using Desire C for more than a year, and i have been using customs ROMs starting with Nameless. Recently I flashed NOPE Kernel, and installed Simplicity ROM, 4.1.2. After that i am not able to flash the boot image again. It is connecting properly when in connect to the system, but once i get into Bootloader mode, suddenly i get a message "Device not recognized", and i cannot connect anymore. I tried installing and re-installing all kinds of drivers available for Desire C and HTC, but no luck. Can anyone help on this issue... Please.....
Weirdness. What commands did you try? Type adb devices in CMD and if numbers come up then it is connected
Sent from my GT-P3113 using xda app-developers app
When it is in Boot loader mode, I don't get any number, tried adb devices, result was device not found. Once I'm in bootloader, none of the adb commands works. Not even reboot command.
Sent from my HTC Desire C using xda app-developers app
lesfauves said:
When it is in Boot loader mode, I don't get any number, tried adb devices, result was device not found. Once I'm in bootloader, none of the adb commands works. Not even reboot command.
Sent from my HTC Desire C using xda app-developers app
Click to expand...
Click to collapse
Did you try this in fastboot mode?
Sent from my HTC Desire C using XDA Premium 4 mobile app
Yes... I tried it in fastboot mode... as soon as the phone goes to fastboot, I get the error Windows cannot recognize the device...
Sent from my HTC Desire C using xda app-developers app
Do you have HTC sync? If so. Uninstall it. This fixed it for me...
Sent from my HTC Desire C using xda app-developers app
uchihasparky said:
Do you have HTC sync? If so. Uninstall it. This fixed it for me...
Sent from my HTC Desire C using xda app-developers app
Click to expand...
Click to collapse
Uninstalled HTC Sync. This time it showed "HBOOT USB PLUG" in the bootloader, but when i tried flashing the boot image, same error came up... and it went back to HBOOT... And it is still showing as waiting for device in the cmd.
Hmmmmmm. Not a ure then bro. Maybe read up on some guides and see ig you did anythimg wrong? :/
Sent from my GT-P3113 using xda app-developers app
Reinstalled drivers?
Sent from my HTC Desire C using XDA Premium 4 mobile app
It is supposed to say FASTBOOT USB. From the bootloader screen, select the fastboot option using your volume and power buttons.
aashay960 said:
It is supposed to say FASTBOOT USB. From the bootloader screen, select the fastboot option using your volume and power buttons.
Click to expand...
Click to collapse
rudi_j7 said:
Reinstalled drivers?
Sent from my HTC Desire C using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Tried re-installing all the drivers... Checked out some forums, and downloaded HTC Drivers, installed, still not working...
When it reboots into BOOTLOADER, it doesn't show FASTBOOT USB, but when move up and down using volume keys, it shows FASTBOOT USB. Not returning anything for FASTBOOT DEVICES. Tried to flash, showing "waiting for device"... and after sometime, got the error "windows did not recognize the usb device"...
I have a flashable boot image zip file for HTC Explorer, tried changing the boot image, and flashed. No error message then, but still shows the old one itself....
So, can anyone help me by creating a flashable boot zip... I really need to change NOPE kernel...
What version of windows are you using?
If you're on windows 7 there are known problems with the drivers so check the forums for solutions on windows drivers
Sent from my HTC Desire C using xda app-developers app
same problem
i have exactly same problem at windows 8.1
I'm using Win 8 from past 1 year... I never had this problem before, till last two months.... I flashed from Prometheus to NOPE, then after some days I tried to flash Prometheus back, I started getting this error....
Sent from my HTC Desire C using xda app-developers app
Did You check Your USB cable? It could be that it is failing...
Other than that, connect your phone in fastboot mode, wait until error pops up, then do this:
Start command prompt (as administrator in windows 7, 8...) and type this (followed by enter):
Code:
set devmgr_show_nonpresent_devices=1
and after that line, type this:
Code:
start devmgmt.msc
Now try and find devices with exclamation, there should be your android device. Now right click and uninstall it. Then plug out your phone, and plug it back in. If it doesnt't work after this, I'd say that all you can do then is to reinstall htc drivers.
calinorg said:
Did You check Your USB cable? It could be that it is failing...
Other than that, connect your phone in fastboot mode, wait until error pops up, then do this:
Start command prompt (as administrator in windows 7, 8...) and type this (followed by enter):
Code:
set devmgr_show_nonpresent_devices=1
and after that line, type this:
Code:
start devmgmt.msc
Now try and find devices with exclamation, there should be your android device. Now right click and uninstall it. Then plug out your phone, and plug it back in. If it doesnt't work after this, I'd say that all you can do then is to reinstall htc drivers.
Click to expand...
Click to collapse
No Luck... tried re-installing the drivers... changed the cable... even tried a different system... No luck at all... I think I'm gonna be stuck with this itself..... at least until buying a new cell....
Talking about new cell, I am planning for HP Slate Voice Tab 6... Any one, any suggestions on that...
Now the touch buttons are not working properly. They keep playing dead sometimes... I think my cell is coming to EOL... lol...
Sent from my HTC Desire C using xda app-developers app
I rooted my One months ago when I got it, installed viper one, and Ive been loving it.
But I havent been updating it, and my viper one was on version 2.7.
I was going to wipe my phone and install the newest version, but something went wrong with the installation and it wouldn't go through, and it somehow corrupted my CWM.
Now I cannot boot back into recovery, and Im in a bootloop.
I can get into bootloader, but thats about it.
My phone is S-ON, and I can't get my PC to detect it to flash a recovery, or anything else.
Ive updated my HTC drivers, and it doesn't seem to be helping.
Edit: it seems that my PC will detect the phone while it's in bootloop, and will go as far as putting the phone into fastboot.
But once Im in fastboot, it no longer detects my phone, so I cnanot flash a recovery.
When you're in the bootloader with your phone connected. Can you see the driver installed in device manager in windows?
Sent from my GT-I9305 using xda app-developers app
What Windows are you using. Use Windows 7 if you can. Windows 8+ can sometime have problems communicating with HTC drivers..
Either update Windows or make a ubuntu live USB/CD
Read FAQ #1 & #2 here
http://forum.xda-developers.com/showthread.php?t=2541082
Sent from my HTC One using XDA Premium 4 mobile app
No matter what I do my computer won't acknowledge my phone in command prompt.. Need help!
Sent from my 831C using XDA Premium 4 mobile app
I just had this issue while I was trying to use firewater S-off. I kept getting a device offline error. It turned out my adb drivers were old so I just downloaded the latest SDK and installed the latest drivers. Not sure if that's your issue, but updating your drivers is a start.
I've installed all the correct drivers and my computer can recognize my phone, once in boot loader mode I can find the model of my phone with terminal but anything else I try like adb or fastboot with HTC one toolkit says no device is found?? I'm just trying to root and even go s-off again but nothing is working l. Only command that works is , adb devices after that its no device found. I cannot root with toolkit or terminal I get same message.
Is there anyone that can help me with this?
Please and thank you
Sent from my HTC One using XDA Free mobile app
playboypaul said:
I've installed all the correct drivers and my computer can recognize my phone, once in boot loader mode I can find the model of my phone with terminal but anything else I try like adb or fastboot with HTC one toolkit says no device is found?? I'm just trying to root and even go s-off again but nothing is working l. Only command that works is , adb devices after that its no device found. I cannot root with toolkit or terminal I get same message.
Is there anyone that can help me with this?
Please and thank you
Sent from my HTC One using XDA Free mobile app
Click to expand...
Click to collapse
adb commands only works from custom recovery or from a booted rom with usb debugging enabled
fastboot commands only works from bootloader
don't use toolkits, use fastboot and adb directly from a command window.
apart from the toolkit, if the drivers are correctly installed and your device is detected with "adb devices"/"fastboot devices" there is no reason other commands won't works.
you can also check nkk71's guide, there is guide in the FAQ to install drivers correctly.
You could also try to use adb and fastboot from a linux live cd/usb (ubuntu for example)
Most likely you just need to enable usb debugging in settings.
Sent from my HTC One using Tapatalk
USB debugging is enabled when I try this, all the tutorials ive read pretty much start with telling u that.
I've also used the command window to try troubleshoot why toolkit didn't work and same result.
When I try push a file like twrp I get no device attached.
Sent from my HTC One using XDA Free mobile app
I'll try again and post a screenshot of command window
Sent from my HTC One using XDA Free mobile app
Figured it out thanks for the help
Sent from my HTC One using XDA Free mobile app
Had root for the day then woke today to error saying this device does not have proper root access?
I have twrp installed and working tried to reflash SuperSU and all my system apps are closing .
Sent from my HTC One using XDA Free mobile app