View Single Post
Old 03-08-2019, 10:05 AM   #283
foro.carlos
Member
foro.carlos doesn't litterforo.carlos doesn't litter
 
Posts: 17
Karma: 146
Join Date: Jan 2019
Device: likebook mimas
Quote:
Originally Posted by lvlrdka22 View Post
No. It's also for hobbyists who like to mess around to be able to do stuff like this:
https://youtu.be/3eHHH9-QHNk

Done strictly with smali.


Looking forward for the Boyue SDK to try this things in the Mimas.
In the meantime we were able to integrate the boyue API (with some decompiling and investigation) in the Koreader app to refresh the screen correctly, thanks to the kind devs of Koreader.
https://github.com/koreader/koreader/issues/4595

I think the next step is doing the same in Coolreader and ALReader . Since there's code for basic support in koreader there should be less complicated for them (or someone here) to port the driver.
https://github.com/buggins/coolreader/issues/79

I actually found the necessary classes and api calls to use the wacom stylus in the native notes app but since there's no documentation or SDK available and no previous work done, i guess is way more difficult to port that to a notetaking app like that.

In case someone wants to tinker with Coolreader, I forked it and begin to port the driver (but until now i just added the device as EINK but no driver whatsoever)

The Koreader driver commit

The fork i'm tinkering with

All the magic is inside BoyueLauncher.apk in Classes.dex which is fairly easy to decompile with jd-gui
foro.carlos is offline   Reply With Quote