I have a tablet running Android 9, with the latest version of the Kindle app. (The tablet is a Galaxy Tab A (8.0", 2019), but that shouldn't matter.) It's not rooted.
In the Amazon Kindle app, I've enabled "Download to SD Card" (which causes books I've bought from Amazon to be stored on the external SD card) and "Show Personal Documents in Library".
The latter option makes *.mobi
files I've copied into the "Books" folder in "Internal Storage" to be visible in my Kindle library. The path to the folder is /storage/emulated/0/Books
.
The external SD card is visible as /storage/0000-0000
. Copying *.mobi
files into /storage/0000-0000/Books
doesn't make them visible to the Kindle app.
Is there a way to copy my own *.mobi
file (not purchased from Amazon) to a folder on my external SD card so I can read them with the Kindle app? I'm guessing there's a particular directory path, but a Google search has not revealed what it is.
(I know I can install books by emailing them to [email protected]
, but I'm looking for a way to just copy the files to the device.)
Books
folder on the internal file system to store and read personalmobi
documents, why shouldn't it let me do something similar on an external SD card? With no external SD, Kindle can read books stored either in its own application-specific folder or in theBooks
folder. – Keith Thompson Jan 03 '20 at 23:59Books
folder? Via adb or MTP? If you use adb make sure you can see the file via MTP, if not reboot the device or use an sd-card refresher. because if the file is not visible via MTP it most likely is also invisible to the Kindle app. – Robert Jan 04 '20 at 12:35*.mobi
files to/storage/emulated/0/Books
(on internal storage) and the Kindle app automatically recognizes them. I'm looking for a similar directory on my "external" SD card that the Kindle app will also recognize. Does the Kindle app depend on MTP to find files? – Keith Thompson Jan 06 '20 at 00:24