Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > KOReader

Notices

Reply
 
Thread Tools Search this Thread
Old 07-07-2026, 04:27 AM   #1
foreverconfused
Member
foreverconfused began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Jul 2024
Device: Bigme Inknote Color Lite
Changing KOReader directory on Android.

I am using KOReader on Android 16. I have even tried to migrate the app to external storage. However, the KOReader folder still is still located in Internal Storage. How can I truly migrate the app to external storage so it recognizes the "Fonts" folder in my External Storage instead?
foreverconfused is offline   Reply With Quote
Old 07-07-2026, 10:22 AM   #2
pazos
cosiñeiro
pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.
 
Posts: 1,413
Karma: 2452477
Join Date: Apr 2014
Device: BQ Cervantes 4
Is not possible unless your ROM has a setting that allows you to move the primary storage partition to the external storage. And 99% of users wouldn't want that as sdcards are extremely slow.
pazos is offline   Reply With Quote
Old 07-07-2026, 04:19 PM   #3
foreverconfused
Member
foreverconfused began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Jul 2024
Device: Bigme Inknote Color Lite
Quote:
Originally Posted by pazos View Post
Is not possible unless your ROM has a setting that allows you to move the primary storage partition to the external storage. And 99% of users wouldn't want that as sdcards are extremely slow.
I see, can I at least make the app load custom fonts and plugins from SD card then?
foreverconfused is offline   Reply With Quote
Old 07-07-2026, 08:03 PM   #4
pazos
cosiñeiro
pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.
 
Posts: 1,413
Karma: 2452477
Join Date: Apr 2014
Device: BQ Cervantes 4
not really, at least not without fiddling with the code. Maybe it is possible to squeeze a patch in internal storage that changes runtime enough to load the rest of the stuff from the external storage path.

People do fancy Ai stuff these days, you could try that.

IMO not worth it for a few KB of plugins. Im not sure how many GB of fonts do you have around. If less than 1 I wouldn't bother with that either.
pazos is offline   Reply With Quote
Old 07-08-2026, 05:15 PM   #5
foreverconfused
Member
foreverconfused began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Jul 2024
Device: Bigme Inknote Color Lite
I have 10GB worth of fonts
I don't understand why it is not easy to add a custom Font directory. Librera has one.
foreverconfused is offline   Reply With Quote
Old 07-09-2026, 01:08 AM   #6
pazos
cosiñeiro
pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.
 
Posts: 1,413
Karma: 2452477
Join Date: Apr 2014
Device: BQ Cervantes 4
Quote:
Originally Posted by foreverconfused View Post
I don't understand why it is not easy to add a custom Font directory. Librera has one.
Because it is a niche feature for a single platform we support, most devices have plenty of internal storage and the majority of them lack any kind of external storage.

But on top of all because almost nobody needs 10GB of fonts in an ereader

I see you opened a ticket in github: https://github.com/koreader/koreader/issues/15658

Unlikely to get addressed as you would like. Somebody could write a patch that you could adapt to your specific needs. The logic that determines which paths are used is in https://github.com/koreader/koreader...t_settings.lua
pazos is offline   Reply With Quote
Old 07-09-2026, 01:48 PM   #7
foreverconfused
Member
foreverconfused began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Jul 2024
Device: Bigme Inknote Color Lite
Quote:
Originally Posted by pazos View Post
Because it is a niche feature for a single platform we support, most devices have plenty of internal storage and the majority of them lack any kind of external storage.

But on top of all because almost nobody needs 10GB of fonts in an ereader

I see you opened a ticket in github: https://github.com/koreader/koreader/issues/15658

Unlikely to get addressed as you would like. Somebody could write a patch that you could adapt to your specific needs. The logic that determines which paths are used is in https://github.com/koreader/koreader...t_settings.lua
I understand. I realize that developers actually addressing this is very unlikely. On the other hand, is it realistically possible to do this with a plugin? I'd be willing to try a plugin then. I understand this is possible, but the question is if it is realistic or not.

Last edited by foreverconfused; 07-09-2026 at 02:01 PM.
foreverconfused is offline   Reply With Quote
Old 07-09-2026, 05:23 PM   #8
pazos
cosiñeiro
pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.
 
Posts: 1,413
Karma: 2452477
Join Date: Apr 2014
Device: BQ Cervantes 4
Quote:
Originally Posted by foreverconfused View Post
I understand. I realize that developers actually addressing this is very unlikely. On the other hand, is it realistically possible to do this with a plugin? I'd be willing to try a plugin then. I understand this is possible, but the question is if it is realistic or not.
on the FM there's a + button. On android, if there's an external storage available, you should see a menu entry to switch between internal storage and "sdcard". It should work as is.

If that works and you are able to navigate to your fonts directory once on the sdcard it should be possible to write a small patch that uses the same logic to return the fonts directories that way.

Unfortunately I no longer have an android device with external storage so I'm not able to help :/

That's why I suggested using an ai model in the 1st place.

But yeah, try that and tell me if you are able to navigate. By default the fonts dir ough to be empty unless you enable view unsupported files on the file manager.
pazos is offline   Reply With Quote
Old 07-09-2026, 05:47 PM   #9
foreverconfused
Member
foreverconfused began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Jul 2024
Device: Bigme Inknote Color Lite
Thank you. Now that I know it should be realistically possible, I'll try to get it working with the help of AI

Navigation does work. I can easily see my SD card contents. However, it is sometimes a little bit slow: I click and wait a few seconds before it opens a particular folder, even though there are not many files inside.
foreverconfused is offline   Reply With Quote
Reply

Tags
koreader, storage options


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Custom config directory on Android aero31aero KOReader 2 02-27-2024 01:24 AM
Calbre directory on a NAS how to connect with Android tablet? Lallos Server 0 02-13-2022 11:01 AM
Which directory for Kindle on Android NinaW Devices 2 11-24-2015 12:48 PM
Books aren't sent to the specified directory (Android) Crular Devices 10 11-17-2011 09:05 PM
Changing document directory HowardBrazee Calibre 8 11-08-2010 12:18 AM


All times are GMT -4. The time now is 11:00 AM.


MobileRead.com is a privately owned, operated and funded community.