Android Studio not picking up usb device - IDEs, Libraries, & Programming Tools

I have verified that the device is recognized on my mac:
View attachment 2034718
but in android studio the device is not recognized:
View attachment 2034719
this is especially strange because i just successfully recognized my galaxy tab, but now my galaxy s3 won't recognize.

turns out on the galaxy s3, you have to turn on usb debugging in settings->developer options.

Related

[Q] Samsung Galaxy Tab USB Driver?

I am trying to build a simple application in Eclipse and run it in my Galaxy Tab. I have the tab connected to my PC and I have USB debugging enabled. Problem is that my PC cannot find the USB driver.
I have not been able to locate a driver for the Galaxy Tab. Any ideas?
JavaDude said:
I am trying to build a simple application in Eclipse and run it in my Galaxy Tab. I have the tab connected to my PC and I have USB debugging enabled. Problem is that my PC cannot find the USB driver.
I have not been able to locate a driver for the Galaxy Tab. Any ideas?
Click to expand...
Click to collapse
this is the gtab forum... as in viewsonic gtab... good luck with that though!
Sent from my UPC300-2.2 using Tapatalk
USB driver not seen by Windows
Hello,
To install the USB driver, you have to disable USB debogging.
Hope It will help.
Mike.
No driver needed in windows 7. Google or patiently search here.

[Q] Samsung Galaxy Tab USB Driver?

I am trying to build a simple application in Eclipse and run it in my Galaxy Tab. I have the tab connected to my PC and I have USB debugging enabled. Problem is that my PC cannot find the USB driver.
I have not been able to locate a driver for the Galaxy Tab. Any ideas?
Install KIES. It has drivers in it.

2 Nexus 4 devices behave differently in USB (MTP/PTP vs Android ADB interface)

I have 2 Nexus devices, the first one had some loose part inside and I ordered a replacement.
All was good and fine for the first one on USB connection. Win 7 x64 can recognise the old Nexus 4 in MTP, PTP, with or without USB debugging enabled. Then I have the LG USB driver installed and so I can backup my apps, game saves etc using ADB commands.
The replacement unit arrived yesterday, connected with the same USB cable. However, this time, it failed to recognise the new Nexus 4 in MTP or PTP mode, checked windows device manager, only showed up as "Android ADB Interface". If I enable USB debugging, it becomes "Android Composite ADB Interface", PTP mode managed to show up. But when switch to MTP mode, it doesn't show up.
How can I fix this??
Thanks.
do you have a non working mtp device driver in devices when plugged in?
you might have to put the device id in the mtp inf file, i had to with xp to get mtp working when in debugging mode.
meangreenie said:
do you have a non working mtp device driver in devices when plugged in?
you might have to put the device id in the mtp inf file, i had to with xp to get mtp working when in debugging mode.
Click to expand...
Click to collapse
when plugged in, it just show "Android ADB Interface" when USB debugging is disabled, same description for both MTP and PTP. Just different hardware ID.
MTP with USB debugging disabled: USB\VID_18D1&PID_4EE1&REV_0228
PTP with USB debugging disabled: USB\VID_18D1&PID_4EE5&REV_0228
MTP with USB debugging enabled: USB\VID_18D1&PID_4EE2&REV_0228
PTP with USB debugging enabled (Android Composite ADB Interface): USB\VID_18D1&PID_4EE6&REV_0228&MI_01
PTP with USB debugging enabled (PTP Camera portable device): USB\VID_18D1&PID_4EE6&REV_0228&MI_00
Can anyone shed any lights? :crying:
Just want to emphasis that all works fine if I plug in the old Nexus device.
I suspect it would work if I format and reinstall my Windows, but don't want to go down that route unless there is no other method.
open up windows/inf/wpdmtp.inf and find these lines near the top of the file...
[Generic.NTx86]
%GenericMTP.DeviceDesc%=MTP, USB\MS_COMP_MT
[Generic.NTamd64]
%GenericMTP.DeviceDesc%=MTP, USB\MS_COMP_MT
i ammended mine like so, but mine wasn't working in debugging mode, so adjust yours accordingly...
[Generic.NTx86]
%GenericMTP.DeviceDesc%=MTP, USB\MS_COMP_MTP
%GenericMTP.DeviceDesc%=MTP, USB\VID_18D1&PID_4EE2&MI_00
[Generic.NTamd64]
%GenericMTP.DeviceDesc%=MTP, USB\MS_COMP_MTP
%GenericMTP.DeviceDesc%=MTP, USB\VID_18D1&PID_4EE2&MI_00
then i updated the mtp driver, using automatic option.
hope it helps.
I had the exact same issue with my original and new RMA N4.
This thread worked perfectly for me. Now both show up as MTP and PTP as the original did:
http://forum.xda-developers.com/showthread.php?t=2012363&page=5

Nexus 7 (WiFi) Android 4.3 - USB Debugging disabled?

I enabled USB Debugging Mode and Camera (PTP) but Nexus 7 (WiFi) doesn't display, on notifications, the debug icon. When doing adb devices, no devices are attached.
Build Number
JWR667
Android version:
4.3
Any ideas about this?
And what does device manager on computer show?

Help! Can't Get ADB to Recognize Note 7

I cannot get ADB to recognize my Note 7. I've installed the ADB & FastBoot 15-second install from the XDA forum, but when I plug my N7 into the PC it only recognizes it as a USB drive.
Dev options enabled,
USB Debugging enabled
USB configuration (MTP mode)
The only entries under Other in Device Manager are CDC and MTP, no Android Device. The phone is also listed under Portable Devices. No USB mode brings up "Android" in the list of devices under Other.
Does anyone have any suggestions?
Do you have proper Samsung usb drivers installed? Check your device manager, just asking sometimes phones can be finicky when trying to get the PC to recognize devices.
Thanks carelockh! That did the trick. I looked in Device Manager and found that only the Windows USB device driver was installed. I downloaded and installed the Samsung driver and was able to connect over ADB.
No problem, anytime glad I could help.

Categories

Resources