View Single Post
Old 09-23-2007, 03:13 AM   #1
wallcraft
reader
wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.
 
wallcraft's Avatar
 
Posts: 6,977
Karma: 5183568
Join Date: Mar 2006
Location: Mississippi, USA
Device: Kindle 3, Kobo Glo HD
Screenshots invoked on iLiad?

The ability to take a screenshot directly on a device can be used for debugging and documentation, e.g. in posts to this forum. The iLiad already has fbshot, but its recommended use is via ssh from a PC. What I am requesting is a single click way to get a screenshot. For example, on the Nokia 770 there is a combined CPU/Mem/Screenshot applet. It is always on the screen, so a screenshot is one click away. I think this would be useful enough for iRex user support that its availability should be guaranteed. So I suggest adding it to the battery status indicator. Another option might be to add it to a clock.

A simple shell script wrapper might be enough, but the "single app" nature of the iLiad would then need a delayed shot to allow you to switch back to the screen you want.

In any case, the standard way to get unique filenames is to include the date:

Code:
fbshot SS_`date +%y-%m-%d_%H:%M:%S`.png
wallcraft is offline   Reply With Quote