Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > KOReader

Notices

Reply
 
Thread Tools Search this Thread
Old 11-17-2021, 11:31 AM   #1
macglide
Junior Member
macglide began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Nov 2021
Device: Tolino Vision 6
Question 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",
 }
The device has bluetooth, but it is not being used by the tolino reader app.

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!
macglide is offline   Reply With Quote
Old 11-17-2021, 06:32 PM   #2
pazos
cosiñeiro
pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.
 
Posts: 1,275
Karma: 2200073
Join Date: Apr 2014
Device: BQ Cervantes 4
Hi. Very good questions.

Quote:
Originally Posted by macglide View Post
Hi,
1. It's not possible to switch off the front light within the app, but brightness control is working.

That's the generic driver. Intended for android lcd devices. The brightness you control is for the activity, not for the whole system. There's no warmth.

Quote:
Originally Posted by macglide View Post
Hi,
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.
I'm that somebody. Currently there's no way for final users to test alternative ligth drivers, as they do with EPD drivers. I'm working on it in https://github.com/koreader/android-...ncher/pull/339

Quote:
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.
True. There're no APIs for dealing with eink screens or warmth lights on android. Each vendor implement its own. We support a few different drivers.

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
pazos is offline   Reply With Quote
Advert
Old 11-18-2021, 11:19 AM   #3
macglide
Junior Member
macglide began at the beginning.
 
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:
Manufacturer: rakuten kobo inc.
Brand: rakutenkobo
Model: tolino vision 6
Device: e70p14_android
Product: e70p14_android
Hardware: sun8iw15p1
Platform: virgo
run test for tolino: ok
run test for qualcomm: fail
run test for rk30xx: fail
run test for rk33xx: fail
macglide is offline   Reply With Quote
Old 04-04-2022, 05:10 PM   #4
CyberPaul
Groupie
CyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheese
 
CyberPaul's Avatar
 
Posts: 159
Karma: 1000
Join Date: Aug 2016
Device: Kindle Voyage - Tolino Vision 4 HD - Kobo Sage
Quote:
Originally Posted by macglide View Post
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",
 }
The device has bluetooth, but it is not being used by the tolino reader app.

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!
Hi,
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.
CyberPaul is offline   Reply With Quote
Old 04-05-2022, 03:11 AM   #5
CyberPaul
Groupie
CyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheese
 
CyberPaul's Avatar
 
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?
CyberPaul is offline   Reply With Quote
Advert
Old 04-05-2022, 02:42 PM   #6
macglide
Junior Member
macglide began at the beginning.
 
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.
macglide is offline   Reply With Quote
Old 04-05-2022, 05:11 PM   #7
CyberPaul
Groupie
CyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheese
 
CyberPaul's Avatar
 
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.
CyberPaul is offline   Reply With Quote
Old 04-06-2022, 09:38 AM   #8
macglide
Junior Member
macglide began at the beginning.
 
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?
macglide is offline   Reply With Quote
Old 04-06-2022, 11:41 AM   #9
Frenzie
Wizard
Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.
 
Posts: 1,626
Karma: 724945
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.
Frenzie is offline   Reply With Quote
Old 04-06-2022, 03:08 PM   #10
CyberPaul
Groupie
CyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheese
 
CyberPaul's Avatar
 
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.
CyberPaul is offline   Reply With Quote
Old 04-06-2022, 07:14 PM   #11
pazos
cosiñeiro
pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.
 
Posts: 1,275
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.
Attached Thumbnails
Click image for larger version

Name:	test-new.png
Views:	175
Size:	107.0 KB
ID:	193130  
pazos is offline   Reply With Quote
Old 04-07-2022, 04:09 AM   #12
macglide
Junior Member
macglide began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Nov 2021
Device: Tolino Vision 6
Quote:
Originally Posted by Frenzie View Post
That's correct. At this point Tolino should probably Just Work™, unless there's a new model that breaks things.
The tolino Vision 6 for example does not work yet
macglide is offline   Reply With Quote
Old 04-08-2022, 01:44 AM   #13
CyberPaul
Groupie
CyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheese
 
CyberPaul's Avatar
 
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.
CyberPaul is offline   Reply With Quote
Old 04-08-2022, 03:44 AM   #14
CyberPaul
Groupie
CyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheeseCyberPaul can extract oil from cheese
 
CyberPaul's Avatar
 
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:
1. Choose a waveform mode: GLR16
2. Choose an update mode: FULL
3. Choose a wait mode: NOWAIT
4. Choose a monochrome fashion: NOMONOCHROME
5. Choose a hardware dither mode: DITHER_COLOR_Y4
6. Choose a software dither mode: Android_ARGB8888
7. Tap "Go to testing" and at least tap the screen again to flicker.
Leave the test environment with the virtual buttons of Button Savior.
So we were talking about two different things.
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 03:50 AM.
CyberPaul is offline   Reply With Quote
Old 04-08-2022, 08:29 AM   #15
Frenzie
Wizard
Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.
 
Posts: 1,626
Karma: 724945
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?
Frenzie is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Tolino Vision 6 kyôdai News 48 11-24-2022 02:15 PM
Sell Tolino vision 4 HD Wallace Lee Flea Market 0 06-13-2020 09:36 AM
Tolino Vision 4 HD mathil Tolino 53 10-08-2018 02:49 PM
Tolino Vision 2 Lorphos More E-Book Readers 3 05-25-2017 05:44 PM
Tolino Vision hamlok Andere Lesegeräte 14 10-03-2014 05:48 AM


All times are GMT -4. The time now is 02:44 AM.


MobileRead.com is a privately owned, operated and funded community.