<?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>Agile mobility &#187; Technology</title>
	<atom:link href="http://agilemobility.net/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://agilemobility.net</link>
	<description>All things from a mobile technology perspective.</description>
	<lastBuildDate>Fri, 18 May 2012 11:39:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Debugging camera and photo chooser on Windows Phone</title>
		<link>http://agilemobility.net/2012/04/debugging-camera-and-photo-chooser-on-windows-phone/</link>
		<comments>http://agilemobility.net/2012/04/debugging-camera-and-photo-chooser-on-windows-phone/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 20:45:51 +0000</pubDate>
		<dc:creator>Alexander Viken</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[#wp7dev]]></category>
		<category><![CDATA[Camera]]></category>
		<category><![CDATA[CameraCaptureTask]]></category>
		<category><![CDATA[Cancel]]></category>
		<category><![CDATA[Photo Chooser]]></category>
		<category><![CDATA[TaskResult]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[WPConnet.exe]]></category>
		<category><![CDATA[Zune]]></category>

		<guid isPermaLink="false">http://agilemobility.net/?p=2918</guid>
		<description><![CDATA[Well.. I feel stupid :) - I've been complaining to one of my developers that there's a bug in the code for capturing image from the camera in our new Windows Phone app.]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://agilemobility.net/wp-content/uploads/2012/04/wpconnect.png" width="240" />
		</p><p>Well.. I feel stupid :) &#8211; I&#8217;ve been complaining to one of my developers that there&#8217;s a bug in the code for capturing image from the camera in our new Windows Phone app. He&#8217;s been searching for where the error was and  could not find any errors&#8230; Well&#8230; the fault was mine (or ours, ut not code wise)&#8230;. Sorry for doubting your code Nabish :)</p>
<div id="attachment_2922" class="wp-caption alignright" style="width: 444px"><a href="http://agilemobility.net/wp-content/uploads/2012/04/wpconnect.png"><img class=" wp-image-2922  " title="wpconnect" src="http://agilemobility.net/wp-content/uploads/2012/04/wpconnect.png" alt="" width="434" height="212" /></a><p class="wp-caption-text">Image borrowed Jeff Prosie&#39;s blog (http://www.wintellect.com/CS/blogs/jprosise/default.aspx)</p></div>
<p>Usually you connect your Windows Phone to the computer, the Zune software stars and you got connection. Then you run your app with the debugger. Everything works fine&#8230;. For some reason that doesn&#8217;t work when you want to debug the camera or photo chooser of  Windows Phone. To debug that you need to create USB connection outside of the Zune software through a command line tool called WPConnect.exe.</p>
<p>What was weird/stupid was that I didn&#8217;t get any feedback in Visual Studio that i couldn&#8217;t debug these features. &#8211; What I experienced was that when i called upon the camera or photo chooser, the app would just light up for a second. Code wise what happened was that when you are not using WPConnect the CameraCaptureTask.Completed event get&#8217;s fired immediately and returns TaskResult.Cancel as if  you manually canceled the workflow.  Unless you automagically know this its time for google :)</p>
<p>A guide was published on <a href="http://msdn.microsoft.com/en-us/library/gg180729(v=vs.92).aspx" target="_blank">MSDN</a> on March 22. 2012 (a bit late??) but anyhow here is how you do it:</p>
<p><strong>Prerequisites:</strong></p>
<ul>
<li>You must have the SDK installed (but you of course already have that since you are looking to debug an app).</li>
<li>You also must have the Zune software installed, but not running.</li>
<li>The device you are testing on must be a registered developer device.</li>
</ul>
<p><strong>Here&#8217;s how:</strong></p>
<ol>
<li>Connect your phone to the computer.</li>
<li>Verify that Zune has recognized your phone.</li>
<li>Quit Zune</li>
<li>Open a command prompt and change directory to either &#8220;Program Files\Microsoft SDKs\Windows Phone\v7.1\Tools\WPConnect&#8221; or &#8220;Program Files (x86)\Microsoft SDKs\Windows Phone\v7.1\Tools\WPConnect&#8221;</li>
<li>Choose either the x86 or x64 folder.</li>
<li>type WPConnect.exe and hit enter.</li>
<li>Your phone will now connect and you&#8217;ll get a confirmation in the command windows.</li>
<li>Run and debug your project from Visual Studio on your Connected Device</li>
</ol>
<p>&nbsp;</p>
        <h3>Use Facebook to Comment on this Post</h3>
        <div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="http://agilemobility.net/category/technology/feed/" num_posts="4" width="600"></fb:comments>]]></content:encoded>
			<wfw:commentRss>http://agilemobility.net/2012/04/debugging-camera-and-photo-chooser-on-windows-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copying your device UDID from iTunes</title>
		<link>http://agilemobility.net/2012/04/copying-your-device-udid-from-itunes/</link>
		<comments>http://agilemobility.net/2012/04/copying-your-device-udid-from-itunes/#comments</comments>
		<pubDate>Mon, 02 Apr 2012 11:31:08 +0000</pubDate>
		<dc:creator>Alexander Viken</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[UDID]]></category>

		<guid isPermaLink="false">http://agilemobility.net/?p=2828</guid>
		<description><![CDATA[The iOS device UDID identifier is a 40 digit and letter identifier that uniquely identifies your Apple iOS device. This is an identifier you&#8217;ll need if you plan to develop software, or take part in testing of software with your iPhone, iPod or iPad. If you think that long KID account numbers are hard, this [...]]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://agilemobility.net/wp-content/uploads/2012/04/udid-1.png" width="240" />
		</p><p>The iOS device UDID identifier is a 40 digit and letter identifier that uniquely identifies your Apple iOS device. This is an identifier you&#8217;ll need if you plan to develop software, or take part in testing of software with your iPhone, iPod or iPad. If you think that long KID account numbers are hard, this will be even harder to type&#8230; Luckily you can copy it to your computer clipboard with some finger gymnastics</p>
<p>Here&#8217;s how:</p>
<ol>
<li>Plug your iOS device into your computer and launch iTunes.</li>
<li>Select your device and go to the summary tab.</li>
<li>Next to the image of your device you see its name, capacity, Software version and serial number.</li>
<li>click on the serial number number and you cycle through the identifiers stored on the device. The items should be Serial number, Identifier (UDID), Celluar data number, IMEI (<a href="http://en.wikipedia.org/wiki/International_Mobile_Equipment_Identity" target="_blank">International Mobile Equipment Identity</a>) and ICCID (<a href="http://en.wikipedia.org/wiki/Subscriber_identity_module#ICCID" target="_blank">Integrated Circuit Card Identifier</a>)</li>
<li>Cycle the numbers until you have the Identifier (UDID).</li>
<li>Click the left mouse button on the UDID string.</li>
<li>While holding the left mouse button down,  press cmd-C/ctrl-C on your keyboard.</li>
</ol>
<p>You now have the identifier string in your clipboard and it can be pasted anywhere you need it.</p>
        <h3>Use Facebook to Comment on this Post</h3>
        <div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="http://agilemobility.net/category/technology/feed/" num_posts="4" width="600"></fb:comments>]]></content:encoded>
			<wfw:commentRss>http://agilemobility.net/2012/04/copying-your-device-udid-from-itunes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finally some decent accessories for Windows Phone!</title>
		<link>http://agilemobility.net/2012/03/finally-some-decent-accessories-for-windows-phone/</link>
		<comments>http://agilemobility.net/2012/03/finally-some-decent-accessories-for-windows-phone/#comments</comments>
		<pubDate>Thu, 22 Mar 2012 09:48:12 +0000</pubDate>
		<dc:creator>Alexander Viken</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[accessories]]></category>
		<category><![CDATA[Channel9]]></category>
		<category><![CDATA[Ford Mustang]]></category>
		<category><![CDATA[Project Detroit]]></category>
		<category><![CDATA[Viper SmartStart]]></category>
		<category><![CDATA[WCC]]></category>
		<category><![CDATA[Windows Phone]]></category>

		<guid isPermaLink="false">http://agilemobility.net/?p=2821</guid>
		<description><![CDATA[The ultimate accessory for Windows Phone is finally here! Project Detroit]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://agilemobility.net/wp-content/uploads/2012/03/windows_ford_mustang.jpg" width="240" />
		</p><p>The accessories eco-system for iOS devices is huge.  That is one of the few things i miss about not having an iPhone. Need to play music somewhere, someone always has a dock to connect your phone. With Android and Windows Phone there is no accessories specifically targeted the device/OS &#8211; At best you get a mini-jack plug you can use on a portable speaker. I envy iOS device owners a bit there.</p>
<p>But not any more :)</p>
<p>The ultimate accessory for Windows Phone is finally here! <strong>Project Detroit</strong></p>
<div id="attachment_2822" class="wp-caption alignnone" style="width: 522px"><a href="http://agilemobility.net/wp-content/uploads/2012/03/remote_control_your_car.jpg"><img class="size-full wp-image-2822" title="remote_control_your_car" src="http://agilemobility.net/wp-content/uploads/2012/03/remote_control_your_car.jpg" alt="" width="512" height="331" /></a><p class="wp-caption-text">The Project Detroit</p></div>
<p>Remote controlling cars has been around for a while but never this stylish before!</p>
<div id="attachment_2823" class="wp-caption alignnone" style="width: 522px"><a href="http://agilemobility.net/wp-content/uploads/2012/03/windows_ford_mustang.jpg"><img class="size-full wp-image-2823" title="USA_" src="http://agilemobility.net/wp-content/uploads/2012/03/windows_ford_mustang.jpg" alt="" width="512" height="291" /></a><p class="wp-caption-text">Ford Mustang West Coast Custom(ized)</p></div>
<p>Some features:</p>
<ul>
<li><strong>Windows Phone Integration: </strong>Although the Mustang&#8217;s design makes the car easy to spot, you can keep tabs on the car&#8217;s location even when it is out of sight. Locate, unlock, and start the car all from the <a href="http://www.viper.com/SmartStart/" target="_blank">Viper SmartStart</a> app for Windows Phone.</li>
<li><strong>Built-in WIFI: </strong>To help ensure the Mustang is always online and connected to the cloud, the vehicle has a built-in 4G wireless network that supports multiple devices.</li>
<li><strong>Digital Instrument Cluster: </strong>Swipe the touch-screen instrument cluster and toggle between different dashboard skins including a 1967 Mustang, a 2012 Mustang and a Windows 8 Metro design style version.</li>
<li><strong>Customizable Rear Windshield: </strong>While driving, the rear windshield can serve as a customizable display system that can play video, show images and display custom messages, like &#8220;Stop tailgating me please&#8221; or something more, umm, colorful.</li>
<li><strong>Kinect Integration: </strong>Front and rear Kinect cameras provide a live video feed of surrounding pedestrians and objects. You can even watch and listen to the live audio and video stream from the Kinects remotely using a Windows Phone and send a message (see below) to the external audio system like &#8220;Hey skateboarders: stay away from my car.&#8221;</li>
<li><strong>Heads Up Display: </strong>Similar to what&#8217;s found in fighter jets, the windshield contains a driver side and passenger side heads-up display (HUD) highlighting telemetry and Bing Maps information directly on the windshield. View nearby restaurants, shopping centers and gas stations all without taking an eye off the road.  A passenger can play Xbox on his/her side of the windshield without distracting the driver.</li>
</ul>
<p>These are just some of the specs, but it is a whole lot of awesomeness!  Check out the rest over at <a href="http://channel9.msdn.com/Blogs/Vector/The-400-horsepower-device" target="_blank">Channel 9</a>.</p>
<p>Me? I&#8217;m starting a savings account for this car!</p>
        <h3>Use Facebook to Comment on this Post</h3>
        <div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="http://agilemobility.net/category/technology/feed/" num_posts="4" width="600"></fb:comments>]]></content:encoded>
			<wfw:commentRss>http://agilemobility.net/2012/03/finally-some-decent-accessories-for-windows-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Want to write articles for the Agile Mobility blog?</title>
		<link>http://agilemobility.net/2012/03/want-to-write-articles-for-the-agile-mobility-blog/</link>
		<comments>http://agilemobility.net/2012/03/want-to-write-articles-for-the-agile-mobility-blog/#comments</comments>
		<pubDate>Wed, 21 Mar 2012 12:53:43 +0000</pubDate>
		<dc:creator>Alexander Viken</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[author]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://agilemobility.net/?p=2813</guid>
		<description><![CDATA[Want to write posts about technology for Agile Mobility?]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://agilemobility.net/wp-content/uploads/2012/03/pen.jpg" width="240" />
		</p><p>As a test to see if I can fill this site with even more content about what is happening around mobile technology I invite everyone that has anything to say, to submit their own articles.</p>
<p><img class="alignright size-medium wp-image-2814" title="pen" src="http://agilemobility.net/wp-content/uploads/2012/03/pen-300x199.jpg" alt="" width="300" height="199" /></p>
<p>If you&#8217;ve tested some software for Android, Windows Phone or IOS you&#8217;d like to recommend and/tell the world about, development how-tos or just comments on what is happening in the mobile industry.</p>
<p>You can <a title="Submit article" href="http://agilemobility.net/submit-article/">write your article here</a>.</p>
<p>You won&#8217;t be doing this for the fortune, more for the fame :)</p>
<p>By submitting your article you agree that you give Agile Mobility a non-exclusive right to publish your article on http://agilemobility.net and/or as part of smarphone and/or tablet apps that AgileMobility publishes or is published through a partner.</p>
        <h3>Use Facebook to Comment on this Post</h3>
        <div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="http://agilemobility.net/category/technology/feed/" num_posts="4" width="600"></fb:comments>]]></content:encoded>
			<wfw:commentRss>http://agilemobility.net/2012/03/want-to-write-articles-for-the-agile-mobility-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When size matter, for the professional iPad user</title>
		<link>http://agilemobility.net/2012/03/when-size-matter-for-the-professional-ipad-user/</link>
		<comments>http://agilemobility.net/2012/03/when-size-matter-for-the-professional-ipad-user/#comments</comments>
		<pubDate>Tue, 20 Mar 2012 15:41:29 +0000</pubDate>
		<dc:creator>Alexander Viken</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Retina]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Tablet]]></category>

		<guid isPermaLink="false">http://agilemobility.net/?p=2780</guid>
		<description><![CDATA[More and more people rely on tablets as their portable work tool and device. The new iPad doesn't just bring  new predicaments for the app developers, it also introduce a new conundrums for the professional users too.]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://agilemobility.net/wp-content/uploads/2012/03/the-new-ipad.jpg" width="240" />
		</p><p>(File)Size does matter!</p>
<p>More and more people rely on tablets for work and productivity. The new iPad doesn&#8217;t just bring new predicaments for the app developers, it also introduce a new conundrums for the professional users too.</p>
<div id="attachment_2782" class="wp-caption alignright" style="width: 310px"><a href="http://agilemobility.net/wp-content/uploads/2012/03/2012-the-new-ipad-0.jpg"><img class="size-medium wp-image-2782" title="2012-the-new-ipad-0" src="http://agilemobility.net/wp-content/uploads/2012/03/2012-the-new-ipad-0-300x231.jpg" alt="" width="300" height="231" /></a><p class="wp-caption-text">Bright shining images</p></div>
<p>Here at Appaloosa AS we create apps and magazines for both smartphones and tablets. We use our devices in customer meetings hooked up to a projector to show presentations using Keynote or for inspirational use show how things can be done and has been done  by others. As a result my 64GB iPad is now more or less filled with Keynote presentations, Pages documents and Numbers spreadsheets, Mind map meeting notes, iMockup app and web sketches not to forget the other ton of apps and magazines I&#8217;ve got installed. It&#8217;s also filled with research papers and reports stored in iBooks and/or GoodReader, stuff I like to take with me to read anywhere I go or when i need to look up something.</p>
<p>Up until now everything has been fine and 64GB has been enough space to allow me also to have a small collection of music and space enough to purchase or rent a movie through iTunes for when I&#8217;m off traveling. For me it is a real problem that apps like Keynote, Pages and Numbers grow 120%  - 180% in file size, or like iMovie that grows 500%. Even a &#8220;small&#8221; app like Tweetbot gew from 9MB to 25Mb. If each and every of my 150 installed apps grow between 100% and 300% in size I&#8217;ll have to start to prioritize apps and uninstall apps that I need to have on it. The rule of thumb is that the more customized the user interface is of an app, the larger it will grow in proportion to it&#8217;s original, pre new iPad size.</p>
<p>What does the new iPad bring? Bling! That&#8217;s it &#8211; It&#8217;s got a faster CPU, and a GB of internal memory. This extra CPU and memory is there to make the new iPad render this &#8220;blingy&#8221;, shiny new graphics a bit faster than the graphics rendered on the old iPad (iPad 2 that is). In my opinion the old iPad was fast enough, I&#8217;d rather have an iPad with more storage space than one with shinier graphics because I won&#8217;t be able to see this new cool graphics once my iPad is connected to a projector or presentation screen in a meeting room. Another problematic issue will be to see how good my old keynote presentations will be looking when I just show it off the iPad screen with its low-rez graphics snipped from the web?</p>
<p>I haven&#8217;t seen/touched the new iPad yet but sadly I have to buy one as soon as I can to verify how our old magazines and work look on it &#8211; Will our magazines, created for the old iPad be as beautiful as when we did them? Will the new iPad expose us and our design flaws with pixellated graphics?</p>
<p>In the future, when everything is stored by default on (i)Cloud and networking is guaranteed 24/7/365 anywhere then we might not need more than 64GB.</p>
<p>Because most external screens that you will be using won&#8217;t be able to take advantage of the extra resolution and depth that the retina gives I&#8217;d  go for, and recommend the professional user to go for the old iPad.</p>
<p>Since I wrote about the &#8220;<a title="Could retina display on iPad be a really bad move?" href="http://agilemobility.net/2012/03/could-retina-display-on-ipad-be-a-bad-move/" target="_blank">possible problem</a>&#8221; of running out of disk space a week ago I&#8217;ve read a lot of follow-up articles that pin point the same problem and i still wonder what Jobs&#8217; view would have been. Go for the bling?</p>
<p>&nbsp;</p>
        <h3>Use Facebook to Comment on this Post</h3>
        <div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="http://agilemobility.net/category/technology/feed/" num_posts="4" width="600"></fb:comments>]]></content:encoded>
			<wfw:commentRss>http://agilemobility.net/2012/03/when-size-matter-for-the-professional-ipad-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>But Symbian wasn&#8217;t quite dead yet&#8230;</title>
		<link>http://agilemobility.net/2012/03/but-symbian-wasnt-quite-dead-yet/</link>
		<comments>http://agilemobility.net/2012/03/but-symbian-wasnt-quite-dead-yet/#comments</comments>
		<pubDate>Fri, 16 Mar 2012 10:59:53 +0000</pubDate>
		<dc:creator>Alexander Viken</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Belle]]></category>
		<category><![CDATA[Camera]]></category>
		<category><![CDATA[Nokia 808 Pure View]]></category>
		<category><![CDATA[smartphone]]></category>
		<category><![CDATA[Symbian]]></category>

		<guid isPermaLink="false">http://agilemobility.net/?p=2767</guid>
		<description><![CDATA[Not quite yet! Nokia presented their 808 Pure View smartphone at the WMC and shocker was twofolded ...]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://agilemobility.net/wp-content/uploads/2012/03/Nokia-808-PureView-Red-White-Black6.jpg" width="240" />
		</p><p><a href="http://agilemobility.net/wp-content/uploads/2012/03/Nokia_808_PureView_white_specifications_338x465.jpg"><img class="alignright  wp-image-2768" title="Nokia_808_PureView_white_specifications_338x465" src="http://agilemobility.net/wp-content/uploads/2012/03/Nokia_808_PureView_white_specifications_338x465.jpg" alt="" width="270" height="372" /></a>Not quite yet! Nokia presented their 808 Pure View smartphone at the WMC and shocker was twofolded &#8230; firstly a crazy 41 mega-pixel smartphone camera that will produce photos that you&#8217;ve never seen before, and secondly&#8230; It&#8217;s running Symbian &#8211; or as it is called now &#8220;Nokia Belle&#8221;.</p>
<p>Such a small camera this amazing is just plain mad :)</p>
<p>Why they chose Symbian over one of the two other  available smartphone os&#8217; is weird. My guess is that they really wanted to make this phone, but that Windows Phone was not able to cope with the hardware, and to not piss of Microsoft they chose not to use Android. Instead they created a useless phone and a great camera. As a result they&#8217;ve my predictions is that this device won&#8217;t sell very much&#8230;. firstly that it won&#8217;t sell or be successful as a smartphone and  it won&#8217;t be a block buster as a camera either. People looking to buy cameras goes to different shops than those looking to buy phones.</p>
<p>I will buy one of these just for the camera and if someone would please create an underwater house for this I&#8217;d be very happy :) Would be really fun to be able to take this down with me while scuba diving. Maybe I&#8217;ll create a diving computer app for it too? :)</p>
<p>Some specs:</p>
<ul>
<li>Size: 123.9 x 60.2 x 13.9 mm (17.95 mm at camera)</li>
<li>Weight (with battery): 169 g</li>
<li>Volume: 95.5 cc</li>
<li>16 GB internal user memory</li>
<li>Support for up to 48 GB with an external microSD memory card</li>
<li>Use as USB mass memory device for storing photos, documents and more.</li>
<li>Screen size: 4&#8243;</li>
<li>Resolution: 16:9 nHD (640 x 360 pixels) AMOLED</li>
<li>16.7 million colours</li>
<li>ClearBlack display</li>
<li>Corning® Gorilla® Glass2.5 D curved glass</li>
<li>Capacitive touch screen</li>
<li>Orientation sensor (Accelerometer)</li>
<li>Compass (magnetometer)</li>
<li>Proximity sensor</li>
<li>Ambient light detector</li>
<li>GPRS/EDGE class B, multislot class 33</li>
<li>HSDPA Cat10, maximum speed up to 14.4 Mbps, HSUPA Cat6 5.76 Mbps</li>
<li>GSM CS data class 33, GSM EGPRS data class 33, DTM 32</li>
<li>WLAN IEEE802.11 b/g/n with UPnP supportTCP/IP support</li>
<li>Capability to serve as data modem</li>
<li>Support for MS Outlook synchronisation of contacts, calendar and notes.</li>
</ul>
<p>Gizmondo has written their thoughts on the 808 Pure View here: <a href="http://gizmodo.com/5888503/nokia-808-pure-view-phone-has-a-41+megapixel-camera-forty+one-actual-megapixels/gallery/1" target="_blank">http://gizmodo.com/5888503/nokia-808-pure-view-phone-has-a-41+megapixel-camera-forty+one-actual-megapixels/gallery/1</a> and you can read more about features, specifications etc here: <a href="http://europe.nokia.com/find-products/devices/nokia-808-pureview" target="_blank">http://europe.nokia.com/find-products/devices/nokia-808-pureview </a></p>
        <h3>Use Facebook to Comment on this Post</h3>
        <div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="http://agilemobility.net/category/technology/feed/" num_posts="4" width="600"></fb:comments>]]></content:encoded>
			<wfw:commentRss>http://agilemobility.net/2012/03/but-symbian-wasnt-quite-dead-yet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag Heuer Racer smartphone with Android</title>
		<link>http://agilemobility.net/2012/03/tag-heuer-racer-smartphone-with-android/</link>
		<comments>http://agilemobility.net/2012/03/tag-heuer-racer-smartphone-with-android/#comments</comments>
		<pubDate>Fri, 16 Mar 2012 09:55:01 +0000</pubDate>
		<dc:creator>Alexander Viken</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Luxury]]></category>
		<category><![CDATA[smartphone]]></category>
		<category><![CDATA[Tag Heuer]]></category>

		<guid isPermaLink="false">http://agilemobility.net/?p=2762</guid>
		<description><![CDATA[Swiss watch manufacturer Tag Heuer that is mostly known for their luxury watches inspired by motor car racing and golfing has created what looks like a monster of a smartphone. Inspired by GT Racing cars.]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://agilemobility.net/wp-content/uploads/2012/03/tag_heuer_racer_smartphone_jxrtd.jpg" width="240" />
		</p><p>Swiss watch manufacturer Tag Heuer that is mostly known for their luxury watches inspired by motor car racing and golfing has created what looks like a monster of a smartphone. Inspired by GT Racing cars it looks like the biggest and heaviest phone ever created&#8230;.  Here are some more specs.</p>
<ul>
<li>Shockproof like a Tag Heuer watch</li>
<li>Stainless Steel Body is high quality anti- corrosion ( type 361L ).</li>
<li>The screen glass is kind of very strong Gorilla Glass</li>
<li>There is a leather crocodile / lizard high quality</li>
<li>Android OS</li>
<li>High Speed Processor</li>
<li>256 MB internal memory plus microSD</li>
<li>Gorilla Glass Screen 3.5 inch (800 × 480, 16 million colors)</li>
<li>Stereo Bluetooth</li>
<li>WiFi and GPS</li>
<li>Camera 5 MP</li>
<li>Battery 1400 mAh</li>
</ul>
<p>It&#8217;s starting price is around $3600/€2800 and will be available from July 2012 if you are mad enough&#8230;..</p>
<p>Sign up for more information about the phone here: <a href="http://racer.tagheuer.com/" target="_blank">http://racer.tagheuer.com/</a></p>
<iframe width="640" height="385" src="http://www.youtube.com/embed/GrNOntZDTVk" frameborder="0" type="text/html"></iframe><div style="text-align:right;"><a style="color:#aaa;font-size:9px" href="http://www.clickonf5.org/" title="IFRAME Embed for Youtube Free WordPress Plugin" target="_blank">IFRAME Embed for Youtube</a></div>
        <h3>Use Facebook to Comment on this Post</h3>
        <div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="http://agilemobility.net/category/technology/feed/" num_posts="4" width="600"></fb:comments>]]></content:encoded>
			<wfw:commentRss>http://agilemobility.net/2012/03/tag-heuer-racer-smartphone-with-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Could retina display on iPad be a really bad move?</title>
		<link>http://agilemobility.net/2012/03/could-retina-display-on-ipad-be-a-bad-move/</link>
		<comments>http://agilemobility.net/2012/03/could-retina-display-on-ipad-be-a-bad-move/#comments</comments>
		<pubDate>Tue, 13 Mar 2012 16:10:42 +0000</pubDate>
		<dc:creator>Alexander Viken</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Retina]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Tablet]]></category>

		<guid isPermaLink="false">http://agilemobility.net/?p=2747</guid>
		<description><![CDATA[Could adding a high res retina display to the iPad without adding more storage space be the baddest idea ever for the iPad?]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://agilemobility.net/wp-content/uploads/2012/03/ipad-3.jpg" width="240" />
		</p><p>I just read an article in <a href="http://www.idg.no/macworld/article240862.ece" target="_blank">Norwegian MacWorld</a> that told me a couple of things that got me a bit &#8220;worried&#8221;. Both as a developer and a user of iPads&#8230; I don&#8217;t know if this is in-fact a real world problem yet, but Its something i need to look into. What struck me while reading was: Could adding a high res retina display to the iPad without adding more storage space be the baddest idea ever for the iPad?</p>
<p><a href="http://agilemobility.net/wp-content/uploads/2012/03/ipad-3.jpg"><img class=" wp-image-2748 alignright" title="ipad-3" src="http://agilemobility.net/wp-content/uploads/2012/03/ipad-3.jpg" alt="" width="391" height="239" /></a>I haven&#8217;t seen a lot of apps that is ready for Retina iPad 3 yet, but a few clues to the (possible) problem can be found with the existing Apple software that has been updated&#8230;.</p>
<div>
<ul>
<li>iPad  Keynote  app from Apple went from a 127MB download to a 327 MB download.</li>
<li>iPad Pages app from Apple  went from a 95MB download to a 269 MB download.</li>
<li>iPad Numbers app from Apple went from a 109 MB download to a 283 MB download.</li>
</ul>
</div>
<div>I now that for instance for Keynote got  a few new features and bug fixes in that release as well, but it surely nothing that would justify 154.5% raise in file size?</div>
<div></div>
<div>And how big download would my next issue of Wired for iPad be&#8230;&#8230;?</div>
<div></div>
<div>My 64GB iPad2 is almost already filled to its limits with apps, publications and music. Will it from now on only fit half of my app collection?</div>
<div></div>
<div>AppQuiz:</div>
<div>What should we call the apps that are retina ready? The name &#8220;HD&#8221; is already used  like {AppName}HD for iPad 1&amp;2 apps, {AppName}ReallyHD?</div>
<div></div>
<div></div>
<div></div>
        <h3>Use Facebook to Comment on this Post</h3>
        <div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="http://agilemobility.net/category/technology/feed/" num_posts="4" width="600"></fb:comments>]]></content:encoded>
			<wfw:commentRss>http://agilemobility.net/2012/03/could-retina-display-on-ipad-be-a-bad-move/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Really cool Windows 8 tablet concept image</title>
		<link>http://agilemobility.net/2012/03/really-cool-windows-8-tablet-concept-image/</link>
		<comments>http://agilemobility.net/2012/03/really-cool-windows-8-tablet-concept-image/#comments</comments>
		<pubDate>Mon, 12 Mar 2012 18:25:00 +0000</pubDate>
		<dc:creator>Alexander Viken</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Concept]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Tablet]]></category>
		<category><![CDATA[Windows 8]]></category>

		<guid isPermaLink="false">http://agilemobility.net/?p=2737</guid>
		<description><![CDATA[While browsing i found this really cool images showing a conceptual design for a Windows 8 based Nokia tablet pc. If this is what we're waiting for I'll be first in line with a sleeping bag to secure me one :)]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://agilemobility.net/wp-content/uploads/2012/03/coffee-21-600x433.jpg" width="240" />
		</p><p>While browsing i found this really cool images showing a conceptual design for a Windows 8 based Nokia tablet pc. If this is what we&#8217;re waiting for I&#8217;ll be first in line with a sleeping bag to secure me one :)</p>
<div id="attachment_2738" class="wp-caption alignnone" style="width: 610px"><a href="http://mynokiablog.com/2012/02/05/my-dream-nokia-43-nokia-lumia-coffee-tab-windows-8-concept/"><img class="size-full wp-image-2738" title="coffee-21-600x433" src="http://agilemobility.net/wp-content/uploads/2012/03/coffee-21-600x433.jpg" alt="" width="600" height="433" /></a><p class="wp-caption-text">This nice design would in my mind kick some serious iPad butt :)</p></div>
<div id="attachment_2739" class="wp-caption alignnone" style="width: 610px"><a href="http://mynokiablog.com/2012/02/05/my-dream-nokia-43-nokia-lumia-coffee-tab-windows-8-concept/"><img class="size-full wp-image-2739" title="lumia-coffee1-600x450" src="http://agilemobility.net/wp-content/uploads/2012/03/lumia-coffee1-600x450.jpg" alt="" width="600" height="450" /></a><p class="wp-caption-text">Admit it! It does look good on the coffee table :)</p></div>
<p>Read more about the images here: <a href="http://mynokiablog.com/2012/02/05/my-dream-nokia-43-nokia-lumia-coffee-tab-windows-8-concept/" target="_blank">http://mynokiablog.com/2012/02/05/my-dream-nokia-43-nokia-lumia-coffee-tab-windows-8-concept/</a></p>
<p>&nbsp;</p>
        <h3>Use Facebook to Comment on this Post</h3>
        <div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="http://agilemobility.net/category/technology/feed/" num_posts="4" width="600"></fb:comments>]]></content:encoded>
			<wfw:commentRss>http://agilemobility.net/2012/03/really-cool-windows-8-tablet-concept-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top ten list, smartphone sales in Norway February 2012</title>
		<link>http://agilemobility.net/2012/03/top-ten-list-smartphone-sales-in-norway-february-2012/</link>
		<comments>http://agilemobility.net/2012/03/top-ten-list-smartphone-sales-in-norway-february-2012/#comments</comments>
		<pubDate>Tue, 06 Mar 2012 11:10:13 +0000</pubDate>
		<dc:creator>Alexander Viken</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Lumia]]></category>
		<category><![CDATA[Netcom]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Norway]]></category>
		<category><![CDATA[Sales]]></category>
		<category><![CDATA[smartphone]]></category>
		<category><![CDATA[Windows Phone]]></category>

		<guid isPermaLink="false">http://agilemobility.net/?p=2729</guid>
		<description><![CDATA[Windows Phone and the Nokia Lumia 800 has made it to the "top 5 most sold smartphones" list in Norway.]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://agilemobility.net/wp-content/uploads/2012/03/Nokia_Lumia_800_ma_2037970c.jpg" width="240" />
		</p><p>A press release from norwegian carrier <a href="https://netcom.no/pressemelding/-/journal_content/56_INSTANCE_W4Vy/10156/778944" target="_blank">Netcom</a> shows an interesting new &#8220;twist&#8221;.  The fourth most sold smartphone in Norway, based on sales volume is the Nokia Lumia 800 running Windows Phone.</p>
<table width="522" border="1">
<tbody>
<tr>
<td><strong>Phone</strong></td>
<td><strong>Feb 12</strong></td>
<td><strong>Jan 12</strong></td>
<td><strong>Dec 11</strong></td>
<td></td>
<td><strong>Platform</strong></td>
</tr>
<tr>
<td>Apple iPhone 4s</td>
<td>1</td>
<td>1</td>
<td>1</td>
<td></td>
<td>iOS</td>
</tr>
<tr>
<td>Samsung Galaxy II</td>
<td>2</td>
<td>2</td>
<td>2</td>
<td></td>
<td>Android</td>
</tr>
<tr>
<td>Apple iPhone 4</td>
<td>3</td>
<td>3</td>
<td>3</td>
<td></td>
<td>iOS</td>
</tr>
<tr>
<td>Nokia Lumia 800</td>
<td>4</td>
<td>-</td>
<td>-</td>
<td></td>
<td>WP7</td>
</tr>
<tr>
<td>Sony Ericsson ARC S</td>
<td>5</td>
<td>9</td>
<td>9</td>
<td></td>
<td>Android</td>
</tr>
<tr>
<td>Samsung Galaxy 5</td>
<td>6</td>
<td>8</td>
<td>4</td>
<td></td>
<td>Android</td>
</tr>
<tr>
<td>SE Experia Mini Pro</td>
<td>7</td>
<td>-</td>
<td>-</td>
<td></td>
<td>Android</td>
</tr>
<tr>
<td>Samsung Galaxy Xcover</td>
<td>8</td>
<td></td>
<td></td>
<td></td>
<td>Android</td>
</tr>
<tr>
<td>ZTE Blade</td>
<td>9</td>
<td>6</td>
<td>5</td>
<td></td>
<td>Android</td>
</tr>
<tr>
<td>Sony Ericsson Active</td>
<td>10</td>
<td>7</td>
<td>8</td>
<td></td>
<td>Android</td>
</tr>
<tr>
<td>HTC Sensation</td>
<td>-</td>
<td>4</td>
<td>6</td>
<td></td>
<td>Android</td>
</tr>
<tr>
<td>SE X10 Mini Pro</td>
<td>-</td>
<td>5</td>
<td>10</td>
<td></td>
<td>Android</td>
</tr>
<tr>
<td>Sony Ericsson Ray</td>
<td>-</td>
<td>10</td>
<td>7</td>
<td></td>
<td>Android</td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<p>It is also interesting to notice how long ZTE Blade has stayed in the top ten list. I think it was introduced about a year ago, and peaked on the list as the second most sold smartphone in Norway through Netcom in April 2011. The HTC Sensation that left the top ten list in january has also been a stayer from its introduction in July 2011.</p>
        <h3>Use Facebook to Comment on this Post</h3>
        <div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="http://agilemobility.net/category/technology/feed/" num_posts="4" width="600"></fb:comments>]]></content:encoded>
			<wfw:commentRss>http://agilemobility.net/2012/03/top-ten-list-smartphone-sales-in-norway-february-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This is a tablet future i could embrace :)</title>
		<link>http://agilemobility.net/2012/03/this-is-a-tablet-future-i-could-embrace/</link>
		<comments>http://agilemobility.net/2012/03/this-is-a-tablet-future-i-could-embrace/#comments</comments>
		<pubDate>Fri, 02 Mar 2012 13:01:22 +0000</pubDate>
		<dc:creator>Alexander Viken</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Concept]]></category>
		<category><![CDATA[Cool stuff]]></category>
		<category><![CDATA[Friday]]></category>
		<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://agilemobility.net/?p=2723</guid>
		<description><![CDATA[Just came by a really cool concept video presenting what could (hopefully) be the technological future of the iPad and tablets.]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://agilemobility.net/wp-content/uploads/2012/03/tabletspaceodyssey.jpg" width="240" />
		</p><p>Just came by a really cool concept video presenting what could (hopefully) be the technological future of the iPad and tablets. If this is what we&#8217;re moving towards I&#8217;m going to be very, very happy :)</p>
<iframe width="640" height="385" src="http://www.youtube.com/embed/9s2oYUy_cVY" frameborder="0" type="text/html"></iframe><div style="text-align:right;"><a style="color:#aaa;font-size:9px" href="http://www.clickonf5.org/" title="IFRAME Embed for Youtube Free WordPress Plugin" target="_blank">IFRAME Embed for Youtube</a></div>
        <h3>Use Facebook to Comment on this Post</h3>
        <div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="http://agilemobility.net/category/technology/feed/" num_posts="4" width="600"></fb:comments>]]></content:encoded>
			<wfw:commentRss>http://agilemobility.net/2012/03/this-is-a-tablet-future-i-could-embrace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VisionMobile Cross-Platform Tools 2012 report</title>
		<link>http://agilemobility.net/2012/02/visionmobile-cross-platform-tools-2012-report/</link>
		<comments>http://agilemobility.net/2012/02/visionmobile-cross-platform-tools-2012-report/#comments</comments>
		<pubDate>Tue, 28 Feb 2012 18:06:55 +0000</pubDate>
		<dc:creator>Alexander Viken</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[devices]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[VisionMobile]]></category>
		<category><![CDATA[x-platform]]></category>

		<guid isPermaLink="false">http://agilemobility.net/?p=2713</guid>
		<description><![CDATA[VisionMobile cross-platform framework report. A nice read to get your arguments straight.]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://agilemobility.net/wp-content/uploads/2012/02/coverVisionMobile_x_platform_tools2012.png" width="240" />
		</p><p>Today VisionMobile released an interesting report  named &#8220;Cross-Platform Tools 2012&#8243;. Tho the year of 2012 is still young  the report summarize the different platforms and concludes that &#8220;it is smart&#8221;</p>
<p><a href="http://agilemobility.net/wp-content/uploads/2012/02/coverVisionMobile_x_platform_tools2012.png"><img class="alignright size-full wp-image-2719" title="coverVisionMobile_x_platform_tools2012" src="http://agilemobility.net/wp-content/uploads/2012/02/coverVisionMobile_x_platform_tools2012.png" alt="" width="154" height="236" /></a>Obvious, cross-platform development has always been smart and will always be smart both from customer and developer point of view.  Its less bugs at a lower cost and a benefit for us all. If you need arguments for why you should use cross-platform frameworks  you can read an earlier post I <a title="There is (almost) no reason to not use cross platform toolkits" href="http://agilemobility.net/2011/04/there-is-almost-no-reason-to-not-use-cross-platform-toolkits/" target="_blank">wrote on the topic</a>.</p>
<p>The report can be downloaded for free from the <a href="http://www.visionmobile.com/crossplatformtools.php" target="_blank">VisionMobile </a>website.</p>
<p style="margin-top: 18px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;">Cross-Platform Developer Tools 2012 is the seminal report on the landscape of 100+ cross-platform developer tools with an analysis of key vendors and the metrics of developer experience.</p>
<p style="margin-top: 18px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;">Cross-Platform Tools 2012 is the first major report that analyses the complex cross-platform tools landscape, presents the key tools vendors and maps out the trends in one of the hottest markets in mobile. This report presents developer perceptions about a wide range of key issues, from incentives and deterrents to cross-platform tool use to the most-wanted tool features. Our research profiles 15 well-known cross-platform vendors and tools with regard to their technology, positioning and market traction.</p>
<p>&nbsp;</p>
        <h3>Use Facebook to Comment on this Post</h3>
        <div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="http://agilemobility.net/category/technology/feed/" num_posts="4" width="600"></fb:comments>]]></content:encoded>
			<wfw:commentRss>http://agilemobility.net/2012/02/visionmobile-cross-platform-tools-2012-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Powered by string, straight to failure</title>
		<link>http://agilemobility.net/2012/02/powered-by-string-straight-to-failure/</link>
		<comments>http://agilemobility.net/2012/02/powered-by-string-straight-to-failure/#comments</comments>
		<pubDate>Tue, 28 Feb 2012 10:17:14 +0000</pubDate>
		<dc:creator>Alexander Viken</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[App Store]]></category>
		<category><![CDATA[augmented reality]]></category>
		<category><![CDATA[Gilde]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://agilemobility.net/?p=2708</guid>
		<description><![CDATA[How horribly wrong can a marketing campaign go when marketeers start using technology they haven't got a clue what does....]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://agilemobility.net/wp-content/uploads/2012/02/Gilde_AR_Poster-768x1024.jpg" width="240" />
		</p><p>One of the major food brands in Norway launched a huge advertising campaign for their new and &#8220;tough&#8221;  sandwich spread. Embedded in the ads that is plastered all over Oslo city, on billboards and public transport they have 3D images that can be (or should I say could have been) seen through a specially developed AR (Augmented Reality) app for iPhones (and iPad) that uses technology from <a title="String augmented reality" href="http://agilemobility.net/2011/09/string-augmented-reality/">String</a>.</p>
<div id="attachment_2703" class="wp-caption alignright" style="width: 333px"><a href="http://agilemobility.net/wp-content/uploads/2012/02/Gilde_AR_Poster.jpg"><img class=" wp-image-2703  " title="Gilde AR poster" src="http://agilemobility.net/wp-content/uploads/2012/02/Gilde_AR_Poster-768x1024.jpg" alt="" width="323" height="430" /></a><p class="wp-caption-text">Gilde AR poster found on the subway in Oslo</p></div>
<p>String is a quite cool technology by itself, but what the marketing department or consultant what thinking when they did this campaign is beyond me, so many faults has been made in this that it should become curricular for all advertising people dealing with technology based advertising.</p>
<p>Here&#8217;s a few of the main points:</p>
<ul>
<li> <strong>Creating a marketing campaign based on a technology that is only available on one mobile platform, iOS in a market divided almost equally in two (with Android in the lead) hardly doesn&#8217;t make common sense.. </strong></li>
</ul>
<p>I know the demographic for the sandwich spread and iOS might at first glimpse somewhat match, but the well-educated 30-40s technology interested  male this is created for doesn&#8217;t know a lot about the technology they&#8217;re interested in, They&#8217;re just interested in how cool they look holding the gadget ;) According to <a href="https://netcom.no/pressemelding/-/journal_content/56_INSTANCE_W4Vy/10156/691029" target="_blank">NetCom</a>  the top 4 list of sales in 2011 by mobile OS looks like this: 1: Android (54%), 2: iOS (40%), 3: Symbian (7%) 4: Windows Phone 7 (0,3%)</p>
<ul>
<li><strong>How do you find this app?</strong></li>
</ul>
<p>I was riding the subway with a colleague when we decided to commit &#8220;social suicide&#8221;  and see what was behind these ads. According to the self-proclaimed mobile guru :) Geir Sand Nilsen you commit social suicide (<a href="http://geirsand.wordpress.com/2012/02/27/hva-er-app-fella/" target="_blank">blog post here in norwegian, use Google translate</a>) when someone sees you or catch you in the act of scanning a QR Code, I guess that also includes AR (Augmented Reality) app usage? Nevertheless we were tired of our social life and went with it&#8230; first&#8230; get the app&#8230; the poster said &#8220;Download the app GILDE AR&#8221; next to it was a black sticker that said &#8220;Available on the App Store&#8221; I took out my HTC Titan and started my app store application and searched for Gilde AR&#8230;. No matches&#8230; Oh.. wait.. App Store, who has the trade mark for that term? It&#8217;s Apple of course. Took out my iPad 2  and opened the app store and searched for Gilde AR&#8230; No matches&#8230;. WTF? I searched for the app with Google and <a href="http://itunes.apple.com/us/app/gilde-ar/id498477722?mt=8" target="_blank">found a link</a> for it on the iTunes web store. &#8220;This app is designed for both iPhone and iPad&#8221;. Right&#8230;  My colleague had no more luck than me with his Android or iPhone 4 phone. The app could not be found. When I got home I downloaded the app through iTunes, but when i tried to sync it to the iPad it just said that it wasn&#8217;t designed for my iPad 2, it needed a device that had camera autofocus&#8230; Gilde.. you lost me now, no matter how eager I am to view your stunning 3D effects&#8230; I&#8217;m just lost&#8230;  Why didn&#8217;t you just include a QR Code with direct link to the app on the poster?? Would have made a lot more sense.</p>
<ul>
<li><strong>Asking users to download 26MB apps over 3G or Edge mobile networks is a no brainer</strong></li>
</ul>
<p>Come on? Did you really think that your advertising campaign was that interesting &#8211; so interesting in fact that I&#8217;d hang around it waiting for the download to finish? Or&#8230; just continue to ride the subway until the app was downloaded? (did I forget to mention that you more or less are offline while riding the sub in Oslo?)</p>
<p>These are just a few obvious errors done here by/for Gilde and it&#8217;s a bit sad because I think that the String technology is great and has a huge potential as long as it is used right. In the end i hope that It&#8217;s not technology that is to blame here for the faults of the implementors.  Better luck next time!</p>
        <h3>Use Facebook to Comment on this Post</h3>
        <div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="http://agilemobility.net/category/technology/feed/" num_posts="4" width="600"></fb:comments>]]></content:encoded>
			<wfw:commentRss>http://agilemobility.net/2012/02/powered-by-string-straight-to-failure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using your iOS device as your cash register</title>
		<link>http://agilemobility.net/2012/02/using-your-ios-device-as-your-cash-register/</link>
		<comments>http://agilemobility.net/2012/02/using-your-ios-device-as-your-cash-register/#comments</comments>
		<pubDate>Sun, 12 Feb 2012 23:17:58 +0000</pubDate>
		<dc:creator>Alexander Viken</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[accessories]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[payment]]></category>

		<guid isPermaLink="false">http://agilemobility.net/?p=2698</guid>
		<description><![CDATA[Some days ago I was lucky enough to be invited to be a part of a closed beta test group for the iZettle chip card reader for iOS. Today the small black card reader arrived in the mail and I am so looking forward to testing this.]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://agilemobility.net/wp-content/uploads/2012/02/iZettle_Featured.png" width="240" />
		</p><p>Some days ago I was lucky enough to be invited to be a part of a closed beta test group for the iZettle chip card reader for iOS. Today the small black card reader arrived in the mail and I am so looking forward to testing this.</p>
<p>For small business this little accessory can make a whole lot of difference, making your iPhone or iPad your portable cash register. No need to struggle with pennies selling merch at a gig, trading stuff in flea markets or any other &#8220;personal&#8221; business that  usually involves cash transactions. iZettle will make this a whole lot easier.</p>
<p>Will post updates later in the mean time check out the <a href="https://www.izettle.com/blog/" target="_blank">iZettle blog</a> and website</p>
        <h3>Use Facebook to Comment on this Post</h3>
        <div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="http://agilemobility.net/category/technology/feed/" num_posts="4" width="600"></fb:comments>]]></content:encoded>
			<wfw:commentRss>http://agilemobility.net/2012/02/using-your-ios-device-as-your-cash-register/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Official Android design guidelines</title>
		<link>http://agilemobility.net/2012/01/official-android-design-guidelines/</link>
		<comments>http://agilemobility.net/2012/01/official-android-design-guidelines/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 11:29:32 +0000</pubDate>
		<dc:creator>Alexander Viken</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Guidelines]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://agilemobility.net/?p=2689</guid>
		<description><![CDATA[Finally out... It took Google just 3+ years to get their official Android design guide lines out.]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://agilemobility.net/wp-content/uploads/2012/01/AndroidDeviceGuideLinesFeatured.png" width="240" />
		</p><div id="attachment_2692" class="wp-caption alignright" style="width: 330px"><a href="http://agilemobility.net/wp-content/uploads/2012/01/gridview_vertical.png"><img class=" wp-image-2692 " title="Android Gridview illustration" src="http://agilemobility.net/wp-content/uploads/2012/01/gridview_vertical.png" alt="" width="320" height="241" /></a><p class="wp-caption-text">Vertically scrolling grid list items are sorted in traditional western reading direction: left-to-right and top-down. When displaying the list, cut off the items in the bottom row to communicate that the user can scroll the list down to show additional items. Be sure to retain this scheme when the user rotates the screen.</p></div>
<p>Finally out&#8230; It took Google just 3+ years to get their official Android design guide lines out.</p>
<p>The new site covers everything you as an Android UI designer or developer needs to be aware of when you design and develop your application user interface.</p>
<p>The site is divided into different sections that cover their creative vision:</p>
<blockquote><p>&#8220;Ice Cream Sandwich (Android 4.0) marks a major milestone for Android design. We touched nearly every pixel of the system as we expanded the new design approaches introduced in Honeycomb tablets to all types of mobile devices. Starting with the most basic elements, we introduced a new font, Roboto, designed for high-resolution displays. Other big changes include framework-level action bars on phones and support for new phones without physical buttons.&#8221;</p></blockquote>
<p>These design principles were developed by and for the Android User Experience Team to keep users&#8217; best interests in mind. Consider them as you apply your own creativity and design thinking. Deviate with purpose.</p>
<p>A good section on the site is the Building blocks section that gives you an overview of all the built in controls that you have  The only thing I am missing is a link to how to use these controls. That would have been useful.</p>
<p>The Patterns section gives you a nice overview on how you better can arrange your app, how gestures work, how to use notifications and how to make your app compatible with more devices and form factors.</p>
<p>Getting started? The Android Design site should be your first mandatory stop on your way to create an app.</p>
<p><a href="http://developer.android.com/design/index.html" target="_blank">http://developer.android.com/design/index.html</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
        <h3>Use Facebook to Comment on this Post</h3>
        <div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="http://agilemobility.net/category/technology/feed/" num_posts="4" width="600"></fb:comments>]]></content:encoded>
			<wfw:commentRss>http://agilemobility.net/2012/01/official-android-design-guidelines/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

