I have the moto drivers installed from their website and I can see "Android ADB Interface" in my device manger but yet adb is not working for some reason.
acelluloid said:
I have the moto drivers installed from their website and I can see "Android ADB Interface" in my device manger but yet adb is not working for some reason.
Click to expand...
Click to collapse
Try
adb kill server
adb start server
Thats what got mine fixed.
pacman377 said:
Try
adb kill server
adb start server
Thats what got mine fixed.
Click to expand...
Click to collapse
Thanks for the reply but that did not work.
acelluloid said:
Thanks for the reply but that did not work.
Click to expand...
Click to collapse
Do you have the moto cast driver installed. I believe I read that was someones problem too. Btw i had so to the kill and start server several times before it worked.
pacman377 said:
Do you have the moto cast driver installed. I believe I read that was someones problem too. Btw i had so to the kill and start server several times before it worked.
Click to expand...
Click to collapse
I tried that multiple times and to no avail. These are the drivers I have http://developer.motorola.com/tools/usb_drivers/
How about this:
http://forum.xda-developers.com/showthread.php?p=28173753#post28173753
Related
As the title states when I run adb devices it returns an empty list. I have USB Debugging on. I am at a loss here. I have also uninstalled the drivers and tried to push the Google drivers in SDK. That still didn't work. Any advice would be much appreciated.
Thanks
Toggle debugging on then off.
I am in the same boat as you. A suggestion was posted in my thread in the Q&A section that PDANet solves the issue as it installs the drivers for you but it didn't work for me. Any dev's know a solution to this issue.
"fastboot devices" should work.
orangechoochoo said:
"fastboot devices" should work.
Click to expand...
Click to collapse
mine does it gives me the serial number and fastboot
but neither of our adb devices work.
I did the USB Debugging toggle multiple times and and it won't work. I saw your thread termin8tor22 and I am in the process of trying the pdanet solution. I'll post back if it works for me.
orangechoochoo said:
"fastboot devices" should work.
Click to expand...
Click to collapse
When you say that it should work, are you referring to the fact that we can run the exploit and unlock the phone even though it doesn't show in adb devices? I haven't been able to get mine to work that way. Thanks.
The pdanet didn't work either same error as previously stated. Mine doesn't even show up in fastboot devices. I am at a total loss here. I tried to override the drivers and it fails and states that the MTP USB Drivers are the most up to date and refuses to change or update it.
antnyh said:
When you say that it should work, are you referring to the fact that we can run the exploit and unlock the phone even though it doesn't show in adb devices? I haven't been able to get mine to work that way. Thanks.
Click to expand...
Click to collapse
No, the exploit will not work if your phone does not show up in adb.
Also, this thread should be in Q&A, not in Development.
antnyh said:
As the title states when I run adb devices it returns an empty list. I have USB Debugging on. I am at a loss here. I have also uninstalled the drivers and tried to push the Google drivers in SDK. That still didn't work. Any advice would be much appreciated.
Thanks
Click to expand...
Click to collapse
I was able to get it to see the device after going into cwr. then i was all good
jsa11ey001 said:
I was able to get it to see the device after going into cwr. then i was all good
Click to expand...
Click to collapse
How can we get cwr whithout an unlocked bootloader or root. This isn't helpful unless we have cwr already on there which we don't as we don't have root because we don't have adb to push the exploit. I don't mean to be rude but I am getting aggravated with this ADB thing.
CastleBravo said:
No, the exploit will not work if your phone does not show up in adb.
Also, this thread should be in Q&A, not in Development.
Click to expand...
Click to collapse
The thread is where it is unless a mod wants to move it.
jsa11ey001 said:
I was able to get it to see the device after going into cwr. then i was all good
Click to expand...
Click to collapse
I am trying to unlock it so I can get CWR on it. I can't even unlock it since it refuses to show up in ADB. How did you get CWR on yours if you don't mind me asking?
antnyh said:
The thread is where it is unless a mod wants to move it.
I am trying to unlock it so I can get CWR on it. I can't even unlock it since it refuses to show up in ADB. How did you get CWR on yours if you don't mind me asking?
Click to expand...
Click to collapse
I pushed thru adb. did you uninstall htc sync and update your android sdk. sorry just trying to give any usefull info. not in any way a master dev or anything
---------- Post added at 06:43 AM ---------- Previous post was at 06:35 AM ----------
i used this method http://forum.xda-developers.com/showthread.php?t=1996389, and had to do the CIDGEN unlock because I have a verizon phone. I followed the steps exactly and had 0 problems.
see you pushed through adb, which we cant get to recognize our devices. thats all, no harm intended.
antnyh said:
The pdanet didn't work either same error as previously stated. Mine doesn't even show up in fastboot devices. I am at a total loss here. I tried to override the drivers and it fails and states that the MTP USB Drivers are the most up to date and refuses to change or update it.
Click to expand...
Click to collapse
did you change your environment variable path set to your adb/fastboot location?
As for the drivers:
HTCDriver.RAR > run the exe
HTCDriver.rar
HTC.RAR > put in C:\Program Files\ and C:\Program Files (x86)
HTC.rar
thats my setup and it worked
antnyh said:
As the title states when I run adb devices it returns an empty list. I have USB Debugging on. I am at a loss here. I have also uninstalled the drivers and tried to push the Google drivers in SDK. That still didn't work. Any advice would be much appreciated.
Thanks
Click to expand...
Click to collapse
Hello,
I had similar issues with ADB not recognizing the DNA, I disabled HTC sync and closed out of the HTC SYNC in the task manager... You may or may not have tried this... Based on my experience this was what happened with me.. I also have windows 8 64bit. Hope this helps
:fingers-crossed:
I installed drivers listed on one of the forums here. then i installed htc sync. Then i had to download the sdk /with google drivers.
I would assume that when you have your command prompt open that you cd into the folder. platform-tools. that way the cmd can find adb?
kraziekc said:
Hello,
I had similar issues with ADB not recognizing the DNA, I disabled HTC sync and closed out of the HTC SYNC in the task manager... You may or may not have tried this... Based on my experience this was what happened with me.. I also have windows 8 64bit. Hope this helps
:fingers-crossed:
Click to expand...
Click to collapse
Hmm.. I haven't started mine yet but I'm on win8, this seems like good advice. Will be trying later and post results
Sent from my HTC6435LVW using Tapatalk 2
damagickid said:
I installed drivers listed on one of the forums here. then i installed htc sync. Then i had to download the sdk /with google drivers.
I would assume that when you have your command prompt open that you cd into the folder. platform-tools. that way the cmd can find adb?
Click to expand...
Click to collapse
If you set up adb right you don't have to CD into that folder.
Sent from my HTC6435LVW using xda app-developers app
You need to disable HTC Sync. Go in task manager and see if there is another ADB current running. That is what happened to me, HTC Sync was trying to push via ADB so when I tried to root it couldn't recognize my DNA.
My phone is LG Prada P940.
The problem is when I connect the phone to usb debug mode, status bar show slow charging, usb debug start completely.
But, when I try to root it in cmd, it sticks at daemon running. When I try "adb devices" command, it says "xxxxxxxxxxxxxxxxxxxxxxx offline".
Now I can't root my phone.
Anyone have had experience for this solution? Please help. Thanks in advance.
Just try the below command and post your findings..
adb kill-server
adb start-server
And make sure usb debugging is checked
Sent from my GT-N7000 using xda app-developers app
Thatgrass said:
And make sure usb debugging is checked
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
All was done, but it still didn't work. Devices still offline.
amith007 said:
Just try the below command and post your findings..
adb kill-server
adb start-server
Click to expand...
Click to collapse
All was done, but it still didn't work. Devices still offline.
Have you tried with another PC?? If not have a try..
Are you sure drivers are installed and that your pc recognizes it?
Sent from my GT-N7000 using xda app-developers app
Thank
Thatgrass said:
Are you sure drivers are installed and that your pc recognizes it?
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
Thank you for all your help. I've tried all of those solutions: tried on the other computers, the phone could be recognized and I could even upgrade the firmware, and stuff. Unfortunately, couldn't be rooted because the devices offline issue.
Any other ways? Please!
nhthanh05 said:
Thank you for all your help. I've tried all of those solutions: tried on the other computers, the phone could be recognized and I could even upgrade the firmware, and stuff. Unfortunately, couldn't be rooted because the devices offline issue.
Any other ways? Please!
Click to expand...
Click to collapse
Are you using the latest version of ADB?
aidfarh said:
Are you using the latest version of ADB?
Click to expand...
Click to collapse
Absolutely. The main issue is that I couldn't run any root methods to root the phone, because of the ADB devices offline.
nhthanh05 said:
Absolutely. The main issue is that I couldn't run any root methods to root the phone, because of the ADB devices offline.
Click to expand...
Click to collapse
Were all the computers you tested on running Windows? How about trying running ADB on a Linux PC and see if it works?
Another thing, maybe you can try installing this driver on Windows just in case it's a driver issue:
http://download.clockworkmod.com/test/UniversalAdbDriverSetup6.msi
The above is a Universal ADB Driver for Windows newly developed by Koushik Dutta.
Need help. ADB devices offline.
aidfarh said:
Were all the computers you tested on running Windows? How about trying running ADB on a Linux PC and see if it works?
Another thing, maybe you can try installing this driver on Windows just in case it's a driver issue:
http://download.clockworkmod.com/test/UniversalAdbDriverSetup6.msi
The above is a Universal ADB Driver for Windows newly developed by Koushik Dutta.
Click to expand...
Click to collapse
Thanks a lot. I wish it could work, but it did not.
By the way, my phone used to be rooted before. One day, I did something wrong with the 'bootloader' file in the system folder, then the phone could not restart. I had to do some things such as: downgrade, upgrade the firmware, and stuff. Everything seems ok then. Just the phone could not be rooted any longer.
Have any ideas? I will try whatever. Please!
I have same problem. plz help
a day after i rooted and flashed a rom on my l9, it just died, idk how. can't get into any kind of "mode". the strange thing is when i connect is via usb it tries to connect but a dialog box comes up in the bottom right saying "USB device not recognized" it makes the connect/disconnect sound over and over until i unplug it. Device manager doesn't show anything, it just keeps refreshing because the device is attempting to connect. I've tied different cables and different ports also, and no luck.
any help will be greatly appreciated, thanks
hachem28 said:
a day after i rooted and flashed a rom on my l9, it just died, idk how. can't get into any kind of "mode". the strange thing is when i connect is via usb it tries to connect but a dialog box comes up in the bottom right saying "USB device not recognized" it makes the connect/disconnect sound over and over until i unplug it. Device manager doesn't show anything, it just keeps refreshing because the device is attempting to connect. I've tied different cables and different ports also, and no luck.
any help will be greatly appreciated, thanks
Click to expand...
Click to collapse
Adb drivers? have you installed them?
kishandoshi said:
Adb drivers? have you installed them?
Click to expand...
Click to collapse
well i installed the original l9 drivers, is there specific adb drivers for it?
hachem28 said:
well i installed the original l9 drivers, is there specific adb drivers for it?
Click to expand...
Click to collapse
may b. well my story is. i had bricked my phone. installed the universal adb drivers as my phone doesnt have any driver released by company. and i did restored and flashed stock rom. hope it works for you.
kishandoshi said:
may b. well my story is. i had bricked my phone. installed the universal adb drivers as my phone doesnt have any driver released by company. and i did restored and flashed stock rom. hope it works for you.
Click to expand...
Click to collapse
Do you happen to have a link for the universal adb drivers?
hachem28 said:
Do you happen to have a link for the universal adb drivers?
Click to expand...
Click to collapse
adbdriver.com
hachem28 said:
Do you happen to have a link for the universal adb drivers?
Click to expand...
Click to collapse
More than likely your device is malfunctioned.
Sent from my LGMS769 using XDA Premium 4 mobile app
I have a new S4 with baseband MK2. I am getting ready to do the root etc. but I was testing ADB first to make sure it works.
I have installed the latest USB drivers, and turned debug on in the S4
I get get adb to launch, but when I use the command "ADB devices" nothing shows up.
I have rebooted both PC and phone with the same results.
Question,
Does the phone need to be rooted before ADB will work? If so....then how to I side load "Towelroot"? or anything else for that matter.
am I missing some sdk files...or something else?
Thanks
wetwaterdog said:
I have a new S4 with baseband MK2. I am getting ready to do the root etc. but I was testing ADB first to make sure it works.
I have installed the latest USB drivers, and turned debug on in the S4
I get get adb to launch, but when I use the command "ADB devices" nothing shows up.
I have rebooted both PC and phone with the same results.
Question,
Does the phone need to be rooted before ADB will work? If so....then how to I side load "Towelroot"? or anything else for that matter.
am I missing some sdk files...or something else?
Thanks
Click to expand...
Click to collapse
Usually when nothing shows up at all it's a driver issue. What drivers did you install where did you get them. Windows right?
Edit : root not required.
jawmail said:
Usually when nothing shows up at all it's a driver issue. What drivers did you install where did you get them. Windows right?
Edit : root not required.
Click to expand...
Click to collapse
Got the drivers from samsung site...latest ver 1.5.45. phone connects to windows computer and displays directories so I know the USB driver is ok.
I did some more looking and am updating my sdk devices right now. I expect that to correct the problem.
wetwaterdog said:
Got the drivers from samsung site...latest ver 1.5.45. phone connects to windows computer and displays directories so I know the USB driver is ok.
I did some more looking and am updating my sdk devices right now. I expect that to correct the problem.
Click to expand...
Click to collapse
Drivers are good then, update your SDK like you said and try again. It should work after that, I don't have an S4 but they're all the same when it comes to ADB and fastboot. Good luck.
jawmail said:
Drivers are good then, update your SDK like you said and try again. It should work after that, I don't have an S4 but they're all the same when it comes to ADB and fastboot. Good luck.
Click to expand...
Click to collapse
Yup....sdk's installed and all is well.....
I sure wish I knew exactly which downloads to take from the SDK download manager....
I played it safe with the 4.3 and 4.4. I didn't know if the updates were progressive (included all past needed stuff) or just specific for the version.
ive been trying to get fastboot drivers onto my z5c for 2 hours now, device manager with some xiaomi drivers, disable driver updates when restarting my pc, the whole shpeal, but nothing has worked as the damned message "the best drivers are already installed, windows has determined" yada yada yada, i was wondering if anyone could help? anything will be appreciated, any info will be provided if need be.
Try linux
Berni-0815 said:
Try linux
Click to expand...
Click to collapse
Darn
I'm sorry for my short, but honest, comment.
But Windows is notorious for its quirks of allegedly mismatched drivers.
This rarely happens with Linux.
MrTheyes said:
ive been trying to get fastboot drivers onto my z5c for 2 hours now, device manager with some xiaomi drivers, disable driver updates when restarting my pc, the whole shpeal, but nothing has worked as the damned message "the best drivers are already installed, windows has determined" yada yada yada, i was wondering if anyone could help? anything will be appreciated, any info will be provided if need be.
Click to expand...
Click to collapse
Do you still need help installing drivers?
MrTheyes said:
ive been trying to get fastboot drivers onto my z5c for 2 hours now, device manager with some xiaomi drivers, disable driver updates when restarting my pc, the whole shpeal, but nothing has worked as the damned message "the best drivers are already installed, windows has determined" yada yada yada, i was wondering if anyone could help? anything will be appreciated, any info will be provided if need be.
Click to expand...
Click to collapse
My SXZ5C (and SXZ1C) were not listed with 'fastboot devices'. So I installed this https://adb.clockworkmod.com/ and then (more or less) followed a guide :
1) Device manager
2) Right click on device (the android device with the yellow warning signal).
3) 'Update driver'
4) 'Browse my computer for drivers'
5) 'Let me pick from a list [...]'
6) Clicked the only one that appeared (don't remember it's name, because now my SXZ5C is installed as 'Android Composite ADB Interface' and not as whatever it was before I succeeded). Also possible it has nothing to do with the Universal ADB Drivers linked at the beginning, because I already installed a bunch of different stuff I don't remember.)
7) Then I could proceed as planed as my devices were now listed.
That is the guide I used : https://stackoverflow.com/a/35076765
Adb works here under windows 11 with the drivers bundled by microsoft like a charm.
mvikrant97 said:
Do you still need help installing drivers?
Click to expand...
Click to collapse
since i usually use windows 10 for pretty much everything, i do need a sorta walkthrough on how to install the drivers on ubuntu, cause im not really up to date with this terminal stuff
Code:
sudo apt-get install adb fastboot
The package that comes with Ubuntu Mate is broken, adb-pair does not work, how you will get on I don't know, it may be better to use the official adb.
There are instructions for installing adb on Linux here
Using ADB and fastboot | LineageOS Wiki
wiki.lineageos.org
Just extract adb somewhere and add it to your $path
I'm using the adb version that came with Xubuntu since many years now without any problems.
Is this problem solved? A feedback would be nice...
Berni-0815 said:
Is this problem solved? A feedback would be nice...
Click to expand...
Click to collapse
I gave the phone to my friend and he just hasn't been out with it for a bit, but what I do remember is not knowing how to install adb, how to run anything since I was using Ubuntu from Rufus on a usb (not installed) and yeah, a walkthrough or something would hundred percent be appreciated
In the post #10 is a kind of walkthrough...
Berni-0815 said:
In the post #10 is a kind of walkthrough...
Click to expand...
Click to collapse
Ah **** yeah sorry, been a bit since I saw that
(PEBKAC, deleted - sorry)