Quote:
Originally Posted by amin021023
I have already rooted it and I have already tried the koreader-android-arm-linux-androideabi-v2019.08.apk but it doesn't work.
And I thought I'd need to install the launcher prior to installing koreader.
|
Install an
android launcher, better if it is optimized for e-ink, like
https://www.mobileread.com/forums/sh...d.php?t=320940
Install KOReader and launch it from your new launcher.
Quote:
Originally Posted by amin021023
The thing is that my rebranded boyue is locked so the only way to install apps on its original Rom (which I intend to keep) is to install them as system apps by pushing them apks to /system/app after mounting the /system through su and adb shell.
.
|
Probably you can install apks on user storage too, with
Code:
adb install pakage.apk
but new installed applications won't be shown on the original launcher.
If you get an error installing with adb install then you should push your apps to /system/app or /system/priv-app but I hope there is no need to do that.