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 12-12-2020, 12:41 PM   #1
baskerville
Evangelist
baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.
 
baskerville's Avatar
 
Posts: 446
Karma: 305160
Join Date: Aug 2015
Device: Kobo Glo HD, Kobo Aura ONE
Buggy multi-touch layer

While testing the diagonal spread gesture with Plato's upcoming Touch Events application on the Glo HD, I noticed that the recognition rate was low, and yet high on the individual swipe gestures. I then tried the diagonal spread gesture within Sketch and the underlying problem came to the surface (cf. first screenshot). My Aura ONE can perform this gesture without the jerky dance but has another multi-touch flaw that the Glo HD hasn't: if I hold the device in portrait mode, put one finger in the middle of the left half of the screen and swipe from the top to the bottom of the right half of the screen with another finger, then I get a strange unexpected output (cf. second screenshot). What happens in this particular case is that one of the touch points disappears when the angle between the two contact points reaches a certain angle. We then get coordinates for an imaginary contact point equidistant from the real ones. And then, when the angle gets out of the dangerous range, the lost touch point is brought back into existence.

I was wondering if similar bugs were present in the newer devices?
Attached Thumbnails
Click image for larger version

Name:	glo_hd-20201209_103638.png
Views:	177
Size:	8.4 KB
ID:	183942   Click image for larger version

Name:	aura_one-20201209_113053.png
Views:	176
Size:	9.5 KB
ID:	183943  
baskerville is offline   Reply With Quote
Old 12-12-2020, 01:09 PM   #2
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,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Thankfully nothing as weird as that over here.

On the H2O, I can get a single jumpy line with the spread gesture, apparently stemming from my previous tap on "New" in Sketch's menu.

Otherwise, it works (despite the H2O's funky way of numbering slots).

No issues whatsoever on the Forma.

(The H2O uses a neonode zforce v2 IR grid, the Forma a cyttsp5 capacitive grid).
Attached Thumbnails
Click image for larger version

Name:	h2o_spread.png
Views:	150
Size:	6.0 KB
ID:	183944  
NiLuJe is offline   Reply With Quote
Advert
Old 12-12-2020, 01:11 PM   #3
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,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
(Assuming cyttsp, which I *think* holds for the Aura One)

Since I know you bypass Nickel, you might want to check dmesg after a fresh boot to see if the firmware has been loaded properly, I'm not *quite* sure who's responsible for that, but it's not entirely impossible some of it might be done by Nickel.
NiLuJe is offline   Reply With Quote
Old 12-12-2020, 02:37 PM   #4
baskerville
Evangelist
baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.
 
baskerville's Avatar
 
Posts: 446
Karma: 305160
Join Date: Aug 2015
Device: Kobo Glo HD, Kobo Aura ONE
Quote:
Originally Posted by NiLuJe View Post
(Assuming cyttsp, which I *think* holds for the Aura One)
Relevant ntx_hwconfig info:
Code:
TouchCtrl	ektf2132
TouchType	C-Type
Quote:
Originally Posted by NiLuJe View Post
Since I know you bypass Nickel, you might want to check dmesg after a fresh boot to see if the firmware has been loaded properly
What should I be looking for?

If I remember correctly, I had noticed the same jumpy lines using Nickel's Sketch Pad.
baskerville is offline   Reply With Quote
Old 12-12-2020, 02:51 PM   #5
baskerville
Evangelist
baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.
 
baskerville's Avatar
 
Posts: 446
Karma: 305160
Join Date: Aug 2015
Device: Kobo Glo HD, Kobo Aura ONE
I just tried within Sketch Pad: same results.
baskerville is offline   Reply With Quote
Advert
Old 12-12-2020, 04:21 PM   #6
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,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Quote:
Originally Posted by baskerville View Post
Relevant ntx_hwconfig info:
Code:
TouchCtrl	ektf2132
TouchType	C-Type
Huh, no idea how that one behaves, sorry . I'm only vaguely familiar with the cyttsp ones because that's what was also used on (most, except the latest cheap-ass Basic, IIRC) Kindles, where the blob was also loaded as part of the boot process .

At least the different controller explains why there were so many issues with it compared to other devices ^^.
NiLuJe is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[All models] touch layer precision / small references numbers datanoise Kobo Reader 7 02-23-2018 07:37 AM
Does a layer of touch screen affect the readability arsingh1 General Discussions 13 05-09-2014 05:56 AM
Are all ereaders as buggy as Kobo Touch/Glo? jusmee Kobo Reader 66 04-29-2014 06:44 PM
Aura HD Multi-touch question freekobo Kobo Developer's Corner 8 09-20-2013 03:28 PM
[Kindle Touch] The first buggy alpha of my terminal app JoppyFurr Kindle Developer's Corner 41 02-26-2013 12:43 PM


All times are GMT -4. The time now is 03:42 PM.


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