View Single Post
Old 10-16-2014, 08:09 AM   #1
Booxtor
Booxtor
Booxtor ought to be getting tired of karma fortunes by now.Booxtor ought to be getting tired of karma fortunes by now.Booxtor ought to be getting tired of karma fortunes by now.Booxtor ought to be getting tired of karma fortunes by now.Booxtor ought to be getting tired of karma fortunes by now.Booxtor ought to be getting tired of karma fortunes by now.Booxtor ought to be getting tired of karma fortunes by now.Booxtor ought to be getting tired of karma fortunes by now.Booxtor ought to be getting tired of karma fortunes by now.Booxtor ought to be getting tired of karma fortunes by now.Booxtor ought to be getting tired of karma fortunes by now.
 
Booxtor's Avatar
 
Posts: 1,126
Karma: 2305664
Join Date: Jun 2011
Location: Germany
Device: a lot of..
Lightbulb How to take screenshots on M96 or T68

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

Last edited by Booxtor; 10-16-2014 at 09:39 AM.
Booxtor is offline   Reply With Quote