11-17-2021, 12:31 PM | #1 |
Junior Member
Posts: 5
Karma: 10
Join Date: Nov 2021
Device: Tolino Vision 6
|
KOReader on the Tolino Vision 6
Hi,
I know that the Tolinos are not being widely used except for central Europe, but I think it is a great device as it runs on Android. I installed KOReader and it is usable, however, a few things don't work. Things I've figured out so far: The easiest way to install KOReader is to enter 124816 into book search to access developer options. There you can activate ADB and install KOReader via ADB. I was also able to switch page turn buttons by creating the event_map.lua (put it in koreader/settings) with the following content: Code:
return { [22] = "RPgBack", [21] = "RPgFwd", } There are still some problems which I haven't been able to solve yet: 1. It's not possible to switch off the front light within the app, but brightness control is working. 2. Light color control is not possible. Somebody suggested to test https://github.com/koreader/android-...hController.kt but I don't know how to use it. 3. I think the device is not recognized as a Eink device and settings such as page refresh rate are not visible. After reading some time, some ghosting occurs. Does anybody know, how to solve these problems? Cheers and thanks for the great app! |
11-17-2021, 07:32 PM | #2 | |||
cosiñeiro
Posts: 1,325
Karma: 2200073
Join Date: Apr 2014
Device: BQ Cervantes 4
|
Hi. Very good questions.
Quote:
Quote:
Quote:
You can currently test if one of the supported drivers work in your device and request support providing required info so we can add that device to a whitelist. See https://github.com/koreader/koreader/issues/4551 |
|||
Advert | |
|
11-18-2021, 12:19 PM | #3 | |
Junior Member
Posts: 5
Karma: 10
Join Date: Nov 2021
Device: Tolino Vision 6
|
Hi,
thanks for your quick reply! Ah okay I just didn't want to spam Github. Good to know, makes sense! I run the tests and posted the report also to the issue. Quote:
|
|
04-04-2022, 06:10 PM | #4 | |
Groupie
Posts: 159
Karma: 1000
Join Date: Aug 2016
Device: Kindle Voyage - Tolino Vision 4 HD - Kobo Sage
|
Quote:
I know this is an old post but I'm trying to do what you have described. I installed APB tools on my Mac, I enabled ADB debug on my Tolino Vision 4 HD (124816 search for Android debug options doesn’t function anymore. It is now 1123581321), successfully connected to it (serial number shown) and then installed the apk for Android ARM devices. I saw the progress percentage and then it finished. And now? Where is the app? Where can I launch it? Thanks in advance. |
|
04-05-2022, 04:11 AM | #5 |
Groupie
Posts: 159
Karma: 1000
Join Date: Aug 2016
Device: Kindle Voyage - Tolino Vision 4 HD - Kobo Sage
|
I’ve been able to install smart launcher and all apps recommended here: https://allesebook.de/anleitung/toli...b-root-980665/
Then I installed koreader android arm version downloaded from official site. When I run it, it crashes showing a long report. Did I choose the right version? |
Advert | |
|
04-05-2022, 03:42 PM | #6 |
Junior Member
Posts: 5
Karma: 10
Join Date: Nov 2021
Device: Tolino Vision 6
|
Now you have to set the new launcher as default. You can do this by either restarting the device (there should be a prompt asking for the default launcher) or if you set one of the hardware keys as a home button. This can be done in the tolino app in settings, at least with my Vision 6.
|
04-05-2022, 06:11 PM | #7 |
Groupie
Posts: 159
Karma: 1000
Join Date: Aug 2016
Device: Kindle Voyage - Tolino Vision 4 HD - Kobo Sage
|
Thanks for your prompt response. I installed the launcher and everything else, launcher was starting but Koreader still not working. I copied the apk in Tolino root and then installed it by using Total Commander within Tolino itself. It worked! Don't know why.
One question: How TestEink settings are saved? Is it sufficient to change parameters and it is automatically applied and saved? When I launch it a second time I find all values back to default, so I'm not sure it is applied and saved. |
04-06-2022, 10:38 AM | #8 |
Junior Member
Posts: 5
Karma: 10
Join Date: Nov 2021
Device: Tolino Vision 6
|
As far as I understood, the eInk test is primarily for the devs to see which display driver works. If one works, you can tell them and then they try to implement the driver for this device. Maybe that was already done. Does your screen refresh?
|
04-06-2022, 12:41 PM | #9 |
Wizard
Posts: 1,675
Karma: 730583
Join Date: Oct 2014
Location: Antwerp
Device: Kobo Aura H2O
|
That's correct. At this point Tolino should probably Just Work™, unless there's a new model that breaks things.
|
04-06-2022, 04:08 PM | #10 |
Groupie
Posts: 159
Karma: 1000
Join Date: Aug 2016
Device: Kindle Voyage - Tolino Vision 4 HD - Kobo Sage
|
Thanks guys!
Yes it seems to work correctly. |
04-06-2022, 08:14 PM | #11 |
cosiñeiro
Posts: 1,325
Karma: 2200073
Join Date: Apr 2014
Device: BQ Cervantes 4
|
The test activity should be pretty explainatory nowadays.
If the device is already supported it will print the driver for epd and lights. A device has support for eink updates if the epd driver is different to "none" A device has support for custom lights if the lights driver is different to "generic" If the device is unsupported it will print "Unsupported device" We're mostly interested in reports from unsupported devices if one or more of the available drivers work on that model. |
04-07-2022, 05:09 AM | #12 |
Junior Member
Posts: 5
Karma: 10
Join Date: Nov 2021
Device: Tolino Vision 6
|
|
04-08-2022, 02:44 AM | #13 |
Groupie
Posts: 159
Karma: 1000
Join Date: Aug 2016
Device: Kindle Voyage - Tolino Vision 4 HD - Kobo Sage
|
I noticed that refresh behavior is actually changing when I select different options within testeink utility. Also, the site linked above describes it as a necessary step with very specific options to select. And they seem to deliver the best result to me.
So it’s not simply to test unsupported devices. Once rebooted the device the refresh is no longer as selected, as I notice ghosting. That’s why I wanted to understand how to make these changes persistent. |
04-08-2022, 04:44 AM | #14 | |
Groupie
Posts: 159
Karma: 1000
Join Date: Aug 2016
Device: Kindle Voyage - Tolino Vision 4 HD - Kobo Sage
|
I’ve just realized that there has been a a misunderstanding. My fault. I was referring to the Android external app called TestEink, not to the internal driver test within koreader.
The one mentioned in the guide here: https://allesebook.de/anleitung/toli...b-root-980665/ Where the author recommend these settings: Quote:
Anyway the above settings are very important in my case to get rid of ghosting. Unfortunately they are not saved: after Tolino is rebooted, I see ghosting until I don't re-do the above steps. Aren't you using this in your cases? Aren't you experiencing ghosting without performing those steps? I'm totally new to koreader that's why I'm asking if I'm making mistakes. Thanks! Last edited by CyberPaul; 04-08-2022 at 04:50 AM. |
|
04-08-2022, 09:29 AM | #15 |
Wizard
Posts: 1,675
Karma: 730583
Join Date: Oct 2014
Location: Antwerp
Device: Kobo Aura H2O
|
But what does the information from KOReader say? Does it say epd driver none or tolino?
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Tolino Vision 6 | kyôdai | News | 48 | 11-24-2022 03:15 PM |
Sell Tolino vision 4 HD | Wallace Lee | Flea Market | 0 | 06-13-2020 10:36 AM |
Tolino Vision 4 HD | mathil | Tolino | 53 | 10-08-2018 03:49 PM |
Tolino Vision 2 | Lorphos | More E-Book Readers | 3 | 05-25-2017 06:44 PM |
Tolino Vision | hamlok | Andere Lesegeräte | 14 | 10-03-2014 06:48 AM |