Trying to deodex my Samsung Galaxy S4 (SC-04E).
My device shows up upon adb devices
, and I am able to successfully connect and su with adb shell
. In shell:
C:\Users\username>adb devices
List of devices attached
905859f9
device
C:\Users\username>adb shell
shell@SC-04E: $ adb pull /system/app app/
error: device not found
shell@SC-04E: $ su
root@SC-04E:/# adb pull /system/app app/
error: device not found
I have no idea why I am getting this message. USB debugging enabled and confirmed, MTP on, unknown sources on (off tested as well), and latest adb USB driver installed (also tried reinstalling/updating). I have also tried rebooting my computer and device several times, and tried different USB ports (3.0, 2.0, etc).
Google searches only show me solutions for people who lacked the obvious settings (USB debugging) or their device not showing up at all upon adb devices
. A device clearly is found, as it is connected to a device.