Quote:
Originally Posted by Renate
I'm not sure what you're doing there.
Code:
adb push <source> <destination>
You've got too many words in a row.
|
By above I thought you meant you can only push one item at a time, so I did
Code:
$ adb push dict-data.idx external_sd/koreader/data/dict
adb: error: failed to copy 'dict-data.idx' to 'external_sd/koreader/data/dict':
remote No such file or directory
dict-data.idx: 0 files pushed. 20.6 MB/s (65528 bytes in 0.003s)
Same problem. it's trying to do what I want, but it claims the destination directory does not exist. But according to the device it does exist and shows it exactly as I've put it in the command.