Hello, I have been looking for developer resources for Boox Max. Can anyone point me to better sources? It seems that the resources were abandoned?? Here's what I have found:
First there is a web
http://www.onyx-international.com/en/
It point you to GitHub
https://github.com/onyx-intl
I have found many interesting stuff on the github repos but not all regarding Boox Max.
- there is a kernel repo only for BOOX60 and ak98
- the repo booxsdk does not include imx6
https://github.com/onyx-intl/booxsdk, futhermore link mentioned in this repo does not work for me
http://opensource.onyx-international.com/
There is many repos for dual core imx6, I have no idea if it is also used on single core cpu in Boox Max or there should be a different repo for it.
Interestingly enough, some repos have been recently updated on a branch 1.8.2 - most likely a new firmware is under development
There is a short helpful wiki
https://github.com/onyx-intl/OnyxAndroidSample/wiki
Also this one
https://github.com/onyx-intl/public-...for-R65-C65.md probably explained why for many apps downloaded from Google Play I can see the pesky "app is not responding do you want to close it? WAIT, CLOSE"
Quote:
Because we've adjusted standard android power management policy to fit the device, so you need use IDeviceController.newWakeLock() to get corresponding WakeLock to prevent device from sleep.
|
I would be thankful if the power policy could be chosen from Settings on the device. It is annoying when you use 'foreign' applications.
EDIT:
Any idea where the Android 4.4 sources are?