Almost always we need to install a version of the new system, make root or flash a rom need to connect your device to your computer in ADB mode. Here we first doubt arises what is the ADB mode?
Android Debug Bridge
When we speak of ADB mode we mean Android Debug Bridge. Which is part of the Android SDK. Basically, we enable a connecting bridge between your computer and your terminal, allowing us to interact on the file system device.
Now that we know who is the ADB mode, see how we can set our computers with Windows, Mac OS X or Linux to connect to ADB so if we have a Nexus device.
So this is the recipe today, but first remember that:
wikiwhy not responsible for any destruction to happen to your Android or your computer ...
Install ADB on Windows
One of the best options and perhaps the fastest is installed on our Windows ADB and Fastboot Minimal.
1-First activate development options as we explained Joan in this post.
2-Will download the ADB and Fastboot Minimal from the following link. The program provides us with the ADB and fastboot tools found within the Android SDK.
3-We install the program without changing the default installation directory. By the time you finish the program should be run (provided that no desmarquemos the ADB and Fastboot Minimal Launch option).
4-We will download the Google USB drivers from here. The accessible somewhere will extract such as desktop.
5-Connect your device via USB on the PC. Now we go to Control Panel and will click on View devices and printers. We named MTP device shall appear, we will click the right mouse button above and will click Properties.
After opening the change to the Hardware tab window, select the appropriate Nexus (in this case the Nexus5), click on the Properties button in the new window that appears we push on Change settings. Now is the time to give Update the driver.
We follow the wizard by selecting seeking drivers where we unzipped the drivers of Google and will press Next. If all goes well it should be this way.
A message also appears on our device asking if we grant permissions to your computer to use USB Debugging. Select the check box to enable long will press on OK.
6-Now if we introduce the following command "adb devices" in the command console us a message should appear like this: