-
-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[kiwix-3.11.0] Zim files are not opening with kiwix when clicking from the storage. #3884
Comments
@triffid Thank you for your quality issue. Please give us a few days to come back to you. |
@triffid Thanks for opening the issue, which version you are using of the application (playStore version or website version)? For the playStore version In this version, we have limited access to storage files as for now until we fix the #3628.
Yes, that uses the "storage access framework(SAF)" to read the files from your storage, and to properly support the SAF in kiwix we already have a ticket #3628. For now to read the zim file you can put your zim file inside the app-specific(Android/data/org.kiwix.kiwixmobile/files) directory so that Kiwix can read that zim file(after putting the file there it will be show in the Library screen). For the website/debug version If you are not using the playStore version and it's still showing this error message then the application does not have the "all files" permission(as you are saying you are not seeing that permission) please give the "all files" permission from the application setting. Since "all files" permission does not directly show inside the application setting on the newer version of Android. screen-20240620-120138.mp4
This error message is outdated now(it was for the older UI), now it should be
|
Yeah this bug is against the play store version. I guess I'll keep an eye on #3628 and use the website apk until it's sorted and pushed. PS: howcome your github CI doesn't offer APKs? I tried finding an apk there, but it looks like it generates, pushes, then drops everything with an error message about trying to export a directory instead of a file as a build product |
@triffid You can download the latest released APK( kiwix-3.11.0.apk) from here https://download.kiwix.org/release/kiwix-android/. Nightly CI generates the APK daily, and uploads it at https://download.kiwix.org/nightly/. |
I've manually told my file explorer to open them with kiwix, but the kiwix app just throws a toast that says:
I don't see any "device tab" in Library.
I ran logcat while opening the file, and grepping for kiwix only brings up:
which doesn't look like it has anything particularly relevant inside.
My device is running LineageOS-21 / Android 14.
Some apps (camera, video player, music player) have "files" or "all files" permissions so they can access shared files, but kiwix doesn't seem to even request this.
My ebook reader apparently doesn't have any permissions and can still open ebooks passed from my file browser.
Apparently this is uniquely a kiwix problem.
Let me know if you want me to perform any further debugging steps
The text was updated successfully, but these errors were encountered: