Codereamp

Results 35 comments of Codereamp

I agree that either screenshots or a text description would be nice. In my case I also needed running a shell script silent and background so additionally to the extra...

Also I little praise torwards the app. The developer might find it more appropriate in other places if he wishes, sorry if this is the case :) On Nook devices...

> override fun getWaveformFull(): Int { return EINK_MODE_FULL } Probably if the full redraw is the only mode supported then probably this is the way, but the corresponding submodes constants...

@hugleo, yes, you're probably right, I just followed the code and looks like the only effective constant for Nook in getEinkConstants is getWaveformFull, the rest is not used based on...

As for detection, looks like NewNook (or Nook 4) line can be detected based on the following constants ``` ....GENTOO = "BNRV1100"; // Nook Glowlight 4 ....ADELIE = "BNRV1000"; //...

> The `AUTO` constants being funky in the Android indirection layers is also something we've seen before with other drivers, IIRC (I've never really looked into the Android side of...

Thanks for sharing your thoughts. Implementing the interface the right way doesn't look so scary now, I think that the right things is to introduce new constants in the new...

A rough attempt to implement the controller is formally succeeded (no exception, controller accepted, eInk refresh menu is visible), but no full refresh on every 6 page or on every...

> The "requested eink refresh" in the driver is not logging the delay. > > Or you need a thread to manually force some delay like in qualcomm driver. I...

> On a couple of specific models even enabling a SurfaceView / view hierarchy is not enough to refresh the screen even when it worked fine on the TestActivity. If...