<?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>Sentinel Web Technologies</title>
	<atom:link href="http://sentinelweb.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://sentinelweb.co.uk</link>
	<description>Android app development</description>
	<lastBuildDate>Tue, 07 Feb 2012 23:36:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Connecting Kindle Fire to ADB on Ubuntu</title>
		<link>http://sentinelweb.co.uk/connecting-kindle-fire-to-adb-on-ubuntu/</link>
		<comments>http://sentinelweb.co.uk/connecting-kindle-fire-to-adb-on-ubuntu/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 16:37:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://sentinelweb.co.uk/?p=680</guid>
		<description><![CDATA[I recently got a kindle fire for testing, but had some issues connecting it to ADB. Get the Vendor id by typing:lsusb The line we are looking for is:Bus 003 Device 026: ID 1949:0006 Lab126 Add the vendor id (1949) to /etc/udev/rules.d/51-android.rules as per normalSUBSYSTEM=="usb", SYSFS{idVendor}=="1949", MODE="0666" Usually a device would work here but it wasnt happening with the fire &#8230; The solution is as per this link: StackOverflowYou also need to add the vendor id to ~/.android/adb_usb.ini (you need to check the file doesn&#8217;t exist first).echo "0x1949" >>~/.android/adb_usb.ini echo "0x0006" >>~/.android/adb_usb.ini Then we restart the ADB server and the device should be shown:adb kill-serveradb start-serveradb devices]]></description>
			<content:encoded><![CDATA[<p>I recently got a kindle fire for testing, but had some issues connecting it to ADB. 
<ul><li>Get the Vendor id by typing:<br/><pre class="codeBox" style="height:40px">lsusb </pre>The line we are looking for is:<br/><i>Bus 003 Device 026: ID 1949:0006 Lab126</i>
<li>Add the vendor id (1949) to <i>/etc/udev/rules.d/51-android.rules</i> as per normal<pre class="codeBox" style="height:40px">SUBSYSTEM=="usb", SYSFS{idVendor}=="1949", MODE="0666"<br /></pre>
Usually a device would work here but it wasnt happening with the fire &#8230; 
<li>The solution is as per this link: <a href="http://stackoverflow.com/questions/8257201/how-can-usb-debugging-for-kindle-fire-can-be-enabled-on-a-linux-ubuntu-machine" target="_blank">StackOverflow</a><br/>You also need to add the vendor id to <i>~/.android/adb_usb.ini</i> (you need to check the file doesn&#8217;t exist first).<br/><pre class="codeBox" style="height:60px">echo "0x1949" >>~/.android/adb_usb.ini
echo "0x0006" >>~/.android/adb_usb.ini<br /></pre>
<li>Then we restart the ADB server and the device should be shown:<pre class="codeBox" style="height:80px">adb kill-server<br />adb start-server<br />adb devices<br /></pre>
</ul>
</p>]]></content:encoded>
			<wfw:commentRss>http://sentinelweb.co.uk/connecting-kindle-fire-to-adb-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gnome 3: gnome-panel alt+right click not working</title>
		<link>http://sentinelweb.co.uk/gnome-3-gnome-panel-altright-click-not-working/</link>
		<comments>http://sentinelweb.co.uk/gnome-3-gnome-panel-altright-click-not-working/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 20:34:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://sentinelweb.co.uk/?p=644</guid>
		<description><![CDATA[Not really Android related, but I just upgraded to ubuntu 11.10 and had the re-install gnome (I hate Unity). All was pretty good but I just couldn&#8217;t figure out how to get gnome-panel settings to show. Every report I found on the web says it was &#60;alt&#62;+&#60;right click&#62; but for me it is &#60;winkey&#62;+&#60;alt&#62;+&#60;right click&#62;. Anyways, just though I&#8217;d add that, as I said, everywhere else says its &#60;alt&#62;+&#60;right click&#62;. Possibly the key binding was in use and it selected another. On an Android note, if you are on Ubuntu 11.04  and having issues with eclipse (mouse not working!!) then do an upgrade to 11.10. All is good here.]]></description>
			<content:encoded><![CDATA[<p>Not really Android related, but I just upgraded to ubuntu 11.10 and had the re-install gnome (I hate Unity). All was pretty good but I just couldn&#8217;t figure out how to get gnome-panel settings to show. Every report I found on the web says it was &lt;alt&gt;+&lt;right click&gt; but for me it is </p><p><strong>&lt;winkey&gt;+&lt;alt&gt;+&lt;right click&gt;</strong>.
<p>
<p>Anyways, just though I&#8217;d add that, as I said, everywhere else says its &lt;alt&gt;+&lt;right click&gt;. Possibly the key binding was in use and it selected another.<p>

<p>On an Android note, if you are on Ubuntu 11.04  and having issues with eclipse (mouse not working!!) then do an upgrade to 11.10. All is good here.<p>]]></content:encoded>
			<wfw:commentRss>http://sentinelweb.co.uk/gnome-3-gnome-panel-altright-click-not-working/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>O2 Testing 4G network</title>
		<link>http://sentinelweb.co.uk/o2-testing-4g-network/</link>
		<comments>http://sentinelweb.co.uk/o2-testing-4g-network/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 23:29:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://sentinelweb.co.uk/?p=668</guid>
		<description><![CDATA[In November O2 is switching on the UK capital’s first 4G mobile network, giving some users a glimpse into what the future may hold, with superfast mobile broadband. With 22m users, O2 is the UK’s second largest mobile phone network, but this city trial will run initially with around a thousand people, businesses and venue owners, who will be kitted out with the latest 4G equipment and given access to the UK’s largest urban 4G network. The trial will give 1000 Londoners the chance to use the fastest mobile broadband they&#8217;ve ever seen, capable of powering 20 high definition internet televisions from a table in Starbucks.]]></description>
			<content:encoded><![CDATA[<p>In November <a href="http://www.o2.co.uk/tariffs/simplicity"  target="_blank">O2</a> is switching on the UK capital’s first 4G mobile network, giving some users a glimpse into what the future may hold, with superfast mobile broadband.</p>

<p>With 22m users, O2 is the UK’s second largest mobile phone network, but this city trial will run initially with around a thousand people, businesses and venue owners, who will be kitted out with the latest 4G equipment and given access to the UK’s largest urban 4G network.</p>

<p>The trial will give 1000 Londoners the chance to use the fastest mobile broadband they&#8217;ve ever seen, capable of powering 20 high definition internet televisions from a table in Starbucks.</p>]]></content:encoded>
			<wfw:commentRss>http://sentinelweb.co.uk/o2-testing-4g-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notes from planet of the apps &#8230;</title>
		<link>http://sentinelweb.co.uk/notes-from-planet-of-the-apps/</link>
		<comments>http://sentinelweb.co.uk/notes-from-planet-of-the-apps/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 20:06:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://sentinelweb.co.uk/notes-from-planet-of-the-apps/</guid>
		<description><![CDATA[The planet of the apps conference was a nice event, quite small but a good line-up of speaker (including yours truly). Though the speakers were a bit iPhone centric mostly, most of them seem to worried about &#8216;fragmentation&#8217;. I still think there is a lot of misunderstanding about Android out there &#8230; Some highlights for me were: Mobile apps dragons den (day1): Nerad Marovac (DN Capital) and Frederic Court (Advent Ventures) represent angel investors and helped explain their investment strategies. It was interesting to see their perspective. Some like to go for early stage startups ( when they have have input on the product) and others go for growth stage (where the product is proven and the company needs to expand) App longevity: This was a panel discussion on factors surrounding an apps lifetime. There was a lot of concensus that utility apps would be longer lived, but probably wont attract the sales levels in a short that games do. As well as strategies for keeping people interested (e.g. regular updates, the need for UX). And of course: Re-enabling the cloud: My presentation about considerations when choosing a cloud provider, mainly: Make a decision early on the data you want to keep as storing it forever just leads to increasing costs. Be careful of lock-in to a cloud API. Platform as a service (PAAS) providers (e.g. Azure, App-engine) generally have customised APIs, that will likely need significant recoding of you want to move. Though this is likely a function of<a href="http://sentinelweb.co.uk/notes-from-planet-of-the-apps/"> Read more...</a>]]></description>
			<content:encoded><![CDATA[<p>The planet of the apps conference was a nice event, quite small but a good line-up of speaker (including yours truly). Though the speakers were a bit iPhone centric mostly, most of them seem to worried about &#8216;fragmentation&#8217;. I still think there is a lot of misunderstanding about Android out there &#8230;</p>

<p>Some highlights for me were:</p>
<p><strong>Mobile apps dragons den</strong> (day1): Nerad Marovac (DN Capital) and Frederic Court (Advent Ventures) represent angel investors and helped explain their investment strategies. It was interesting to see their perspective. Some like to go for early stage startups ( when they have have input on the product) and others go for growth stage (where the product is proven and the company needs to expand)</p>

<p><strong>App longevity</strong>: This was a panel discussion on factors surrounding an apps lifetime. There was a lot of concensus that utility apps would be longer lived, but probably wont attract the sales levels in a short that games do. As well as strategies for keeping people interested (e.g. regular updates, the need for UX).</p>

<p>And of course: </p><p><strong>Re-enabling the cloud</strong>:    My presentation about considerations when choosing a cloud provider, mainly:</p>
<ul>
	<li>Make a decision early on the data you want to keep as storing it forever just leads to increasing costs.</li>
	<li>Be careful of lock-in to a cloud API. Platform as a service (PAAS) providers (e.g. Azure, App-engine) generally have customised APIs, that will likely need significant recoding of you want to move. Though this is likely a function of their limited age and more are building support for standard APIs</li>
	<li>Here are the slides <a href="http://www.robmunro.net/misc/presentations/cloud_final.ppt" target="_blank">PPT</a>, <a href="http://www.robmunro.net/misc/presentations/cloud_final.odp" target="_blank">ODP</a></li>
</ul>
<p>Here are some notes I made in Vectoroid for anyone interested (they are a bit unstructured): <a href="http://www.robmunro.net/misc/notes/planet_of_the_apps_d1_041011e.svg" target="_blank">Day 1</a>
<a href="http://www.robmunro.net/misc/notes/poa_d2_3_051011e.svg" target="_blank">Day 2&amp;3</a></p>]]></content:encoded>
			<wfw:commentRss>http://sentinelweb.co.uk/notes-from-planet-of-the-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Planet Of the Apps Presentation. R-enabling the cloud &#8230;</title>
		<link>http://sentinelweb.co.uk/planet-of-the-apps-presentation-r-enabling-the-cloud/</link>
		<comments>http://sentinelweb.co.uk/planet-of-the-apps-presentation-r-enabling-the-cloud/#comments</comments>
		<pubDate>Sun, 02 Oct 2011 13:10:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sentinelweb.co.uk/planet-of-the-apps-presentation-r-enabling-the-cloud/</guid>
		<description><![CDATA[I will be presenting at the &#8220;Planet of the Apps&#8221; Confrence (website) on 6th October. The topic is &#8220;R-enabling the cloud, continuing the natural migration from PC application to mobile app&#8221; (programme).The conference has a great line-up speakers, and no doubt will be very informative. Hope to see you there. Bit of a shame about the overlap with DroidCon, but hey its mobile week (http://londonmobileweek.com/), so there bound to be some crossover with other events. Perhaps it should have been &#8220;mobile month&#8221;.]]></description>
			<content:encoded><![CDATA[I will be presenting at the &#8220;Planet of the Apps&#8221; Confrence (<a href="http://www.terrapinn.com/2011/planet-of-the-apps/index.stm">website</a>) on 6th October. The topic is &#8220;R-enabling the cloud, continuing the natural migration from PC application to mobile app&#8221; (<a href="http://www.terrapinn.com/2011/planet-of-the-apps/Programme_6661.stm">programme</a>).<br/><br/>The conference has a great line-up speakers, and no doubt will be very informative. Hope to see you there. Bit of a shame about the overlap with <a href="http://uk.droidcon.com">DroidCon</a>, but hey its mobile week (<a href="http://londonmobileweek.com/">http://londonmobileweek.com/</a>), so there bound to be some crossover with other events. Perhaps it should have been &#8220;mobile month&#8221;.]]></content:encoded>
			<wfw:commentRss>http://sentinelweb.co.uk/planet-of-the-apps-presentation-r-enabling-the-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Planet Of the Apps Presentation. R-enabling the cloud &#8230;</title>
		<link>http://sentinelweb.co.uk/planet-of-the-apps-presentaion-r-enabling-the-cloud/</link>
		<comments>http://sentinelweb.co.uk/planet-of-the-apps-presentaion-r-enabling-the-cloud/#comments</comments>
		<pubDate>Sun, 02 Oct 2011 13:10:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[eventz]]></category>
		<category><![CDATA[prez]]></category>

		<guid isPermaLink="false">http://sentinelwp.robmunro.net/planet-of-the-apps-presentaion-r-enabling-the-cloud/</guid>
		<description><![CDATA[I will be presenting at the &#8220;Planet of the Apps&#8221; Confrence (website) on 6th October. The topic is &#8220;R-enabling the cloud, continuing the natural migration from PC application to mobile app&#8221; (programme). The conference has a great line-up speakers, and no doubt will be very informative. Hope to see you there. Bit of a shame about the overlap with DroidCon, but hey its mobile week (http://londonmobileweek.com/), so there bound to be some crossover with other events. Perhaps it should have been &#8220;mobile month&#8221;.]]></description>
			<content:encoded><![CDATA[<p>I will be presenting at the &#8220;Planet of the Apps&#8221; Confrence (<a href="http://www.terrapinn.com/2011/planet-of-the-apps/index.stm">website</a>) on 6th October. The topic is &#8220;R-enabling the cloud, continuing the natural migration from PC application to mobile app&#8221; (<a href="http://www.terrapinn.com/2011/planet-of-the-apps/Programme_6661.stm">programme</a>).</p>

<p>The conference has a great line-up speakers, and no doubt will be very informative. Hope to see you there. Bit of a shame about the overlap with <a href="http://uk.droidcon.com">DroidCon</a>, but hey its mobile week (<a href="http://londonmobileweek.com/">http://londonmobileweek.com/</a>), so there bound to be some crossover with other events. Perhaps it should have been &#8220;mobile month&#8221;.</p>]]></content:encoded>
			<wfw:commentRss>http://sentinelweb.co.uk/planet-of-the-apps-presentaion-r-enabling-the-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DroidCon UK, 6-7 October 2011</title>
		<link>http://sentinelweb.co.uk/droidcon-uk-6-7-october-2011/</link>
		<comments>http://sentinelweb.co.uk/droidcon-uk-6-7-october-2011/#comments</comments>
		<pubDate>Sun, 02 Oct 2011 13:02:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[eventz]]></category>
		<category><![CDATA[prez]]></category>

		<guid isPermaLink="false">http://sentinelwp.robmunro.net/droidcon-uk-6-7-october-2011/</guid>
		<description><![CDATA[Looking forward to the upcoming DroidCon UK (6-7 October 2011) (http://uk.droidcon.com). It promises to be a must see for Android developers with loads of presentations from Google, HTC, SONY Erricson, and loads of community members. Hope to see you there:]]></description>
			<content:encoded><![CDATA[Looking forward to the upcoming DroidCon UK (6-7 October 2011) (<a href="http://uk.droidcon.com">http://uk.droidcon.com</a>). It promises to be a must see for Android developers with loads of presentations from Google, HTC, SONY Erricson, and loads of community members. Hope to see you there:<br/><br/><a href="http://uk.droidcon.com"> <img border="0" alt="Droidcon London Oct 6-7" src="http://uk.droidcon.com/images/common/125_125_banner_light.png " /></a>]]></content:encoded>
			<wfw:commentRss>http://sentinelweb.co.uk/droidcon-uk-6-7-october-2011/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Silent Timer</title>
		<link>http://sentinelweb.co.uk/silent-timer/</link>
		<comments>http://sentinelweb.co.uk/silent-timer/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 04:50:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://sentinel.dev/?p=100</guid>
		<description><![CDATA[A small app and widget to help you not to forget to turn off slient mode Read More Controls vibrate mode Control notification display free]]></description>
			<content:encoded><![CDATA[<div class="entryLeft">
<p> A small app and widget to help you not to forget to turn off slient mode</p>
<a href="/products/silent-mode-timer/ ">Read More</a>
</div>
<div class="borderProduct"></div>
<ul class="entryRight">
<li>Controls vibrate mode</li>
<li>Control notification display free</li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://sentinelweb.co.uk/silent-timer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MyPod Podcast Manager</title>
		<link>http://sentinelweb.co.uk/mypod-podcast-manager/</link>
		<comments>http://sentinelweb.co.uk/mypod-podcast-manager/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 02:35:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://sentinel.dev/?p=85</guid>
		<description><![CDATA[A complete podcast manager for Android with many distinctive features. MyPod has had over 120k downloads on the android market. Read More Auto update &#038; download of podcasts Extensive feeds catalogue Podcasts management on desktop Dual players Integrated browser for downloading from websites Much more&#8230;]]></description>
			<content:encoded><![CDATA[<div class="entryLeft">
<p>A complete podcast manager for Android with many distinctive features. MyPod has had over 120k downloads on the android market.</p>
<a href="/products/mypod-podcast-manager">Read More</a>
</div>
<div class="borderProduct"></div>
<ul class="entryRight">
<li>Auto update &#038; download of podcasts</li>
<li>Extensive feeds catalogue</li>
<li>Podcasts management on desktop</li>
<li>Dual players</li>
<li>Integrated browser for downloading from websites</li>
<li>Much more&#8230;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sentinelweb.co.uk/mypod-podcast-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MyPOD reviews</title>
		<link>http://sentinelweb.co.uk/mypod-reviews/</link>
		<comments>http://sentinelweb.co.uk/mypod-reviews/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 06:21:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[appz]]></category>
		<category><![CDATA[mypod]]></category>

		<guid isPermaLink="false">http://www.robmunro.net/sentinelwp/?p=23</guid>
		<description><![CDATA[There have been a couple of fair reviews of MyPOD recently and I just wanted to send a shout out to the authors, Thanks guys. http://www.androidauthority.com/podcatcher-roundup-top-9-best-android-apps-for-playing-podcasts-16817/ http://rascallings.blogspot.com/2011/07/android-app-review-mypod.html We all know that while being highly functional &#8211; there are some edges to smooth out in the MyPOD UI. Credit goes to these bloggers for taking the time to look at the functionality and give it a fair review.]]></description>
			<content:encoded><![CDATA[<p>There have been a couple of fair reviews of MyPOD recently and I just wanted to send a shout out to the authors, Thanks guys.</p>
<a href="http://www.androidauthority.com/podcatcher-roundup-top-9-best-android-apps-for-playing-podcasts-16817/">http://www.androidauthority.com/podcatcher-roundup-top-9-best-android-apps-for-playing-podcasts-16817/</a>
<br/><br/>
<a href="http://rascallings.blogspot.com/2011/07/android-app-review-mypod.html">http://rascallings.blogspot.com/2011/07/android-app-review-mypod.html</a>
<br/><br/>
<p>We all know that while being highly functional &#8211; there are some edges to smooth out in the MyPOD UI. Credit goes to these bloggers for taking the time to look at the functionality and give it a fair review.</p>]]></content:encoded>
			<wfw:commentRss>http://sentinelweb.co.uk/mypod-reviews/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

