View Single Post
Old 06-28-2016, 01:28 PM   #997
Staphoent
Connoisseur
Staphoent began at the beginning.
 
Posts: 61
Karma: 10
Join Date: Oct 2014
Device: PW3, PW2
Quote:
Originally Posted by NiLuJe View Post
@Staphoent: Not from the UI, but you can tweak the code to basically nerf every update mode used.

Assuming a PW2, the magic is in here.

Basically set the toplevel self.waveform_ui & self.waveform_full to ffi.C.WAVEFORM_MODE_A2, set the self.waveform_partial from the KindleTouch branch also to ffi.C.WAVEFORM_MODE_A2, and replace the complete PW2 branch by that edited KindleTouch branch (since you don't want the special snowflake reagl behavior anymore).

EDIT: And if you really, really don't want *any* black flash whatsoever (which I don't recommend), also set the toplevel self.update_mode_full to ffi.C.UPDATE_MODE_PARTIAL
That is absolutely brilliant! your a hero! I only wish there was a way to do that for the whole kindle interface.
Staphoent is offline   Reply With Quote