I have installed KOreader on my Kobo Clara hd, and like it so much I want to install it on my Onyx Boox Monte Carlo too.
https://github.com/koreader/koreader...ndroid-devices tells me I can install it 2 ways, using the Monte Carlo's inbuilt web browser and downloading koreader directly into the device, or by downloading to my computer and installing from there with the command
Downloading directly to the Monte Carlo did not work. It persistently tells me that the koreader download site, https://github.com/koreader/koreader/releases is unavailable.
So I download the koreader package to my laptop instead, and attempt to install it using
which produced the following comments from adb:
I tried the adb install both with the Monte Carlo connected via usb but not mounted, and also mounted (according to Thunar) on
Same result either way. Could someone kindly advise me here.
Studying man adb prompted me to also try
https://github.com/koreader/koreader...ndroid-devices tells me I can install it 2 ways, using the Monte Carlo's inbuilt web browser and downloading koreader directly into the device, or by downloading to my computer and installing from there with the command
Code:
sudo adb install koreader-*.apk
So I download the koreader package to my laptop instead, and attempt to install it using
Code:
sudo adb install koreader-*.apk
Quote:
~ $ sudo adb install koreader-*.apk [sudo] password for q: error: no devices/emulators found error: no devices/emulators found Performing Streamed Install adb: connect error for write: no devices/emulators found |
Quote:
mtp://Onyx_MC_Cristo5_0123456789ABCDEF/ |
Studying man adb prompted me to also try
Code:
~ $ sudo adb -d -s mtp://Onyx_MC_Cristo5_0123456789ABCDEF/ install koreader-*.apk
error: unknown host service
error: unknown host service
Performing Streamed Install
adb: connect error for write: device 'mtp://Onyx_MC_Cristo5_0123456789ABCDEF/' not found
~ $ sudo adb -d -s Onyx_MC_Cristo5_0123456789ABCDEF/ install koreader-*.apk
error: device 'Onyx_MC_Cristo5_0123456789ABCDEF/' not found
error: device 'Onyx_MC_Cristo5_0123456789ABCDEF/' not found
Performing Streamed Install
adb: connect error for write: device 'Onyx_MC_Cristo5_0123456789ABCDEF/' not found