Phone not recognized by ADB - AT&T HTC One (M8)

Hey guys. I'm trying to root my m8 by using the toolkit. Well, I try to get the Token ID but adb fails since it can't find any devices. I've uninstalled the drivers, re installed, tried different sources, everything and I just can't get it to be recognized by ADB.
Anybody have any ideas? I'm running Win8x64
Regards
Smith

I'm having the same problem

smithisize said:
Hey guys. I'm trying to root my m8 by using the toolkit. Well, I try to get the Token ID but adb fails since it can't find any devices. I've uninstalled the drivers, re installed, tried different sources, everything and I just can't get it to be recognized by ADB.
Anybody have any ideas? I'm running Win8x64
Regards
Smith
Click to expand...
Click to collapse
Make sure your SDK is up to date, and that you are opening the command prompt from the proper location. Also make sure that USB debugging is enabled in developer options on the device.

I've had the same issue. I did all of the above and even tried on a Mac and adb still hasn't recognized my phone. Im on win 7x64. Still researching for an answer.

I'm not sure if this will hold true for everyone, but what worked for me was to updat the adp.exe and dlls. Then after I did that, ran the get token script from the toolbox, open the phone to the home screen, and accept the connection request from the computer.

I ended up having to just start the process over again on a different computer, but it worked, so I'm happy lol.
Regards
Smith

You can also try disabling USB Debugging and re-enabling it while the USB is connected. Works for me so far

Related

Can't install HTC drivers

Hello I did not wanted to make a new thread for this question, but I can't figure it out.. I'm preparing my phone for jcase exploit to unlock my bootloader. I did just about everything to prepare the phone except for the drivers, and the drivers are usually the easiest thing to install.
1. I have sdk installed
2. Java is up to date
3. I have set up HTC sync several times.
- my phone is on debuggin
- I have followed the steps on HTC sync page including tunrning off my antivirus
The pic is what it says everytime I try to install drivers. There is also a pic of my platform-tools. When I try locate on adb the imei is not popping up it says waiting for device. What else can I do to install my drivers.. thx
sent from my DNA
to install the drivers, install htc sync. after that you should be all set.
you can probably open up a CMD and check adb devices
if it doesnt show up try running CMD with admin rights.
donjuan08 said:
Hello I did not wanted to make a new thread for this question, but I can't figure it out.. I'm preparing my phone for jcase exploit to unlock my bootloader. I did just about everything to prepare the phone except for the drivers, and the drivers are usually the easiest thing to install.
1. I have sdk installed
2. Java is up to date
3. I have set up HTC sync several times.
- my phone is on debuggin
- I have followed the steps on HTC sync page including tunrning off my antivirus
The pic is what it says everytime I try to install drivers. There is also a pic of my platform-tools. When I try locate on adb the imei is not popping up it says waiting for device. What else can I do to install my drivers.. thx
sent from my DNA
Click to expand...
Click to collapse
You can always search on Google HTC droid dna usb drivers, There might be some defected or missing files at yours. And if that doesn't work, try on a different computer.
OK, similar situation. I went through jcases exploit without a hitch. Adb works just fine, I can see my device with adb devices command. When I go to bootloader/fastboot-usb, and try to get my unlock token from htcdev, all I get is waiting for device. The fact that adb works tells me that the drivers are installed. What am I missing?
trickster2369 said:
OK, similar situation. I went through jcases exploit without a hitch. Adb works just fine, I can see my device with adb devices command. When I go to bootloader/fastboot-usb, and try to get my unlock token from htcdev, all I get is waiting for device. The fact that adb works tells me that the drivers are installed. What am I missing?
Click to expand...
Click to collapse
When in the bootloader have you selected the fastboot option?
Sent from my rooted and debloated HTC DNA
Mazer_R said:
When in the bootloader have you selected the fastboot option?
Sent from my rooted and debloated HTC DNA
Click to expand...
Click to collapse
Yes. I did this without issue on my Rezound, but this is really starting to piss me off.
trickster2369 said:
Yes. I did this without issue on my Rezound, but this is really starting to piss me off.
Click to expand...
Click to collapse
Ok, to further help you, I'm going to need you to thoroughly walk me through the steps you're taking -- all commands you're running, what you're plugging in, everything. I don't mean to insult you're intelligence or anything, but it's probably something simple.
Mazer_R said:
Ok, to further help you, I'm going to need you to thoroughly walk me through the steps you're taking -- all commands you're running, what you're plugging in, everything. I don't mean to insult you're intelligence or anything, but it's probably something simple.
Click to expand...
Click to collapse
No worries. As I stated earlier, I went through the unlock exploit from jcase without any problems. I went to htcdev, got to the spot to enter the command to get the unlock token(already in bootloader/fastboot usb), and I get "waiting for device".
trickster2369 said:
No worries. As I stated earlier, I went through the unlock exploit from jcase without any problems. I went to htcdev, got to the spot to enter the command to get the unlock token(already in bootloader/fastboot usb), and I get "waiting for device".
Click to expand...
Click to collapse
Some diagnostics:
1) Run fastboot devices
2) Move to a USB port of another USB bus (like on another side of the computer of the furthest port away physcially)
3) Reboot and do a 'adb devices'
4) Is HTC Sync installed? I've heard it can fudge some things up. Uninstall it if it is (the drivers will remain installed).
Reason for edit: making the diagnostics more clear for future users with this problem.
Mazer_R said:
Some diagnostics:
1) Run fastboot devices
2) Move to a USB port of another USB hub (like on another side of the computer of the furthest port away physcially)
3) Reboot and do a 'adb devices'
---------- Post added at 11:48 PM ---------- Previous post was at 11:46 PM ----------
Edit: Is HTC Sync installed?
Click to expand...
Click to collapse
Man, do I feel not so smart now. I moved to another usb port, plugged, and the drivers installed. Fastboot recognized and listed my device. I don't know how many times I've heard "try another port", and it never even crossed my mind.
Thanks, from a 44 year old geek
:laugh::laugh::laugh:
trickster2369 said:
Man, do I feel not so smart now. I moved to another usb port, plugged, and the drivers installed. Fastboot recognized and listed my device. I don't know how many times I've heard "try another port", and it never even crossed my mind.
Thanks, from a 44 year old geek
:laugh::laugh::laugh:
Click to expand...
Click to collapse
That's great to hear, man! Sometimes, when you're in a lower level hardware ROM, USB connections get finicky, and swapping around which USB bus handles the connection helps. Glad to hear you're unlocked -- let us know how the unlock finishes out.
Mazer_R said:
That's great to hear, man! Sometimes, when you're in a lower level hardware ROM, USB connections get finicky, and swapping around which USB bus handles the connection helps. Glad to hear you're unlocked -- let us know how the unlock finishes out.
Click to expand...
Click to collapse
Done deal. Unlocked, ready to get loaded.
trickster2369 said:
Done deal. Unlocked, ready to get loaded.
Click to expand...
Click to collapse
Good to hear! If you have any issues in the future feel free to PM me or ask on http://chat.andirc.net:8080/?channels=#droid-dna (the guys there are very friendly and helpful.) Or, post on the forums, but that one's obvious.

Cant Root or Unlock windows 8

I've spent at least 6 hours today trying to figure this out. I've (tried) following numerous guides. I've never used ADB and I am have a lot of trouble with that. I've tried using the one-click tool, that doesnt work. This seems extremely complicated. More complicated than any other phone I've rooted and unlocked. Is it a Windows 8 issue?
I did it, it was a pain however I had other issues with win8 such as all large file downloads would freeze up then my dl speed would skyrocket then appear to be downloaded and were corrupt. Ive since reverted to win7 and my s3...DNA wasnt cutting it for me but ill return to DNA later on down the road, what issue you having? getting adb? I had to change my usb drivers
nolimitzr2 said:
I did it, it was a pain however I had other issues with win8 such as all large file downloads would freeze up then my dl speed would skyrocket then appear to be downloaded and were corrupt. Ive since reverted to win7 and my s3...DNA wasnt cutting it for me but ill return to DNA later on down the road, what issue you having? getting adb? I had to change my usb drivers
Click to expand...
Click to collapse
Yes I am having trouble getting ADB. How did you change the USB Drivers?
art0605 said:
Yes I am having trouble getting ADB. How did you change the USB Drivers?
Click to expand...
Click to collapse
for me, to get the drivers to work i had to install htc sync.
If you plug in your phone, you should have 2 virtual cd's, one of them HTC sync.
After you get it installed, open a command prompt using administrator privileges (even though i am admin on my pc, i had to do this anyways)
and try running the command ADB devices and see if your phone shows up. that's what i had to do to get it to work.
Cdoan34 said:
for me, to get the drivers to work i had to install htc sync.
If you plug in your phone, you should have 2 virtual cd's, one of them HTC sync.
After you get it installed, open a command prompt using administrator privileges (even though i am admin on my pc, i had to do this anyways)
and try running the command ADB devices and see if your phone shows up. that's what i had to do to get it to work.
Click to expand...
Click to collapse
I am pretty sure I did the exploit correctly. But when trying to submit the token, I get Error Code: 160.
Try right clicking on the root program if there is an AIO and select compatability and chose windows 7
Sent from my SCH-I535 using Tapatalk 2

[Q] Help restoring my rooted, S-OFF, moonshine DNA to stock

Hey!
This is my first time posting, but I have read tons of threads on here over the last year or so with my Droid DNA.
A while ago, I rooted my DNA, and unlocked the Bootloader, and used moonshine for S-OFF. I now want to undo all that I have done. Wiping data is no issue, I backed up all my info. I plan to get a new phone soon. Basically, I can't get adb drivers to work. So I deleted my drivers, and installed the ones mentioned in the thread linked below, and I can't find how to get these drivers to work.
My plan is to follow this thread, using step 3 (for moonshine). I have TWRP installed, and flashed the lock_bootlader.zip file provided there. I cannot get adb to work, however, for the next step. For example, "adb devices" returns no devices. And thus i cannot use adb commands. When I run "adb devices", it shows this. What do I do??
Thanks
Some more clarification:
I might also add that Device manager shows my phone as "HTC6435LVW", under "Portable Devices". It seems to recognize it as an MTP Device when I try to update the drivers, and won't let me update the drivers, because "The best driver software for your device is already installed".
In addition, HTC Sync Manager does not recognize my phone either. I should mention that I already chose "Reset Phone" from the Settings menu, and then also did a Factory Reset from TWRP.
I'm so confused by all this - Why can't I get ADB to recognize it?? I have been and will continue to be searching for solutions to this problem here on XDA and also on Google. And do I even need to do all this to give my phone back to Verizon?
Try getting the drivers from PDAnet. If you are using Windoze 8 or 8.1 , good luck.
RLGL said:
Try getting the drivers from PDAnet. If you are using Windoze 8 or 8.1 , good luck.
Click to expand...
Click to collapse
I tried that, it gets stuck at the USB Driver Installation page, when it asks to connect your phone. I have USB debugging enabled, and I even installed PdaNet on my phone to try to use their "USB Mode". The DNA has not USB options for Mass Storage, etc like the pdanet driver help page ( pdanet . co / driver ) (It wont let me post a link because I'm a new user, sorry) tells me to look for.
Windows device manager does not recognize it as an Android phone, but instead as a portable device, could this be a problem?
Thanks for your reply
I am very interested in this as I am having a similar problem. This is the guide I attempted numerous times with no success http://forum.xda-developers.com/showthread.php?t=2293919.
av ed said:
I am very interested in this as I am having a similar problem. This is the guide I attempted numerous times with no success http://forum.xda-developers.com/showthread.php?t=2293919.
Click to expand...
Click to collapse
Ok thanks I will try this when I get home. Glad to see I'm not the only one with the problem!
EDIT: Thats the thread I am following, as I stated in the OP.
[/URL]
antrom1818 said:
I tried that, it gets stuck at the USB Driver Installation page, when it asks to connect your phone. I have USB debugging enabled, and I even installed PdaNet on my phone to try to use their "USB Mode". The DNA has not USB options for Mass Storage, etc like the pdanet driver help page ( pdanet . co / driver ) (It wont let me post a link because I'm a new user, sorry) tells me to look for.
Windows device manager does not recognize it as an Android phone, but instead as a portable device, could this be a problem?
Thanks for your reply
Click to expand...
Click to collapse
My device manager shows 2 entries:
Portable device
HTC6435LVW
and
Android USB Device
My HTC
You did not state the OS your computer has.........
See post from Santod040
RLGL said:
[/URL]
My device manager shows 2 entries:
Portable device
HTC6435LVW
and
Android USB Device
My HTC
You did not state the OS your computer has.........
See post from Santod040
Click to expand...
Click to collapse
Windows 7, and my Device Manager does NOT show the Android USB Device>My HTC. Thats the problem that I am asking for help with, the USB drivers.
antrom1818 said:
Windows 7, and my Device Manager does NOT show the Android USB Device>My HTC. Thats the problem that I am asking for help with, the USB drivers.
Click to expand...
Click to collapse
Try a different cable.
RLGL said:
Try a different cable.
Click to expand...
Click to collapse
Thanks for the suggestion, I will try it when I get home and report back with an edit to this post!
EDIT: Nope, didn't work. Momentarily, I got it to install drivers. During that time, adb worked but not fastboot. So then I deleted the drivers to try to reinstall for fastboot, and now neither of them works.

HELP!! can't unlock boot loader!

Hey guys I'm trying to unlock the boot loader through the all in one toolkit but it keeps saying device not find! All drivers installed correctly and the phone is being picked up through mass storage and connects to computer fine. I also have sdk tools installed and HTC drivers installed but the tool kit still didn't find phone. Also I run ADB devices and it didn't show up. Any ideas?
Sent from my HTC One_M8 using xda app-developers app
jonathan413 said:
Hey guys I'm trying to unlock the boot loader through the all in one toolkit but it keeps saying device not find! All drivers installed correctly and the phone is being picked up through mass storage and connects to computer fine. I also have sdk tools installed and HTC drivers installed but the tool kit still didn't find phone. Also I run ADB devices and it didn't show up. Any ideas?
Sent from my HTC One_M8 using xda app-developers app
Click to expand...
Click to collapse
Did you try closing HTC Sync Manager?
Make sure and exit completely, right click and exit in the system tray
Yeah I've tried that. I think I've done everything and adb/toolkit will not read my phone but everything else is and all drivers installed perfectly. I'm just at a loss. Mostly all androids I've had have all been read quickly especially my last phone the note 3
Sent from my HTC One_M8 using xda app-developers app
jonathan413 said:
Yeah I've tried that. I think I've done everything and adb/toolkit will not read my phone but everything else is and all drivers installed perfectly. I'm just at a loss. Mostly all androids I've had have all been read quickly especially my last phone the note 3
Sent from my HTC One_M8 using xda app-developers app
Click to expand...
Click to collapse
Not sure it would matter since you're running commands from ADB but did you turn off fast boot in the power options? Also, I know there's a tool somewhere here on XDA where you can remove all of the android drivers and start fresh. I want to say it's called USBDeview. It was part of the WugFresh nexus 10 toolkit. I used the tool to get rid of all my samsung drivers and also HTC drivers so I could start fresh
Here's a link to the toolkit. Try using the driver installation guide there, it has the tool in it I used to get rid of all the android devices to start fresh.
http://forum.xda-developers.com/showthread.php?t=2015467
This is assuming your drivers are the problem which is what it sounds like
Edit: just use that toolkit for the USBDeview tool, not to unlock your device as it is for the nexus 10. Lol sorry had to just make sure
TheEmpyre said:
Not sure it would matter since you're running commands from ADB but did you turn off fast boot in the power options? Also, I know there's a tool somewhere here on XDA where you can remove all of the android drivers and start fresh. I want to say it's called USBDeview. It was part of the WugFresh nexus 10 toolkit. I used the tool to get rid of all my samsung drivers and also HTC drivers so I could start fresh
Here's a link to the toolkit. Try using the driver installation guide there, it has the tool in it I used to get rid of all the android devices to start fresh.
http://forum.xda-developers.com/showthread.php?t=2015467
This is assuming your drivers are the problem which is what it sounds like
Edit: just use that toolkit for the USBDeview tool, not to unlock your device as it is for the nexus 10. Lol sorry had to just make sure
Click to expand...
Click to collapse
well thats the problem. ADB isnt recognizing the phone but the rest of the computer is.
jonathan413 said:
Hey guys I'm trying to unlock the boot loader through the all in one toolkit but it keeps saying device not find! All drivers installed correctly and the phone is being picked up through mass storage and connects to computer fine. I also have sdk tools installed and HTC drivers installed but the tool kit still didn't find phone. Also I run ADB devices and it didn't show up. Any ideas?
Sent from my HTC One_M8 using xda app-developers app
Click to expand...
Click to collapse
umm, did you enable developer options and enable usb debugging? if you type adb devices and nothing shows up, its not going to work. You should learn how to do it all manually anyways. It could save you in the future. Go to htc dev site and it walks you through it for windows and mac. VERY easy. You need to learn to use fastboot commands. Msg me if you can't get it done.
jonathan413 said:
well thats the problem. ADB isnt recognizing the phone but the rest of the computer is.
Click to expand...
Click to collapse
Right, and I guess I'm saying that it may be worthwhile to try cleaning out your drivers and then starting from scratch with HTC driver and android interface driver. When I cleaned out mine I had several duplicated. After removing them I was able to connect to my device just fine. I can't think of another reason why your device wouldn't connect
an0ther said:
umm, did you enable developer options and enable usb debugging? if you type adb devices and nothing shows up, its not going to work. You should learn how to do it all manually anyways. It could save you in the future. Go to htc dev site and it walks you through it for windows and mac. VERY easy. You need to learn to use fastboot commands. Msg me if you can't get it done.
Click to expand...
Click to collapse
ive never had any problems with command ADB DEVICES showing the connected device until this phone. I CANT use htcdev because it makes me download some file called "fastboot-win.zip" and after extracting it wont opne and gives me error message of some missing file which is indeed not missing. And dont you need ADB when you get the unlock token anyway? never had this type of issue before.
TheEmpyre said:
Right, and I guess I'm saying that it may be worthwhile to try cleaning out your drivers and then starting from scratch with HTC driver and android interface driver. When I cleaned out mine I had several duplicated. After removing them I was able to connect to my device just fine. I can't think of another reason why your device wouldn't connect
Click to expand...
Click to collapse
there is no other drivers showing up other than HTC's. and ive reinstalled it at least three times. everything is working except ADB recognizing the phone.
jonathan413 said:
ive never had any problems with command ADB DEVICES showing the connected device until this phone. I CANT use htcdev because it makes me download some file called "fastboot-win.zip" and after extracting it wont opne and gives me error message of some missing file which is indeed not missing. And dont you need ADB when you get the unlock token anyway? never had this type of issue before.
Click to expand...
Click to collapse
You must enable usb debugging to use adb on htc. go, settings, about and click on build like 10 times until it says developer options, then go to settings/developer options and turn on debugging. adb will not work on stock rom unless you do this.
Do you have the fastboot application in addition to the ADB application in the directory from which you are running commands? You absolutely need fastboot to get your unlock token.
Also just to clarify, what exactly does it say when you try to run ADB commands? Simply "device not found?"
an0ther said:
You must enable usb debugging to use adb on htc. go, settings, about and click on build like 10 times until it says developer options, then go to settings/developer options and turn on debugging. adb will not work on stock rom unless you do this.
Click to expand...
Click to collapse
thats already checked. just unistalled all duplicate drivers and started fresh. now there is 3 drivers not installing. CDC serial, Android phone, and CDC serial again. not sure why that one installs twice but it failed anyway..those 3 will not install for the life of me.
TheEmpyre said:
Do you have the fastboot application in addition to the ADB application in the directory from which you are running commands? You absolutely need fastboot to get your unlock token.
Also just to clarify, what exactly does it say when you try to run ADB commands? Simply "device not found?"
Click to expand...
Click to collapse
in the toolkit it says "device not found"..when i run ADB devices it says "list of devices" but shows nothing. Now when i run the command it says in missing some .DLL extension file
Reboot your computer, install HTC sync manager again, then plug in your phone and drivers should install properly. But of course uninstall or close sync manager before you start running commands again
newest adb? usb 2 port? I have a mac so its a little different, but i had to update my adb when kit kat came out.
TheEmpyre said:
Reboot your computer, install HTC sync manager again, then plug in your phone and drivers should install properly. But of course uninstall or close sync manager before you start running commands again
Click to expand...
Click to collapse
ok i followed your instructions and yes all the drivers installed correctly, thank you. BUT now i run the toolkit and now it says "error: device offline".
an0ther said:
newest adb? usb 2 port? I have a mac so its a little different, but i had to update my adb when kit kat came out.
Click to expand...
Click to collapse
not sure. i dont keep ADB on my computer. I download it only when I need to. But i followed the instructions from the other user but now i get this message. "error: device offline".
Do you get the same result when you run 'adb devices' in command prompt? Also uncheck verify apps and unknown sources in security. And I just want to make absolute certain you have usb debugging enabled once more
TheEmpyre said:
Do you get the same result when you run 'adb devices' in command prompt? Also uncheck verify apps and unknown sources in security. And I just want to make absolute certain you have usb debugging enabled once more
Click to expand...
Click to collapse
ok so i ran the toolkit for the 3rd or 4th time and it rebooted in fastboot to obtain my token to unlock. but when i enter the token into htcdev website it keeps saying its wrong length. i checked over and over and its the right length and im copying what i see from the htc dev website instructions but three times i get wrong token length.
ok i got the code to work..now onto the next step.if i have problems ill be back here.

Rooting hades!

I received a new Kindle Fire for Christmas(2015) and it is wonderful. However, I want to be able to test the apps I'm building on it. So far it has been a nightmare to root the device. I even tried RootKing, which didn't work at all. The main issue is finding XP drivers for the usb. I plug it in and I have some access to various directories, but not enough to get fastboot on there to finish the root process. Yes I did turn on debugging. Have tried four different programs, but nothing has worked. Currently running 5.1.1 on the Kindle. Can anyone point me in the right direction?
Tried:
root_fire.zip
Amazon-Fire-5th-Gen-Install-Play-Store.zip
AmazonFire5thGenSuperTool.zip
GadgetClass_Simple_Super_Tool-Fire-5th-Gen
And When I try to install drivers from other sources, it keeps telling me it can't find what it needs to install.
Thanks!
gilead7 said:
I received a new Kindle Fire for Christmas(2015) and it is wonderful. However, I want to be able to test the apps I'm building on it. So far it has been a nightmare to root the device. I even tried RootKing, which didn't work at all. The main issue is finding XP drivers for the usb. I plug it in and I have some access to various directories, but not enough to get fastboot on there to finish the root process. Yes I did turn on debugging. Have tried four different programs, but nothing has worked. Currently running 5.1.1 on the Kindle. Can anyone point me in the right direction?
Tried:
root_fire.zip
Amazon-Fire-5th-Gen-Install-Play-Store.zip
AmazonFire5thGenSuperTool.zip
GadgetClass_Simple_Super_Tool-Fire-5th-Gen
And When I try to install drivers from other sources, it keeps telling me it can't find what it needs to install.
Thanks!
Click to expand...
Click to collapse
Sounds like the forum is wrong, go here :
http://forum.xda-developers.com/amazon-fire
SOLVED! I am ROOTED! It Didn't Brick!
bibikalka said:
Sounds like the forum is wrong, go here :
http://forum.xda-developers.com/amazon-fire
Click to expand...
Click to collapse
I managed to cobble together the drivers I needed. Apparently XP needs
Universal ADB drivers AND MTA drivers in order to work. Once those are installed, it works wonderfully! Any way I can upload the file for others? Or do I need to place it on a server and link?

Categories

Resources