I am having issues with adb getting to work. I have tried every tutorial under the sun. I have uninstalled, reinstalled and stopped windows from automatically updating the driver yet it keeps installing the stupid mass storage driver for it. Any help on this would be greatly appreciated.
Thanks
You didn't mention what version of windows. It is fine for me with XP sp3.
However,if I have virtual box running then I get the driver install dialog.
I am running win7 64 bit I think I might end up trying virtual box with xp on it and if I don't get it then I will be back it seems no one has responded to any of my threads. Any ideas would be great though.
I can't get adb on Ubuntu under virtual box on XP to work. Stop virtual box and adb on XP is fine. Leave virtual box running and adb fails - windows insists on trying to install the virtual box (or other) driver when I connect the NC.
For me, the Nook Color has always be troublesome to get the ADB to connect and work.
I seem to find that the app adbWireless works all the time for me. Instead of trying to connect adb through the USB port which always seems to have driver issues for me, it connects it through the wireless connection. No drivers needed.
bytte said:
I can't get adb on Ubuntu under virtual box on XP to work. Stop virtual box and adb on XP is fine. Leave virtual box running and adb fails - windows insists on trying to install the virtual box (or other) driver when I connect the NC.
Click to expand...
Click to collapse
Hope this help
http://forum.xda-developers.com/showthread.php?t=1329983
Related
Is anyone having problems with adb and vista?
When I start the adb shell I can type about 2 or 3 commands and then it stops responding. When I type the 3rd command or so instead of it going back to # at the command prompt it just goes to the next line with out a prompt.
Also when this happens I go to task manager and try to shut down the adb.exe but it won't I have to reboot my computer.
I have a laptop and a usb keyboard when I start have the problems with adb my key board wont work ether. So I have tried it with out the usb key board but have the same problem.
I have also tried running adb and xp compatible but still have the same problem. Is there anything else I can use other than adb?
I am having problems as well. I flashed my custom boot image yesterday and now today it is saying that it cannot find my device. It has worked since December and then today, nothing. In Need of Help.
What version of vista are you using??,,, additionally this should be moved to the "Dream" Section
I have Ultimate x64, have no issues. I assume you have the proper drivers as you can do a couple commands, yes??
Vista 32 Ultimate here and I've never had an issue. Go to the Device Manager and see what it shows when ADB stops working. Sounds like your USB controllers are taking a ****.
I'm using vista 32 bit. I think I'm haveing a usb conflict.
Sorry for posting in the wrong forum
I have Ultimate x64 and no problems.
I had a problem with the driver that was configured to G1. Maybe..
I have Vista Home Premium x64. On Vista SP1 I had no problems. After upgrading to SP2 the adb will connect once and in Eclipse I can get a few commands through, then it hangs. After that I cannot kill the adb process, nor get any response from an adb command.
When I roll back to SP1 it works again. Though under SP1 it is still not completely stable, however it is always possible to kill the adb process and connect the device again.
I wonder if anyone has a fix for this. I haven't seen the exact symptom posted but I may have missed it.
Two computers: First, windows 7, android sdk installed, adb works perfectly fine.
Second, is a windows xp virtual machine (xVM virtualbox) with the USB device passed through from the host (windows 7). On this one, 'adb devices' shows the Fire (it lists the serial number and "device") but if I try to 'adb shell' it just hangs, or 'adb logcat' just repeatedly says '- waiting for device -').
Not sure if it is an xp issue or with trying to use the virtual machine... it's not a big deal because I can always use my desktop, but if it's possible, I would like to be able to do this in the existing virtual machine. I might just create a linux vm too which would be ok.
I use vmware and works perfect
Works great in a linux vm too so I am happy now
I am using my laptop for ADB currently, but I want to know if it is possible to run ADB through windows in a Virtual Machine? I have gotten to where I have ADB running and the VM reconizeds the phone but as soon as I type,
Code:
adb devices
There is no response. Side note: I am using VMware and am running Tvall's CM7 on my phone.
Edit: solved was a driver issue
adb works when drivers for adb were installed
did you install drivers from Android SDK Tools?
at second you need turn usb debugging on (settings/applications/development)
5[Strogino] said:
adb works when drivers for adb were installed
did you install drivers from Android SDK Tools?
at second you need turn usb debugging on (settings/applications/development)
Click to expand...
Click to collapse
Yes I know this. The virtual machine knows the device is there(ADB drivers are installed) but in cmd it doesn't work. USB debugging is on, another option is the wireless ADB from CM7, but I have no idea how that works. Thanks for the help.
acseazzu said:
Yes I know this. The virtual machine knows the device is there(ADB drivers are installed) but in cmd it doesn't work. USB debugging is on, another option is the wireless ADB from CM7, but I have no idea how that works. Thanks for the help.
Click to expand...
Click to collapse
When connecting phone through usb debugging there is 'Android USB Devices' section in Device Manager (My Computer / Manage / System Tools / Device Manager). Do you have this section while connecting?
Wireless adb application establishes connection via custom port and adb can use this port to communicate with phone.
5[Strogino] said:
When connecting phone through usb debugging there is 'Android USB Devices' section in Device Manager (My Computer / Manage / System Tools / Device Manager). Do you have this section while connecting?
Wireless adb application establishes connection via custom port and adb can use this port to communicate with phone.
Click to expand...
Click to collapse
In device Manager it has "Android Composite ADB Interface" and a "HTC Android Device" My VM connects to HTC Android device, not letting me connect to it in ADB. Before I connect my device and before it installed the drivers I installed the Google driver package from AndroidSDK. Thanks for your help.
How did you fix it?
acseazzu said:
In device Manager it has "Android Composite ADB Interface" and a "HTC Android Device" My VM connects to HTC Android device, not letting me connect to it in ADB. Before I connect my device and before it installed the drivers I installed the Google driver package from AndroidSDK. Thanks for your help.
Click to expand...
Click to collapse
So how did you end up fixing this? I want to connect my phone to the VM.
This is happening to me right now. I have a VM Windows 7, it can detect a "HTC Android Device" but the platform-tool command line cant detect my phone. Even with ADB USB drivers, platform-tools, as well as HTC-sync installed.
How did you fix it? Please tell me
kazzarok said:
So how did you end up fixing this? I want to connect my phone to the VM.
This is happening to me right now. I have a VM Windows 7, it can detect a "HTC Android Device" but the platform-tool command line cant detect my phone. Even with ADB USB drivers, platform-tools, as well as HTC-sync installed.
How did you fix it? Please tell me
Click to expand...
Click to collapse
I uninstalled all the drivers (with USBdeview) and instead of installing with the Google Driver I used the HTC one for MyTouch 3G. I think I installed the drivers before I plugged in the phone. And also what software are you using to run your VM?
acseazzu said:
I uninstalled all the drivers (with USBdeview) and instead of installing with the Google Driver I used the HTC one for MyTouch 3G. I think I installed the drivers before I plugged in the phone. And also what software are you using to run your VM?
Click to expand...
Click to collapse
I am using Oracle VM Virtualbox. Doing VM Windows 7 under Ubuntu 11.10.
I have been trying a few times in the VM Windows 7. I tried the lastest HTC Sync 3.0.0.0 as well as the older version 2.0.3.3 that worked when I was using full Windows 7.
But in VM, nothing works
The VM win 7 can detect a USB Composite Device, but it cant find the correct driver.
edit:
Oh my god!! hopefully you still havent read this post yet because I just got it working!
In the settings of the VM, theres an option to enable USB 2.0
But to enable that, we must install the Oracle VM VirtualBox Extension Pack
It works!
edit2:
but somehow the transfer speed is really slow...
i guess i will just install windows again dual boot it
Yay! Congrats if I helped at all please hit the thanks button.
Sent from my Dream/Sapphire using XDA
acseazzu said:
Yay! Congrats if I helped at all please hit the thanks button.
Sent from my Dream/Sapphire using XDA
Click to expand...
Click to collapse
Not until you tell me about your VM
I want to know that because at the moment the transfering and intallation of APK files in Oracle VM VirtualBox is utterly slow (comparing with my old Win7 days), I am interested in other alternative VM which might be faster.
I see you mentioned VMware in you first post, I went to their website (link) but I see a lot different products... can you tell me which one you used, can you please tell me more about your VM?
Thanks in adcance.
edit:
Hey there again, I fainlly got VMware working.
I went for VMware Player 4.0.2. But for Ubuntu 12.04, we need a custom patch the VMware before it can run gracefully.
Not I have got it running now, VMware is so much faster than Oracle VM.
Thanks for the suggestsion!
kazzarok said:
Not until you tell me about your VM
I want to know that because at the moment the transfering and intallation of APK files in Oracle VM VirtualBox is utterly slow (comparing with my old Win7 days), I am interested in other alternative VM which might be faster.
I see you mentioned VMware in you first post, I went to their website (link) but I see a lot different products... can you tell me which one you used, can you please tell me more about your VM?
Thanks in advance.
edit:
Hey there again, I fainlly got VMware working.
I went for VMware Player 4.0.2. But for Ubuntu 12.04, we need a custom patch the VMware before it can run gracefully.
Not I have got it running now, VMware is so much faster than Oracle VM.
Thanks for the suggestsion!
Click to expand...
Click to collapse
I personally use Workstation. But for me VMware is alot faster than Oracle VM VirtualBox. Glad I could help
adb driver won't connect
I'm running windows parrallel on my mac. On the windows side I have the samsung drivers downloaded but when I go to root my phone the command line says doesn't recognize. Anyone know away I can get drivers to recognize phone when running virtual on a mac?
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 am running Win 7 x64 ultimate. I have a AT&T S3. I have tried every port on my laptop. I have updated Kies. I have tried the drivers from here http://www.samsung.com/us/support/owners/product/SGH-I747MBBATT. I can't get the 'Samsung Mobile MTP device' to install correctly. Can anyone help?
bird333 said:
I am running Win 7 x64 ultimate. I have a AT&T S3. I have tried every port on my laptop. I have updated Kies. I have tried the drivers from here http://www.samsung.com/us/support/owners/product/SGH-I747MBBATT. I can't get the 'Samsung Mobile MTP device' to install correctly. Can anyone help?
Click to expand...
Click to collapse
If you installed the drivers and restarted your computer, just open Odin and plug phone in while on (NOT DOWNLOAD MODE/ JUST HAVE ODIN OPEN) let computer recognize your phone(Install drivers) then shut down Odin and you should be ready to go
Thanks for the reply. However, this did not work. I should be able to connect to a PC to transfer files but I can't. I have now tried this on two other PC's (another Win 7 ultimate and a Win XP SP3). Watching device manager, it seems like the driver is ok for a minute (i.e. not yellow exclamation mark) and then it pops up. On the XP machine, I just tried to let Windows find the driver (i.e. I didn't dowload it from Samsung) every 30 seconds or so Windows just keeps popping up with the 'found new hardware' message. I am getting error 'code 10' saying the driver can't start. In a virtual machine, I tried another Win XP SP3 in which I did install the Samsung drivers and I got an error saying that the device wasn't found in the INF file. There are alot of subdirectories inside the Samsung USB driver folder, does anyone know which driver should be installed for this? I want to manually try to install it.
bird333 said:
Thanks for the reply. However, this did not work. I should be able to connect to a PC to transfer files but I can't. I have now tried this on two other PC's (another Win 7 ultimate and a Win XP SP3). Watching device manager, it seems like the driver is ok for a minute (i.e. not yellow exclamation mark) and then it pops up. On the XP machine, I just tried to let Windows find the driver (i.e. I didn't dowload it from Samsung) every 30 seconds or so Windows just keeps popping up with the 'found new hardware' message. I am getting error 'code 10' saying the driver can't start. In a virtual machine, I tried another Win XP SP3 in which I did install the Samsung drivers and I got an error saying that the device wasn't found in the INF file. There are alot of subdirectories inside the Samsung USB driver folder, does anyone know which driver should be installed for this? I want to manually try to install it.
Click to expand...
Click to collapse
I had the same problem as you. Guess what fixed it? Using a different usb port on the same machine. Weird, I know, but it worked for me though I have no idea why that would make a difference
Sent from my SPH-L710 using xda app-developers app
Been there done that it didn't work. I did a factory reset and it worked on this XP pc I am using at work. I'll try it on Win 7 when I get home. I didn't let google download all my apps this time to try to keep the phone clean. Before I had Launcher Pro (didn't use it though) and ADWLauncher Ex (I did use this one) both of which are home screen launchers. I don't know if something with ADWLauncher messed something up with the USB debug or what. This XP machine was behaving like USB debug wasn't checked when it was. About every 60 seconds it would detect the MTP device but I never could actually browse the phone.
I had the same problem. I switched cables and uninstallEd/ reinstalled the drivers. One of those fixed it for me
Sent from my SAMSUNG-SGH-I747 using xda app-developers app