<?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/"
	>

<channel>
	<title>..the cat came back.. &#187; image</title>
	<atom:link href="http://blog.automated.it/tag/image/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.automated.it</link>
	<description>i does tech i does.</description>
	<lastBuildDate>Tue, 17 Jan 2012 18:25:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Follow Me Wallpaper</title>
		<link>http://blog.automated.it/2008/09/22/follow-me-wallpaper/</link>
		<comments>http://blog.automated.it/2008/09/22/follow-me-wallpaper/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 11:50:58 +0000</pubDate>
		<dc:creator>ScaredyCat / Andy Powell</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[tracking]]></category>

		<guid isPermaLink="false">http://blog.automated.it/?p=139</guid>
		<description><![CDATA[Last night I tried a little experiment on my jailbroken iPhone. Since I&#8217;d already started poking about playing with my own Winterboard themes and have been tracking my iPhone&#8217;s location for a while now, I thought I&#8217;d see what happened if I mixed the two. So, how about wallpaper that followed you? It turns out [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I tried a little experiment on my <a title="Pwnage Tool" href="http://blog.iphone-dev.org/" target="_blank">jailbroken</a> <a href="http://www.apple.com/iphone/" target='blank'>iPhone</a>. Since I&#8217;d already started poking about playing with my own <a title="Winterboard" href="http://www.saurik.com/id/9" target="_blank">Winterboard</a> themes and have been tracking my <a href="http://www.apple.com/iphone/" target='blank'>iPhone</a>&#8217;s location for a while now, I thought I&#8217;d see what happened if I mixed the two. So, how about wallpaper that followed you? <img class="right" title="Follow Me Wallpaper" src="/images/followmewp.png" alt="Follow Me" width="200" height="300" /> It turns out that combining the two is relatively straight forward. <a href="http://www.google.com" target='blank'>Google</a> now provide a mechanism for getting what they call <a title="Google Static Maps" href="http://code.google.com/apis/maps/documentation/staticmaps/" target="_blank">static maps</a> which will allow you to get an image centered on a set of coordinates. You can also add your own markers if you want.</p>
<p>There are some limitations on the number and size of the maps that you can retrieve so I employed a very simple caching mechanism to ensure I didn&#8217;t annoy <a href="http://www.google.com" target='blank'>Google</a>. This certainly helps speed things up when testing and also enabled me to identify a small issue I was having.<br />
<span id="more-139"></span><br />
One of the things I wanted to happen was that the image on the phone would only change if the location of the phone had changed and the phone had a network connection of some type (wifi/edge etc). So far it works pretty well except when the phone uses SkyHook IP  which manages to be 100&#8242;s of kilometers out. Thankfully since my positioning database has the source of the positioning I can filter out those dodgy SkyHook IP results.</p>
<p>I also found that it was better to remove the text from the docked icons. Well, technically, I didn&#8217;t actually remove it I just made it transparent. The text for the other icons was made red so that it can be seen over the underlying map. It&#8217;s a simple process. By adding the following lines to the Info.plist of my Winterboard theme, I get the desired effect.</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;">&nbsp;
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>UndockedIconLabelStyle<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>font-size: 13px; color: red<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>DockedIconLabelStyle<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>font-size: 13px; color: transparent<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>Any of the <a href="http://www.google.com" target='blank'>Google</a> maps styles can be used (roadmap, mobile, satellite etc) but I prefer the mobile one since it&#8217;s clearer and the number of bytes that need to be transmitted is less than half of that for the satellite image.</p>

<br><a href=http://blog.automated.it/2008/09/22/follow-me-wallpaper/><p><img style='float:right;margin-left:15px;margin-bottom:10px;' src='http://blog.automated.it/images/tccb.png' border='0'></a></p><br>

<br><span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fblog.automated.it%2F2008%2F09%2F22%2Ffollow-me-wallpaper%2F&amp;title=Follow+Me+Wallpaper" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.automated.it%2F2008%2F09%2F22%2Ffollow-me-wallpaper%2F&amp;title=Follow+Me+Wallpaper" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fblog.automated.it%2F2008%2F09%2F22%2Ffollow-me-wallpaper%2F&amp;title=Follow+Me+Wallpaper" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fblog.automated.it%2F2008%2F09%2F22%2Ffollow-me-wallpaper%2F&amp;title=Follow+Me+Wallpaper" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fblog.automated.it%2F2008%2F09%2F22%2Ffollow-me-wallpaper%2F&amp;title=Follow+Me+Wallpaper', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://del.icio.us/favicon.ico" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.automated.it%2F2008%2F09%2F22%2Ffollow-me-wallpaper%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fblog.automated.it%2F2008%2F09%2F22%2Ffollow-me-wallpaper%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fblog.automated.it%2F2008%2F09%2F22%2Ffollow-me-wallpaper%2F&amp;title=Follow+Me+Wallpaper" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.automated.it%2F2008%2F09%2F22%2Ffollow-me-wallpaper%2F&amp;title=Follow+Me+Wallpaper" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
<a href="http://twitter.com/home?status=Currently reading http%3A%2F%2Fblog.automated.it%2F2008%2F09%2F22%2Ffollow-me-wallpaper%2F" title="Click to send this page to Twitter!" target="_blank"><img src="http://www.twitter.com/favicon.ico" width="16" height="16" alt="[Twitter]" /></a>
</span><br><br>]]></content:encoded>
			<wfw:commentRss>http://blog.automated.it/2008/09/22/follow-me-wallpaper/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Just a little easier&#8230;</title>
		<link>http://blog.automated.it/2008/04/22/just-a-little-easier/</link>
		<comments>http://blog.automated.it/2008/04/22/just-a-little-easier/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 20:36:30 +0000</pubDate>
		<dc:creator>ScaredyCat / Andy Powell</dc:creator>
				<category><![CDATA[image builds]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[neo 1973]]></category>
		<category><![CDATA[openmoko]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[image]]></category>

		<guid isPermaLink="false">http://blog.automated.it/?p=48</guid>
		<description><![CDATA[I&#8217;ve made quite a few changes and a couple of additions to my images of late. You may have noticed the new boot logo, the new startup sound and the new theme now there are a couple more goodies. First of all the two new applications, well one application and one script. The Bluetooth Keyboard [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve made quite a few changes and a couple of additions to my images of late. You may have noticed the new boot logo, the new startup sound and the new theme now there are a couple more goodies. First of all the two new applications, well one application and one script. The Bluetooth Keyboard application (really the script) is a <img src="http://blog.automated.it/images/sm_extrautils.png" alt="two new applications" width="180" height="240" />simple shell script that hunts for bluetooth keyboards and connects to the first one it finds. If bluetooth is off it turns it on.  If I can get zenity to compile properly this will be a much better script. The next item is the Twitter client, <a title="gtktwitter" href="http://code.google.com/p/gtktwitter/" target="_blank">GtkTwitter,</a> It&#8217;s very basic but it works pretty well. I had to make a couple of modifications to the icons so you could actually poke them with your fingers.</p>
<p>Next up we have a little script that starts on boot, checks to see if you have the gllin ipk ( <a title="gllin" href="http://3rdparty.downloads.openmoko.org/" target="_blank">gllin_1.0+r350-r0_fic-gta01.ipk</a> ) in the root of your sd card. If it&#8217;s there it will automatically get installed for you &#8211; Very useful post-flash. The script will also replace the standard gllin script with the one from the <a title="tangogps" href="http://www.tangogps.org" target="_blank">tangogps</a> site. Why? Well, because <em>tangogps</em> and <em>gpsd</em> are in the image too! Shortly, I&#8217;m hoping to provide a pre-downloaded series of tiles for download too. The good news is now you can have gps and a gps application ready for you immediately. Oh one last thing. If you create a directory on your sd card called <strong>local</strong> you can create <strong>bin</strong> and/or <strong>sbin</strong> directories and have applications run straight from there &#8211; all those little utils you need to install again after each flash now have a permanent home.</p>
<p>All of these are part of the image, you do not need to install anything extra, unless you want to <img src='http://blog.automated.it/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><em><strong>Update:</strong> The bluetooth keyboard script is much more wizzy now that I&#8217;ve added Zenity to the image and use that so you can now pick the keyboard you want to connect to from the list of devices. I&#8217;ve also added some notify calls so that you can see what is going on during the script.</em></p>

<br><a href=http://blog.automated.it/2008/04/22/just-a-little-easier/><p><img style='float:right;margin-left:15px;margin-bottom:10px;' src='http://blog.automated.it/images/tccb.png' border='0'></a></p><br>

<br><span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fblog.automated.it%2F2008%2F04%2F22%2Fjust-a-little-easier%2F&amp;title=Just+a+little+easier%26%238230%3B" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.automated.it%2F2008%2F04%2F22%2Fjust-a-little-easier%2F&amp;title=Just+a+little+easier%26%238230%3B" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fblog.automated.it%2F2008%2F04%2F22%2Fjust-a-little-easier%2F&amp;title=Just+a+little+easier%26%238230%3B" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fblog.automated.it%2F2008%2F04%2F22%2Fjust-a-little-easier%2F&amp;title=Just+a+little+easier%26%238230%3B" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fblog.automated.it%2F2008%2F04%2F22%2Fjust-a-little-easier%2F&amp;title=Just+a+little+easier%26%238230%3B', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://del.icio.us/favicon.ico" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.automated.it%2F2008%2F04%2F22%2Fjust-a-little-easier%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fblog.automated.it%2F2008%2F04%2F22%2Fjust-a-little-easier%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fblog.automated.it%2F2008%2F04%2F22%2Fjust-a-little-easier%2F&amp;title=Just+a+little+easier%26%238230%3B" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.automated.it%2F2008%2F04%2F22%2Fjust-a-little-easier%2F&amp;title=Just+a+little+easier%26%238230%3B" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
<a href="http://twitter.com/home?status=Currently reading http%3A%2F%2Fblog.automated.it%2F2008%2F04%2F22%2Fjust-a-little-easier%2F" title="Click to send this page to Twitter!" target="_blank"><img src="http://www.twitter.com/favicon.ico" width="16" height="16" alt="[Twitter]" /></a>
</span><br><br>]]></content:encoded>
			<wfw:commentRss>http://blog.automated.it/2008/04/22/just-a-little-easier/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

