Martín Fernández

Results 266 comments of Martín Fernández

@huronhorn basically you need to decompile the apk and search the metods to find an epd update using reflection. There are plenty of tickets with info about the tools and...

@huronhorn: see past tickets https://github.com/koreader/koreader/issues/3517 and https://github.com/koreader/koreader/issues/4595 for some inspiration.

> getContext().sendBroadcast(new Intent("android.eink.force.refresh")); is enough to trigger a full-screen refresh on this device. That's cool. We can integrate that if there's no other way to trigger a refresh. I still...

> EDIT: Apologies, but the only reason I'm not writing a PR myself is because I probably wouldn't be able to write something robust enough, even for this. No apologies...

The ticket already covers how to call system methods. Only thing left to do is to write a driver using those methods. We are going to rely on device owners...

> I just wanna to read a book in 2 languages in a time. I'm afraid you'll need another program. There're plenty of them in android and most should support...

wrong repo. Fix. `cd platform/android/luajit-launcher && make clean`

Do not invent your own rules. Just clean the android-luajit-launcher repo following the instructions on my previous comment and then just rerun https://github.com/koreader/android-luajit-launcher/issues/377 from koreader top folder (without any fancy...

Nope, you can't. The good old frontlight widget is not available for a very good reason: it was a PITA to work with and didn't support per device overrides. >...