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.
- Download USB driver - Nexus 7 USB driver for Windows (Link)
- Run Device Manager
- reconnect the Nexus tablet -> Select Android Phone (or other name you device)
- Click right mouse button -> update
- Select you download driver
- 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