ADB device not found for HTC One M8 - One (M8) Q&A, Help & Troubleshooting

Hello folks, i am having trouble trying to get adb to recognize my device. Every time i try to do adb reboot, daemon starting etc... And then after it says device not found. I tried uninstalling and reinstalling the drivers for thehtc one m8 and yet it still doesnt work. Please help me as i want to gain s-off
Sent from my HTC One_M8 using XDA Premium 4 mobile app

Are you using a pc running Windows 8. That was my problem. Worked fine on an old laptop running Windows 7
Sent from my HTC One_M8 using XDA Premium 4 mobile app

BubooBear said:
Hello folks, i am having trouble trying to get adb to recognize my device. Every time i try to do adb reboot, daemon starting etc... And then after it says device not found. I tried uninstalling and reinstalling the drivers for thehtc one m8 and yet it still doesnt work. Please help me as i want to gain s-off
Sent from my HTC One_M8 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
same happened with me. It turned out there was a prompt on my M8's screen asking for permission for my computer to use USB debugging. I gave it access and adb was working fine.

I had the same problem on windows 8. I installed HTC sync and everything worked fine.

Make sure USB debugging is enabled.
When you connect your phone and use the 'adb devices' command for the 1st time your phone will give an USB debugging RSA prompt. Click ok and you will be good to go in windows 7. Just run the 'adb devices' command again (or click on the UP arrow on the KB, this will replicate the last typed command) to check it sees it.
Windows 8 - No idea

grentuu said:
Make sure USB debugging is enabled.
When you connect your phone and use the 'adb devices' command for the 1st time your phone will give an USB debugging RSA prompt. Click ok and you will be good to go in windows 7. Just run the 'adb devices' command again (or click on the UP arrow on the KB, this will replicate the last typed command) to check it sees it.
Windows 8 - No idea
Click to expand...
Click to collapse
I must have missed that prompt, is there a way for me to do anything that will have that prompt show up one more time? I am running windows 7.
Sent from my HTC One_M8 using XDA Premium 4 mobile app

BubooBear said:
I must have missed that prompt, is there a way for me to do anything that will have that prompt show up one more time? I am running windows 7.
Sent from my HTC One_M8 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Turn off usb debugging. Give the phone a reboot.
Turn USB debugging on again and connect it to your PC again
Look at the phone It should come up again. Make sure it is set to 'always authorise'
Type adb devices = profit

grentuu said:
Turn off usb debugging. Give the phone a reboot.
Turn USB debugging on again and connect it to your PC again
Look at the phone It should come up again. Make sure it is set to 'always authorise'
Type adb devices = profit
Click to expand...
Click to collapse
I had the same issue on my Windows 8 pc.. I was able to rectify the adv device not found issue by going into device manager , clicking on the HTC one icon and manually installing the drivers by browsing through my computer and using my Nexus adb drivers and everything worked fine after that

Download htc sync, you'll need those drivers. Then follow grentuu's instructions.

umjammerlammy said:
Download htc sync, you'll need those drivers. Then follow grentuu's instructions.
Click to expand...
Click to collapse
Thanks a ton. I had just plugged my m8 in after a fresh win8.1 install and couldn't figure out why I could copy files but not see it under ADB after the adb google driver install.

Canadianreaper said:
Thanks a ton. I had just plugged my m8 in after a fresh win8.1 install and couldn't figure out why I could copy files but not see it under ADB after the adb google driver install.
Click to expand...
Click to collapse
Glad I could help!

I had the same problem using Windows 8.1. adb and fastboot were definitely installed correctly as I already used them for flashing other ROMs on my Nexus 7. The solution in my case was to download and install the HTC Sync Manager. After installing the hsm the adb and fastboot commands worked perfectly.
Best regards,
B.

Related

[Q] HTC One X Driver for Android 4.2.2

Hi Guys
Do a require a specific driver for the new 4.2.2 system. I have updated my phone to run Cyanogenmod 10.1 and had some issues originally getting adb etc to identify the phone. I have since got past this and now get an unauthorised error in adb. This is normal the issue im having is that my phone does not prompt me when I connect it to my PC. I should be getting a whitelist prompt to confirm I authorise the Pc to run ADB commands.
Has anyone else had this rather than the expected whitelist prompt im getting the little android bloke asking do I want to copy files via usb. Im just trying to work out what I need to do to get my phone to prompt me when I connect via ADB. I have already enabled ROOT access to Apps and ADB, Enabled USB debugging etc
Any help would be appreciated I have tried a number of drivers but only ever get asked to copy file via usb.
Appsdroid said:
Hi Guys
Do a require a specific driver for the new 4.2.2 system. I have updated my phone to run Cyanogenmod 10.1 and had some issues originally getting adb etc to identify the phone. I have since got past this and now get an unauthorised error in adb. This is normal the issue im having is that my phone does not prompt me when I connect it to my PC. I should be getting a whitelist prompt to confirm I authorise the Pc to run ADB commands.
Has anyone else had this rather than the expected whitelist prompt im getting the little android bloke asking do I want to copy files via usb. Im just trying to work out what I need to do to get my phone to prompt me when I connect via ADB. I have already enabled ROOT access to Apps and ADB, Enabled USB debugging etc
Any help would be appreciated I have tried a number of drivers but only ever get asked to copy file via usb.
Click to expand...
Click to collapse
Do you have HTC Sync Manager?
Also, in Device manager does your Drivers have Errors (Yellow Triangle)?
Wilks3y said:
Do you have HTC Sync Manager?
Also, in Device manager does your Drivers have Errors (Yellow Triangle)?
Click to expand...
Click to collapse
Hi Mate
I have tried with HTC Sync on and again after uninstalling it both result in the same issue usb prompt rather than ADB fingerprint prompt. No in Device Manager both of the connections for the device identify and install correctly. One with the phone and another stating something like Android Interface device not on my PC at the mo to confirm the exact name but its something like
My HTC
Android Interface Device or possibly android ADB interface
Appsdroid said:
Hi Mate
I have tried with HTC Sync on and again after uninstalling it both result in the same issue usb prompt rather than ADB fingerprint prompt. No in Device Manager both of the connections for the device identify and install correctly. One with the phone and another stating something like Android Interface device not on my PC at the mo to confirm the exact name but its something like
My HTC
Android Interface Device or possibly android ADB interface
Click to expand...
Click to collapse
Hmm Very strange.
Try:
http://forum.xda-developers.com/showthread.php?t=2217396
Or if not try hasoons Root Toolkit, im sure that installs some drivers too. Hasoons got my ADB working.
Finally, to find ADB device, are you opening command prompt in Platform-tools folder?
Wilks3y said:
Hmm Very strange.
Try:
http://forum.xda-developers.com/showthread.php?t=2217396
Or if not try hasoons Root Toolkit, im sure that installs some drivers too. Hasoons got my ADB working.
Finally, to find ADB device, are you opening command prompt in Platform-tools folder?
Click to expand...
Click to collapse
Nice one cheers mate will try these drivers when I get home later. I was originally using Hasoons toolkit which is what flashed the recovery and new rom but once I updated to 4.2.2 the toolkit stopped. It was coming up as device offline. I have managed to get it working by overwritting the old ADB and fastboot files with the new ones for 4.2.2. The ones the toolkit comes with is 4.1 so was erroring as it didnt know to carry out the fingerprint check.
Yes mate I have tried various methods I have accessed the android\android-sdk\platform-tools folder and run ADB from there this identifies the phone but states its not authorised. I tried using the toolkit with the new ADB and fastboot but get the same.
Im just missing the ADB prompt on my phone for usb debugging just cant for the life of me identify why im getting the copy files from usb prompt rather than the adb fingerprint prompt. Im sure its drivers so am hopeful the ones on the link will fix it. Fingers crossed
I was having issues with adb not finding my device. These drivers worked for me...
crshd said:
I was having issues with adb not finding my device. These drivers worked for me...
Click to expand...
Click to collapse
Nice one mate will try these ones when I get in to on way home now hopeful one of the driver links sorts out the prompt for me will update later thanks guys
Sent from my HTC One X using xda app-developers app
Cheers All removed all drivers for htc one x then downloaded the 4.2 versions from the link
http://forum.xda-developers.com/show....php?t=2217396
once reinstalled adb gave unauthorised error again but then put the prompt up on the phone. So possible the 4.2 contains the info for requesting permission as i havent changed anything other than the drivers adb and fastboot have been the same since i started. Anyway cheers all
confusion about installing driver
crshd said:
I was having issues with adb not finding my device. These drivers worked for me...
Click to expand...
Click to collapse
bro i download your driver but how to install it. my htc one x just start in fastboot mode. i want to unlock bootloader but without adb i am helpless
If you have Windows 7,8,8.1 just enable automatic update and let windows install correct drivers
Sent from my HTC One X using Tapatalk 2

[Q] PC (HTC Sync) Won't install drivers

Hello,
I have a problem the my HTC One X and my (Windows 7 x64) Computer. It won't install the correct drivers to use ADB and to see it in Windows Explorer. I've tried everythingI can think of. I know there thousands of other threads like this, and I read many of them but none provide a solution for me :/. I'm sure my One X is not the problem, it's working fine, I have a laptop wich also runs Windows 7 x64 and it's all working fine on it. (It's a Lenovo Ideapad Z500, i7 version) What I've tried:
- 4 different USB Ports (I have tried 2 USB2 ports and 2 USB3 ports. No luck.
- Remove the device from system using Windows Device Manager -> Disconnect phone -> Install HTC Sync -> Reboot -> connect phone. Nothing happens, Windows reports no drivers can be found.
- Manually select drivers from the HTC Sync Installation folder. Windows tells me those aren't the correct drivers. (For me: C:\Program Files (x86)\HTC\HTC Driver\Driver Files\Win7_x64)
And yes, USB debugging is on, and I do accept HTC Sync Manager on my phone. I am running ARHD 31.0. My phone does connect OK in Fastboot mode, by the way. I can use Fastboot commands perfectly fine. (Flash boot/recovery image, clear cache etc etc)
I have no idea what to do to get it working, but maybe you guys do? Any tips/ideas?
Thanks in advance.
Had this problem last week. I solved it this way:
- Uninstalled HTC Sync + HTC Drivers
- Installed ADB Universal Drivers: http://drivers.softpedia.com/get/MOBILES/Clockworkmod/Clockworkmod-Universal-Android-ADB-Driver.shtml
- Rebooted PC
- Booted my HOX in bootloader
- went to fastboot
- connected usb cable between pc and hox
- went in recovery mod (latest cwm version)
- from there I was able to push adb commands from my pc
I basically did what is said on this page: http://news.softpedia.com/news/A-Clockworkmod-Universal-ADB-Driver-Is-Finally-Up-for-Grabs-343944.shtml
You can also use ADB over network if your phone boot properly and if your PC is on the same wifi network.
Thanks Alray for the tips but it doesn't install that driver either. Still a big ! in device manager named Android Phone. And I shouldn't need to push anything to the phone AFAIK, as I said it all works fine on the laptop, Including ADB!
What if u turn on 'automatically install from windows update' option and let the windows make the work.
Sent from my HTC One X using xda premium
convict_moody said:
What if u turn on 'automatically install from windows update' option and let the windows make the work.
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
It says it can't find good drivers in Windows Update.
Did u enabled the option?
This morning I faced the same problem since I recovered my pc to windows 7 x64 ultimate. And fixed it through the option, when I come home ill take screenshots and post. Btw the options are in the bottom of the window where it says driver failed.
Sent from my HTC One X using xda premium
convict_moody said:
Did u enabled the option?
This morning I faced the same problem since I recovered my pc to windows 7 x64 ultimate. And fixed it through the option, when I come home ill take screenshots and post. Btw the options are in the bottom of the window where it says driver failed.
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
All options I can find about downloading drivers from the internet are enabled. When I tell the PC to look online for drivers, it won't find anything.
EDIT:
Okay, I had the setup look thru the whole C drive looking for drivers, it reported it found one. But failed installing because files were missing..... !? That makes me think there's something corrupt in Windows/System32/Drivers or somewhere in those driver folders.
Try this Link I think it is helpfull, if didn't help I will but when I reach home.
http://windows.microsoft.com/en-us/...ivers-and-updates-for-your-hardware#section_2
Sent from my HTC One X using xda premium
convict_moody said:
Try this Link I think it is helpfull, if didn't help I will but when I reach home.
http://windows.microsoft.com/en-us/...ivers-and-updates-for-your-hardware#section_2
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
Thanks for the link I was looking for something like that. But nothing works, I already had setup everything automatic updating and driver search thru windows update. It can't find any drivers.
Hey, I just wanted to chime in on this thread because I'm having precisely the same problem as Qubica.
I'm using Windows 7/64 and I've been using this laptop to manage/root/ADB several Android devices for as long as I've owned it.
I noticed last Friday that I could no longer mount my T-Mobile G2 either as a USB mass-storage device nor could I connect to it using ADB. This was the day after Windows Update installed a bunch of patches, and I had also installed the updated chipset drivers for my laptop a few days earlier.
I took a look at the device manager and this is what I saw:
(android_devmgmt.png)
Now, that's weird because I mount the storage card at least two times a month to move files around. So I did what seemed like the reasonable thing and Uninstalled the device altogether, and then installed the HTC Sync app to reinstall the drivers, as I had done originally. Unfortunately, the "Android Phone" non-detection of the device has persisted.
The installation logs from the HTC Sync app also indicates that the drivers were successfully installed, but the installer seems to quit about halfway through the process, so it's not at all clear that the installation logs are accurate.
Here's what the properties sheet of that device looks like:
(android_devmgmt_properties.png)
I've been following the advice I've read here and elsewhere: I've attempted to download several different versions of the HTC drivers from various locations and manually point Device Manager at the folders containing those drivers. I've extracted and executed the HTCDriver.exe installer separately from the HTC Sync installer. I've attempted to install generic ADB drivers from a number of locations, including Google and the Clockworkmod Universal ADB drivers.
Here's the result when I try to install the drivers (by pointing Windows at the correct location for the driver files) or if I allow Windows Update to search for the drivers:
(cant-find-android-driver.png)
So, this morning I tried the more drastic step of uninstalling all of the USB Root Hub devices and rebooting the laptop. When the computer came back, it did not automagically reload those generic drivers, but fortunately I was able to manually choose the generic (Standard USB Host Controller) -> USB Root Hub device from the list of options, and it worked---for getting the USB ports to function, but not the Android device.
I've also checked to make sure there were no software restriction policies in place in gpedit.msc that affected the installation of the drivers, and found none. I also poked around in the Registry in the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles path and found no problems there with either permissions or settings.
I'm basically at my wit's end here; Windows is behaving like the driver installation is subject to a software restriction policy -- seemingly, actively preventing the driver from being installed -- but nothing shows up in the logs that would indicate that a policy is in place. The laptop can't mount the device, and I'm kind of stuck.
I guess I'll follow the thread for a while and see if anyone else has any suggestions. Thanks in advance to all that offer their help.
Amishrabbit said:
--Long post--
Click to expand...
Click to collapse
Hi, I've did everything you did execept for uninstalling the USB root hub and looking in the registry, I hope someone has a solution....
Anybody?
I prefer uninstalling the driver (Called unknown device, and it appears when I plug the device) from device manager, unplug your device then replug it again and wait for windows to get your driver.
Sent from my HTC One X using xda premium
convict_moody said:
I prefer uninstalling the driver (Called unknown device, and it appears when I plug the device) from device manager, unplug your device then replug it again and wait for windows to get your driver.
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
I tried that many times, the problem is, it doesn't get the driver when I plug it back in.
Do u have linux?
Sent from my HTC One X using xda premium
convict_moody said:
Do u have linux?
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
Not at the moment, but I can get it.
If you can't solve the drivers problem, install linux then install adb and fastboot packages from the sftware marketplace. That should help.
Sent from my HTC One X using xda premium
convict_moody said:
If you can't solve the drivers problem, install linux then install adb and fastboot packages from the sftware marketplace. That should help.
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
But there must be a way to get it working, as it works PERFECT on my laptop. (Wich uses Microsoft drivers!)
Here's a screenshot][ of my laptop:
http://i.imgur.com/WCT2ku2.png
Try uninstalling the unknown device, and when the driver not found notification appears click on it and take a screenshot and post it here.
Sent from my HTC One X using xda premium
convict_moody said:
Try uninstalling the unknown device, and when the driver not found notification appears click on it and take a screenshot and post it here.
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
I'll have to do that tonight, I can't access my PC right now. But you mean the notification on bottom right corner? If I click on it a small window pops up saying "ANDROID PHONE: No drivers found" with a red cross.

ADB reads device as offline PLEASE HELP

trying desperately for s-off. adb finds my device but says its offline. I'll follow any instructions cause ive tried everything and cant get it to be seen as online. please and thanks
zeer.row said:
trying desperately for s-off. adb finds my device but says its offline. I'll follow any instructions cause ive tried everything and cant get it to be seen as online. please and thanks
Click to expand...
Click to collapse
http://www.wugfresh.com/faq/7/
Have you already Tried this?
Sent from my ADR6300 using xda app-developers app
Tigerstown said:
http://www.wugfresh.com/faq/7/
Have you already Tried this?
Sent from my ADR6300 using xda app-developers app
Click to expand...
Click to collapse
just looked at it. yes i accepted the prompt already and i can see my device when i list, but its listed as offline.
zeer.row said:
just looked at it. yes i accepted the prompt already and i can see my device when i list, but its listed as offline.
Click to expand...
Click to collapse
I get this occasionally on a different device. But if I unplug and then plug it back in again, sometime takes more than once, it works
Sent from my Nexus 5
jd1639 said:
I get this occasionally on a different device. But if I unplug and then plug it back in again, sometime takes more than once, it works
Sent from my Nexus 5
Click to expand...
Click to collapse
ive been at it for 4 hours
heres a pic
zeer.row said:
ive been at it for 4 hours
Click to expand...
Click to collapse
Do you have usb debugging enabled?
Sent from my Nexus 5
jd1639 said:
Do you have usb debugging enabled?
Sent from my Nexus 5
Click to expand...
Click to collapse
yes, and unknown sources checked , and unchecked verify apps
zeer.row said:
yes, and unknown sources checked , and unchecked verify apps
Click to expand...
Click to collapse
And you're using the same cable that came with the phone? Also use usb 2.0 not 3.0 ports. These are the only things I can think of.
Sent from my Nexus 5
ADB
If you are trying to connect ADB for Weaksauce, you have to open apps folder,
run Weaksauce and accept prompt,
then run SU and accept prompt,
Then start giving your ADB commands.
just download drivers straight from htc thats all
I had the same problem at first. Then I installed Android SDK and copied the path to where the folder is on my C drive. Afterwards, Turned OFF USB Debugging, used the "revoke usb authorization" option, then Turned On USB Debugging on the phone again and the Key Verification window popped up on my phone and selected "ALWAYS" for adb to be used on the attached computer. Then tested with the command "adb devices" and now my m8 is all good and ready to go. No more offline or unauthorized.
has to be a driver situation thats stuck on my pc, used another laptop (different computer) downloaded latest sdk n it worked. this can be deleted. genuine thanks to everyone who gave input!!
michaelbsheldon said:
If you are trying to connect ADB for Weaksauce, you have to open apps folder,
run Weaksauce and accept prompt,
then run SU and accept prompt,
Then start giving your ADB commands.
Click to expand...
Click to collapse
I'm not using weaksauce because I wasn't sure if it worked on a Sprint phone. Does it?
thendyy said:
I'm not using weaksauce because I wasn't sure if it worked on a Sprint phone. Does it?
Click to expand...
Click to collapse
Just checked at the weaksauce website, and it says that it 'may' work for sprint.
If yours isn't running newest HTC releases for your phone, weaksauce could work.
I'd try it: worst thing that could happen is that you'd have a do a factory reset from hboot.
Best wishes -
mike
I got the offline message also and found out that i have to disable my USB 3 driver in Device manager.
When they are disabled i can use adb to my phone.

Pratically given up on m8 with windows 8.1. What can I do?

I cant get adb drivers to work with 8.1. I've tried every driver in the book. Followed a few guides , erased drivers , reinstalled , even at one point tried reinstalling windows , different USB port, different cable . now I am no means a novice , but is there something simple I'm missing ? Any help appreciated
Sent from my HTC One_M8 using xda app-developers app
unbroken said:
I cant get adb drivers to work with 8.1. I've tried every driver in the book. Followed a few guides , erased drivers , reinstalled , even at one point tried reinstalling windows , different USB port, different cable . now I am no means a novice , but is there something simple I'm missing ? Any help appreciated
Sent from my HTC One_M8 using xda app-developers app
Click to expand...
Click to collapse
perhaps uncheck mtp and select camera and turn off debugging ? boot into recovery while connected ? that installs a driver also. have you installed a "naked driver " ?
unbroken said:
I cant get adb drivers to work with 8.1. I've tried every driver in the book. Followed a few guides , erased drivers , reinstalled , even at one point tried reinstalling windows , different USB port, different cable . now I am no means a novice , but is there something simple I'm missing ? Any help appreciated
Sent from my HTC One_M8 using xda app-developers app
Click to expand...
Click to collapse
been in your place it sucks @@
anyways, i dont exactly remember what was the solution but I think it was pdanet.
download it from here http://pdanet.co/a/ it should install the adb
hope it works
unbroken said:
I cant get adb drivers to work with 8.1. I've tried every driver in the book. Followed a few guides , erased drivers , reinstalled , even at one point tried reinstalling windows , different USB port, different cable . now I am no means a novice , but is there something simple I'm missing ? Any help appreciated
Sent from my HTC One_M8 using xda app-developers app
Click to expand...
Click to collapse
Need more info about your problem. what happens when you type adb devices?
If I'm not mistaken there were a few people that had the same issue and it turned out to be a bug when trying to use a USB 3.0 port on their computers. If you are using a USB 3.0 port for your cable you might wanna try plugging it into a USB 2.0. FYI I could be remembering completely wrong
I did everything but an engineering hboot with USB 2.0 port on an Intel x79 chipset motherboard on Windows 8.1.
Sent from my HTC One_M8 using XDA Premium 4 mobile app
I had this problem too but got around it. I had no problem getting the device detected in Fastboot mode, but ADB was a problem. What I did was download and begin installation of the latest HTC sync manager with the phone already connected. It seems the first thing it does is install updated drivers then asks if you want to continue with the installation. I didn't want to install sync manager, so I cancelled the install. However the drivers remained. After a reboot I checked Device manager and sure enough Android 1.0 device was there with working drivers.
Checked the device was recognised with the ADB command ADB DEVICES, but showed no device connected. I then unplugged the USB cable and plugged in to another USB 2.0 port and voila device gets deteced by ADB.
I also had to use this version of ADB http://www.mediafire.com/download/e5mieo2vxjd71ws/android-tools.zip and it had to be the original HTC USB cable and USB debugging enabled in Developer options.
Now for some reason I have to swap USB ports each time ADB doesn't detect the device and pretty much works each time.
I think it's usb3 issue , adb doesn't work on usb3 ports,
there was a subject on how to convert usb3 port into usb2 search the forums
USB 3.0 worked fine for me on 8.1. I used Sooner ADB drivers and manually picked them.
Sent from my HTC6525LVW
Ya usb3.0 worked for me too on two systems but I do know others had issues so I wanted to point it out.
Sent from my HTC One_M8 using XDA Premium 4 mobile app
I have no issues on win 8.1 I use the Google USB drivers that are with the sdk. The first time, I do have to go into device manager and update the driver. When it asks do you want to locate the driver or pick it from a list select pick from a list. There should be an Android entry if you installed the USB driver. Select that and then select adb interface. You'll also have to do the same for fastboot mode the first time.
Sent from my HTC One_M8 using Tapatalk
I couldn't find a working version of ADB for 8.1 however I installed HTC Sync from the virtual CD and that installed all the drivers. Uninstalled sync manager cos I don't use it and the drivers remain and work fine.
graffixnyc said:
I have no issues on win 8.1 I use the Google USB drivers that are with the sdk. The first time, I do have to go into device manager and update the driver. When it asks do you want to locate the driver or pick it from a list select pick from a list. There should be an Android entry if you installed the USB driver. Select that and then select adb interface. You'll also have to do the same for fastboot mode the first time.
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
check your usb 3 controller. Is it intel 3.0 usb controller. if you see intel xtensible controller in device manager this could be the issue, it can break adb on all ports. here is a link to a fix for this usb problem i can confirm it works as i have had this issue myself. Hope this helps
http://plugable.com/2012/12/01/windows-8-and-intel-usb-3-0-host-controllers
Had the same issue when trying to achieve root. Booted Windows to advanced start up and disabled the driver enforcement and everything just went smooth from there. Drivers installed just fine and everything just worked.
Sent from my HTC One_M8 using Tapatalk
unbroken said:
I cant get adb drivers to work with 8.1. I've tried every driver in the book. Followed a few guides , erased drivers , reinstalled , even at one point tried reinstalling windows , different USB port, different cable . now I am no means a novice , but is there something simple I'm missing ? Any help appreciated
Sent from my HTC One_M8 using xda app-developers app
Click to expand...
Click to collapse
search for all-in-one-toolkit for the M8. it has links to installing drivers, u can use that toolkit to flash RUU, kernel, recovery, unlock bootloader and even run commands.
I used pdanet to install drivers for fastboot, you might wanna try it.
Sent from HTC One m8, or maybe not anymore
Rosch89 said:
Had the same issue when trying to achieve root. Booted Windows to advanced start up and disabled the driver enforcement and everything just went smooth from there. Drivers installed just fine and everything just worked.
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
This is likely the issue.

S-OFF a HTC One M8 on a MacBook

Hey Guys, i have a very big problem.
i cannot S-OFF and Root my M8 on my Mac
ADB are installed
Fastboot for Mac also.
USB-Ddebbuging is enabled.
where is the problem, it cant find my Device.
Is USB debugging enabled?
Also it should come up a little notification on the M8 asking for permission for the computer to use it... Did you accept that?
Dan-SRi said:
Is USB debugging enabled?
Also it should come up a little notification on the M8 asking for permission for the computer to use it... Did you accept that?
Click to expand...
Click to collapse
there is no option to accept anything ?
Taker18 said:
there is no option to accept anything ?
Click to expand...
Click to collapse
Thats strange...
Try:
Type adb kill-server
Type adb start-server
Type adb devices
I always set the superuser to accept all requests while doing ADB or fastboot, its just easier lol.
In my case I installed htc sync, then connected the one m8 and then dragged a couple of files, then uninstalled the htc sync and tried again... Just for drivers sake... Even on my Mac.
No doesnt work
Sent from my HTC One_M8 using XDA Free mobile app

Categories

Resources