Nexus 7 ADB with Google driver MTP issue on Win7?

纵然是瞬间 提交于 2019-12-11 02:29:41

问题


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.


回答1:


  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




回答2:


USB debugging and MTP connection do not play well together. AFAIK on most devices before Nexus 7 using the two simultaneously wasn't even an option.

So, to avoid having ADB problems, your best shot is to not use MTP. I've found that [at least for my Nexus 7 FHD] using Camera USB mode instead of MTP proves more stable, e.g. solves the infamous "unathorized" issue.

Also, for transferring files back and forth, there are less painful options like the AirDroid app [not affiliated] -- lets you transfer stuff using your browser.



来源:https://stackoverflow.com/questions/13892940/nexus-7-adb-with-google-driver-mtp-issue-on-win7

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!