View Single Post
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#20
Added handling of a map file to evtap.

How this works; The map file describes a set of rectangular locations on the screen by four coordinates, x1,y1,x2,y2 and an option what to output when a tap to the location is detected. The output is either a single character or an arbitary integer.

So, how this works, you can draw up icons on the screen and define the locations on the map file. Then based on the evtap output the calling script can execute different actions.

In my svn repository I added "simplemenu" directory where you can find out example mapfile and related bitmaps, this example shows three icons; terminal, android and meego meaning you can use it to boot the phone to either single-user sshd mode, nitdroid or meego.
 

The Following User Says Thank You to juiceme For This Useful Post: