View Single Post
Old 06-11-2024, 06:16 PM   #1
porphyry5
Connoisseur
porphyry5 began at the beginning.
 
Posts: 69
Karma: 10
Join Date: Apr 2013
Device: Kobo Clara, Onyx Boox Monte Cristo
How use adb to push files to SDcard in MonteCristo5

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.
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
It is the only device connected to my laptop.

What should I be doing instead?
porphyry5 is offline   Reply With Quote