Commander doesn't open directories in onx boox

Support for Android version of Total Commander

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Invariant
New Member
New Member
Posts: 1
Joined: 2025-06-17, 00:51 UTC

Commander doesn't open directories in onx boox

Post by *Invariant »

It used to work but now I can't access the internal shared storage and external sdcard. I can access the root system but going into storage, mnt, etc and I can't go into the drives. It has full storage permissions.

From what I recall there was something mentioned about some restrictions in some update but I don't remember and I haven't used it much. The build in file explorer works.

I updated to recent and same problem. Is there any way to fix this? Maybe force permissions using adb? (I remember seeing somewhere some hacks that could be set)
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50934
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: Commander doesn't open directories in onx boox

Post by *ghisler(Author) »

The problem is caused by Google restrictions:
There are two ways to access files:
1. Direct access to the file system (file:// url)
2. Access to files shared by other apps (content:// url)
In newer Android versions, Google is restricting direct access to the file system to just a few app types, like file managers or backup tools. All others have to use a file picker, which then returns a content url shared by the Android file manager.

Therefore when you click on a file in Total Commander now, it sends it to the called program as a content url. If your book app can still access file urls, you can create an internal association in Total Commander where you disable the "content://url" option to still send file urls to that app.
Author of Total Commander
https://www.ghisler.com
Post Reply