Screencap service

This service lets you create a screen capture file from your handheld running Linux. I got tired of seeing all these outdated screen captures, or screen captures from people's desktops. So now, making a screencap of your handheld application is simple and easy.

To use this service, install scap (from the unstable feed) and run 'scap' from the menu or from the shell.
Or, install netcat on your handheld (ipkg install netcat), and run:

sh -c '
MODEL=`cat /proc/cpuinfo | grep ^Hardware | sed "s/.* //"`
test -e /etc/scap.conf && USER=`cat /etc/scap.conf`
RES=`/sbin/fbset 2>/dev/null | awk /geometry/{print\ \\$2\"x\"\\$3}`
(echo "POST /scap/capture.cgi?$MODEL+$USER+$RES HTTP/1.1"
 echo -n Content-length:
 cat /dev/fb0 | wc -c
 echo "Content-Type: image/gif"
 echo "Host: www.handhelds.org"
 echo ""
 cat /dev/fb0) | nc www.handhelds.org 80
'

Questions? Send email to nelson on this host. Got source?

Do you want us to keep your image more or less permanently? Just click on the image's html link, and copy the resultant HTML into your web page. Then, visit your web page. This will copy the image into the holding area.

Find your screen cap below. If you want a landscape copy, click on rotate and one will be created for you. It will stay here for one day:



IP 78.32.70.168
Date Thu Sep 4 10:56:44 2008
User phil0s
Hardware PNG [url][rotate][flip][jpeg][html][send as email to ipkgfind]