ChatGPT解决这个技术问题 Extra ChatGPT

ADB not recognising Nexus 4 under Windows 7

I'm running on Windows 7, and I've updated all the drivers as it says on the Android developer website regarding using hardware devices. However, Eclipse is still not recognising my Nexus 4 when I try to run the application. The Android device chooser pops up, but it doesn't show anything on the hardware section. I've turned debugging, third-party apps, and mock locations all on on my phone as well.

Is this because the phone is still new? Is there a way of making my Nexus work with Eclipse?

Nothing is showing up under ADB devices in the command prompt.

does doing adb devices in the command prompt show anything?
Have you installed Google USB drivers from Android software manager?
I have read some reports for the Nexus 7 with the same problem. The workaround for Nexus 7 is to switch it into PTP mode (under Settings -> Storage -> USB Computer Connection.). Maybe this helps for Nexus 4 as well?
You should retag your question, it has nothing to do with eclipse. It s a nexus 4 or adt or windows problem.
Open device manager > Search for ADB device If it's not there, search for an unrecognized. Tell us afterwards what you have found.

P
Peter Mortensen

I had a similar sounding situation with my Nexus 4. For me it was an issue with the drivers Windows was installing automatically. I followed the instructions in [Q]Computer won't recognize phone? - Post #8. I had some slight differences on Windows 7.

For me I,

Uninstalled the driver from Device Manager Let it automatically install the generic 'MTP device driver' Right clicked on the new device and selected 'Update Driver' Selected 'Have Disk' and pointed it to [android-sdk-dir]\extras\google Watched an 'ADB' driver install. Opened Eclipse to successfully run on my Nexus 4.

Good luck!


This works great on Windows 8 too. In Device Manager I initially saw a Nexus 4 device with no driver under it, I installed the driver as above, then the device name changed to Android Device with the Android Composite ADB Interface as it's driver.
I got the Android SDK from developer.android.com/sdk/index.html, but it doesn't have an extras\google directory, just an extras\android. Do you know what I'm doing wrong?
Once I had switched the phone into PTP mode (see comment to original question), I could just point Windows at the SDK directory and it found the driver.
@TimBellis, I got the USB driver via SDK Manager.exe. In order to get that to run I had to set JAVA_HOME to the location of my JDK.
The key is to switch USB mode to Camera mode (PTP) on phone.
J
JulianHarty

Just to confirm a previous comment. I needed to switch my connection to Camera (PTP) mode in addition to enabling Developer options and then selecting USB Debugging from the newly appeared Developer Options.


The key for me was to switch to Camera (PTP) mode. Suddenly everything worked correctly. I had previously set the appropriate driver in Driver Manager, I had already enabled USB Debugging.
This worked for me, I did so by going Settings-> Storage and pushing the top right button and choosing the command USB Computer Connection, then selecting PTP. All of a sudden the device became available for debug.
This is very weired! I have 2 Nexus devices. One is connecting to ADB without any problems in MTP mode. The other has to be switched to PTP mode to connect it. It took me hours to find this tip and to make the second one connect. I still don't know what makes the difference between the two Nexus 4 phones. They were both bought on the same day and are fully identical (in hardware at least - the installed apps differ largely).
P
Peter Mortensen

To enable USB debugging, go to settings, about phone and then at the bottom tap build number seven times. This will enable the developer settings where you can enable USB debugging.


D
Danpe

To fix/install Android USB driver on Windows 7/8 32bit/64bit:

Connect your Android-powered device to your computer's USB port. Right-click on Computer from your desktop or Windows Explorer, and select Manage. Select Devices in the left pane. Locate and expand Other device in the right pane. Right-click the device name (Nexus 7 / Nexus 5 / Nexus 4) and select Update Driver Software. This will launch the Hardware Update Wizard. Select Browse my computer for driver software and click Next. Click Browse and locate the USB driver folder. (The Google USB Driver is located in \extras\google\usb_driver\.) Click Next to install the driver.

If it still doesn't work try changing from MTP to PTP.

https://i.stack.imgur.com/XZIir.png


This solved mine as well. I guess one should use PTP mode to enable ADB interface on Nexus 4.
P
Peter Mortensen

I had the same problem, but I didn't want to change to PTP mode. This is how I fixed it with MTP still enabled.

Uninstalled Google USB Driver from Eclipse in the Android SDK Manager. Uninstalled the driver from Device Manager - click box for "delete driver from my computer" Unplugged and re-plugged my phone into the computer. Windows "improperly" installed drivers for the Nexus 4. The Nexus 4 was now showing up in My Computer like a drive. Reinstall Google USB Driver in SDK Manager. Update Nexus 4 driver in Device Manager. Everything works.


This worked for me, allowing me to have both MTP and adb access at the same time. Thanks
This whole sequence worked for me, but with PTP mode enabled. What's really weird for me though is that the phone is registered as "SAMSUNG Android Phone" on the WIN7 device manager. But in Eclipse I have lge-nexus_4. Weird :| Good luck anyway.
Same with me. It was Samsung Driver. But anyway it works. And don't forget to update your Google USB Driver to rev 8 from Eclipse->Window->Android SDK Manager.
You are genius! I have Windows 7 and Nexus 4, and this list of steps helped!
P
Peter Mortensen

I had the same problem and none of the above worked, but the following solution worked for me:

On my Nexus 4:

Go to Settings

Choose Developer options (from the end of the list after pressing seven times on "About phone")

Check the "USB debugging" and press OK.


Unfortunately, no one mentions about this. People start talking about windows drivers, downloads and bunch of other stuff. But they forget about the fact that Developers mode (particulary, USB debugging) is disabled by default on Nexus devices and should be enabled by some 'weird shaman jumps'.
well it's assumed by most in this question that people enabled USB debugging first and that it didn't work
s
steve84

For what it's worth, in my case I was able to fix the problem simply by changing my USB connection mode from Media device (MTP) to Camera (PTP).


P
Peter Mortensen

I had to resort to a clean install of Windows 7 x64 to fix this issue.

I tried all steps/variants in the other answers. No luck. Device Manager would show my 'Android Device / Android Composite ADB Interface' working properly with the 7.0.0.1 driver from Google, but nothing could get 'adb devices' to show my Nexus 4.

I used USBDeview to uninstall every USB device that had connected to my computer except my keyboard and mouse. No luck.

I enabled 'Show hidden devices' in Device Manager and uninstalled anything related to USB. No luck.

I added Google's vendor ID to adb_usb.ini. No luck. I deleted adb_usb.ini and ran 'android update adb'. No luck.

I brought my Nexus 4 to my brother's apartment to confirm it wasn't faulty. Worked on his machine without a hiccup.

I'm glad the clean install worked, because further troubleshooting was going to require swapping motherboards or buying a MacBook.

Boy, that escalated quickly.


P
Peter Mortensen

Changing USB mode from MTP to PTP worked for me.


A
Artem Zinnatullin

How to do it on Windows 8 (I think, it will work for Windows 7 too)

Open Android SDK Manager and delete Google Usb Driver Open Control Panel -> Devices Manager -> Find your Nexus -> right click -> delete device Unplug your device Open Android SDK Manager and install Google Usb Driver Connect your device Open Control Panel -> Devices Manager -> Find your Nexus -> right click -> update drivers -> Manual update -> open android-sdk folder (enable checkbox for subfolders) -> install driver from Google Inc adb kill-server; adb start-server; adb devices should show your nexus

Do not forget, that Android 4.2 now want you to submit RSA key from your computer, look at your device screen.

To enable developers options on Android 4.2: Open Settings -> About phone -> Tap on Build Number 7 times.


P
Peter Mortensen

Just to add to the above posts for anybody struggling to get their Nexus 4 recognized by Eclipse - ADT. In the past the device was recognized by Eclipse ADT without any issues!

I ran into the same problems as the original question. Every approach I tried wouldn't work...

Toggling "USB debug" selection

Toggling "Allow 3rd party" apps selection

Allowing Mock locations

Reinstalling driver

Restarting adb.exe

Simple solution in the end

Go to Settings -> Storage -> USB Computer Condition (Menu option from Storage Screen)

Change from Media Device (MTP) to Camera (PTP)


You made my day... Just need go to Settings > Storage > USB Computer Condition -> select one
u
uris

You need to install USB drivers only if you use Windows (If you're using MAC/Linux, most likely it will work fine without any driver installations)

in the following link they describe how to do it:

http://developer.android.com/tools/extras/oem-usb.html

In short:

Connect your Android-powered device to your computer's USB port. Right-click on Computer from your desktop or Windows Explorer, and select Manage. Select Devices in the left pane. Locate and expand Other device in the right pane. Right-click the device name (such as Nexus S) and select Update Driver Software. This will launch 6. the Hardware Update Wizard. Select Browse my computer for driver software and click Next. Click Browse and locate the USB driver folder. (The Google USB Driver is located in \extras\google\usb_driver.) Click Next to install the driver.


J
Joseph Lennox

My symptoms were the composite device (this contains all of the actual USB devices such as the ADB interface, camera, etc) was not being installed. This has a hardware id of:

USB\VID_18D1&PID_4EE6&REV_0228
USB\VID_18D1&PID_4EE6

The composite device's children will have &MI_## after them. If you see those, then this is not the same issue.

I resolved this by coping usb.inf to %windir%\inf from a virtual machine of Windows 7. The hardware detected and installed fine after.


J
Jpsy

I have 2 Nexus 4 devices. One was connecting to ADB without any problems, the second one never showed up when I used the adb devices command. An additional symptom was, that the second phone did not show up as a portable device in Windows Explorer when the phone was set to Media mode.

At some point I found that a temporary solution for the second Nexus was to switch it to PTP mode. Then it was found by the adb devices command. The weired thing was that the first phone worked in both modes all the time!

Finally I found this solution that now allows me to connect both phones in both modes:

set USB mode of the phone to MTP (Media) Using PC device manager uninstall the device ->Android Device ->Android ADB Interface Make sure to check the box "Delete the driver software"!

then set the USB mode of the phone to PTP (Camera) Using PC device manager uninstall the device ->Portable Devies ->Nexus 4

Then unplug the USB and plug it back in (ensuring that its set to MTP (Media) and I found that the device was correctly registered in Device manager as a ->Portable Devies ->Nexus 4

Solution found at: http://forum.xda-developers.com/showthread.php?p=34910298#post34910298

If you have a similar problem to connect your Nexus to ADB then I recommend to first switch it to PTP mode. If your problem vanishes with that step, I recommend to go through the additional steps listed above as MTP will probably be the mode you will want to set your phone to most of the time.


P
Peter Mortensen

Follow Google's instructions for this, OEM USB Drivers.


P
Peter Mortensen

In case none of the answers work perhaps the following clarifications will help. I followed the top answer and tried to load the program with ADB from the command line to reduce the possible complications and this did not work.

Once enabling PTP mode the ADB devices command would find my Nexus 4, but I could not push to it. I had to use Eclipse and in order for the dialog to display to accept the RSA key described below.

Note: When you connect a device running Android 4.2.2 or higher to your computer, the system shows a dialog asking whether to accept an RSA key.


P
Peter Mortensen

On Windows 7, with Samsung Nexus S, it showed nothing in Device Manager, the adb devices command showed no devices, but when plugged in device said USB debugging was on and connected.

I used Andrea's Feb 2 answer to install the Google USB driver, which created the /gooogle/usb_driver directory and used RobertNovelo's Mar 7 answer to go to the link and follow the instructions. The device showed up in Device Manager under 'other'. I right clicked on it and selected update driver, and now it shows up in Device Manager under 'Android device', and now command line adb devices lists it.


P
Peter Mortensen

I had a similar problem, and none of the previous solutions worked for me, and I've just solved it by myself (after a few hours of frustration), so I'm going to share my solution.

My computer suddenly stopped recognizing any Android device I've plugged in after it installed Android Composite ADB Interface for my Nexus 4. I was not able to uninstall the driver, because any attempt to do so by Device Manager was unsuccessful (Device Manager stopped responding every time).

So I've solved it this way:

Switch Windows into safe mode Uninstall Android Composite ADB Interface Install old SAMSUNG Android ADB Interface Switch Windows into normal mode Plug-in Android device (Nexus 4 in my case) Windows recognized the device as Nexus 4 Install driver from android-sdk/extras/google folder Everything works again! :)


P
Peter Mortensen

I have a way to fix your problem:

Download Nexus Root Toolkit v2.0.4: http://www.wugfresh.com/nrt/ Install and select your diver and choose the Google API. For example, I chose Nexus 4 and selected Google API 4.4.4 Click "full driver installation guide..." and click step 3 tab. Choose the Google drivers.


P
Peter Mortensen

My Windows 7 installation was not finding a driver at all. The xda-forums post has the right folder to tell Windows where the drivers are -- {SDK directory}/extras/google/usb-driver.

If you don't have the extras/Google folder + Tim Bellis, go to the SDK Manager in your IDE and look for the Google USB driver in the Extras category, and install it. I cannot tell you how to do this in Eclipse, but if you have IntelliJ IDEA, it's near the bottom of the list, checkmark it and click "Install packages".


P
Peter Mortensen

(Windows 7) My solution to this was to find the device in Device Manager, uninstall the existing driver and install a new one from the android folder in your user account using the include subdirectories option.

All the best.


P
Peter Mortensen

Some of you may have experienced this issue. If you don't find the USB driver (like me, I downloaded a bundle of Eclipse and the Android SDK), go to <sdk>/SDK Manager. Open it and select USB Driver from the options to install and you are ready. I had to do the PTP mode too.


C
Community

If you have problems to install the ADB driver under Windows 8.1, try this solution: ADB Driver and Windows 8.1


P
Peter Mortensen

For me, it was Nexus 4 and Windows 7. I reinstalled the drivers, changed to PTP - basically went through everything.

Clicking the tab that said MainActivity.java rather than activity_main.xml in Eclipse fixed it for me.


P
Peter Mortensen

My solution is very silly. I had tried all the solutions above and wasted so many hours. Then I found out the solution when I browsed developer options. I didn't check mark the "USB debugging" option. The silly me assumed turns on developer options mean turns on USB debugging, but I was wrong.


P
Peter Mortensen

It was a driver missing problem with me. I had enabled the USB debugging, tried changing the USB cable, tried reinstalling the Google USB drivers, but nothing came to my rescue.

Then ultimately I downloaded the device drivers as suggested here.

To make sure whether you have a device driver problem, go to:

Computer->right click Manage Device Manager

And see if you have your Nexus shown as an "Android device" or as a device in "Others".

If it shows in "Others", your problem should be resolved by downloading & extracting this and then following these steps:

Right click on your device after finding it in Device Manager as per the above mentioned three steps. Say Update driver software. Say Browse My computer for driver software Pinpoint it to the location where you had downloaded the drivers from the above link.

Finally, your device will show up as follows:

https://i.stack.imgur.com/ZaBoy.jpg

As soon as you do this, a popup will show up on your device asking for permission to debug. Once you accept, you are ready!


关注公众号,不定期副业成功案例分享
Follow WeChat

Success story sharing

Want to stay one step ahead of the latest teleworks?

Subscribe Now