I am using an external device to test my applications on. However, lately, I have been having trouble connecting to the device with the debugger. I have tried attaching to process, wait for debugger, reinstalling official ZTE drivers from the phone. restarting device over adb. None of these methods have worked. Is the phone just not designed to be debugged through android studio or am I missing something?
Thanks in advance
Related
first of all, i solute all u fine chaps for doing amazing work on hd2 android.
i have a questino about adb usb drivers. i have nexus1 android on my hd2and it seems perfect apart from the fact that everything installs on internal mem and not my sd card. i read a thread about how to go around it by downloading android dev sdk and usb drivers and use some commands to change default install location. keeping it simple, i have installed the sdk but usb drivers have made me pull my hair out all night. i have tried forcing drivers, reinstalled usb mass storage drivers, plugged in - out usb countless times, u name it but the error windows give me is failed because adb composite service is either disabled or not running plus when i do adb devices, it starts the demon but doesnt give device id. in device manager it shows yellow triangle on adb.
i have win vista 32bit.
plz someone help me or i will be a bald man soon getting stressed out...
thanks chaps...
Anyone,,,,?
Still unable to do it, spent 5 hours last night but no results. Feels like ADB USB drivers have something against me..lol
i had huge problems with drivers too and windows 7 64. Try your drivers on another computer with same os, I was surprised it worked. After hours of threads reading I finished by making a mistake with usbdeview and corrupt some usb files -> format
After that I found that changing of android rom helped a lot too. Now all its working perfectly, I hope you will find a less painful solution ...
Hello folks,
I had a WinXP computer, and I installed android SDK, and I was able to connect to my nook via ADB. As it was aging and having fan problem, I bought a new Dell (i5, win7, 4Gb RAM, 500 Gb HD). I installed android SDK, but never tried to ADB my nook. Yesterday I tried it, and whenever I try to connect via IP, or use adb devices, nothing shows up. I tried messing with the firewall, but it was not working at all.
Does anybody have any idea to help me? And also on how to get my firewall back (removed Norton, which I believe is a bloating spyware, and installed avast antivirus, but firewall was not released either, and it gives a 0x80070424 error).
Try this
Attach the usb cable to the NST and see if it is visible in device manager. Ideally if no driver is installed, you would just see it there with an exclamation mark.
Then follow ros87's instructions here. If adb_usb.ini doesnt exist create it.
Then from device manager, update device drivers for the unrecognized nook and point it to the i386/amd folder within the android drivers folder.
once that is done, restart adb, run "adb usb", then try "adb devices". If it worked it should show you the device.
ADB wifi was easier. In fact, it was such a long time since I last used it (before 1.1.1), that I forgot to add the adbwireless button to turn it on.
But thanks anyway. I've never dared to use USB due to inner messiness of the process.
I have google nexs 4, kitkat 4.4 updated to
I have debugger mode enabled
I try to reset abd from my eclipse i get
[2013-12-24 23:18:49 - DeviceMonitor] Adb connection Error:An existing connection was forcibly closed by the remote host
[2013-12-24 23:18:50 - DeviceMonitor] Connection attempts: 1
my device is detected by my computer..but when i try running application, my eclipse doesnt detect it?
please help
my project build target android 4.4
jdk compliance 1.6
minmiunm required sdk android 2.2 froyo chosen
target sdk: api 18
compile with: api 19 android 4.4 kitkat
so anyone?
my winbdows is windows 8
problem is not from device, because it works on windows 7...and another pc.
I also done this http://developer.android.com/sdk/win-usb.html#top
Hi
Are you sure you have ADB set up properly? You may want to get to know ADB here. At least run the devices command to see where the problem is. What you should try is restarting both Windows and your phone (we all know windows...). If that doesn't work you'll want to try a different USB cable and socket but as you are saying the device is detected by windows so the hardware shouldn't be a problem. A complete reinstall of eclipse may be needed as well.
There is an edit button so no need to post 5! times.
i fixed it by updating driver software in device managers..and selecting the google usb driver location i donwloaded via the sdk manager
thanks
krikor1 said:
i fixed it by updating driver software in device managers..and selecting the google usb driver location i donwloaded via the sdk manager
thanks
Click to expand...
Click to collapse
Great! Have fun developing!
Following the 5.0 update I've been unable to connect my S5 to my pc (Windows 7 VM for clarity). I can select the MTP/PTP options from the phone, I've (un/re) installed the drivers multiple times, but still have an unknown usb controller listed within the device manager. When I connect the phone to the VM, the OS attempts to install the device drive but it fails. Manually installing the drive by pointing to the install folder also fails. Looking at the properties of the unknown device doesn't provide any additional information.
So.... stuck. I've found a few other similar posts, but it seemed like reinstalling the drivers was the general resolution.
Thoughts?
Found and followed this guide: http://donandroid.com/how-to-install-adb-interface-drivers-windows-7-xp-vista-623
Get to the end after installing the drive, but the device won't start.
Still stuck.
I had previously connected my Asus X00TD to my laptop for transferring files. The phone doesn't connect to PC from yesterday. Only charging happens after connection, and device doesn't show up on the device manager(no change on list of devices after connection), and no notification sound of device being connected either. There is no notification in my phone as well. Here are the following workarounds I have tried, but failed:
Changing USB cable
Changing PC/laptop
Installing ADB and Qualcomm drivers and again uninstalling them(error code 10 on ADB Driver)
enabling and disabling USB debugging
changing connection mode(nothing works)
Going into safe mode
restarting and connecting multiple times
Kindly help me if possible, and your help will be kindly appreciated
I had a similar problem recently. What ended up working for me was to install some generic Android driver published by Google. I already had the ADB package installed, but without the generic Android driver published by Google, my phone could charge and transfer files, but I could not issue ADB commands through the Windows command prompt.
The package I needed was called "usb_driver_r13-windows.zip"