I have a windows 8.1 tablet that only has a mircoUSB connector.
I've installed adb & fastboot drivers.
If I connect my Nexus tablet to my Windows tablet via OTG & USB Cables, it's detected fine when the Nexus tablet is booted normally.
I can run adb and browse the Nexus table without issue.
However if I reboot the Nexus tablet to the bootloader and then connect it to the Windows tablet, I get a quick connection sound and an instant disconnection.
Nothing appears in Device Manager.
Same Nexus tablet on a Windows 7 laptop or Windows 8.1 PC works fine in bootloader mode.
So what am I doing wrong on the Windows 8.1 tablet ?
Should this work via OTG ?
Is it a driver issue ? if it is how do I install the driver when nothing appears in device manager ?
Thanks
Related
If I plug in LG Nexus 5X to computer with Win7. I see only one device. It's MTP.
USB\VID_18D1&PID_4EE6&REV_0310
USB\VID_18D1&PID_4EE6
But when I plug in the device to computer with Win8 the system detects 2 devices:
USB\VID_18D1&PID_4EE6&REV_0310&MI_00
USB\VID_18D1&PID_4EE6&MI_00
and
USB\VID_18D1&PID_4EE6&REV_0310&MI_01
USB\VID_18D1&PID_4EE6&MI_01
One for MTP device and other for ADB device.
So. How can I detect 2 devices on Win7?
My Nexus 5X is not detecting in adb in Win7 machine but it's working on Ubuntu machine. I have latest drivers on Win7 (from Android SDK manager). It detects as MTP or Camera device but not in adb.
I had the same problem.
Connect the Nexus 5X with your Win7 machine and switch in PTP (Photo transfer) Mode.
Then it should hopefully install the right drivers.
So I want to root my Sony Xperia Miro to get Cyanogenmod which has proposed that it can get my phone to Android Kitkat, but when I try and root it with OneClickRoot it doesn't recognise that my phone is on USB Debugging Mode with it on Mass Storage Mode.
I'm on a Windows 7 64bit Lenovo laptop
Install drivers for your phone by installing SOny PC companion, istall adb adb and fastboot from this link
https://github.com/koush/UniversalAdbDriver
Den use any tool you wish , best tool is
http://forum.xda-developers.com/showthread.php?t=1886460
I'm using the Eclipse ADT bundle on Windows 7 32-bit.
I'm trying to run my app on my phone (Motorola Droid Razr Maxx hd) which is running android 4.4.2 kitkat. I Have turned on USB debugging on the phone, and have installed drivers. But the eclipse doesn't show my device. here is the
My Apps min sdk:8 and Target sdk:19
I know there are similar questions
Device not being detected in eclipse
Connecting Droid Maxx for Android Development
Eclipse cannot find my android 4.1.2 device
Why is Eclipse's Android Device Chooser not showing my Android device?
but these doesn't solve my issue.
Just check if your phone adb device is detected and visible in windows devices manager. Possible reasons are:
Turned off USB debugging.
Not installed drivers for this specific phone model (as far as I remember, old motorola devices works with drivers from Motorola, not the Google's one.
Check connection - I had some troubles when connected phone with some low quality USB cable.
If you look in your Device Manager (on windows 7 click Start, right-click Computer and choose Manage) you might see that Motorola ADB Interface doesn't have a driver. This is what happened to me after my phone's Android operating system upgraded from 4.x to 5.1.
The driver can be found inside the Motorola Device Manager on Motorola's website. This will get you the drivers for Windows and this will get the drivers for Mac.
After I installed the latest driver adb could find my devices again (verified by running adb devices on the command line)
I just purchased a Samsung Galaxy Nexus to develop apps on my MacBook Air running Lion. I enabled USB debugging and plugged it into my MacBook. The device isn't listed when I run adb devices (platform tools rev10). Any ideas?
Ensure that your phone is set to connect in PTP mode, not MTP mode.