I am on Ubuntu 12.10; I am learning how to use adb but it is not working after I get into adb shell.
Here is what I do
[HIGH]$adb devices
List of devices attached
LG-MS770-13ef587 device[/HIGH]
So my device is being read, the problem is that once I do 'adb shell' and try to install, pull, push, etc. I get an error saying no device found.
[HIGH]#adb pull {file location}
error: device not found[/HIGH]
What am I doing wrong? Thanks for the help
Here is what I do
[HIGH]$adb devices
List of devices attached
LG-MS770-13ef587 device[/HIGH]
So my device is being read, the problem is that once I do 'adb shell' and try to install, pull, push, etc. I get an error saying no device found.
[HIGH]#adb pull {file location}
error: device not found[/HIGH]
What am I doing wrong? Thanks for the help