I used to do a lot of
Here is the error message.
I can do
I'm using 13.0-RELEASE-p4 and I've tried with 2 usb cables and 2 android phones. [PS. They worked well on Linux.]
adb pull
and adb push
to transfer file between my PC and my Android. After migrating to FreeBSD, I've a problem with ADB tool. I can do adb start-server
and I can see my device in adb devices
. But when I try to push a file to my Android, I receive some errors and the Android is disconnected. I mean it is not in the list of adb devices
anymore.Here is the error message.
Code:
% adb push vv.jpg /sdcard/
adb: error: failed to copy 'vv.jpg' to '/sdcard/vv.jpg': couldn't read from device
vv.jpg: 0 files pushed, 0 skipped. 23.5 MB/s (219001 bytes in 0.009s)
I can do
adb shell
. And adb pull
seems to work. But I'm not sure about the consistency of it.I'm using 13.0-RELEASE-p4 and I've tried with 2 usb cables and 2 android phones. [PS. They worked well on Linux.]