Hi,
some users asked me how to take screenshots on our Android devices.
Unfortunately screenshots apps from Play Store would not work on Onyx devices because its CPU does not support OpenGL. Same for standard button combinations - currently not implemented.
Here is a work around what to do if you need to take screenshots:
1. Download adb package
here and unzip it to your PC.
2. Make sure USB debugging mode of your M96/T68 is On and connect your device to the PC
3. Cancel the question about using your device as USB storage.
4. Go to the adb folder with unziped files and start Command Prompt
5. If you want to take a screenshot use following command line:
adb shell screencap /mnt/sdcard/1.png
where 1.png is the name of the saved screenshot. Don't forget to change it for next screenshot.
In one of the next updates we are going to add screenshot functionality to our Android devices