a touch event relay for firefox os
To get ShowMe functionality installed, you need to copy the "ShowMe" directory into your source tree's gaia/apps/system tree, peer to the system app's index.html file.
Then, edit the system app's index.html file and add
<!-- Show me -->
<script defer="" src="ShowMe/js/showme.js"></script>
<link rel="stylesheet" type="text/css" href="ShowMe/style/showme.css">
into the <head> block and reflash gaia onto your device
after flashing, in the notifications tray, you will see a small tab at the top called ShowMe. Tapping this opens and closes the ShowMe control panel.
you can use the test relay server on bunnyandboar.com for reference (the interface will default to this URL) or pull down the ShowMeServer project here and run your own!