View Single Post
Old 06-12-2024, 03:23 PM   #3
porphyry5
Connoisseur
porphyry5 began at the beginning.
 
Posts: 69
Karma: 10
Join Date: Apr 2013
Device: Kobo Clara, Onyx Boox Monte Cristo
Quote:
Originally Posted by Renate View Post
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.
porphyry5 is offline   Reply With Quote