Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader > Kobo Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 05-23-2018, 11:39 AM   #31
McCauley
Junior Member
McCauley began at the beginning.
 
McCauley's Avatar
 
Posts: 3
Karma: 10
Join Date: Jun 2017
Device: Kobo Aura One
Quote:
Originally Posted by frostschutz View Post
Reviving this vaporware...
....
Maybe next year.
I thought to pick you up on this, I have an Kobo Aura one and I am still looking for a remote page turner.
Have there been any developments on that front I've missed or that you want to share with us?
McCauley is offline   Reply With Quote
Old 05-23-2018, 03:06 PM   #32
frostschutz
Linux User
frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.
 
frostschutz's Avatar
 
Posts: 2,279
Karma: 6123806
Join Date: Sep 2010
Location: Heidelberg, Germany
Device: none
No, still vaporware. Little motivation to do anything Kobo related lately.

Sorry to disappoint.
frostschutz is offline   Reply With Quote
Old 05-23-2018, 05:32 PM   #33
McCauley
Junior Member
McCauley began at the beginning.
 
McCauley's Avatar
 
Posts: 3
Karma: 10
Join Date: Jun 2017
Device: Kobo Aura One
Quote:
Originally Posted by frostschutz View Post
No, still vaporware. Little motivation to do anything Kobo related lately.

Sorry to disappoint.
Too bad, maybe you find motivation for this again. Though admittedly I am just a lazy person, I believe disabled people would appreciate to have something like this for a true e-reader that supports an open format like epub (I know there is a decent solution for Amazons Kindle with its proprietary format).

Anyway, thanks for responding so swiftly! :-)
McCauley is offline   Reply With Quote
Old 05-10-2019, 01:13 AM   #34
kglo
Junior Member
kglo began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Dec 2012
Device: Kobo Glo
Hi, this is a question probably mostly for frostschutz but I thought I'd post here so it's visible for everybody.

I've been experimenting with nrf52 bluetooth low energy devices and I think they would be perfect for a remote page turn button as they are tiny but very capable and very power-efficient.

I was thinking a nrf52 could be mounted internally and be controlled by a small wireless button (like the cheap bluetooth Android camera remote shutter buttons that are available), and send commands via one of the internal Serial UARTs.

I'd be happy to have a go at it as a project but I'm not sure about the Kobo side as I haven't done anything to hack my unit yet.

So my question is, is it possible to simulate a page turn via one of the internal UARTs, and also what do I need to do to go from my unhacked Kobo Glo to a hacked device that can accept commands this way?

Last edited by kglo; 05-10-2019 at 01:16 AM.
kglo is offline   Reply With Quote
Old 05-16-2019, 10:58 AM   #35
McCauley
Junior Member
McCauley began at the beginning.
 
McCauley's Avatar
 
Posts: 3
Karma: 10
Join Date: Jun 2017
Device: Kobo Aura One
I'd be still interested in a remote page turner for my Aura One as well, hopefully someone finds a way to enable this. :-)
McCauley is offline   Reply With Quote
Old 06-26-2019, 01:11 PM   #36
frostschutz
Linux User
frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.
 
frostschutz's Avatar
 
Posts: 2,279
Karma: 6123806
Join Date: Sep 2010
Location: Heidelberg, Germany
Device: none
https://youtu.be/TnIanWuF7fI
frostschutz is offline   Reply With Quote
Old 06-30-2019, 03:56 PM   #37
wesley6j
Junior Member
wesley6j doesn't litterwesley6j doesn't litter
 
Posts: 5
Karma: 100
Join Date: Nov 2016
Device: Kobo H2O
Check this out, turn pages forward/backward using a connected computer:
https://github.com/wesley6j/kobo_uti...aster/pageturn
wesley6j is offline   Reply With Quote
Old 06-30-2019, 04:23 PM   #38
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,477
Karma: 26012494
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@wesley6j:

Random remarks:

I'd either piggyback on the Forma's PgTurn keycodes (even if it requires basically enforcing hasKeys = true for every Kobo model for that to be honored), or adding brand new keycodes, because right now, you're effectivley killing SleepCover & Light button handling .

I'd also ship the KOReader patch as a diff and apply it client-side (or device-side, the Kobo busybox build appears to ship with the patch applet included) .

Last edited by NiLuJe; 06-30-2019 at 04:26 PM.
NiLuJe is offline   Reply With Quote
Old 06-30-2019, 07:07 PM   #39
frostschutz
Linux User
frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.
 
frostschutz's Avatar
 
Posts: 2,279
Karma: 6123806
Join Date: Sep 2010
Location: Heidelberg, Germany
Device: none
Quote:
Originally Posted by NiLuJe View Post
(or device-side, the Kobo busybox build appears to ship with the patch applet included) .
careful with that, it patches the wrong lines sometimes... (or was it the wrong file? busybox has odd bugs sometimes, kobo's busybox more so)

it's interesting to interface directly with the software, my approach is still strictly to record and replay touch-events (as outlined in post #19 of this thread), even if that means that misinputs cannot be avoided (if you trigger it while not reading but inside a menu or something).

I'm hoping to turn this vaporware into actual release, sometime soon.

Last edited by frostschutz; 06-30-2019 at 07:27 PM.
frostschutz is offline   Reply With Quote
Old 06-30-2019, 09:07 PM   #40
wesley6j
Junior Member
wesley6j doesn't litterwesley6j doesn't litter
 
Posts: 5
Karma: 100
Join Date: Nov 2016
Device: Kobo H2O
Quote:
Originally Posted by NiLuJe View Post
or adding brand new keycodes
I did not know this is possible. Could you explain a bit more about it?
wesley6j is offline   Reply With Quote
Old 06-30-2019, 11:00 PM   #41
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,477
Karma: 26012494
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@wesley6j: A very quick test showed that you're absolutely right, that doesn't work ;p.

Didn't look into whether it was possible to convince the kernel that a specific device could in fact support additional keys, but somehow I doubt it...

Last edited by NiLuJe; 06-30-2019 at 11:06 PM.
NiLuJe is offline   Reply With Quote
Old 07-03-2019, 07:43 AM   #42
wesley6j
Junior Member
wesley6j doesn't litterwesley6j doesn't litter
 
Posts: 5
Karma: 100
Join Date: Nov 2016
Device: Kobo H2O
Quote:
Originally Posted by NiLuJe View Post
I'd either piggyback on the Forma's PgTurn keycodes (even if it requires basically enforcing hasKeys = true for every Kobo model for that to be honored), or adding brand new keycodes, because right now, you're effectivley killing SleepCover & Light button handling .
The side effect is gone.

I assume key_repeat should be very very unlikely for sleep cover:

https://github.com/wesley6j/kobo_uti...2c4d9a24ca36a2
wesley6j is offline   Reply With Quote
Old 07-03-2019, 11:37 AM   #43
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,477
Karma: 26012494
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@wesley6j: Oh, good idea .

The Forma does (stupidly) repeat the SleepCover key event, but that's the only device that does it (that I know of).

Might be worth it to move to KEY_H, although I have no idea what it might have been used for originally (the Home button on devices which had one?). In any case, shouldn't be an issue in KOReader .

Last edited by NiLuJe; 07-03-2019 at 11:39 AM.
NiLuJe is offline   Reply With Quote
Old 11-15-2019, 03:27 PM   #44
Gibbo
Guru
Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.Gibbo ought to be getting tired of karma fortunes by now.
 
Gibbo's Avatar
 
Posts: 776
Karma: 2475053
Join Date: May 2007
Device: Galaxy Tab A (2019) - iPhone 11 - KA1 - Onyx Boox Nova Pro
Any new developments?.

P. S. Remembered I have one of those selfie sticks tried it on my tablet and Kindle/Kobo and play books work

Last edited by Gibbo; 11-15-2019 at 04:21 PM.
Gibbo is offline   Reply With Quote
Old 08-21-2020, 05:26 AM   #45
dredd-style
Junior Member
dredd-style began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Aug 2020
Device: Kobo Aura
Quote:
Originally Posted by frostschutz View Post
This is an experiment, cable based remote controller. Actually, it just uses the "unplug charger" event to flip the page. All you'd have to do is build a charger cable with a button that disconnects it for a short time.

[deleted vidme link]

It could also be done through WiFi, possibly using the GoPro remote controller so you'd have a hand-held, wireless device. It's a bit too expensive to just buy it on a lark. Also, it has a short battery life and keeping WiFi always on drains the Kobo rather quickly, too.
Hello frostschutz !
I read with interest your posts because I'm a lazy man who wants to read lying in his bed without having to move his arms!

Unfortunately your link to [deleted vidme link] is no longer accessible and I'm curious to know how the hack works via the charging cable.

As I understand it, you have to modify a USB cable to add an on/off switch and the reader perceives the signal as a command to turn the page.

Should a mod (script ?) be installed on the kobo to allow it to interpret this event?

Thank you for all

Last edited by pdurrant; 07-25-2021 at 08:41 AM.
dredd-style is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Page turning remote / App wanted jskvbinmv Kindle Developer's Corner 16 09-11-2014 12:35 PM
Page turning on PW neonbible Amazon Kindle 7 10-21-2012 11:37 AM
PRS-T1 PRS-T1 - Changing page margins prevents 'touch' page turning Berzelius Sony Reader 2 08-24-2012 04:02 AM
Automatic page turn / remote Working Prototype gregcd Sony Reader 5 09-14-2009 07:38 PM
Hanlin v3 Page Turning Button not always Turning the Page Jakodai HanLin eBook 16 01-21-2009 04:44 AM


All times are GMT -4. The time now is 11:18 PM.


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