Nexus 7 ADB with Google driver MTP issue on Win7?

user505160 picture user505160 · Dec 15, 2012 · Viewed 34.1k times · Source

when connected with ADB Google driver my N7 doesn't show in Porable devices and I can't access my files. If I uninstall ADB driver (with delete drivers flag checked) win7 does reinstall of its own drivers and It work.

I would like to use my N7 for development but also would like to transfer my files, is there any workaround, and has anyone else come across same issue?

Thanks for helping out.

Answer

Forme picture Forme · Dec 27, 2012
  1. Download USB driver - Nexus 7 USB driver for Windows (Link)
  2. Run Device Manager
  3. reconnect the Nexus tablet -> Select Android Phone (or other name you device)
  4. Click right mouse button -> update
  5. Select you download driver
  6. Install

In consol Windows -> adb devices

Answer:

List of devices attached

xxxxx device

transfer files:

The "adb push " copies a file or folder from the local system to the remote emulator or device.

The "adb pull " copies a file or folder from the remote emulator or device to the local system.

Information links:

https://groups.google.com/forum/?fromgroups=#!topic/android-developers/0-RzE0v-G3k

http://www.herongyang.com/Android/adb-push-and-pull-Command.html