View Single Post
Old 12-27-2023, 05:12 PM   #998
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
In any case, in your case, the fix is simple: drop the `snow_protocol` quirks.

I'm wary of doing this globally, because the Clara HD is a wildly popular device and we've *never* heard of this, so something about your specific device is... strange ;p.

Which leaves you with dealing with it via a User patch, using a 2- prefix (c.f., the many examples on that wiki page).

Code:
local Device = require("device")
local Input = Device.input

Input.snow_protocol = false

Last edited by NiLuJe; 12-27-2023 at 05:32 PM.
NiLuJe is offline   Reply With Quote