<?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>Enterprise Mobility</title>
	<atom:link href="http://blogs.tieto.com/enterprisemobility/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.tieto.com/enterprisemobility</link>
	<description>Consumers have made mobility a central part of life. It is time for enterprises to realise the potential. Mobility is not just about apps, technology or a new channel – it’s about changing the way of doing business.</description>
	<lastBuildDate>Tue, 30 Apr 2013 14:23:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Mobile Trends and their impact on Nordic Enterprises</title>
		<link>http://blogs.tieto.com/enterprisemobility/2013/04/19/webinarvideo/</link>
		<comments>http://blogs.tieto.com/enterprisemobility/2013/04/19/webinarvideo/#comments</comments>
		<pubDate>Fri, 19 Apr 2013 12:58:19 +0000</pubDate>
		<dc:creator>Johan Löfmark</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[webinar; enterprise mobility; MWC]]></category>

		<guid isPermaLink="false">http://blogs.tieto.com/enterprisemobility/?p=851</guid>
		<description><![CDATA[Mobility is truly an exciting area for competitive differentiation. Listen to the webinar we held 12 April which explored the latest trends and opportunities in a connected and mobile world.]]></description>
			<content:encoded><![CDATA[<p>Mobility is truly an exciting area for competitive differentiation. Listen to the webinar we held 12 April which explored the latest trends and opportunities in a connected and mobile world, how they impact Nordic enterprises and how to make it work for you.</p>
<p><span id="more-851"></span></p>
<p><object type="application/x-shockwave-flash" width="480" height="422" data="http://getembedplus.com/embedplus.swf" id="ep44325"><param value="http://getembedplus.com/embedplus.swf" name="movie" /><param value="high" name="quality" /><param value="transparent" name="wmode" /><param value="always" name="allowscriptaccess" /><param value="true" name="allowFullScreen" /><param name="flashvars" value="ytid=sRAdP-2EC0U&#038;height=390&#038;width=480&#038;react=1&#038;sweetspot=1&#038;" /><iframe class="cantembedplus" title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/sRAdP-2EC0U?fs=1&#038;" frameborder="0" allowfullscreen></iframe><br />
</object><br />
<!--[if lte IE 6]><br />
<style type="text/css">.cantembedplus{display:none;}</style>
<p><![endif]--></p>
<p>The presentation slideset is available here on <a href="//www.slideshare.net/TietoCorporation/webinar-mobile-trends-and-their-impact-on-nordic-enterprises-18933594"   >our slideshare account</a>.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.tieto.com/enterprisemobility/2013/04/19/webinarvideo/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Windows 8 Store App: How to check network status and create a custom control</title>
		<link>http://blogs.tieto.com/enterprisemobility/2013/04/10/windows-8-store-app-how-to-check-network-status-and-create-a-custom-control/</link>
		<comments>http://blogs.tieto.com/enterprisemobility/2013/04/10/windows-8-store-app-how-to-check-network-status-and-create-a-custom-control/#comments</comments>
		<pubDate>Wed, 10 Apr 2013 17:05:14 +0000</pubDate>
		<dc:creator>Helmut Krämer</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[custom control]]></category>
		<category><![CDATA[network status]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Windows 8 Apps]]></category>
		<category><![CDATA[Windows RT]]></category>
		<category><![CDATA[Windows Store App]]></category>
		<category><![CDATA[Windows8]]></category>
		<category><![CDATA[XAML]]></category>

		<guid isPermaLink="false">http://blogs.tieto.com/enterprisemobility/?p=802</guid>
		<description><![CDATA[Today I'll show how you can check internetstatus in your app.
To sample is also perfekt to create your own networkstatus control.]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;ll show how you can check internetstatus in your app.<br />
The sample is also perfekt to create your own networkstatus control.</p>
<p>With this post I&#8217;ll show you the &#8220;HOW TO&#8230;&#8221;</p>
<p><span id="more-802"></span></p>
<p>Let&#8217;s start with creating a simple Windows store app:<br />
<a href="http://blogs.tieto.com/enterprisemobility/files/2013/04/createProject.png"   ><img class="aligncenter size-full wp-image-804" src="http://blogs.tieto.com/enterprisemobility/files/2013/04/createProject.png" alt="" width="955" height="653" /></a></p>
<p>For this sample we will take the blank app template. I think for our small solution it&#8217;s the right one.</p>
<p>After creating the project we have to add a new folder named control.</p>
<p><a href="http://blogs.tieto.com/enterprisemobility/files/2013/04/folder.png"   ><img class="aligncenter size-full wp-image-808" src="http://blogs.tieto.com/enterprisemobility/files/2013/04/folder.png" alt="" width="944" height="450" /></a></p>
<p>In the Folder, we have to create a new usercontrol.</p>
<p><a href="http://blogs.tieto.com/enterprisemobility/files/2013/04/connection.png"   ><img class="aligncenter size-full wp-image-809" src="http://blogs.tieto.com/enterprisemobility/files/2013/04/connection.png" alt="" width="1000" height="533" /></a></p>
<p>Connectionindicator is a good Name for our usercontrol, isn&#8217;t it?</p>
<p>Half work is done now  :)</p>
<p>Now we need two nice Icons, one if we are connected to the internet and one for &#8220;no connection&#8221;. For creating Icons I use free Version of <a href="http://www.syncfusion.com/downloads/metrostudio" title="Metro Studio 2"   target="_blank" >Metro Studio 2</a>. The Icons we&#8217;ll add to the Assets folder in your solution.</p>
<p><a href="http://blogs.tieto.com/enterprisemobility/files/2013/04/icons1.png"   ><img class="aligncenter size-full wp-image-814" src="http://blogs.tieto.com/enterprisemobility/files/2013/04/icons1.png" alt="" width="347" height="205" /></a></p>
<p>Now it&#8217;s time for coding. Open the code behind file of your custom user control (Connectionindicator.xaml.cs).</p>
<p>First we have to add following &#8220;usings&#8221;:</p>
<ul>
<li>using Windows.Networking.Connectivity;</li>
<li>using Windows.UI.Xaml.Media.Imaging;</li>
<li>using Windows.UI.Core;</li>
</ul>
<p>Now we have to declare:</p>
<ul>
<li>Eventhandler if networkstatus changes</li>
<li>variable to detect if connection profile is registered</li>
<li>Image source for displaying the icons</li>
</ul>
<p>&nbsp;</p>
<p><a href="http://blogs.tieto.com/enterprisemobility/files/2013/04/declarations.png"   ><img class="aligncenter size-full wp-image-823" src="http://blogs.tieto.com/enterprisemobility/files/2013/04/declarations.png" alt="" width="913" height="400" /></a></p>
<p>Ok, now we have to register the eventhandler / networkStatusCallback.</p>
<p>&nbsp;</p>
<p><a href="http://blogs.tieto.com/enterprisemobility/files/2013/04/conn.png"   ><img class="aligncenter size-full wp-image-849" src="http://blogs.tieto.com/enterprisemobility/files/2013/04/conn.png" alt="" width="725" height="254" /></a></p>
<p>What is missing? You&#8217;re right, we have to create &#8220;OnNetworkStatusChange&#8221;method.</p>
<p>Now we have only to check the connection status and display the right icon. We  can do this by checking if the &#8221;Internet Connection Profile&#8221; is not null<br />
and &#8220;Network connectivity Level&#8221; have to be &#8220;Internet&#8221; to be shure that we have internet connection. If connection exits we set Image source to &#8220;Online Status&#8221;<br />
if not we set it to &#8220;Offline Status&#8221;.</p>
<p>Now press F5 and &#8230;&#8230;..</p>
<p>&#8230;. nothing happens, black screen.</p>
<p>Now we know, that we have no coding errors <img src='http://blogs.tieto.com/enterprisemobility/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  and we know that we have forgotten to put our custom control to the MainPage.</p>
<p>First we have to implement the reference on top:<br />
<span style="color: #ff0000;font-family: Consolas;font-size: x-small"><span style="color: #ff0000;font-family: Consolas;font-size: x-small"><span style="color: #ff0000;font-family: Consolas;font-size: x-small">xmlns</span></span></span><span style="color: #0000ff;font-family: Consolas;font-size: x-small"><span style="color: #0000ff;font-family: Consolas;font-size: x-small"><span style="color: #0000ff;font-family: Consolas;font-size: x-small">:</span></span></span><span style="color: #ff0000;font-family: Consolas;font-size: x-small"><span style="color: #ff0000;font-family: Consolas;font-size: x-small"><span style="color: #ff0000;font-family: Consolas;font-size: x-small">indicator</span></span></span><span style="color: #0000ff;font-family: Consolas;font-size: x-small"><span style="color: #0000ff;font-family: Consolas;font-size: x-small"><span style="color: #0000ff;font-family: Consolas;font-size: x-small">=&#8221;using:SimpleConnectionControl.Control&#8221;</span></span></span></p>
<p>Second we have to add our custom control:<br />
<span style="color: #0000ff;font-family: Consolas;font-size: x-small"><span style="color: #0000ff;font-family: Consolas;font-size: x-small"><span style="color: #0000ff;font-family: Consolas;font-size: x-small">&lt;</span></span></span><span style="color: #a31515;font-family: Consolas;font-size: x-small"><span style="color: #a31515;font-family: Consolas;font-size: x-small"><span style="color: #a31515;font-family: Consolas;font-size: x-small">indicator</span></span></span><span style="color: #0000ff;font-family: Consolas;font-size: x-small"><span style="color: #0000ff;font-family: Consolas;font-size: x-small"><span style="color: #0000ff;font-family: Consolas;font-size: x-small">:</span></span></span><span style="color: #a31515;font-family: Consolas;font-size: x-small"><span style="color: #a31515;font-family: Consolas;font-size: x-small"><span style="color: #a31515;font-family: Consolas;font-size: x-small">ConnectionIndicator</span></span></span><span style="color: #ff0000;font-family: Consolas;font-size: x-small"><span style="color: #ff0000;font-family: Consolas;font-size: x-small"><span style="color: #ff0000;font-family: Consolas;font-size: x-small"> Grid.Column</span></span></span><span style="color: #0000ff;font-family: Consolas;font-size: x-small"><span style="color: #0000ff;font-family: Consolas;font-size: x-small"><span style="color: #0000ff;font-family: Consolas;font-size: x-small">=&#8221;1&#8243;</span></span></span><span style="color: #ff0000;font-family: Consolas;font-size: x-small"><span style="color: #ff0000;font-family: Consolas;font-size: x-small"><span style="color: #ff0000;font-family: Consolas;font-size: x-small"> HorizontalAlignment</span></span></span><span style="color: #0000ff;font-family: Consolas;font-size: x-small"><span style="color: #0000ff;font-family: Consolas;font-size: x-small"><span style="color: #0000ff;font-family: Consolas;font-size: x-small">=&#8221;Right&#8221;/&gt;</span></span></span></p>
<p><a href="http://blogs.tieto.com/enterprisemobility/files/2013/04/usercontroladd.png"   ><img class="aligncenter size-full wp-image-837" src="http://blogs.tieto.com/enterprisemobility/files/2013/04/usercontroladd.png" alt="" width="628" height="220" /></a></p>
<p>Now press F5 and &#8230;&#8230;</p>
<p>&#8230;. you have a working custom user control for your network status!</p>
<p>The <a href="http://sdrv.ms/16P6150" title="Source"   target="_blank" >code </a>of this solution you can find <a href="http://sdrv.ms/16P6150" title="source"   target="_blank" >here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.tieto.com/enterprisemobility/2013/04/10/windows-8-store-app-how-to-check-network-status-and-create-a-custom-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Greetings from MWC</title>
		<link>http://blogs.tieto.com/enterprisemobility/2013/02/27/greetings-from-mwc/</link>
		<comments>http://blogs.tieto.com/enterprisemobility/2013/02/27/greetings-from-mwc/#comments</comments>
		<pubDate>Wed, 27 Feb 2013 17:45:57 +0000</pubDate>
		<dc:creator>Pete Räsänen</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[1080p]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[Mobile World Congress]]></category>

		<guid isPermaLink="false">http://blogs.tieto.com/enterprisemobility/?p=776</guid>
		<description><![CDATA[Three very busy and long days behind, sore legs, not much sleep. That's the Mobile World congress. ]]></description>
			<content:encoded><![CDATA[<p>Three very busy and long days behind, sore legs, not much sleep. That&#8217;s the Mobile World congress. The area has got even bigger and distances longer (compared to last year), and it&#8217;s impossible to even think of exploring all interesting things here within three and a half days.</p>
<p>As I assumed earlier, 1080p is now the new standard for the smartphone display resolution. Almost every company in the (Android) field, except Samsung who will keep folks waiting for S4, has released a Full HD flagship phone here. What I didn&#8217;t see coming is the microscopes on the stands to prove it. Maybe they should include those to be sold together with the phones by default.</p>
<p><span id="more-776"></span></p>
<p>Nothing really fancy from Nokia, though, unfortunately. I also had some hands-on play with Firefox OS and Ubuntu phones, of which the former seems to take a pure HTML5 approach (meaning no way to do native development) targeting low-medium phone range, while with the latter the developer can choose between HTML5 and QML (which represents the native way of developing there). The Ubuntu phone OS seems to be targeted to medium-high range of phones.</p>
<p>El Clasico was also nice to see on site, with 95000 others. On the other hand, what I do not recommend is the 2-hour taxi queue experience after 6PM to get out of the venue..</p>
<p>To conclude, it&#8217;s a great experience and (too) much to see in MWC 2013!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.tieto.com/enterprisemobility/2013/02/27/greetings-from-mwc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preparing for MWC: what new devices to expect</title>
		<link>http://blogs.tieto.com/enterprisemobility/2013/02/21/preparing-for-mwc-what-new-devices-to-expect/</link>
		<comments>http://blogs.tieto.com/enterprisemobility/2013/02/21/preparing-for-mwc-what-new-devices-to-expect/#comments</comments>
		<pubDate>Thu, 21 Feb 2013 10:10:53 +0000</pubDate>
		<dc:creator>Pete Räsänen</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[1080p]]></category>
		<category><![CDATA[devices]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[Mobile World Congress]]></category>

		<guid isPermaLink="false">http://blogs.tieto.com/enterprisemobility/?p=759</guid>
		<description><![CDATA[It&#8217;s only few days until the Mobile World Congress launch and rumors about new devices to be published are teeming.  Although there are some opinions in the scene stating that software is overtaking hardware in Barcelona importance, the most reported news will undoubtedly still be the latest new gadgets. Having followed the news and expectations, here [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s only few days until the Mobile World Congress launch and rumors about new devices to be published are teeming.  Although there are some <a href="http://www.computerworlduk.com/news/mobile-wireless/3425665/mobile-world-congress-will-be-gadget-graveyard-says-m-head/"   >opinions </a>in the scene stating that software is overtaking hardware in Barcelona importance, the most reported news will undoubtedly still be the latest new gadgets.</p>
<p><span id="more-759"></span></p>
<p>Having followed the news and expectations, here are some of my remarks:</p>
<ul>
<li><strong>Now it&#8217;s the time that the flagship phones are moving to 1080p displays</strong>. HTC took a head start in this race as the company released new HTC One already on Tuesday. We won&#8217;t probably see the new Samsung Galaxy S4 yet in Barcelona (we will probably see a new Note, though), but it&#8217;s likely that the challengers like Huawei and LG will release their 1080p devices there. One can of course question whether that sharp display makes any sense in or provides much added value compared to 720p screen, in a 5&#8243; device. Or am I just getting old..</li>
<li><strong>We will see phones running new mobile operating systems that emphasize web technologies</strong>. These are of course Tizen, Firefox OS and Ubuntu. It will be interesting to see how this new thinking will manage under pressure from the existing huge separate ecosystems. Unfortunately &#8220;the fourth new OS&#8221;, Sailfish of the Finnish company Jolla, seems not to be getting a phone to run in just yet.</li>
</ul>
<p>As a Finn, I&#8217;m of course very interested in what Nokia will bring into the table. At least more Lumias, it seems. There are rumours about a Windows RT tablet and a Windows Phone with PureView camera. Well, next week we will know better. I will be posting blog updates about my topics of interest during MWC. See you in Barcelona! What are your expectations?</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.tieto.com/enterprisemobility/2013/02/21/preparing-for-mwc-what-new-devices-to-expect/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Three challenges for Mobile Network Operators in the mobile landscape 2013</title>
		<link>http://blogs.tieto.com/enterprisemobility/2013/02/18/mobile-network-operators-3-challenges-in-the-mobile-landscape-2013/</link>
		<comments>http://blogs.tieto.com/enterprisemobility/2013/02/18/mobile-network-operators-3-challenges-in-the-mobile-landscape-2013/#comments</comments>
		<pubDate>Mon, 18 Feb 2013 13:18:24 +0000</pubDate>
		<dc:creator>Torbjörn Lundmark</dc:creator>
				<category><![CDATA[English]]></category>

		<guid isPermaLink="false">http://blogs.tieto.com/mobileworld/?p=737</guid>
		<description><![CDATA[Adapting to new behavior; it is a fact that the behavior of mobile users are changing. Those were the days when the phone where used for talking. Instead data traffic has overtaken voice and now stands for the major traffic volume. The new applications are putting new requirements and challenges on the networks when it comes to signaling and data traffic. ]]></description>
			<content:encoded><![CDATA[<p>I got a comment on my recent <a href="http://blogs.tieto.com/mobileworld/2013/02/11/the-future-of-mobility/" title="Future of mobility"   target="_blank" >blog post </a>and wanted to share some thoughts on what the challenges for mobile operators will be for the next year. Of course an interesting question and something to discuss during the late evenings in Barcelona, perhaps over a cup of coffee or a glass of Sangria.</p>
<p><span id="more-737"></span></p>
<p>I will try to give my view; it will probably be colored by my enterprise mobility connection and the Nordic market. It will be very interesting to see if this list will change during the Mobile World Congress 2013.</p>
<p>So what are the <strong>3 </strong>challenges that mobile operators need to deal with to be successful?</p>
<p>Adapting to new behavior; it is a fact that the behavior of mobile users are changing. Those were the days when the phone where used for talking. Instead data traffic has overtaken voice and now stands for the major traffic volume. The new applications are putting new requirements and challenges on the networks when it comes to signaling and data traffic. <strong>Challenge #1</strong>; Mobile operators networks are they prepared for the rapid change of behavior?</p>
<p><strong>Challenge #2</strong>; can the mobile operator create business models so they really get a share of new revenue streams. Flat rate fee for data services will be a real challenge for the operator. This is sort of a “fact” in Scandinavia and the mobile user is used to this payment model. The challenge for the operator will be how they can charge for new services to take part of new revenue streams. It is also interesting that in the U.S the overall messaging volume and revenue went down during Q3 2012. We can ask ourselves if that was due to the fact that messaging went down or if the mobile user used other services?</p>
<p><strong>Challenge #3;</strong> Machine to machine, this is an area where the mobile operators are facing real big challenges. The number of machine devices will increase heavily during the next coming year, the market is really creating M2M integrated service and it will be interesting to see how much standard institutes as ETSI will influence this. M2M solutions will be price pressured and automation level must be high. The requirements and challenges in the M2M area will be:</p>
<ul>
<li>Activation and support services, what services can the operator provide for the M2M user</li>
<li>Integration services</li>
<li>Signaling demands and Up-link requirements for M2M devices</li>
</ul>
<p>That is currently my thoughts; I will follow this topic and give you an update during MWC.</p>
<p><a href="http://blogs.tieto.com/enterprisemobility/files/2013/02/MWC-20131.png"   ><img class="alignleft size-full wp-image-738" src="http://blogs.tieto.com/enterprisemobility/files/2013/02/MWC-20131.png" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.tieto.com/enterprisemobility/2013/02/18/mobile-network-operators-3-challenges-in-the-mobile-landscape-2013/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The changing behaviors of mobility</title>
		<link>http://blogs.tieto.com/enterprisemobility/2013/02/15/the-changing-behaviors-of-mobility/</link>
		<comments>http://blogs.tieto.com/enterprisemobility/2013/02/15/the-changing-behaviors-of-mobility/#comments</comments>
		<pubDate>Fri, 15 Feb 2013 15:39:29 +0000</pubDate>
		<dc:creator>Mats Berglind</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Changing behaviour]]></category>
		<category><![CDATA[Enterprise Features]]></category>

		<guid isPermaLink="false">http://blogs.tieto.com/mobileworld/?p=729</guid>
		<description><![CDATA[I have 4 daughters from the age 17 to 8. The 3 oldest can be labeled as “heavy mobile users”, the youngest does not yet have a mobile phone. They have said/done a couple of things that has made me understand how mobility and social media is changing the way we interact and communicate.]]></description>
			<content:encoded><![CDATA[<p>I have 4 daughters from the age 17 to 8. The 3 oldest can be labeled as “heavy mobile users”, the youngest does not yet have a mobile phone. They have said/done a couple of things that has made me understand how mobility and social media is changing the way we interact and communicate.</p>
<p><span id="more-729"></span></p>
<h2>Example 1 – Discussion between my 2 youngest daughters 2 years ago</h2>
<p>Daughter 6 yr: I really, really want a mobile phone of my own!<br />
Daughter 10 yr: Why? You can´t even spell…</p>
<p>Finding: You think a phone will be used mostly for talking – think again…</p>
<h2>Example 2 – Discussion between me and my oldest daughter</h2>
<p>Me: I have created an email account for you.<br />
Daughter 17 yr: Thanks dad, but why? Nobody uses that but old people.</p>
<p>Finding: You think e-mail is a killer function, wait a couple of years and see what’s left of it. I have never, ever sent an email to my kids – we communicate by SMS or Facebook, and occasionally talk on the phone (it is usually me that calls).</p>
<h2>Example 3 – Discussion between my youngest daughters</h2>
<p>Daughter 8yr: Can I borrow your mobile phone and play with?<br />
Daughter 12yr: No, it is mine – but you can use the iPad.</p>
<p>Finding: Laptops and “big devices” are OK to share – but phones are personal. The phone is you!</p>
<p><a href="http://blogs.tieto.com/enterprisemobility/files/2013/02/Bunny-font-b-Case-b-font-for-iPhone-4-4S-with-Funny-Silicone-font-b-Rabbit.jpg"   ><img class="alignnone size-medium wp-image-730" src="http://blogs.tieto.com/enterprisemobility/files/2013/02/Bunny-font-b-Case-b-font-for-iPhone-4-4S-with-Funny-Silicone-font-b-Rabbit-300x300.jpg" alt="Bunny case" /></a></p>
<h2>Example 4 – Setting up a video conference 2.0</h2>
<p>Me – going in to the 15 yr old daughters room, seeing her with a friend looking at the iPad: Hi girls what are you doing?<br />
Daughter 15 yr: We are just hanging out with our friend in Peru… (via Skype)</p>
<p>Finding: Remote presence is quite a big and sometimes scary thing, still, for companies – this will change and mobility will increase and change this since we no longer will be needing expensive “Video-conference-rooms”.</p>
<h2>Conclusion</h2>
<p>Mobility and connectivity are changing our private spheres at home – how will this impact your company?</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.tieto.com/enterprisemobility/2013/02/15/the-changing-behaviors-of-mobility/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Windows Phone 8: photo-saving in windows azure &#8220;quick and dirty&#8221;</title>
		<link>http://blogs.tieto.com/enterprisemobility/2013/02/11/windows-phone-8-photo-saving-in-windows-azure-quick-and-dirty/</link>
		<comments>http://blogs.tieto.com/enterprisemobility/2013/02/11/windows-phone-8-photo-saving-in-windows-azure-quick-and-dirty/#comments</comments>
		<pubDate>Mon, 11 Feb 2013 17:46:37 +0000</pubDate>
		<dc:creator>Helmut Krämer</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[mobile app development]]></category>
		<category><![CDATA[mobile services]]></category>
		<category><![CDATA[Windows Phone 8]]></category>

		<guid isPermaLink="false">http://blogs.tieto.com/mobileworld/?p=653</guid>
		<description><![CDATA[Today let's have a look how we can store a photo into an azure database with windows azure mobile services "quick and dirty" ;-)]]></description>
			<content:encoded><![CDATA[<p>Today let&#8217;s have a look how we can store a photo into an azure database with windows azure mobile services &#8220;quick and dirty&#8221; <img src='http://blogs.tieto.com/enterprisemobility/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><span id="more-653"></span></p>
<p><strong>Step 1 &#8211; create the project:</strong></p>
<p>Create a Windows Azure Mobile Service. The &#8220;how to&#8230;&#8221; you can find in my post: <a href="http://blogs.tieto.com/mobileworld/2012/09/19/windows-8-and-windows-azure-mobile-services-part-i/" title="Windows 8 and Windows Azure Mobile Services Part I"   target="_blank" >&#8220; Windows 8 and Windows Azure Mobile Services Part I&#8221;</a>. Don&#8217;t forget, for Windows Phone dev please download the &#8220;Windows Phone 8&#8243; project.</p>
<p>All steps the same. After downloading the project, open it with Visual Studio and test it, if it works.</p>
<p>&nbsp;</p>
<p style="text-align: center"><a href="http://blogs.tieto.com/enterprisemobility/files/2013/02/firsttest2.png"   ><img class="aligncenter size-medium wp-image-670" src="http://blogs.tieto.com/enterprisemobility/files/2013/02/firsttest2-168x300.png" alt="" /></a></p>
<p>Ok, looks good &#8211; project works.</p>
<p><strong>Step 2 &#8211; add picture to the todo table:</strong></p>
<p>Now we have to add an &#8220;imagestring&#8221; field to the TodoItem class.<a href="http://blogs.tieto.com/mobileworld/files/2013/02/Newfield.png"   ><img class="aligncenter size-medium wp-image-671" src="http://blogs.tieto.com/enterprisemobility/files/2013/02/Newfield-300x175.png" alt="" width="300" height="175" /></a></p>
<p>For uploading fotos, we&#8217;ll use the photoChooser task, don&#8217;t forget the declaration:</p>
<p><a href="http://blogs.tieto.com/mobileworld/files/2013/02/PhotoChooserTask2.png"   ><img class="aligncenter size-full wp-image-677" src="http://blogs.tieto.com/enterprisemobility/files/2013/02/PhotoChooserTask2.png" alt="" width="749" height="539" /></a></p>
<p>&nbsp;</p>
<p>Then we have to add the photo-selection button:</p>
<p><a href="http://blogs.tieto.com/mobileworld/files/2013/02/photoselection2.png"   ><img class="aligncenter size-full wp-image-686" src="http://blogs.tieto.com/enterprisemobility/files/2013/02/photoselection2.png" alt="" width="861" height="130" /></a></p>
<p>Declare PhotoChooserTask:</p>
<p><a href="http://blogs.tieto.com/mobileworld/files/2013/02/PhotoChooserTask3.png"   ><img class="aligncenter size-full wp-image-689" src="http://blogs.tieto.com/enterprisemobility/files/2013/02/PhotoChooserTask3.png" alt="" width="746" height="137" /></a>On the Foto-Button Click event, show the photoChooser for selecting the foto:<br />
<a href="http://blogs.tieto.com/mobileworld/files/2013/02/PhotoselandEventhandler.png"   ><img class="aligncenter size-full wp-image-690" src="http://blogs.tieto.com/enterprisemobility/files/2013/02/PhotoselandEventhandler.png" alt="" width="861" height="313" /></a></p>
<p>In the ChooserTask completed method we convert the choosen photo to an stream. We also save the picture only with 50% quality into the stream for better performance for uploading to azure (with the SaveJpeg method). Maybe the better way is to resize the picture, this is also possible with the SaveJpeg method.</p>
<p>Now change the save event and save the picture as string to the table:</p>
<p><a href="http://blogs.tieto.com/mobileworld/files/2013/02/saveimage.png"   ><img class="aligncenter size-full wp-image-695" src="http://blogs.tieto.com/enterprisemobility/files/2013/02/saveimage.png" alt="" width="869" height="137" /></a></p>
<p>Now its time for testing &#8211; press F5:</p>
<p>Enter an Taskname, press the &#8220;Foto&#8221; Button, select a foto and press Save.</p>
<p><a href="http://blogs.tieto.com/mobileworld/files/2013/02/taskenter5.png"   ><img class="aligncenter size-medium wp-image-705" src="http://blogs.tieto.com/enterprisemobility/files/2013/02/taskenter5-168x300.png" alt="" width="168" height="300" /></a></p>
<p>&nbsp;</p>
<p><a href="http://blogs.tieto.com/mobileworld/files/2013/02/selectphoto1.png"   ><img class="aligncenter size-medium wp-image-703" src="http://blogs.tieto.com/enterprisemobility/files/2013/02/selectphoto1-168x300.png" alt="" width="168" height="300" /></a></p>
<p>After saving the Task, your table should have one entry which looks like:<a href="http://blogs.tieto.com/mobileworld/files/2013/02/savedphoto2.png"   ><img class="aligncenter size-full wp-image-707" src="http://blogs.tieto.com/enterprisemobility/files/2013/02/savedphoto2.png" alt="" width="938" height="200" /></a></p>
<p>That&#8217;s all &#8211; picture is now saved on the database as a string.</p>
<p>In this post, I only want to show you how to save an image as string with help of  the sample code of azure mobile services. But don&#8217;t forget, saving foto as string needs more space than saving in a blob storage. And don&#8217;t forget, there are some changeings for displaying, updating &#8230;. that you have an fully working solution.</p>
<p>Maybe helpful, here is the method to get the image back from string:</p>
<p><a href="http://blogs.tieto.com/mobileworld/files/2013/02/stringtoimage1.png"   ><img class="aligncenter size-full wp-image-715" src="http://blogs.tieto.com/enterprisemobility/files/2013/02/stringtoimage1.png" alt="" width="663" height="229" /></a></p>
<p>If you need help for a complete solution, contact me here or on twitter @mobilewhatelse <img src='http://blogs.tieto.com/enterprisemobility/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.tieto.com/enterprisemobility/2013/02/11/windows-phone-8-photo-saving-in-windows-azure-quick-and-dirty/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The future of mobility</title>
		<link>http://blogs.tieto.com/enterprisemobility/2013/02/11/the-future-of-mobility/</link>
		<comments>http://blogs.tieto.com/enterprisemobility/2013/02/11/the-future-of-mobility/#comments</comments>
		<pubDate>Mon, 11 Feb 2013 14:48:55 +0000</pubDate>
		<dc:creator>Torbjörn Lundmark</dc:creator>
				<category><![CDATA[English]]></category>

		<guid isPermaLink="false">http://blogs.tieto.com/mobileworld/?p=663</guid>
		<description><![CDATA[Mobile World Congress in Barcelona, one of the great weeks to have a sneak preview into the future. This is the week where we have the opportunity to follow new trends and technology. This is a week full of everything, except sleep.]]></description>
			<content:encoded><![CDATA[<p>Mobile World Congress in Barcelona, one of the great weeks to have a sneak preview into the future. This is the week where we have the opportunity to follow new trends and technology. This is a week full of everything, except sleep.<span id="more-663"></span></p>
<p>This year I will follow what happens in the enterprise mobility area. Meet with our partners, and interesting companies, there’s a lot of great innovation currently in the Enterprise Mobility area.</p>
<p>MWC is not only about networking; it is also a great conference with a lot interesting speakers. This year I will follow the conference and continuously update my findings in this blog. This year I’m especially looking forward to two keynote sessions:</p>
<ul>
<li>The future of communication, which will address the market change in the operator segment. A lot of interesting speakers will participate, including Hans Vestberg from Ericsson.</li>
<li>Mobile operator strategies, challenges and opportunities. It is very interesting to hear what the operators believe what will happen in the mobile industry. This will have a huge impact also on how we build mobile solutions for our enterprises.</li>
</ul>
<p>I see the following technology trends that will be interesting for 2013;</p>
<ul>
<li>Mobility, moves from technology to really provide end user services based on the unique capabilities that the mobile channel provides. This is happening globally in all industry segments.</li>
<li>Internet of things,  M2M has been on the agenda for telecom vendors and operators during a while and 2013 I believe M2M will really integrate with users and business systems. This will put new demands on both technology but also in changing the way of doing business. M2M needs to create real business value for the user.</li>
<li>Cloud based services for managing mobile devices and applications moving into the IT departments’ daily work</li>
</ul>
<p>I will follow these topics and blog about them during MWC2013.</p>
<p><a href="http://blogs.tieto.com/enterprisemobility/files/2013/02/MWC-2013.png"   ><img class="alignleft size-full wp-image-664" src="http://blogs.tieto.com/enterprisemobility/files/2013/02/MWC-2013.png" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.tieto.com/enterprisemobility/2013/02/11/the-future-of-mobility/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Windows 8 / RT / PRO / Enterprise Sideloading and App rollout</title>
		<link>http://blogs.tieto.com/enterprisemobility/2013/01/07/windows-8-rt-pro-enterprise-sideloading-and-app-rollout/</link>
		<comments>http://blogs.tieto.com/enterprisemobility/2013/01/07/windows-8-rt-pro-enterprise-sideloading-and-app-rollout/#comments</comments>
		<pubDate>Mon, 07 Jan 2013 11:41:05 +0000</pubDate>
		<dc:creator>Helmut Krämer</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[App Rollout]]></category>
		<category><![CDATA[Rollout]]></category>
		<category><![CDATA[Sideloading]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Windows 8 Enterprise]]></category>
		<category><![CDATA[Windows 8 Pro]]></category>
		<category><![CDATA[Windows RT]]></category>
		<category><![CDATA[Windows Store App]]></category>

		<guid isPermaLink="false">http://blogs.tieto.com/mobileworld/?p=624</guid>
		<description><![CDATA[Tomorrow my vacation ends, so I have some time today to blog some short informations about Windows 8 - Sideloading / App rollout.
]]></description>
			<content:encoded><![CDATA[<p>New year, new blog <img src='http://blogs.tieto.com/enterprisemobility/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Happy new year 2013!</p>
<p>Tomorrow my vacation ends, so I have some time today to blog some short informations about Windows 8 &#8211; Sideloading / App rollout.</p>
<p><span id="more-624"></span></p>
<p><em><strong>Which requirements must the clients have?</strong></em></p>
<p>Only for<strong> Windows RT</strong>, <strong>Windows 8 Enterprise</strong>, <strong>Windows 8 Pro</strong> and <em>Windows Server 2012</em> (Windows/Office/SharePoint  APP Model) sideloading is possible.<br />
For all other editions it&#8217;s not possible (maybe installation with script).</p>
<p>&nbsp;</p>
<p><em><strong>Enable sideloading on clientside!</strong></em></p>
<p>Windows 8 Enterprise client (Enterprise feature of the product) must be <em>domain joined</em> and &#8221;Allow all trusted applications to install&#8221; registry key or group policy must be set, see<a href="http://technet.microsoft.com/en-us/library/hh852635.aspx"   target="_blank" > http://technet.microsoft.com/en-us / library/hh852635.aspx</a>.<br />
For Windows 8 pro and Windows  RT (or in the rare case that a Windows 8 Enterprise is not domain joined) it&#8217;s possible to activate sideloading  by sideloading Key (MAK) .<br />
This is to purchase by the End Customer e.g. about Open Licence agreement or Select (Plus) or, in some contracts with Windows Software Assurance included.</p>
<p>&nbsp;</p>
<p><em><strong>App</strong></em></p>
<p><span style="text-decoration: underline">Apps must be signed</span><strong><span style="text-decoration: underline">,</span></strong> see<a href="http://msdn.microsoft.com/en-US/library/hh446592(v=vs.85).aspx"   target="_blank" > http://msdn.microsoft.com/en-US/library/hh446592(v=vs.85).aspx</a>.<br />
Every App developer can sign his App with the developer account.</p>
<p><em><strong></strong></em> </p>
<p><em><strong>Roll out.</strong></em></p>
<p><em> There are several ways to distribute the app:</em></p>
<ol>
<ol>
<li>with user script ( add-AppxPackage cmdlet with the Windows PowerShell)</li>
<li>with your software distribution or using Windows Intune, including the <a href="http://apps.microsoft.com/windows/en-US/app/company-portal/4b1dff1a-e76f-4fdd-a993-9c59048c3768"   target="_blank" >Company Hub App</a>.</li>
</ol>
</ol>
<p>You can check out my blog about <a href="http://blogs.tieto.com/mobileworld/2012/11/19/windows-phone-8-windows-rt-line-of-business-apps-and-company-hubs/"   target="_blank" >Windows Phone 8 / Windows RT – Line-of-business apps and Company Hubs</a>.</p>
<p>See also under the title &#8220;Unified Enterprise Management Solution&#8221; an overview of management of Windows 8, Windows RT, Windows Phone, iOS and Android:<a href="http://technet.microsoft.com/en-us/library/hh452635.aspx"   target="_blank" > http://technet.microsoft.com/en-us/library/hh452635.aspx</a></p>
<p>I hope there some useful informations for you, in my next blog I will tell you some informations about Managing Windows Phone 8 and WP8 Enterprise Device Management Protocol.<br />
So stay tuned <img src='http://blogs.tieto.com/enterprisemobility/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.tieto.com/enterprisemobility/2013/01/07/windows-8-rt-pro-enterprise-sideloading-and-app-rollout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 8 Store App: getting connected to SharePoint with Odata</title>
		<link>http://blogs.tieto.com/enterprisemobility/2012/11/27/windows-8-store-app-getting-connected-to-sharepoint-with-odata/</link>
		<comments>http://blogs.tieto.com/enterprisemobility/2012/11/27/windows-8-store-app-getting-connected-to-sharepoint-with-odata/#comments</comments>
		<pubDate>Tue, 27 Nov 2012 12:34:32 +0000</pubDate>
		<dc:creator>Helmut Krämer</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[OData]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Windows RT]]></category>
		<category><![CDATA[Windows Store App]]></category>
		<category><![CDATA[Windows8]]></category>

		<guid isPermaLink="false">http://blogs.tieto.com/mobileworld/?p=570</guid>
		<description><![CDATA[Today we'll implement a simple "Windows 8 Store App - SharePoint List reader" with OData.]]></description>
			<content:encoded><![CDATA[<p>Today we&#8217;ll implement a simple &#8220;Windows 8 Store App &#8211; SharePoint List reader&#8221; with OData.</p>
<p><span id="more-570"></span></p>
<p>Before we start developing (only a few lines of code) we need the <a href="http://www.microsoft.com/en-us/download/details.aspx?id=30714" title="WCF Data Services Tools"   target="_blank" >WCF Data Services Tools for Windows Store Apps</a>.<br />
After the download and installation we can start.</p>
<p><em><strong>Step 1 &#8211; exploring the OData service</strong></em><br />
The OData service is located on your SharePoint installation at /_vti_bin/ListData.svc,<br />
so the URL looks like: <em>http://yoursharepoint:yourport/yoursite/_vti_bin/ListData.svc</em> .</p>
<p>So let&#8217;s take a look and type your URL into your InternetExplorer, it should look like this (with your lists):</p>
<p><a href="http://blogs.tieto.com/mobileworld/files/2012/11/OdataSP.png"   ><img class="alignnone size-full wp-image-575" src="http://blogs.tieto.com/enterprisemobility/files/2012/11/OdataSP.png" alt="" width="1002" height="542" /></a></p>
<p>If you see a output like this you are on the right way.</p>
<p>&nbsp;</p>
<p><em><strong>Step 2 &#8211; creating a simple app and adding the OData Service Reference</strong></em></p>
<p> I&#8217;ll create a simple Blank APP:</p>
<p><a href="http://blogs.tieto.com/mobileworld/files/2012/11/createapp.png"   ><img class="alignnone size-full wp-image-579" src="http://blogs.tieto.com/enterprisemobility/files/2012/11/createapp.png" alt="" width="957" height="648" /></a></p>
<p>Now in the Solution Explorer go to &#8220;References&#8221;, right click and choose &#8220;Add Service Reference&#8221;.<br />
A window opens for the reference, type your URL for the OData Listservice in the &#8220;Adress&#8221; field und press &#8220;GO&#8221;. Now (maybe you have to enter your credentials) you can see all your services for consuming your lists on SharePoint:<br />
<a href="http://blogs.tieto.com/mobileworld/files/2012/11/addservice.png"   ><img class="alignnone size-full wp-image-582" src="http://blogs.tieto.com/enterprisemobility/files/2012/11/addservice.png" alt="" width="668" height="653" /></a></p>
<p>Great, half work is done!</p>
<p>&nbsp;</p>
<p><em><strong>Step 3 &#8211; creating </strong></em><strong></strong><strong>DataServiceCollection and a ListView for displaying the results</strong></p>
<p> In our example we want to display all availiable Tasks. So we have to declare our DataServiceCollection.</p>
<p><a href="http://blogs.tieto.com/mobileworld/files/2012/11/datacollection.png"   ><img class="alignnone size-full wp-image-587" src="http://blogs.tieto.com/enterprisemobility/files/2012/11/datacollection.png" alt="" width="443" height="75" /></a></p>
<p>For the declaration we have to add following referrences:</p>
<p><a href="http://blogs.tieto.com/mobileworld/files/2012/11/using1.png"   ><img class="alignnone size-full wp-image-595" src="http://blogs.tieto.com/enterprisemobility/files/2012/11/using1.png" alt="" width="290" height="54" /></a> </p>
<p>Now we add the Listview to the layout with databinding:</p>
<p><a href="http://blogs.tieto.com/mobileworld/files/2012/11/listview.png"   ><img class="alignnone size-full wp-image-592" src="http://blogs.tieto.com/enterprisemobility/files/2012/11/listview.png" alt="" width="960" height="541" /></a></p>
<p>&nbsp;</p>
<p><em><strong>Step 4 &#8211; adding code for reading tasks</strong></em></p>
<p>Now we have to implement the method for reading the &#8220;OData&#8221; Tasks</p>
<p> <a href="http://blogs.tieto.com/mobileworld/files/2012/11/gettask1.png"   ><img class="alignnone size-full wp-image-603" src="http://blogs.tieto.com/enterprisemobility/files/2012/11/gettask1.png" alt="" width="941" height="263" /></a></p>
<p>With Linq its possible to get the tasks you want (in our example we want all):<br />
<a href="http://blogs.tieto.com/mobileworld/files/2012/11/linq.png"   ><img class="alignnone size-full wp-image-606" src="http://blogs.tieto.com/enterprisemobility/files/2012/11/linq.png" alt="" width="281" height="51" /></a></p>
<p>Don&#8217;t forget the Event(Handler):<br />
<a href="http://blogs.tieto.com/mobileworld/files/2012/11/event.png"   ><img class="alignnone size-full wp-image-609" src="http://blogs.tieto.com/enterprisemobility/files/2012/11/event.png" alt="" width="568" height="285" /></a></p>
<p>Now only one Step is missing.</p>
<p>&nbsp;</p>
<p><em><strong>Step 5 &#8211; implement task reading in OnNavigatedTo Event and run the app</strong></em></p>
<p> OnNavigatedTo:</p>
<p><a href="http://blogs.tieto.com/mobileworld/files/2012/11/call.png"   ><img class="alignnone size-full wp-image-612" src="http://blogs.tieto.com/enterprisemobility/files/2012/11/call.png" alt="" width="495" height="83" /></a></p>
<p>And run the app:<a href="http://blogs.tieto.com/mobileworld/files/2012/11/run.png"   ><img class="alignnone size-full wp-image-613" src="http://blogs.tieto.com/enterprisemobility/files/2012/11/run.png" alt="" width="919" height="569" /></a></p>
<p> I know, there some doings on the UI but this app works well <img src='http://blogs.tieto.com/enterprisemobility/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.tieto.com/enterprisemobility/2012/11/27/windows-8-store-app-getting-connected-to-sharepoint-with-odata/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
