Martín Fernández
Martín Fernández
> Looks like some Android weirdness (buffering and merging taps?). Hopefully it isn't and the issue at hand is relegated to a few broken eink/android devices. On my phone, with...
Hi, @alfod The symptom is the there but the cause is not the the one you highlighted. We actually use a trick that makes advantage of Android roots: Linux. It...
Please spend a few minutes reading the comment above yours. It is explained for zero knowledge end users. > And what can I do about it? Provide feedback about the...
> I don't really understand the suggestion you make in your last sentence (FM, plus button, import? from where?) to be honest. How should that solve the problem (for the...
> > We actually use a trick that makes advantage of Android roots: Linux. It lets us "guess" the absolute path on any file encoded as a content uri. See...
All the code involved lies in https://github.com/koreader/android-luajit-launcher/blob/master/app/src/main/java/org/koreader/launcher/extensions/UriExtensions.kt And the suggested solution would be to call `toFile` method of an Uri if its `absolutePath` method returns null or a string that...
My phone did update to Android 14 and refuses to open any file via an intent, even when its path is guessed correctly :/ So, I'm going to attempt this....
> On the other hand, "Auto" mode in the stock software (Kobo Libra 2) works pretty well for me. But that doesn't run when nickel is killed and KOReader takes...
But the current running process is in charge of updating the configuration state, isn't it? So at best you get the lastest value saved when the process was still running:...
I might be wrong, but given Nickel is a big monolithic qt program it seems that there's no service to query when nickel is dead.