<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>expr3ss yourself</title>
	<atom:link href="http://sandst1.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sandst1.wordpress.com</link>
	<description>notes of a casual hacker</description>
	<lastBuildDate>Fri, 24 Feb 2012 16:26:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sandst1.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>expr3ss yourself</title>
		<link>http://sandst1.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sandst1.wordpress.com/osd.xml" title="expr3ss yourself" />
	<atom:link rel='hub' href='http://sandst1.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Change your N9 desktop background vol. 2</title>
		<link>http://sandst1.wordpress.com/2012/02/10/change-your-n9-desktop-background-vol-2/</link>
		<comments>http://sandst1.wordpress.com/2012/02/10/change-your-n9-desktop-background-vol-2/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 13:36:32 +0000</pubDate>
		<dc:creator>sandst1</dc:creator>
				<category><![CDATA[Harmattan]]></category>
		<category><![CDATA[MeeGo]]></category>
		<category><![CDATA[N9]]></category>
		<category><![CDATA[N950]]></category>

		<guid isPermaLink="false">http://sandst1.wordpress.com/?p=276</guid>
		<description><![CDATA[Hi! A few weeks ago kuzmichov posted instructions to talk.maemo.org on how to change the background of your N9&#8242;s home screen. Kuzmichov&#8217;s instructions change the backround of the component behind all the swipable home screens. Today we&#8217;ll be changing the backgrounds of the 3 individual screens. For that, we need to edit a different .css [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sandst1.wordpress.com&amp;blog=22294215&amp;post=276&amp;subd=sandst1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi!</p>
<p>A few weeks ago kuzmichov posted <a href="http://talk.maemo.org/showthread.php?t=81665" target="new">instructions</a> to talk.maemo.org on how to change the background of your N9&#8242;s home screen.</p>
<p>Kuzmichov&#8217;s instructions change the backround of the component behind all the swipable home screens. Today we&#8217;ll be changing the backgrounds of the 3 individual screens.</p>
<p>For that, we need to edit a different .css file,<br />
<strong>/usr/share/themes/base/meegotouch/meegotouchhome/style/meegotouchhome.css</strong></p>
<p>We want to add a <strong>background-image</strong> tag into three CSS blocks: <strong>SwipeEventsStyle</strong>, <strong>SwipeLauncherStyle</strong> and <strong>SwipeSwithcerStyle</strong>.</p>
<p>Naturally, we&#8217;ll need three images as well, let&#8217;s name them like this:</p>
<p><strong>background-image-launcher.png<br />
background-image-events.png<br />
background-image-switcher.png</strong></p>
<p>Copy these images into <strong>/usr/share/themes/blanco/meegotouch/images/backgrounds/</strong></p>
<p>The code in the CSS blocks of meegotouchhome.css will become like this:</p>
<p><em>SwipeEventsStyle {<br />
  &#8230; code &#8230;<br />
  background-image: background-image-events<br />
}</p>
<p>SwipeLauncherStyle {<br />
 &#8230; code &#8230;<br />
 background-image: background-image-launcher<br />
}</p>
<p>SwipeSwitcherStyle {<br />
  &#8230; code &#8230;<br />
  background-image: background-image-switcher<br />
}<br />
</em></p>
<p>In addition to that, comment out/remove the <strong>background-color</strong> tag from <strong>NotificationAreaStyle</strong>, so the notification area background will become transparent. The messages themselves will still have a semi-transparent background color (most likely there&#8217;s a tag for that too but don&#8217;t know where).</p>
<p>Reboot, and you should have three nice background images!</p>
<p>You can download the modified meegotouchhome.css from <a href="http://koti.kapsi.fi/~sh8dfwk/meegotouchhome.css">here</a>.</p>
<p>For some reason, when swiping between the events feed and app grid, there&#8217;s a 1 pixel wide column<br />
between the backgrounds. Most likely there&#8217;s not much that can be done for that, but it&#8217;s a minor glitch anyway : )</p>
<p>Here&#8217;s an example of my home screens:<br />
<a href="http://sandst1.files.wordpress.com/2012/02/01switcher.png"><img src="http://sandst1.files.wordpress.com/2012/02/01switcher.png?w=168&#038;h=300" alt="" title="01switcher" width="168" height="300" class="alignnone size-medium wp-image-279" /></a> <a href="http://sandst1.files.wordpress.com/2012/02/02events.png"><img src="http://sandst1.files.wordpress.com/2012/02/02events.png?w=168&#038;h=300" alt="" title="02events" width="168" height="300" class="alignnone size-medium wp-image-280" /></a> <a href="http://sandst1.files.wordpress.com/2012/02/03appgrid.png"><img src="http://sandst1.files.wordpress.com/2012/02/03appgrid.png?w=168&#038;h=300" alt="" title="03appgrid" width="168" height="300" class="alignnone size-medium wp-image-281" /></a></p>
<p>Have fun!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sandst1.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sandst1.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sandst1.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sandst1.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sandst1.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sandst1.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sandst1.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sandst1.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sandst1.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sandst1.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sandst1.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sandst1.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sandst1.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sandst1.wordpress.com/276/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sandst1.wordpress.com&amp;blog=22294215&amp;post=276&amp;subd=sandst1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sandst1.wordpress.com/2012/02/10/change-your-n9-desktop-background-vol-2/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/21c8000797ab2d7a3bd57a8d5a92754b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sandst1</media:title>
		</media:content>

		<media:content url="http://sandst1.files.wordpress.com/2012/02/01switcher.png?w=168" medium="image">
			<media:title type="html">01switcher</media:title>
		</media:content>

		<media:content url="http://sandst1.files.wordpress.com/2012/02/02events.png?w=168" medium="image">
			<media:title type="html">02events</media:title>
		</media:content>

		<media:content url="http://sandst1.files.wordpress.com/2012/02/03appgrid.png?w=168" medium="image">
			<media:title type="html">03appgrid</media:title>
		</media:content>
	</item>
		<item>
		<title>MyMoves 0.1.4: better recognition + corner-to-corner gestures</title>
		<link>http://sandst1.wordpress.com/2011/11/06/mymoves-0-1-4-better-recognition-corner-to-corner-gestures/</link>
		<comments>http://sandst1.wordpress.com/2011/11/06/mymoves-0-1-4-better-recognition-corner-to-corner-gestures/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 13:44:02 +0000</pubDate>
		<dc:creator>sandst1</dc:creator>
				<category><![CDATA[Harmattan]]></category>
		<category><![CDATA[MeeGo]]></category>
		<category><![CDATA[N9]]></category>
		<category><![CDATA[N950]]></category>

		<guid isPermaLink="false">http://sandst1.wordpress.com/?p=261</guid>
		<description><![CDATA[Hi! Just about to send MyMoves 0.1.4 to Nokia Store. I reimplemented the recognition algorithm, so now the app should be a lot better at recognizing your gestures. In addition to that, there are now new gestures for swiping from one corner to another. Here&#8217;s the latest list of gestures: Aand a video clip: Let&#8217;s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sandst1.wordpress.com&amp;blog=22294215&amp;post=261&amp;subd=sandst1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi!</p>
<p>Just about to send MyMoves 0.1.4 to Nokia Store.</p>
<p>I reimplemented the recognition algorithm, so now the app should be a lot better at recognizing your gestures.<br />
In addition to that, there are now new gestures for swiping from one corner to another.<br />
Here&#8217;s the latest list of gestures:</p>
<p><a href="http://sandst1.files.wordpress.com/2011/11/mymoves_double_gestures.png"><img src="http://sandst1.files.wordpress.com/2011/11/mymoves_double_gestures.png?w=300&#038;h=300" alt="" title="mymoves_double_gestures" width="300" height="300" class="alignnone size-medium wp-image-263" /></a>  <a href="http://sandst1.files.wordpress.com/2011/11/mymoves_triple_gestures.png"><img src="http://sandst1.files.wordpress.com/2011/11/mymoves_triple_gestures.png?w=300&#038;h=300" alt="" title="mymoves_triple_gestures" width="300" height="300" class="alignnone size-medium wp-image-264" /></a></p>
<p>Aand a video clip:</p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='630' height='385' src='http://www.youtube.com/embed/4a_40jvVmhQ?version=3&amp;rel=1&amp;fs=1&amp;showsearch=0&amp;showinfo=1&amp;iv_load_policy=1&amp;wmode=transparent' frameborder='0'></iframe></span></p>
<p>Let&#8217;s hope the guys&amp;girls at the Store are quick at reviewing : )</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sandst1.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sandst1.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sandst1.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sandst1.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sandst1.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sandst1.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sandst1.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sandst1.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sandst1.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sandst1.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sandst1.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sandst1.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sandst1.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sandst1.wordpress.com/261/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sandst1.wordpress.com&amp;blog=22294215&amp;post=261&amp;subd=sandst1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sandst1.wordpress.com/2011/11/06/mymoves-0-1-4-better-recognition-corner-to-corner-gestures/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/21c8000797ab2d7a3bd57a8d5a92754b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sandst1</media:title>
		</media:content>

		<media:content url="http://sandst1.files.wordpress.com/2011/11/mymoves_double_gestures.png?w=300" medium="image">
			<media:title type="html">mymoves_double_gestures</media:title>
		</media:content>

		<media:content url="http://sandst1.files.wordpress.com/2011/11/mymoves_triple_gestures.png?w=300" medium="image">
			<media:title type="html">mymoves_triple_gestures</media:title>
		</media:content>
	</item>
		<item>
		<title>MyMoves 0.1.3: 12 is now 24!</title>
		<link>http://sandst1.wordpress.com/2011/10/22/mymoves-0-1-3-12-is-now-24/</link>
		<comments>http://sandst1.wordpress.com/2011/10/22/mymoves-0-1-3-12-is-now-24/#comments</comments>
		<pubDate>Sat, 22 Oct 2011 20:36:37 +0000</pubDate>
		<dc:creator>sandst1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sandst1.wordpress.com/?p=252</guid>
		<description><![CDATA[Hiall! Just sent MyMoves 0.1.3 update to Nokia Store for approval. Most significant changes: - Possibility to disable a gesture, there&#8217;s a &#8216;no application&#8217; option in the app list - 12 two-finger and 12 three-finger gestures - Fixed icon scaling in the app list (e.g. Galaxy On Fire&#8217;s icon was taking a bit too much [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sandst1.wordpress.com&amp;blog=22294215&amp;post=252&amp;subd=sandst1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hiall!</p>
<p>Just sent MyMoves 0.1.3 update to Nokia Store for approval.</p>
<p>Most significant changes:<br />
<strong>- Possibility to disable a gesture, there&#8217;s a &#8216;no application&#8217; option in the app list<br />
- 12 two-finger and 12 three-finger gestures<br />
- Fixed icon scaling in the app list (e.g. Galaxy On Fire&#8217;s icon was taking a bit too much space : )</strong></p>
<p>As you can see, the amount of available gestures has <strong>doubled</strong>! : )<br />
The fact that now you can also disable gestures should make it convenient<br />
to find the gestures that suit best for your purposes. Here are the gestures:<br />
<a href="http://sandst1.files.wordpress.com/2011/10/mymoves_double_gestures1.png"><img src="http://sandst1.files.wordpress.com/2011/10/mymoves_double_gestures1.png?w=300&#038;h=225" alt="" title="mymoves_double_gestures" width="300" height="225" class="alignnone size-medium wp-image-253" /></a>  <a href="http://sandst1.files.wordpress.com/2011/10/mymoves_triple_gestures1.png"><img src="http://sandst1.files.wordpress.com/2011/10/mymoves_triple_gestures1.png?w=300&#038;h=225" alt="" title="mymoves_triple_gestures" width="300" height="225" class="alignnone size-medium wp-image-254" /></a></p>
<p>The update should hopefully pop up into Nokia Store soon. If you&#8217;re not into waiting,<br />
you can install MyMoves 0.1.3 from my repository (instructions below).</p>
<p><strong>Manual installation:</strong></p>
<p>1. Add the mymoves repository to your phone:<br />
- Create a file called <strong>/etc/apt/sources.list.d/mymoves.list</strong><br />
- Into that file, enter this line (without the quotes): &#8220;<strong>deb http://koti.kapsi.fi/~sh8dfwk/mymoves binary/</strong>&#8220;</p>
<p>2. Make sure you&#8217;ve got a working internet connection on your phone<br />
3. <strong>apt-get update</strong><br />
4. <strong>apt-get install mymoves</strong></p>
<p>That&#8217;s all this time!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sandst1.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sandst1.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sandst1.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sandst1.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sandst1.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sandst1.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sandst1.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sandst1.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sandst1.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sandst1.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sandst1.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sandst1.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sandst1.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sandst1.wordpress.com/252/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sandst1.wordpress.com&amp;blog=22294215&amp;post=252&amp;subd=sandst1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sandst1.wordpress.com/2011/10/22/mymoves-0-1-3-12-is-now-24/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/21c8000797ab2d7a3bd57a8d5a92754b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sandst1</media:title>
		</media:content>

		<media:content url="http://sandst1.files.wordpress.com/2011/10/mymoves_double_gestures1.png?w=300" medium="image">
			<media:title type="html">mymoves_double_gestures</media:title>
		</media:content>

		<media:content url="http://sandst1.files.wordpress.com/2011/10/mymoves_triple_gestures1.png?w=300" medium="image">
			<media:title type="html">mymoves_triple_gestures</media:title>
		</media:content>
	</item>
		<item>
		<title>Power User 2011: Running scripts on your N9/N950 with MyMoves</title>
		<link>http://sandst1.wordpress.com/2011/10/12/power-user-2011-running-scripts-on-your-n9n950-with-mymoves/</link>
		<comments>http://sandst1.wordpress.com/2011/10/12/power-user-2011-running-scripts-on-your-n9n950-with-mymoves/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 20:06:21 +0000</pubDate>
		<dc:creator>sandst1</dc:creator>
				<category><![CDATA[Harmattan]]></category>
		<category><![CDATA[MeeGo]]></category>
		<category><![CDATA[N9]]></category>
		<category><![CDATA[N950]]></category>

		<guid isPermaLink="false">http://sandst1.wordpress.com/?p=227</guid>
		<description><![CDATA[Hi all! In case you use MyMoves, here&#8217;s a fun thing to play with: running Python &#38; shell scripts with gestures For this you will need to have the developer mode enabled. I&#8217;m also going to assume you&#8217;ve already got Python for Harmattan already installed. Running shell scripts with MyMoves Say, you&#8217;ve got a useful [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sandst1.wordpress.com&amp;blog=22294215&amp;post=227&amp;subd=sandst1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi all!</p>
<p>In case you use MyMoves, here&#8217;s a fun thing to play with: running Python &amp; shell scripts with gestures <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>For this you will need to have the developer mode enabled. I&#8217;m also going to assume you&#8217;ve already got <a href="http://wiki.meego.com/Harmattan_Python" target="new">Python for Harmattan</a> already installed.</p>
<p><strong>Running shell scripts with MyMoves</strong><br />
Say, you&#8217;ve got a useful shell script at <strong>/home/user/MyDocs/myscript.sh</strong>. Let&#8217;s run that using MyMoves gestures:</p>
<p><strong>1.</strong> Edit <strong>/home/user/.config/mymoves.conf</strong><br />
<strong>2.</strong> Replace the line of the gesture of your choice. I&#8217;m going to use the &#8216;swipe up with two fingers&#8217; gesture for this example, which is the row beginning with <strong>d0</strong> in <strong>mymoves.conf</strong></p>
<p>Put this into that line:<br />
<strong>d0###MyScript###/usr/bin/aegis-exec -s -u user -l &#8216;/usr/bin/meego-terminal -n -e sh /home/user/MyDocs/myscript.sh&#8217;</strong></p>
<p><strong>3.</strong> <strong>Make sure to edit myscript.sh and insert a pausing row to the end of the script, so the Terminal window won&#8217;t just close immediately:<br />
</strong><br />
<strong>read -p &#8216;Press a key to continue&#8230;&#8217;</strong></p>
<p><strong>4.</strong> Go to MyMoves configuration UI, press &#8216;Stop Observing&#8217; and after that &#8216;Start observing&#8217;, so the updated <strong>mymoves.conf</strong> is loaded.<br />
<strong>5.</strong> Swipe!</p>
<p><strong>Running Python scripts with MyMoves</strong><br />
Python scripts work exactly the same way, except you pass the <strong>-i</strong> parameter to the Python shell so it won&#8217;t close the Terminal window after the script is run. </p>
<p>So, for e.g. a script in <strong>/home/user/MyDocs/myscript.py</strong>, do the <strong>mymoves.conf</strong> editing as above, but add a line like this:<br />
<strong><br />
d0###MyPythonScript###/usr/bin/aegis-exec -s -u user -l &#8216;/usr/bin/meego-terminal -e /usr/bin/python -i /home/user/MyDocs/myscript.py&#8217;</strong></p>
<p>Then just press &#8216;Stop Observing&#8217; and &#8216;Start Observing&#8217; in the MyMoves UI, and you&#8217;re ready to use the script.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sandst1.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sandst1.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sandst1.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sandst1.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sandst1.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sandst1.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sandst1.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sandst1.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sandst1.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sandst1.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sandst1.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sandst1.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sandst1.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sandst1.wordpress.com/227/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sandst1.wordpress.com&amp;blog=22294215&amp;post=227&amp;subd=sandst1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sandst1.wordpress.com/2011/10/12/power-user-2011-running-scripts-on-your-n9n950-with-mymoves/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/21c8000797ab2d7a3bd57a8d5a92754b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sandst1</media:title>
		</media:content>
	</item>
		<item>
		<title>MyMoves 0.1.2 available in Nokia Store</title>
		<link>http://sandst1.wordpress.com/2011/10/06/mymoves-0-1-2-available-in-nokia-store/</link>
		<comments>http://sandst1.wordpress.com/2011/10/06/mymoves-0-1-2-available-in-nokia-store/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 15:31:35 +0000</pubDate>
		<dc:creator>sandst1</dc:creator>
				<category><![CDATA[Harmattan]]></category>
		<category><![CDATA[MeeGo]]></category>
		<category><![CDATA[N9]]></category>
		<category><![CDATA[N950]]></category>

		<guid isPermaLink="false">http://sandst1.wordpress.com/?p=220</guid>
		<description><![CDATA[Ye. They accepted my small application to the Nokia Store! Here&#8217;s a short overview of the latest version: Sources in: http://github.com/sandst1/mymoves http://github.com/sandst1/mymoveserver If you want to install the application the dev-mode way, see the instructions in http://sandst1.wordpress.com/2011/10/02/mymoves-0-1-2-ready-for-store-submission/ Aand here&#8217;s a textual overview: http://sandst1.wordpress.com/2011/10/02/overview-of-mymoves/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sandst1.wordpress.com&amp;blog=22294215&amp;post=220&amp;subd=sandst1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ye. They accepted my small application to the Nokia Store!</p>
<p>Here&#8217;s a short overview of the latest version:</p>
<p><object width="630" height="473"><param name="movie" value="http://www.youtube.com/v/WVsk2H3QHoI?version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/WVsk2H3QHoI?version=3" type="application/x-shockwave-flash" width="630" height="473" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Sources in:<br />
<a href="http://github.com/sandst1/mymoves" target="new">http://github.com/sandst1/mymoves</a><br />
<a href="http://github.com/sandst1/mymoveserver" target="new">http://github.com/sandst1/mymoveserver</a></p>
<p>If you want to install the application the dev-mode way, see the instructions in<br />
<a href="http://sandst1.wordpress.com/2011/10/02/mymoves-0-1-2-ready-for-store-submission/" target="new">http://sandst1.wordpress.com/2011/10/02/mymoves-0-1-2-ready-for-store-submission/</a></p>
<p>Aand here&#8217;s a textual overview:<br />
<a href="http://sandst1.wordpress.com/2011/10/02/overview-of-mymoves/" target="new">http://sandst1.wordpress.com/2011/10/02/overview-of-mymoves/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sandst1.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sandst1.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sandst1.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sandst1.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sandst1.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sandst1.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sandst1.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sandst1.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sandst1.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sandst1.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sandst1.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sandst1.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sandst1.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sandst1.wordpress.com/220/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sandst1.wordpress.com&amp;blog=22294215&amp;post=220&amp;subd=sandst1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sandst1.wordpress.com/2011/10/06/mymoves-0-1-2-available-in-nokia-store/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/21c8000797ab2d7a3bd57a8d5a92754b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sandst1</media:title>
		</media:content>
	</item>
		<item>
		<title>Overview of MyMoves</title>
		<link>http://sandst1.wordpress.com/2011/10/02/overview-of-mymoves/</link>
		<comments>http://sandst1.wordpress.com/2011/10/02/overview-of-mymoves/#comments</comments>
		<pubDate>Sun, 02 Oct 2011 13:16:07 +0000</pubDate>
		<dc:creator>sandst1</dc:creator>
				<category><![CDATA[Harmattan]]></category>
		<category><![CDATA[MeeGo]]></category>
		<category><![CDATA[N9]]></category>
		<category><![CDATA[N950]]></category>

		<guid isPermaLink="false">http://sandst1.wordpress.com/?p=199</guid>
		<description><![CDATA[Hello! MyMoves is an application which adds a functionality of opening applications using multitouch gestures. It currently works in Nokia Harmattan phones (N9/N950). There are 32 gestures to choose from, 16 of which are two-finger and 16 three-finger gestures. Here they are: Using MyMoves is simple. For each available gesture, you select an application you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sandst1.wordpress.com&amp;blog=22294215&amp;post=199&amp;subd=sandst1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello!</p>
<p>MyMoves is an application which adds a functionality of opening applications using multitouch gestures.<br />
It currently works in Nokia Harmattan phones (N9/N950). There are 32 gestures to choose from, 16 of which<br />
are two-finger and 16 three-finger gestures. Here they are:</p>
<p><a href="http://sandst1.files.wordpress.com/2011/10/mymoves_double_gestures.png"><img src="http://sandst1.files.wordpress.com/2011/10/mymoves_double_gestures.png?w=300&#038;h=300" alt="" title="_mymoves_double_gestures" width="300" height="300" class="alignnone size-medium wp-image-268" /></a>   <a href="http://sandst1.files.wordpress.com/2011/10/mymoves_triple_gestures1.png"><img src="http://sandst1.files.wordpress.com/2011/10/mymoves_triple_gestures1.png?w=300&#038;h=300" alt="" title="_mymoves_triple_gestures" width="300" height="300" class="alignnone size-medium wp-image-270" /></a></p>
<p>Using MyMoves is simple. For each available gesture, you select an application you want to launch,<br />
and then using that gesture anywhere in the system will open up the application you selected. MyMoves<br />
also recognizes if you do a pinch gesture, and stays out of the way of normal phone usage.</p>
<p>Here are the most important screens of the application:<br />
<a href="http://sandst1.files.wordpress.com/2011/10/02mainmenu1.png"><img src="http://sandst1.files.wordpress.com/2011/10/02mainmenu1.png?w=168&#038;h=300" alt="" title="02mainmenu" width="168" height="300" class="alignnone size-medium wp-image-201" /></a> <a href="http://sandst1.files.wordpress.com/2011/10/03mymoves1.png"><img src="http://sandst1.files.wordpress.com/2011/10/03mymoves1.png?w=168&#038;h=300" alt="" title="03mymoves" width="168" height="300" class="alignnone size-medium wp-image-202" /></a> <a href="http://sandst1.files.wordpress.com/2011/10/04applist1.png"><img src="http://sandst1.files.wordpress.com/2011/10/04applist1.png?w=168&#038;h=300" alt="" title="04applist" width="168" height="300" class="alignnone size-medium wp-image-203" /></a></p>
<p>The main menu has four buttons and an indication text which tells whether or not MyMoves is observing your gestures. Pressing &#8216;My Moves&#8217; takes you to the gesture configuration list (the middle picture). There you see which app is connected to which gesture. If you want to change an app, just click on a gesture item and the application selection list opens.</p>
<p><strong>Using the gestures in practice</strong></p>
<p>When you have configured the gestures you want to use, make sure the main page is saying &#8216;Observing gestures&#8217;. After this, you can close the configuration UI. </p>
<p>Now the gestures are ready for use. MyMoves comes with a gesture recognition server which handles launching the applications. It is started immediately after installing the application, and after boot-up (please note, it might take &gt; 1min for the server to start after boot, because the system launches the more high-priority items first).</p>
<p>Launching an application with a gesture:<br />
- <strong>For two-finger gestures:</strong> hold your fingers together like a pencil, and make a gesture<br />
- <strong>For three-finger gestures:</strong> hold your fingers just like with two-finger gestures, but add a third finger on top and make a gesture</p>
<p>That&#8217;s all. Have fun using the application!<br />
You can download MyMoves for free <a href="http://store.ovi.com/content/208547" target="_blank">from the Nokia Store</a>.</p>
<p>Here&#8217;s a short overview video:</p>
<p><object width="630" height="473"><param name="movie" value="http://www.youtube.com/v/WVsk2H3QHoI?version=3&#038;feature=oembed"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/WVsk2H3QHoI?version=3&#038;feature=oembed" type="application/x-shockwave-flash" width="630" height="473" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Another clip, of the 0.1.4 version:</p>
<p><object width="630" height="473"><param name="movie" value="http://www.youtube.com/v/4a_40jvVmhQ?version=3&#038;feature=oembed"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/4a_40jvVmhQ?version=3&#038;feature=oembed" type="application/x-shockwave-flash" width="630" height="473" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>If you want to support my work, you can <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=HYCQE64DDRKPL" target="new"><img alt="" src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" title="Donate" class="alignnone" width="92" height="26" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sandst1.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sandst1.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sandst1.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sandst1.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sandst1.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sandst1.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sandst1.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sandst1.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sandst1.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sandst1.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sandst1.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sandst1.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sandst1.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sandst1.wordpress.com/199/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sandst1.wordpress.com&amp;blog=22294215&amp;post=199&amp;subd=sandst1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sandst1.wordpress.com/2011/10/02/overview-of-mymoves/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/21c8000797ab2d7a3bd57a8d5a92754b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sandst1</media:title>
		</media:content>

		<media:content url="http://sandst1.files.wordpress.com/2011/10/mymoves_double_gestures.png?w=300" medium="image">
			<media:title type="html">_mymoves_double_gestures</media:title>
		</media:content>

		<media:content url="http://sandst1.files.wordpress.com/2011/10/mymoves_triple_gestures1.png?w=300" medium="image">
			<media:title type="html">_mymoves_triple_gestures</media:title>
		</media:content>

		<media:content url="http://sandst1.files.wordpress.com/2011/10/02mainmenu1.png?w=168" medium="image">
			<media:title type="html">02mainmenu</media:title>
		</media:content>

		<media:content url="http://sandst1.files.wordpress.com/2011/10/03mymoves1.png?w=168" medium="image">
			<media:title type="html">03mymoves</media:title>
		</media:content>

		<media:content url="http://sandst1.files.wordpress.com/2011/10/04applist1.png?w=168" medium="image">
			<media:title type="html">04applist</media:title>
		</media:content>

		<media:content url="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" medium="image">
			<media:title type="html">Donate</media:title>
		</media:content>
	</item>
		<item>
		<title>MyMoves 0.1.2: Ready for store submission</title>
		<link>http://sandst1.wordpress.com/2011/10/02/mymoves-0-1-2-ready-for-store-submission/</link>
		<comments>http://sandst1.wordpress.com/2011/10/02/mymoves-0-1-2-ready-for-store-submission/#comments</comments>
		<pubDate>Sun, 02 Oct 2011 12:45:34 +0000</pubDate>
		<dc:creator>sandst1</dc:creator>
				<category><![CDATA[Harmattan]]></category>
		<category><![CDATA[MeeGo]]></category>
		<category><![CDATA[N9]]></category>
		<category><![CDATA[N950]]></category>

		<guid isPermaLink="false">http://sandst1.wordpress.com/?p=187</guid>
		<description><![CDATA[Ok. Now it&#8217;s polished. The UI looks a bit nicer than previously : ) Changes in 0.1.2: &#8211; Added a howto-screen &#8211; Moved mymoves.conf to ~/.config &#8211; About screen &#8211; Splash screen &#8211; Logo to main page &#8211; Icons in app selection list &#8211; Overall tweaking of the UI Installation: 1. Add the mymoves repository [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sandst1.wordpress.com&amp;blog=22294215&amp;post=187&amp;subd=sandst1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ok. Now it&#8217;s polished. The UI looks a bit nicer than previously : )</p>
<p>Changes in 0.1.2:<br />
 &#8211; Added a howto-screen<br />
 &#8211; Moved mymoves.conf to ~/.config<br />
 &#8211; About screen<br />
 &#8211; Splash screen<br />
 &#8211; Logo to main page<br />
 &#8211; Icons in app selection list<br />
 &#8211; Overall tweaking of the UI</p>
<p><strong>Installation:</strong></p>
<p>1. Add the mymoves repository to your phone:<br />
- Create a file called <strong>/etc/apt/sources.list.d/mymoves.list</strong><br />
- Into that file, enter this line (without the quotes): &#8220;<strong>deb http://koti.kapsi.fi/~sh8dfwk/mymoves binary/</strong>&#8220;</p>
<p>2. Make sure you&#8217;ve got a working internet connection on your phone<br />
3. <strong>apt-get update</strong><br />
4. <strong>apt-get install mymoves</strong></p>
<p>If you&#8217;ve already got MyMoves 0.0.2 installed, just run<br />
<strong>apt-get update &amp;&amp; apt-get install mymoves</strong><br />
(yes, that&#8217;s <strong>apt-get install</strong>), and it will update the package.</p>
<p>Screenshots:<br />

<a href='http://sandst1.wordpress.com/2011/10/02/mymoves-0-1-2-ready-for-store-submission/01splash/' title='01splash'><img data-attachment-id='190' data-orig-size='480,854' data-liked='0'width="84" height="150" src="http://sandst1.files.wordpress.com/2011/10/01splash.png?w=84&#038;h=150" class="attachment-thumbnail" alt="01splash" title="01splash" /></a>
<a href='http://sandst1.wordpress.com/2011/10/02/mymoves-0-1-2-ready-for-store-submission/02mainmenu/' title='02mainmenu'><img data-attachment-id='191' data-orig-size='480,854' data-liked='0'width="84" height="150" src="http://sandst1.files.wordpress.com/2011/10/02mainmenu.png?w=84&#038;h=150" class="attachment-thumbnail" alt="02mainmenu" title="02mainmenu" /></a>
<a href='http://sandst1.wordpress.com/2011/10/02/mymoves-0-1-2-ready-for-store-submission/03mymoves/' title='03mymoves'><img data-attachment-id='192' data-orig-size='480,854' data-liked='0'width="84" height="150" src="http://sandst1.files.wordpress.com/2011/10/03mymoves.png?w=84&#038;h=150" class="attachment-thumbnail" alt="03mymoves" title="03mymoves" /></a>
<a href='http://sandst1.wordpress.com/2011/10/02/mymoves-0-1-2-ready-for-store-submission/04applist/' title='04applist'><img data-attachment-id='193' data-orig-size='480,854' data-liked='0'width="84" height="150" src="http://sandst1.files.wordpress.com/2011/10/04applist.png?w=84&#038;h=150" class="attachment-thumbnail" alt="04applist" title="04applist" /></a>
<a href='http://sandst1.wordpress.com/2011/10/02/mymoves-0-1-2-ready-for-store-submission/05howto/' title='05howto'><img data-attachment-id='194' data-orig-size='480,854' data-liked='0'width="84" height="150" src="http://sandst1.files.wordpress.com/2011/10/05howto.png?w=84&#038;h=150" class="attachment-thumbnail" alt="05howto" title="05howto" /></a>
<a href='http://sandst1.wordpress.com/2011/10/02/mymoves-0-1-2-ready-for-store-submission/06about/' title='06about'><img data-attachment-id='195' data-orig-size='480,854' data-liked='0'width="84" height="150" src="http://sandst1.files.wordpress.com/2011/10/06about.png?w=84&#038;h=150" class="attachment-thumbnail" alt="06about" title="06about" /></a>
</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sandst1.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sandst1.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sandst1.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sandst1.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sandst1.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sandst1.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sandst1.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sandst1.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sandst1.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sandst1.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sandst1.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sandst1.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sandst1.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sandst1.wordpress.com/187/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sandst1.wordpress.com&amp;blog=22294215&amp;post=187&amp;subd=sandst1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sandst1.wordpress.com/2011/10/02/mymoves-0-1-2-ready-for-store-submission/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/21c8000797ab2d7a3bd57a8d5a92754b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sandst1</media:title>
		</media:content>

		<media:content url="http://sandst1.files.wordpress.com/2011/10/01splash.png?w=84" medium="image">
			<media:title type="html">01splash</media:title>
		</media:content>

		<media:content url="http://sandst1.files.wordpress.com/2011/10/02mainmenu.png?w=84" medium="image">
			<media:title type="html">02mainmenu</media:title>
		</media:content>

		<media:content url="http://sandst1.files.wordpress.com/2011/10/03mymoves.png?w=84" medium="image">
			<media:title type="html">03mymoves</media:title>
		</media:content>

		<media:content url="http://sandst1.files.wordpress.com/2011/10/04applist.png?w=84" medium="image">
			<media:title type="html">04applist</media:title>
		</media:content>

		<media:content url="http://sandst1.files.wordpress.com/2011/10/05howto.png?w=84" medium="image">
			<media:title type="html">05howto</media:title>
		</media:content>

		<media:content url="http://sandst1.files.wordpress.com/2011/10/06about.png?w=84" medium="image">
			<media:title type="html">06about</media:title>
		</media:content>
	</item>
		<item>
		<title>MyMoves 0.1.0: all in one package</title>
		<link>http://sandst1.wordpress.com/2011/09/29/mymoves-0-1-0-all-in-one-package/</link>
		<comments>http://sandst1.wordpress.com/2011/09/29/mymoves-0-1-0-all-in-one-package/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 19:58:09 +0000</pubDate>
		<dc:creator>sandst1</dc:creator>
				<category><![CDATA[Harmattan]]></category>
		<category><![CDATA[MeeGo]]></category>
		<category><![CDATA[N9]]></category>
		<category><![CDATA[N950]]></category>

		<guid isPermaLink="false">http://sandst1.wordpress.com/?p=179</guid>
		<description><![CDATA[Hi. Decided to wrap up all the needed things into a single .deb (perhaps preparing for a Store submission..?: ). Changes in the latest version: - Fixed pinch recognition. Two-finger gestures shouldn&#8217;t interfere with two-finger phone usage anymore, e.g. zooming a web page and panning after that with two fingers is now possible - UI [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sandst1.wordpress.com&amp;blog=22294215&amp;post=179&amp;subd=sandst1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi. Decided to wrap up all the needed things into a single .deb<br />
(perhaps preparing for a Store submission..?: ). </p>
<p><strong>Changes in the latest version:</strong></p>
<p>- Fixed pinch recognition. Two-finger gestures shouldn&#8217;t interfere<br />
with two-finger phone usage anymore, e.g. zooming a web page and<br />
panning after that with two fingers is now possible<br />
- UI tweaks: A cancel button to app selection list<br />
- Observing isn&#8217;t stopped anymore if the UI is closed in MyMoves view<br />
- New icon (wheeee)</p>
<p><strong>Installation:</strong></p>
<p>1. Add the mymoves repository to your phone:<br />
- Create a file called <strong>/etc/apt/sources.list.d/mymoves.list</strong><br />
- Into that file, enter this line (without the quotes): &#8220;<strong>deb http://koti.kapsi.fi/~sh8dfwk/mymoves binary/</strong>&#8220;</p>
<p>2. Make sure you&#8217;ve got a working internet connection on your phone<br />
3. <strong>apt-get update</strong><br />
4. <strong>apt-get install mymoves</strong></p>
<p>If you&#8217;ve already got MyMoves 0.0.2 installed, just run<br />
<strong>apt-get update &amp;&amp; apt-get install mymoves</strong><br />
(yes, that&#8217;s <strong>apt-get install</strong>), and it will update the package.</p>
<p>Have fun!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sandst1.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sandst1.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sandst1.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sandst1.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sandst1.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sandst1.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sandst1.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sandst1.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sandst1.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sandst1.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sandst1.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sandst1.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sandst1.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sandst1.wordpress.com/179/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sandst1.wordpress.com&amp;blog=22294215&amp;post=179&amp;subd=sandst1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sandst1.wordpress.com/2011/09/29/mymoves-0-1-0-all-in-one-package/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/21c8000797ab2d7a3bd57a8d5a92754b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sandst1</media:title>
		</media:content>
	</item>
		<item>
		<title>MyMoves 0.0.2: Usable gestures for Harmattan</title>
		<link>http://sandst1.wordpress.com/2011/09/24/mymoves-0-0-2-usable-gestures-for-harmattan/</link>
		<comments>http://sandst1.wordpress.com/2011/09/24/mymoves-0-0-2-usable-gestures-for-harmattan/#comments</comments>
		<pubDate>Sat, 24 Sep 2011 16:50:58 +0000</pubDate>
		<dc:creator>sandst1</dc:creator>
				<category><![CDATA[Harmattan]]></category>
		<category><![CDATA[MeeGo]]></category>
		<category><![CDATA[N9]]></category>
		<category><![CDATA[N950]]></category>

		<guid isPermaLink="false">http://sandst1.wordpress.com/?p=155</guid>
		<description><![CDATA[Yayyy! MyMoves version 0.0.2 is now out. The previous version was a hackish demo which didn&#8217;t contain a proper UI for normal usage. This version does : ) Also, recording the gestures with a clumsy UI wasn&#8217;t the nicest thing on earth, so I settled for having 12 pre-defined gestures, which should all be simple [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sandst1.wordpress.com&amp;blog=22294215&amp;post=155&amp;subd=sandst1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Yayyy!</p>
<p>MyMoves version 0.0.2 is now out. The previous version was a hackish demo which didn&#8217;t contain a proper UI<br />
for normal usage. This version does : ) Also, recording the gestures with a clumsy UI wasn&#8217;t the nicest<br />
thing on earth, so I settled for having 12 pre-defined gestures, which should all be simple enough to<br />
be recognized with different users. </p>
<p>In order to avoid disturbing normal usage of the phone, there are 6 two-finger and 6 three-finger<br />
gestures, and no single-finger gestures at all. In addition to that, there&#8217;s pinch recognition for<br />
avoiding accidentally opening an application while zooming in or out. Currently it handles most of the pinches, but there&#8217;s still a couple of glitches to fix, such as it doesn&#8217;t yet catch zooming of web pages 100% of the times.</p>
<p>Here are the gestures:</p>
<p><a href="http://sandst1.files.wordpress.com/2011/09/mymoves_0-0-2_available_gestures.png"><img src="http://sandst1.files.wordpress.com/2011/09/mymoves_0-0-2_available_gestures.png?w=300&#038;h=225" alt="" title="mymoves_0.0.2_available_gestures" width="300" height="225" class="alignnone size-medium wp-image-157" /></a></p>
<p>Most significant changes:<br />
- Simple configuration UI for selecting an app for each gesture<br />
- Option in the UI to start/stop observing gestures<br />
- 12 preconfigured multi-touch gestures<br />
- Pinch recognition to avoid conflicting with normal usage<br />
- Auto-start of the recognition server on boot and after installation</p>
<p>Installation is now available via a repository, so enough for copying stuff into the phone manually : )</p>
<p>Instructions for installation (<strong>run as root</strong>):<br />
1. In case you have the previous version of mymoves installed, remove it from the command line:<br />
- <strong>dpkg -P mymoves mymoveserver</strong></p>
<p>2. Add the mymoves repository to your phone:<br />
- Create a file called <strong>/etc/apt/sources.list.d/mymoves.list</strong><br />
- Into that file, enter this line (without the quotes): &#8220;<strong>deb http://koti.kapsi.fi/~sh8dfwk/mymoves binary/</strong>&#8220;</p>
<p>3. Make sure you&#8217;ve got a working internet connection on your phone</p>
<p>4. <strong>apt-get update</strong><br />
5. <strong>apt-get install mymoves</strong><br />
6. Ready to run!</p>
<p>Have fun with the app! : )</p>
<p>For the interested, sources are in GitHub:<br />
The UI: <a href="http://github.com/sandst1/mymoves" target="new">http://github.com/sandst1/mymoves</a><br />
Server side: <a href="http://github.com/sandst1/mymoveserver" target="new">http://github.com/sandst1/mymoveserver</a></p>
<p>Here&#8217;s a demo clip of MyMoves 0.0.2 in action:</p>
<p><object width="630" height="473"><param name="movie" value="http://www.youtube.com/v/B5J44_jDGmw?version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/B5J44_jDGmw?version=3" type="application/x-shockwave-flash" width="630" height="473" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>EDIT: Thanks to a question in Youtube, decided to make another small demo to show <strong>that you can also use the gestures in the lock screen</strong>. The system forces the lock screen on top, but it still opens an application ready for you to use : ) The clip:</p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='630' height='385' src='http://www.youtube.com/embed/eVnBgnJ0MKU?version=3&amp;rel=1&amp;fs=1&amp;showsearch=0&amp;showinfo=1&amp;iv_load_policy=1&amp;wmode=transparent' frameborder='0'></iframe></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sandst1.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sandst1.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sandst1.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sandst1.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sandst1.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sandst1.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sandst1.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sandst1.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sandst1.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sandst1.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sandst1.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sandst1.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sandst1.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sandst1.wordpress.com/155/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sandst1.wordpress.com&amp;blog=22294215&amp;post=155&amp;subd=sandst1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sandst1.wordpress.com/2011/09/24/mymoves-0-0-2-usable-gestures-for-harmattan/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/21c8000797ab2d7a3bd57a8d5a92754b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sandst1</media:title>
		</media:content>

		<media:content url="http://sandst1.files.wordpress.com/2011/09/mymoves_0-0-2_available_gestures.png?w=300" medium="image">
			<media:title type="html">mymoves_0.0.2_available_gestures</media:title>
		</media:content>
	</item>
		<item>
		<title>I see some Raw Motion. \o/</title>
		<link>http://sandst1.wordpress.com/2011/08/23/i-see-some-raw-motion/</link>
		<comments>http://sandst1.wordpress.com/2011/08/23/i-see-some-raw-motion/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 20:15:20 +0000</pubDate>
		<dc:creator>sandst1</dc:creator>
				<category><![CDATA[Harmattan]]></category>
		<category><![CDATA[MeeGo]]></category>
		<category><![CDATA[N9]]></category>
		<category><![CDATA[N950]]></category>

		<guid isPermaLink="false">http://sandst1.wordpress.com/?p=139</guid>
		<description><![CDATA[Quick update. Read a great set of XInput2 blog posts by Peter Hutterer and fiddled around with the code examples, and the end-result is nice: System-wide multi-touch events! So. Next up in the MyMoves roadmap will be refactoring it for multi-touch support. N950 is getting 6 simultaneous touches, will that be enough for gestures?: P<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sandst1.wordpress.com&amp;blog=22294215&amp;post=139&amp;subd=sandst1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Quick update.</p>
<p>Read a <a href="http://who-t.blogspot.com/2009/05/xi2-recipes-part-1.html" target="new">great set of XInput2 blog posts by Peter Hutterer</a> and fiddled around with the code examples,<br />
and the end-result is nice: System-wide multi-touch events!</p>
<p>So. Next up in the MyMoves roadmap will be refactoring it for multi-touch support.</p>
<p>N950 is getting 6 simultaneous touches, will that be enough for gestures?: P</p>
<p><a href="http://sandst1.files.wordpress.com/2011/08/img_3114.jpg" target="new"><img src="http://sandst1.files.wordpress.com/2011/08/img_3114.jpg?w=300&#038;h=225" alt="" title="one finger" width="300" height="225" class="alignnone size-medium wp-image-140" /></a></p>
<p><a href="http://sandst1.files.wordpress.com/2011/08/img_3116.jpg" target="new"><img src="http://sandst1.files.wordpress.com/2011/08/img_3116.jpg?w=300&#038;h=225" alt="" title="two fingers" width="300" height="225" class="alignnone size-medium wp-image-141" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sandst1.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sandst1.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sandst1.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sandst1.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sandst1.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sandst1.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sandst1.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sandst1.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sandst1.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sandst1.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sandst1.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sandst1.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sandst1.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sandst1.wordpress.com/139/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sandst1.wordpress.com&amp;blog=22294215&amp;post=139&amp;subd=sandst1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sandst1.wordpress.com/2011/08/23/i-see-some-raw-motion/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/21c8000797ab2d7a3bd57a8d5a92754b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sandst1</media:title>
		</media:content>

		<media:content url="http://sandst1.files.wordpress.com/2011/08/img_3114.jpg?w=300" medium="image">
			<media:title type="html">one finger</media:title>
		</media:content>

		<media:content url="http://sandst1.files.wordpress.com/2011/08/img_3116.jpg?w=300" medium="image">
			<media:title type="html">two fingers</media:title>
		</media:content>
	</item>
	</channel>
</rss>
