Trying to put dictionary files for koreader on MonteCristo5
Cannot get adb to recognize destination directory
Device itself shows destination directory as Storage/external_sd/koreader/data/dict
adb persistently reports target is not a directory, e.g.
It is the only device connected to my laptop.
What should I be doing instead?
Cannot get adb to recognize destination directory
Device itself shows destination directory as Storage/external_sd/koreader/data/dict
adb persistently reports target is not a directory, e.g.
Code:
~/Downloads/MonteCristo/dict $ adb push res dict-data.dict.dz dict-data.idx dict-data.ifo dict-data.syn Storage/external_sd/koreader/data/dict
adb: error: target 'Storage/external_sd/koreader/data/dict' is not a directory
~/Downloads/MonteCristo/dict $ adb push res dict-data.dict.dz dict-data.idx dict-data.ifo dict-data.syn external_sd/koreader/data/dict
adb: error: target 'external_sd/koreader/data/dict' is not a directory
What should I be doing instead?