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

<channel>
	<title>Mobility</title>
	<atom:link href="http://andrearuggieri.com/mobility/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://andrearuggieri.com/mobility</link>
	<description></description>
	<pubDate>Tue, 19 Aug 2008 15:46:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>APN/PDP authorisation error workaround for iPhone</title>
		<link>http://andrearuggieri.com/mobility/?p=53</link>
		<comments>http://andrearuggieri.com/mobility/?p=53#comments</comments>
		<pubDate>Tue, 19 Aug 2008 15:46:52 +0000</pubDate>
		<dc:creator>andrearuggieri</dc:creator>
		
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://andrearuggieri.com/mobility/?p=53</guid>
		<description><![CDATA[APN/PDP authorisation error workaround for iPhone3G (and maybe iPhone 2.0) - Mac Forums
APN/PDP authorisation error workaround for iPhone3G (and maybe iPhone 2.0)
I&#8217;m going to assume that if you&#8217;re reading this, you&#8217;re aware of what APN is, and/or you&#8217;ve experienced a &#8220;PDP Authorisation Error&#8221; when trying to surf the web over 3G. I&#8217;ve decided to write [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://forums.macrumors.com/showthread.php?t=522435">APN/PDP authorisation error workaround for iPhone3G (and maybe iPhone 2.0) - Mac Forums</a></p>
<blockquote><p>APN/PDP authorisation error workaround for iPhone3G (and maybe iPhone 2.0)<br />
I&#8217;m going to assume that if you&#8217;re reading this, you&#8217;re aware of what APN is, and/or you&#8217;ve experienced a &#8220;PDP Authorisation Error&#8221; when trying to surf the web over 3G. I&#8217;ve decided to write this up because days of scouring the web for a work-around turned up almost nothing, and I hope assuage other user&#8217;s frustrations.</p>
<p>Preamble: For some obscure reason (probably due to a hasty activation procedure at the store), my iPhone3G was configured with the wrong APN setting. &#8220;Everything&#8221; worked except 3G internet connectivity. I was on a licensed carrier (Vodafone Italia), and as such, there was no &#8220;blocking&#8221; to deal with. Quite simply, it was jammed.</p>
<p>Now, if you&#8217;re reading this, you&#8217;ve probably realised that there isn&#8217;t any way for the end-user to edit APN settings in the iPhone3G&#8217;s firmware, notwithstanding why you need to change it in the first place.</p>
<p>I had read that by restarting the iPhone3G with a non-licensed SIM card would induce software to make the APN setting user-editable, but I didn&#8217;t want to try that (and, in practical terms, I didn&#8217;t have a suitable SIM card available to experiment with). Calls to the carrier (Vodafone Italia) were fruitless.</p>
<p>Anyway, the work-around is not complex. Apple has released three related &#8220;iPhone Configuration Utilities&#8221; (one stand-alone app for OSX, and two web-based apps for Windows and OSX respectively). I used the stand-alone app available here. The relevant Deployment Guide is available as a PDF file. Long story short, these utilities allow the creation of corporate-centric &#8220;profiles&#8221; for configuring iPhones en masse, exposing core settings including APN settings. The Deployment Guide explains that profiles uploaded to an iPhone override the native configuration: this suggested to me that I could create a profile to patch the incorrect APN setting and enable 3G browsing.</p>
<p>The first step is to open the application and create a new Profile. In the General tab you must assign the profile a unique profile identifier (notice the red circle &amp; arrow). This is the way your iPhone compares profiles: no name = no game. Names must be of the form com.something.somethingelse, for the sake of argument lets say I chose com.mycompany.iphoneAPN as my profile name. Giving the profile a sensible Name and Description is probably useful for future reference, but not mandatory.</p>
<p>Next, choose the &#8220;Advanced&#8221; tab, and then &#8220;Configure&#8221;. In the first box, you can specify the correct APN address: in my case I knew it had to be web.omnitel.it, so I wrote it here. Now, if you have a username and password you must also specify them here. If that&#8217;s the case, type them in, and then select File > Export&#8230; The result is an XML file with extension .mobileconfig.</p>
<p>It&#8217;s then up to you to figure out a way of getting the file onto your iPhone: I joined a WiFi net and pushed it to myself by email; alternatively you can dump it onto a web-server and navigate to it. Upon selecting the file, your iPhone will present you with the option to Install, and you should be finished.</p>
<p>However, I was faced by a rather ironic situation: my APN access does not require neither passwords nor usernames. In other words, they must be specified blank. Leaving them empty and exporting the profile worked, but when pushed onto the iPhone it refused to install because &#8220;username and password are incorrectly formatted&#8221;, or an error to that effect.</p>
<p>Therefore, I specified username &#8220;Fred&#8221; and password &#8220;Bob&#8221;. Then I exported the file to my desktop and opened it in BBEdit, but any text editor will do. Searching for the string &#8220;Fred&#8221; instantly located a keypair denoted<br />
Quote:<br />
<key>username</key><br />
<string>Fred</string><br />
I simply deleted the value &#8220;Fred&#8221; so the final code was<br />
Quote:<br />
<key>username</key><br />
<string></string><br />
Nearby was a keypair<br />
Quote:<br />
<key>password</key><br />
<string>HWkbwdKHBJ</string><br />
This is presumably a hashed copy of my chosen password &#8220;Bob&#8221;. I again deleted the value, so it became<br />
Quote:<br />
<key>password</key><br />
<string></string><br />
I saved the edited file, and pushed it up to my iPhone using the email method outlined above. Within instants, I was happily surfing the web using 3G.</p>
<p>Note The iPhone Configuration Utility sensibly allows the creation of signed profiles, and in general these are to be preferred, but signed certificates are not editable. Therefore, for this work-around to work, you must accept create and install a non-signed certificate.</p>
<p>I hope this is useful for anyone else experiencing the same maddening problem. It goes without saying that messing around with this kind of utility and setting always carries a certain degree of risk, and if you mess something up in the process, it isn&#8217;t my fault.<br />
__________________<br />
Place me in the company of those who seek Truth, but deliver me from those who believe to have found it.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://andrearuggieri.com/mobility/?feed=rss2&amp;p=53</wfw:commentRss>
		</item>
		<item>
		<title>How to create a custom Apple iPhone icon for your Web site</title>
		<link>http://andrearuggieri.com/mobility/?p=52</link>
		<comments>http://andrearuggieri.com/mobility/?p=52#comments</comments>
		<pubDate>Sun, 20 Jul 2008 16:38:25 +0000</pubDate>
		<dc:creator>andrearuggieri</dc:creator>
		
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://andrearuggieri.com/mobility/?p=52</guid>
		<description><![CDATA[How to create a custom Apple iPhone icon for your Web site
One of the features added to the latest revision of the Apple iPhone operating system that&#8217;s garnered quite a bit of attention is the ability to save Web page bookmark icons directly on the main screen of the phone. Experimentation reveals that some sites [...]]]></description>
			<content:encoded><![CDATA[<p>How to create a custom Apple iPhone icon for your Web site</p>
<p>One of the features added to the latest revision of the Apple iPhone operating system that&#8217;s garnered quite a bit of attention is the ability to save Web page bookmark icons directly on the main screen of the phone. Experimentation reveals that some sites have cool icons while most are just miniature representations of the Web site. What&#8217;s the difference? Read on and find out, including step-by-step directions on how you can easily ensure your own site (or blog!) has a custom iPhone icon too.</p>
<p>I&#8217;ve had a variety of different cellphones in the last few years as the technology underlying the cellular network has evolved from being about phone calls to offering up a wide variety of services, many of which have a small but growing price tag associated. A year ago I had just bought a Blackberry Pearl and was finding it a wonderful evolutionary step from the Motorola RAZR which, upon reflection, was all about the form factor and definitely not about the phone capabilities (especially with the crippled Verizon RAZR operating system).</p>
<p>The Apple iPhone represents a significant step in the evolution of these phone systems, however, because, like the iPod itself, Apple continually tweaks and tunes the operating system with updates. I can recall at least five updates since the phone was released, updates that generally improved stability and functionality, but also added new features and even entirely new applications (in this case I&#8217;m thinking of access to the iTunes Store, which just *poof* appeared one day).</p>
<p>The latest update to the phone, 1.1.3, added a very important new feature to the phone system, one that finally gives you the ability to truly customize and tweak the phone&#8217;s base screen for your personal tastes and requirements: Home Screen Bookmarks.</p>
<p>Let me show you how it works, then I&#8217;ll explain how to make a custom icon for those bookmarks too.</p>
<p>Here&#8217;s AskDaveTaylor as shown in the iPhone Safari browser:<br />
Apple iPhone: Safari: Viewing Ask Dave Taylor Tech Support</p>
<p>Cute, eh? Everything in miniature, even my shrunken voodoo head.</p>
<p>To bookmark this - or any other page - you simply tap on the &#8220;+&#8221; symbol along the bottom of the screen, which brings up:<br />
Apple iPhone: Safari: Creating a Bookmark for Ask Dave Taylor Tech Support</p>
<p>&#8220;Add Bookmark&#8221; adds it to your bookmark menu, but the interesting feature here is Add to Home Screen. Tap it and you&#8217;ll now have a chance to fine-tune the name of the bookmark:<br />
Apple iPhone: Safari: Naming Bookmark for Ask Dave Taylor Tech Support</p>
<p>In this instance, shorter is definitely better. Even here, by adding the &#8221; 2&#8243; to the default &#8220;Tech Support&#8221; it kinda messes up the display on the iPhone screen, showing &#8220;Tech&#8230;port 2&#8243; to fit. Instead, I&#8217;ll actually skip the &#8220;2&#8243; so you can see the default home screen bookmark:<br />
Apple iPhone: Safari: Home Page bookmark - default - for Ask Dave Taylor Tech Support</p>
<p>It&#8217;s kind of hard to see, but the icon itself is a tiny representation of the home page of the site, with the &#8220;Ask Dave&#8221; button supplying the red dot on the right side. Above and to the right you can see custom home page bookmark icons for Meebo.com and Twitter.com.</p>
<p>How&#8217;d they do it and how can I have my own custom icon too?</p>
<p>It&#8217;s surprisingly easy. You need to create a PNG format graphic file that&#8217;s 45&#215;45 pixels in size, name it apple-touch-icon.png and drop it in the root directory of your Web site. Here&#8217;s what I had my graphics guy create:<br />
Apple iPhone / iPod Touch custom icon</p>
<p>You&#8217;ll notice that it&#8217;s just a regular rectangular graphic image with no rounded corners or other fancy stuff. I&#8217;ve added the gray edge so you can see how big it is too, that&#8217;s not part of the graphic. Later you&#8217;ll see that the iPhone itself automatically rounds off the corners and adds a slight glassy reflection on the top half of the icon to make it more three-dimensional.</p>
<p>Anyway, adding that graphic is enough that when I again try to bookmark the AskDaveTaylor site with a home page bookmark on the iPhone, it&#8217;s a much improved icon:<br />
Apple iPhone: Safari: Custom home page bookmark icon</p>
<p>Cool, eh? I&#8217;m now busy creating similar little icons for all of my sites so that iPhone users can enjoy shortcuts to all of my sites.</p>
<p>If you can&#8217;t add the icon graphic to the root directory of your Web site, or just want to keep things organized in subfolders, you can add a link command to specify a different filename or different location for the apple-touch-icon.png file:</p>
<link rel="apple-touch-icon" href="/Graphics/iphone-icon.png" />
<p>That&#8217;s all there is to it. Go forth, create your icon, and enjoy!<br />
Thanks to Dan Dickinson, Anil Dash and, of course, Apple for detailing exactly how to accomplish this nifty trick.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrearuggieri.com/mobility/?feed=rss2&amp;p=52</wfw:commentRss>
		</item>
		<item>
		<title>PwnageTool 2.0 released; Macs only. *UPDATED*</title>
		<link>http://andrearuggieri.com/mobility/?p=51</link>
		<comments>http://andrearuggieri.com/mobility/?p=51#comments</comments>
		<pubDate>Sun, 20 Jul 2008 10:14:54 +0000</pubDate>
		<dc:creator>andrearuggieri</dc:creator>
		
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://andrearuggieri.com/mobility/?p=51</guid>
		<description><![CDATA[PwnageTool 2.0 released; Macs only. *UPDATED*
Jul 20
No WinPwn but a Pwnage Windows Solution
iPhone Hacks Add comments
Here’s the process for all us Windows users who want to upgrade to firmware 2.0. It involves WinPwn and a custom firmware. Check out my winpwn guide here.
Step 1: Use WinPWN 1.0 To PWN Your 1.1.4 iPhone. If you need [...]]]></description>
			<content:encoded><![CDATA[<p>PwnageTool 2.0 released; Macs only. *UPDATED*<br />
Jul 20<br />
No WinPwn but a Pwnage Windows Solution<br />
iPhone Hacks Add comments</p>
<p>Here’s the process for all us Windows users who want to upgrade to firmware 2.0. It involves WinPwn and a custom firmware. Check out my winpwn guide here.</p>
<p>Step 1: Use WinPWN 1.0 To PWN Your 1.1.4 iPhone. If you need WinPWN Get it: http://www.winpwn.com/files/winpwn_1.0.0.3_RC1_Setup.zip<br />
Step 2: Install BootNeuter (Available Via Installer).<br />
Step 3: Run BootNeuter and have it Neuter your iphone<br />
Step 4: Make sure your iTunes version is at 7.7<br />
Step 5: Grab a pre-created IPSW Made with PWNAGE 2.0 Mac. If you dont have one made you can grab one here: http://thepiratebay.org/tor/4305453/iThor__s_iPhone_2.0_Custom_Firmware_Vanilla_(5A347)<br />
Step 6:Put your phone into recovery or DFU mode.<br />
Step 7: In iTunes Shif+Click the Restore button and find your custom IPSW Firmware file.<br />
Step 8: Wait for it to complete! ENJOY!</p>
<p>Thanks to BigBoss</p>
]]></content:encoded>
			<wfw:commentRss>http://andrearuggieri.com/mobility/?feed=rss2&amp;p=51</wfw:commentRss>
		</item>
		<item>
		<title>UPDATE: 3G iPhone&#8217;s Battery Life Beats AT&#038;T Rivals&#8211;But EvDO BlackBerrys Run Longer</title>
		<link>http://andrearuggieri.com/mobility/?p=50</link>
		<comments>http://andrearuggieri.com/mobility/?p=50#comments</comments>
		<pubDate>Thu, 17 Jul 2008 08:15:16 +0000</pubDate>
		<dc:creator>andrearuggieri</dc:creator>
		
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://andrearuggieri.com/mobility/?p=50</guid>
		<description><![CDATA[PC World - UPDATE: 3G iPhone&#8217;s Battery Life Beats AT&#38;T Rivals&#8211;But EvDO BlackBerrys Run Longer
UPDATE: 3G iPhone&#8217;s Battery Life Beats AT&#38;T Rivals&#8211;But EvDO BlackBerrys Run Longer
The
3G iPhone&#8217;s sub-6-hour battery life gets a word score of Fair from the
PC World Test Center, bested only by EvDO BlackBerry models. 
	]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.pcworld.com/printable/article/id,148348/printable.html">PC World - UPDATE: 3G iPhone&#8217;s Battery Life Beats AT&amp;T Rivals&#8211;But EvDO BlackBerrys Run Longer</a></p>
<h1 class="artTitle"><small><small>UPDATE: 3G iPhone&#8217;s Battery Life Beats AT&amp;T Rivals&#8211;But EvDO BlackBerrys Run Longer</small></small></h1>
<h2 class="artSubtitle"><small><small>The<br />
3G iPhone&#8217;s sub-6-hour battery life gets a word score of Fair from the<br />
PC World Test Center, bested only by EvDO BlackBerry models. </small></small></h2>
<p>	<!--<br />
<h3 class="artPart">Part 1 of a special five-part series.</h3>
<p> &#8211;></p>
<h3 class="artByline">Yardena Arar, PC World</h3>
<div class="artDate">Sunday, July 13, 2008 02:31 PM PDT</div>
</p>
<p>The battery life on Apple&#8217;s new 3G iPhone isn&#8217;t<br />
great, but it beats that of other AT&amp;T 3G smart phones we&#8217;ve seen.<br />
However in our tests, the iPhone 3G&#8217;s performance fell short of that<br />
achieved by BlackBerry models that support EvDO, the 3G technology used<br />
by Sprint and Verizon Wireless.</p>
<p>PC World&#8217;s Test Center ran the<br />
iPhone 3G through our standard talk-time battery life test, and found<br />
that on average it ran 5 hours, 38 minutes, a running time that we<br />
consider earns a Fair rating.</p>
<p>That&#8217;s a big tumble from the superior performance of the <a href="http://www.pcworld.com/article/133639/the_iphone_lots_to_love_but_flaws_too.html">original iPhone</a>,<br />
which ran on AT&amp;T&#8217;s slower EDGE network and lasted the maximum 10<br />
hours of our testing time. But the 3G iPhone, which uses AT&amp;T&#8217;s<br />
HSDPA/UMTS network where available, still beat out most of the rest of<br />
the current 3G smart-phone pack&#8211;with the noteworthy exception of three<br />
Research in Motion 3G BlackBerry models we&#8217;ve tested.</p>
<p>Two of<br />
them, the BlackBerry Pearl 8130 and the BlackBerry 8830, edged out the<br />
iPhone by 4 minutes, with average talk times of 5 hours, 42 minutes<br />
each. But the BlackBerry Curve 8330 lasted 6 hours, 8 minutes&#8211;a solid<br />
half-hour longer than the iPhone. All three handsets also earned Fair<br />
ratings for performance.</p>
<p>RIM has announced, but not yet released, the <a href="http://www.pcworld.com/article/145698/rims_blackberry_bold_beats_apple_to_the_3g_punch.html">BlackBerry Bold</a>&#8211;its<br />
first direct competitor to the iPhone in terms of support for<br />
AT&amp;T&#8217;s 3G network. The BlackBerry Bold, which will support global<br />
HSDPA networks, is expected to appear later this summer, and we&#8217;ll be<br />
interested to see how it fares in our battery tests.</p>
<p>Most other<br />
smartphones we&#8217;ve tested fell shy of the 5-hour mark that&#8217;s the cutoff<br />
between a word score of Fair and one of Poor in our performance ratings.</p>
<div class="zoomArt"><a href="http://images.pcworld.com/news/graphics/148348-3G%20Battery%20Life%20Chart%20Revised.jpg"><img src="http://images.pcworld.com/news/graphics/148348-3G%20Battery%20Life%20Chart%20Revised.jpg" alt="Revised battery chart" title="Revised battery chart" border="0" /></a>
<div class="artCaption"><a href="http://images.pcworld.com/news/graphics/148348-3G%20Battery%20Life%20Chart%20Revised.jpg">PC World Test Center battery life test results for 3G smartphones.</a></div>
</div>
<p><a href="http://images.pcworld.com/news/graphics/148348-3G%20Battery%20Life%20Chart%20Revised.jpg"><br clear="all" />Of other handsets that support AT&amp;T&#8217;s HSDPA/UMTS network, only the </a><a href="http://www.pcworld.com/article/146772/htc_touch_dual_smart_phone.html?tk=rel_news">HTC Touch Dual </a>came<br />
close, with an average talk time of 5 hours, 18 minutes. The AT&amp;T<br />
Tilt pooped out at 4 hours, 47 minutes, trailed by the Pantech Duo at<br />
4:46; the Motorola Q9 Global at 4:43; and the Palm Treo 750 at an<br />
abysmal 3:53. The iPhone 3G also beat out non-BlackBerry competitors on<br />
Sprint and Verizon&#8217;s EvDO mobile broadband networks, including the Palm<br />
Centro (4:19) and the Samsung Instinct (5:33).<br />
<h2>Power-Hungry Networks</h2>
<p>3G<br />
networks in general are notorious power drains, but the network type<br />
used by AT&amp;T is particularly power-hungry because voice calls use<br />
the same mobile broadband network as data tasks. In contrast, the EvDO<br />
technology on which Sprint and Verizon base their 3G networks supports<br />
data only; voice uses older CDMA networks, which (in theory at least)<br />
use less power.</p>
<p>The good news for AT&amp;T and other HSDPA/UMTS<br />
customers is that they can make voice calls while using their phones<br />
for data (that is, tasks such as browsing the Web or downloading<br />
e-mail); Sprint and Verizon users cannot simultaneously do both.</p>
<p>And<br />
the good news for 3G iPhone owners is that they&#8217;re probably better off<br />
than most other AT&amp;T 3G smartphone owners in terms of battery life.<br />
But that won&#8217;t help when your 3G iPhone stops running at the end of a<br />
long and busy day.</p>
<p>
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://andrearuggieri.com/mobility/?feed=rss2&amp;p=50</wfw:commentRss>
		</item>
		<item>
		<title>iPhone 2.0 Raises Device&#8217;s Enterprise Profile</title>
		<link>http://andrearuggieri.com/mobility/?p=49</link>
		<comments>http://andrearuggieri.com/mobility/?p=49#comments</comments>
		<pubDate>Thu, 17 Jul 2008 08:12:04 +0000</pubDate>
		<dc:creator>andrearuggieri</dc:creator>
		
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://andrearuggieri.com/mobility/?p=49</guid>
		<description><![CDATA[iPhone 2.0 Raises Device&#8217;s Enterprise Profile
  By Andrew Garcia
  2008-07-14
		Article Views: 5112
			
	Article Rating: / 2 




 eWEEK Labs&#8217; tests
show that iPhone 2.0 update offers over-the-air sync and security
improvements.Is the iPhone ready for the enterprise now?
The new 3G iPhone’s higher data speed and improved location services
are compelling, but enterprise administrators should focus more
intently on [...]]]></description>
			<content:encoded><![CDATA[<h1>iPhone 2.0 Raises Device&#8217;s Enterprise Profile</h1>
<p>  <span class="authorsource">By</span> <span class="authorsource"><a rel="nofollow" href="http://www.eweek.com/cp/bio/Andrew-Garcia/">Andrew Garcia</a></span><br />
  <span class="Article_Date">2008-07-14</p>
<p>		<span class="Article_Date">Article Views: 5112<br />
			<span class="content_rating"><br />
	Article Rating:<img src="http://www.eweek.com/images/M_images/rating_star.png" alt="star" valign="middle" width="11" border="0" height="10" /><img src="http://www.eweek.com/images/M_images/rating_star.png" alt="star" valign="middle" width="11" border="0" height="10" /><img src="http://www.eweek.com/images/M_images/rating_star.png" alt="star" valign="middle" width="11" border="0" height="10" /><img src="http://www.eweek.com/images/M_images/rating_star.png" alt="star" valign="middle" width="11" border="0" height="10" /><img src="http://www.eweek.com/images/M_images/rating_star_blank.png" alt="star" valign="middle" width="11" border="0" height="10" /> / 2 <br /></span><br />
<table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td valign="top"><span class="add2head_new"><br /></span><span class="txt">
<div id="intelliTxt"> eWEEK Labs&#8217; tests<br />
show that iPhone 2.0 update offers over-the-air sync and security<br />
improvements.Is the iPhone ready for the enterprise now?</p>
<p>The new 3G iPhone’s higher data speed and improved location services<br />
are compelling, but enterprise administrators should focus more<br />
intently on the new software features Apple released in its 2.0 iPhone<br />
code.</p>
<p>eWEEK Labs’ tests show that the software upgrade provides many of the<br />
features needed to power any mobile device for business use, but it<br />
still lacks a few capabilities that may or may not be addressed in<br />
software by Apple or third-party developers down the road.</p>
<p>The new enterprise-friendly features focus on improved connections to<br />
data and on the security of both those connections and the device<br />
itself.</p>
<p>Among the new enterprise features included in the new release are<br />
Exchange ActiveSync for over-the–air synchronization of e-Mail,<br />
Calendar and Contacts; the new Cisco Systems IP Security VPN client for<br />
secured access to enterprise applications; WPA (Wi-Fi Protected<br />
Access)/WPA2 Enterprise support for Wi-Fi security; digital<br />
certificates; and restricted access to on-device applications. </p>
<p>The new software, which comes preinstalled on the iPhone 3G and is<br />
available as a free update for first-generation iPhones, can be<br />
downloaded and installed from iTunes. The upgrade process will delete<br />
all data, settings and media stored on the iPhone, so users should be<br />
sure to synchronize their devices prior to initiating the upgrade.</p>
<p>Apple has finally introduced over-the-air synchronization of e-Mail,<br />
Calendar and Contacts with its twin support for Exchange ActiveSync and<br />
the new Apple MobileMe synchronization and PIM (personal information<br />
manager) service. This will enable enterprises to avoid using iTunes<br />
for synchronization services, although administrators will find they<br />
still need the media player to upgrade the software again down the road<br />
or to deploy applications from a private store.  </p>
<p>When configuring Exchange ActiveSync on the iPhone, I just input my<br />
e-mail address, user name and password into the Mail configuration page<br />
to start, followed by the FQDN (fully qualified domain name) for my OWA<br />
(Outlook Web Access) server. The setup wizard then asked what data I<br />
wanted to sync.  </p>
<p>If a user elects to sync data from Contacts or Calendar, ActiveSync<br />
will overwrite the data that already exists in the iPhone’s store.<br />
Enterprises deploying iPhones for work purposes will likely not care<br />
(as the iPhone would be an IT-deployed device), but users importing<br />
Exchange data on their own should back up any of this data on the<br />
device before finishing the ActiveSync install.</p>
<p>By default, ActiveSync-enabled e-mail is set to Push, with the e-mail<br />
server delivering mail as it arrives on the server. However, in my<br />
tests, I found that Push drastically shortened the battery life of my<br />
first-generation iPhone.</p>
<p>After a year of use, my iPhone battery lasts two to three days with<br />
normal use patterns. I expected a negligible amount of drain, but,<br />
after a single night set to Push, my iPhone battery drained more than<br />
50 percent. In fact, after a couple days, I turned off the Push<br />
capability and settled for regular manual synchronizations. (Users also<br />
can set the iPhone to fetch data at 15-, 30- or 60-minute intervals.)</p>
<p>Despite my hasty retreat from Push capabilities, I found e-mail much<br />
more responsive via ActiveSync than via IMAP—particularly when deleting<br />
e-mails. iPhone 2.0 also makes batch deletes possible on all e-mail<br />
accounts, as users can select radio buttons next to messages targeted<br />
for deletion to remove them en masse.</p>
<p>I was pleased to see that ActiveSync tied the corporate Exchange<br />
directory to my Contacts database, without adding the whole shebang to<br />
my local store. When searching in the Contacts application (which now<br />
has its own icon on the iPhone main screen), I could press the Groups<br />
button to access my corporate directory when online. I could also find<br />
corporate contacts directly from the new contact search field or from<br />
the “To” field when sending an e-mail from my ActiveSync-enabled<br />
account.</p>
<p>The Calendar application remains largely the same, although users will<br />
find a new icon at the bottom of the screen that triggers an alert when<br />
there are pending invitations.</p>
<p>The ActiveSync support also provides the ability to remotely wipe a<br />
device if it is lost or stolen. That said, remote wipe should not be<br />
considered an Apple feature per se, as you can’t do it with any of the<br />
recently released iPhone management applications. If you need to<br />
remotely wipe an iPhone, you can do it from the Exchange ActiveSync<br />
Mobile Administrator Web Tool for Exchange 2003 environments or from<br />
the Exchange Management Console, OWA or the WebTool for Exchange 2007.</p>
<p>This reliance on Exchange for remote wipe is more than a little<br />
disappointing, as organizations that do not use Exchange are locked out<br />
from this very necessary capability with the iPhone.</p>
<p>In addition, the iPhone does not yet offer on-device encryption<br />
capabilities. This is somewhat offset by the fact that the iPhone can’t<br />
copy e-mail attachments to a local store or to an external storage<br />
device. However, those files are still findable in the e-mail<br />
applications, and many passwords for Web applications may be stored on<br />
the device. Therefore, device security relies solely on the device lock<br />
pass code.</p>
<p>The addition of the Cisco IPSec VPN client is most welcome, allowing<br />
remote users to access their companies’ internal Web applications when<br />
using either EDGE (Enhanced Data for Global Evolution) or Wi-Fi radio.</p>
<p>From the on-device configuration page, I was able to create profiles<br />
that allowed me to connect to two different Cisco VPN concentrators.<br />
Cisco VPN configuration is fairly straightforward: I just needed to<br />
input the address of the VPN concentrator, my account name and<br />
password, and the certificate or group password used for<br />
authentication. However, I was disappointed to find that the iPhone<br />
would not import the Cisco configuration files that many administrators<br />
use to configure VPN client on laptops.</p>
<p>With profiles created, a VPN dialog box appears on the primary Settings<br />
screen, which quickly linked me to a screen from where I could select<br />
which VPN profile to use and to enable the encrypted connection. The<br />
tunnel will stay active even when the iPhone has been locked, although<br />
it will close down automatically after a few minutes of inactivity.</p>
<p>When the VPN feature works, it works great. However, when something<br />
goes wrong, the iPhone presents a bare minimum of information to help<br />
someone troubleshoot the connection. For instance, the VPN page shows<br />
that the device is connected via a particular profile, but users cannot<br />
tell what their IP address is for the connection, nor can they see if<br />
any traffic is successfully passing inbound or outbound.</p>
<p>iPhone 2.0 does bolster Wi-Fi security, adding support for<br />
enterprise-grade, certificate-based wireless security standards. In<br />
addition to its existing support for WEP (Wired Equivalent Privacy) and<br />
the preshared key flavors of WPA and WPA2, Apple has added support  for<br />
PEAP v0 and v1, LEAP, TTLS, TLS and EAP-FAST.</p>
<p>Document support is enhanced somewhat with the iPhone 2.0 software.<br />
With the upgrade I could open PowerPoint presentations and Microsoft<br />
Word documents (in the DOCX format), in addition to the legacy Word and<br />
Excel, and PDF and JPG documents I could open with the old iPhone<br />
software.</p>
<p>Documents can be viewed in either portrait or landscape mode, but users<br />
can only view these documents; the iPhone still does not have the<br />
ability to download and save the files locally or to edit them.</p>
<p>Apple has also introduced a few features that could help administrators<br />
control personal use of a business iPhone. The new Restrictions feature<br />
allows administrators to lock out the use of the Safari Web Browser and<br />
YouTube, and to deny access to either the App Store or the iTunes<br />
store. By enabling these restrictions, the applications are removed<br />
entirely from the user’s screen, and the controls are protected by a<br />
four-digit pass code.</p>
<p>Administrators can also prohibit users from playing media content tagged as explicit in this same manner.</p>
<p><em>Senior Analyst Andrew Garcia can be reached at agarcia@eweek.com. </em></div>
<p></span></td>
</tr>
</tbody>
</table>
<p></span></span><br />
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://andrearuggieri.com/mobility/?feed=rss2&amp;p=49</wfw:commentRss>
		</item>
		<item>
		<title>The iPhone for the Enterprise</title>
		<link>http://andrearuggieri.com/mobility/?p=48</link>
		<comments>http://andrearuggieri.com/mobility/?p=48#comments</comments>
		<pubDate>Wed, 16 Jul 2008 06:47:23 +0000</pubDate>
		<dc:creator>andrearuggieri</dc:creator>
		
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://andrearuggieri.com/mobility/?p=48</guid>
		<description><![CDATA[Enterprise 2.0 blog » Blog Archive » The iPhone for the Enterprise
The iPhone for the Enterprise
July 11th, 2008 &#124; By Steve Wylie &#124;    

                             [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.enterprise2blog.com/?p=682#more-682">Enterprise 2.0 blog » Blog Archive » The iPhone for the Enterprise</a></p>
<h2><a href="http://www.enterprise2blog.com/?p=682" rel="bookmark" title="Permanent Link: The iPhone for the Enterprise">The iPhone for the Enterprise</a></h2>
<p class="postmetadata">July 11th, 2008 | By Steve Wylie |    </p>
<div id="headshot">
                  <img src="http://www.enterprise2blog.com/wp-content/uploads/userphoto/swylie.thumbnail.jpg" alt="Steve Wylie" style="float: right;" width="80" height="80" />                </div>
<p>The<br />
iPhone3G hit stores today, but of course you knew that already.<br />
iPhone3G is the device Apple touts as “The best phone for business.<br />
Ever” boasting a few new features that business users will need.  The<br />
iPhone3G is, of course, a “3G” phone meaning it can access higher speed<br />
data networks from the wireless carriers.  The new iPhone also supports<br />
Microsoft Exchange putting push email, calendar and contact information<br />
at your fingertips. The iPhone3G has a VPN client, WPA2 Enterprise and<br />
802.1X authentication for business-grade security.</p>
<p>Of course the other big news from Apple is the opening of the App<br />
Store and the many 3rd-party apps being made available there. I did a<br />
scan of the applications surfacing for iPhone3G paying specific<br />
attention to apps that support the Enterprise 2.0 vision.  Here’s what<br />
I found:</p>
<p><span id="more-682"></span></p>
<p><strong>Social Networking</strong>: The role of social networking in<br />
business is an ongoing discussion but undoubtedly something that will<br />
play an increasing role in our ability to connect with others and share<br />
expertise.  The iTunes App Store has a lot of applications geared<br />
towards social networking though most are very consumer oriented.  Some<br />
of the social networking apps I came across are:</p>
<ul>
<li>AIM: “lets you stay connected with the people you care about right on your iPhone or iPod Touch”</li>
<li>Whrrl: “lets your friends light up your map based on the places they go in the real world”</li>
<li>Facebook: “makes it easy to stay connected and share information with friends”</li>
<li>Loopt” “uses location technology to connect you to the world around you like never before”</li>
</ul>
<p><strong>Search:</strong></p>
<ul>
<li>Google Mobile App: “makes it fast and easy to search”</li>
</ul>
<p><strong>RSS:</strong></p>
<ul>
<li>NetNewsWire: “an RSS Reader for the iPhone” (Note: this is from Newsgator and will sync with their desktop readers)</li>
<li>iRSS: “a generic RSS news feed reader that supports RSS 1.0 and 2.0 standards”</li>
</ul>
<p><strong>Blogging/Publishing:</strong></p>
<ul>
<li>TypePad: “Update your blog and share pictures with the world from wherever you are”</li>
<li>Mobile Flickr: “lets you browse and upload to Flickr”</li>
<li>Twitterrific: “lets you read and publish posts on the Twitter social network”</li>
<li>Exposur: “puts Flickr in your pocket”</li>
<li>LifeCast: “record life in text and photos, as you go about your day, time-stamping entries and can even record the geo-location”</li>
</ul>
<p><strong>Enterprise Applications:</strong></p>
<ul>
<li>Salesforce Mobile: “your critical customer information is instantly available through the iPhone’s familiar touch screen format”</li>
<li>Oracle Business Indicators: “a business intelligence application<br />
that provides real-time, secure access to business performance<br />
information on the mobile device”</li>
</ul>
<p>In addition to the applications built to run right on the iPhone,<br />
there are also a slew of web-based applications now available, 1933 to<br />
be exact.</p>
<p>What kind of impact the iPhone3G will have in business is yet to be<br />
seen.   The business market is a vast opportunity for Apple but is also<br />
a market that Apple has not traditionally been able to penetrate. Does<br />
the iPhone3G change that?  Maybe not, but at the very least it will<br />
continue to raise the bar on what we should expect from our mobile<br />
devices.</p>
<p>
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://andrearuggieri.com/mobility/?feed=rss2&amp;p=48</wfw:commentRss>
		</item>
		<item>
		<title>Enterprise apps for the iPhone</title>
		<link>http://andrearuggieri.com/mobility/?p=47</link>
		<comments>http://andrearuggieri.com/mobility/?p=47#comments</comments>
		<pubDate>Tue, 15 Jul 2008 16:34:48 +0000</pubDate>
		<dc:creator>andrearuggieri</dc:creator>
		
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://andrearuggieri.com/mobility/?p=47</guid>
		<description><![CDATA[
Enterprise apps for the iPhone













Slide 1 of 13
@task for iPhone
On-demand project management application @task was one of the
first business apps available for the iPhone &#8212; because, well, when
you&#8217;re strolling through the golf course, laying on the beach, or
steering into In-N-Out Burger, it&#8217;s easy to forget what needs to be
done. Never lose sight of your tasks [...]]]></description>
			<content:encoded><![CDATA[<p>
<h1 class="galleryTitle">Enterprise apps for the iPhone</h1>
<table width="1000" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td valign="top" width="654">
<link rel="stylesheet" href="http://www.infoworld.com/script/iwstyle.css" type="text/css">
<link rel="stylesheet" href="http://www.infoworld.com/script/galleryStyles.css" type="text/css">
<table style="border: 1px solid rgb(0, 0, 0);" width="650" border="0" cellpadding="0" cellspacing="0" height="386">
<tbody>
<tr>
<td class="popupImageCell" rowspan="2" valign="middle" align="center">
<img src="http://www.infoworld.com/richmedia/upload/UI/image/2008/7/@task_iphone_ss.jpg" alt="Enterprise apps for the iPhone - @task for iPhone" width="440" border="0" /></td>
<td bgcolor="#414141">
<div class="copyCell">
<div class="credit" style="padding-bottom: 8px;">Slide 1 of 13</div>
<div class="galleryMainHeadline">@task for iPhone</div>
<div>On-demand project management application @task was one of the<br />
first business apps available for the iPhone &#8212; because, well, when<br />
you&#8217;re strolling through the golf course, laying on the beach, or<br />
steering into In-N-Out Burger, it&#8217;s easy to forget what needs to be<br />
done. Never lose sight of your tasks and issues, always know when the<br />
widgets arrive, and for crying out loud, pull out that iPhone and<br />
report your status! </p>
<p> <a class="email" href="http://www.attask.com/iphone">AtTask</a></div>
<div class="credit" style="padding-top: 8px;"></div>
</div>
</td>
</tr>
<tr>
<td valign="bottom" bgcolor="#414141">
<div class="copyCell">
<form name="emaitoafriend" action="http://www.infoworld.com/archives/getEmailForm.jsp" accept-charset="iso-8859-1" method="post">
<input name="H" value="@task for iPhone" type="hidden">
<input name="U" value="slideshow/2008/07/162-enterprise_apps-1.html" type="hidden">
<input name="T" value="On-demand project management application @task was one of the first business apps available for the iPhone -- because, well, when you're strolling through the golf course, laying on the beach, or steering into In-N-Out Burger, it's easy to forget what needs to be done. Never lose sight of your tasks and issues, always know when the widgets arrive, and for crying out loud, pull out that iPhone and report your status! &lt;br&gt;&lt;br&gt; &lt;a class=&quot;email&quot; href=&quot;http://www.attask.com/iphone&quot;&gt;AtTask&lt;/a&gt;" type="hidden">
<input name="Y" value="" type="hidden">
<input name="D" value="2008-07-10 14:52:07.0" type="hidden">
<a class="email" href="javascript:document.emaitoafriend.submit()">E-mail to a friend</a></p>
<p><a class="email" href="http://www.infoworld.com/archives/t.jsp?N=o">More Slideshows</a><br />
</form>
</div>
</td>
</tr>
</tbody>
</table>
<div style="width: 650px;">
<div class="numNav">
<ul>
<li><a href="http://www.infoworld.com/slideshow/2008/07/162-enterprise_apps-1.html" class="active">1</a></li>
<li><a href="http://www.infoworld.com/slideshow/2008/07/162-enterprise_apps-2.html">2</a></li>
<li><a href="http://www.infoworld.com/slideshow/2008/07/162-enterprise_apps-3.html">3</a></li>
<li><a href="http://www.infoworld.com/slideshow/2008/07/162-enterprise_apps-4.html">4</a></li>
<li><a href="http://www.infoworld.com/slideshow/2008/07/162-enterprise_apps-5.html">5</a></li>
<li><a href="http://www.infoworld.com/slideshow/2008/07/162-enterprise_apps-6.html">6</a></li>
<li><a href="http://www.infoworld.com/slideshow/2008/07/162-enterprise_apps-7.html">7</a></li>
<li><a href="http://www.infoworld.com/slideshow/2008/07/162-enterprise_apps-8.html">8</a></li>
<li class="dig2"><a href="http://www.infoworld.com/slideshow/2008/07/162-enterprise_apps-9.html">9</a></li>
<li class="dig2"><a href="http://www.infoworld.com/slideshow/2008/07/162-enterprise_apps-10.html">10</a></li>
<li class="dig2"><a href="http://www.infoworld.com/slideshow/2008/07/162-enterprise_apps-11.html">11</a></li>
<li class="dig2"><a href="http://www.infoworld.com/slideshow/2008/07/162-enterprise_apps-12.html">12</a></li>
<li class="dig2"><a href="http://www.infoworld.com/slideshow/2008/07/162-enterprise_apps-13.html">13</a></li>
<li class="next"><a href="http://www.infoworld.com/slideshow/2008/07/162-enterprise_apps-2.html">Next<span class="spacerNext"> ›</span></a></li>
</ul>
</div>
<style>
.commented {
background-image: url(http://www.infoworld.com/img/blog/comments_bar.gif);
width: 400px;
height: 16.5px;
padding: 5px 5px 5px 5px;
font-weight: bold;
border: 1px solid #CCCCCC;
}</p>
<p>.rated {
float:left;
width: 200px;
padding: 5px 5px 5px 5px;
font-weight: bold;
border: 1px solid #CCCCCC;
background-color: #ffffff;
}
.commented ul {
margin: 0px;
padding: 0px;
list-style-type: none;
list-style-image: none;
line-height: 1.4em;
}</p>
<p>.commented li {
display: inline;
}</p>
<p>.slideshowComments {
width:630px;
padding:3px 3px 3px 3px;
margin:3px 3px 3px 3px;
background-color:#ffffff;
float:center;
}
</style>
</div>
</td>
</tr>
</tbody>
</table>
<p>
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://andrearuggieri.com/mobility/?feed=rss2&amp;p=47</wfw:commentRss>
		</item>
		<item>
		<title>What&#8217;s Good (and Free!) in the iTunes App Store</title>
		<link>http://andrearuggieri.com/mobility/?p=46</link>
		<comments>http://andrearuggieri.com/mobility/?p=46#comments</comments>
		<pubDate>Fri, 11 Jul 2008 09:18:41 +0000</pubDate>
		<dc:creator>andrearuggieri</dc:creator>
		
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://andrearuggieri.com/mobility/?p=46</guid>
		<description><![CDATA[Iphone 2.0: What&#8217;s Good (and Free!) in the iTunes App Store
What&#8217;s Good (and Free!) in the iTunes App Store
	

 More than 550 new applications arrived for the iPhone and iPod touch this morning in iTunes&#8217; brand new App Store
and more than 130 of them are available for free. Today we&#8217;re taking a
look at the best [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://lifehacker.com/398275/whats-good-and-free-in-the-itunes-app-store">Iphone 2.0: What&#8217;s Good (and Free!) in the iTunes App Store</a></p>
<h1><small><small><a href="http://lifehacker.com/398275/whats-good-and-free-in-the-itunes-app-store" class="top">What&#8217;s Good (and Free!) in the iTunes App Store</a></small></small></h1>
<p>	<!-- google_ad_section_start --></p>
<p><img src="http://lifehacker.com/assets/resources/2008/07/appstore_splash.jpg" class="center" style="display: block; float: none;" width="494" height="200" /><br />
<iframe src="http://digg.com/api/diggthis.php?u=http://digg.com/software/What_s_Good_and_Free_in_the_iTunes_App_Store" scrolling="no" width="55" align="right" frameborder="0" height="82"></iframe> More than 550 new applications arrived for the iPhone and iPod touch this morning in <a href="http://lifehacker.com/398248/itunes-77-now-available-for-download">iTunes&#8217; brand new App Store</a><br />
and more than 130 of them are available for free. Today we&#8217;re taking a<br />
look at the best free applications for your iPhone and iPod touch,<br />
available once you&#8217;ve got iTunes 7.7 and the iPhone 2.0 software update<br />
installed.</p>
<p><strong>Note:</strong> Most of the apps listed here work with both<br />
iPhones and iPod touch models, but we&#8217;ve noted where an app requires<br />
the iPhone&#8217;s voice, SMS, or GPS capabilities to run.</p>
<p></p>
<h3 style="font-size: 120%; margin-top: 20px;"><a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284417350&amp;mt=8">Remote</a> Controls Your iTunes Library</h3>
<p><img src="http://cache.lifehacker.com/assets/resources/2008/07/remote-advanced-features1.png" class="right" align="right" /><br />
The iTunes App Store&#8217;s marquee freebie, the Remote app turns your<br />
iPhone or iPod touch into a remote control for your media library.<br />
Remote works almost exactly like the iPod application on your<br />
device—the main difference being that rather than playing back music on<br />
your iPhone or iPod touch, you&#8217;ve got access to your entire iTunes<br />
library and you&#8217;re playing it over your computer&#8217;s speakers.<br />
<b><a href="http://lifehacker.com/398278/">Read more about setting up and using the Remote app&gt;&gt;</a></b></p>
<p></p>
<h3 style="font-size: 120%; margin-top: 20px;"><a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284815942&amp;mt=8">Google Mobile</a> is Quicksilver for the iPhone/iPod touch</h3>
<p><img alt="iphone_googlemobile1.jpg" src="http://lifehacker.com/assets/resources/2008/07/iphone_googlemobile1.jpg" class="right" width="220" align="right" height="201" />Google already has a <a href="http://lifehacker.com/software/iphone/google-optimizes-for-your-iphone-fast-and-friendly-330412.php">fast and slick iPhone version</a>,<br />
but this app is hyper-optimized for quick searching. Search-as-you-type<br />
results spin up for web pages, click-to-call business and residential<br />
phone listings, nearby stores and restaurants, and more—and Google<br />
Mobile&#8217;s brought to you by the guy who made one of our favorite free<br />
launcher desktop apps, <a href="http://lifehacker.com/tag/quicksilver/">Quicksilver</a>.<br />
<b><a href="http://lifehacker.com/398284/">Read more about how Google Mobile searches your contacts and the web&gt;&gt;</a></b></p>
<p></p>
<h3 style="font-size: 120%; margin-top: 20px;"><a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284037583&amp;mt=8">Jott</a> Transcribes Speech to Text</h3>
<p><img alt="iphone_jott1.jpg" src="http://lifehacker.com/assets/resources/2008/07/iphone_jott1.jpg" class="right" width="178" align="right" height="230" />iPhone only: Free voice-to-text service <a href="http://jott.com/">Jott</a><br />
is a natural fit for an iPhone app, and its implementation here is<br />
pretty nifty. You can simply say a note into the recording interface<br />
(at right), and it&#8217;ll show up in your Jott notes (or on Google<br />
Calendar, Remember the Milk, or <a href="http://lifehacker.com/343665/get-things-done-over-the-phone-with-jott">Jott-connected applications</a>).<br />
You can also simply type a note in, making the Jott app a quick<br />
interface for a lot of web apps. Managing all your notes with<br />
finger-swipe deletion is pretty handy as well.</p>
<p></p>
<h3 style="font-size: 120%; margin-top: 20px;"><a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=281796108&amp;mt=8">Evernote</a></h3>
<p><img alt="iphone_evernote1.jpg" src="http://lifehacker.com/assets/resources/2008/07/iphone_evernote1.jpg" class="right" width="200" align="right" height="286" />The universal stuff-gathering site <a href="http://www.evernote.com/">Evernote</a><br />
gives you all the major tools of its desktop and web software in its<br />
iPhone app—add text, snap a phone cam shot, record a memo, or upload a<br />
photo, and it&#8217;s all available for organizing, tagging, or searching<br />
later. New in this interface is a straight-forward voice recorder; if<br />
you&#8217;d rather have your audio transcribed, you can use the Jott app as a<br />
<a href="http://lifehacker.com/373815/jott-your-way-to-evernote-bliss">gateway to Evernote</a>.<br />
Given that even free users of Evernote can have the service scan their<br />
pictures and extract visible text, Evernote&#8217;s app makes your iPhone a<br />
serious universal capture device.</p>
<p></p>
<h3 style="font-size: 120%; margin-top: 20px;"><a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284881860&amp;mt=8">NetNewsWire</a></h3>
<p><img alt="iphone_netnewswire.jpg" src="http://lifehacker.com/assets/resources/2008/07/iphone_netnewswire.jpg" class="right" width="220" align="right" height="182" />As Adam has <a href="http://lifehacker.com/346023/the-web+based-vs-desktop+based-newsreader-showdown?cpage=2">detailed</a>, users of desktop-based readers like <a href="http://www.newsgator.com/Individuals/NetNewsWire/Default.aspx">NetNewsWire</a> (Mac) or <a href="http://www.newsgator.com/Individuals/FeedDemon/Default.aspx">FeedDemon</a><br />
(Windows) have their reasons for sticking with them. NetNewsWire for<br />
iPhone syncs with either of those clients, meaning you won&#8217;t read the<br />
same items twice. There&#8217;s a &#8220;Clippings&#8221; feature for setting items aside<br />
for later (or when you&#8217;ll be offline) that also syncs to your desktop,<br />
and the interface is straightforward—and that&#8217;s about it. If you&#8217;re a<br />
Google Reader addict, you&#8217;re already set up with GReader&#8217;s <a href="http://googlereader.blogspot.com/2008/05/brand-new-google-reader-for-iphone.html">iPhone beta view</a>.<br />
<b><a href="http://lifehacker.com/398291/">Read more about how NetNewsWire brings synced RSS feeds to Your iPhone&gt;&gt;</a></b></p>
<p></p>
<h3 style="font-size: 120%; margin-top: 20px;"><a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284448147&amp;mt=8">Zenbe Lists</a></h3>
<p><img alt="zebelists.png" src="http://lifehacker.com/assets/resources/2008/07/zebelists.png" class="right" width="250" align="right" height="375" />Free service <a href="http://zenbe.com/">Zenbe</a><br />
works as a multi-account mail organizer in its web form, but they&#8217;ve<br />
stuck with to-do-style lists for their iPhone app. Those lists,<br />
however, can be edited on any browser and synced back to your Zenbe<br />
account, or published on an iGoogle page. The real benefit, though, is<br />
sharing with other Zenbe Lists users. Anyone you share with can then<br />
edit and update your list and sync them back to you—a kind of nifty<br />
no-real-computer-required list wiki.</p>
<p></p>
<h3 style="font-size: 120%; margin-top: 20px;"><a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284910350&amp;mt=8">Yelp</a></h3>
<p><img alt="iphone_yelp1.jpg" src="http://lifehacker.com/assets/resources/2008/07/iphone_yelp1.jpg" class="right" width="228" align="right" height="205" />The iPhone app for <a href="http://lifehacker.com/software/reviews/yelp-maps-business-reviews-138702.php">business review site Yelp</a><br />
takes good advantage of your location-aware device to dish up the<br />
details on nearby restaurants, bars, gas and service stations, and much<br />
more. There&#8217;s a custom search function too, so you can always know when<br />
you&#8217;re in the presence of, say, high-quality sushi while you&#8217;re<br />
traveling, and how much reviewers say it&#8217;s going to cost you. A great<br />
app for traveling, or just seeing what the hive says about your home<br />
town.<br />
<b><a href="http://lifehacker.com/398295">Read more about finding and filtering everything around you with Yelp&gt;&gt;</a></b></p>
<p></p>
<h3 style="font-size: 120%; margin-top: 20px;"><a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284424264&amp;mt=8">Save Benjis</a></h3>
<p><img alt="iphone_savebenjis.jpg" src="http://lifehacker.com/assets/resources/2008/07/iphone_savebenjis.jpg" class="right" width="240" align="right" height="224" />Save<br />
Benjis (as in the face on the bills) makes it seriously convenient to<br />
compare prices on online purchases, or the gadget that&#8217;s sitting right<br />
in front of you at the store. Type in a name, a product ID number, or<br />
other details, and you&#8217;ll get a list back with links and prices from<br />
Amazon, NewEgg, and other online merchants. If you&#8217;ve ever wondered how<br />
much markup you&#8217;re paying to grab that gear now, wonder no more. Saving<br />
Benjis also integrates well with Amazon for making actual purchases.<br />
<b><a href="http://lifehacker.com/398300">Read more about comparing prices on the fly with Save Benjis&gt;&gt;</a></b></p>
<p></p>
<h3 style="font-size: 120%; margin-top: 20px;">Talking Phrasebook (<a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284856674&amp;mt=8">French</a>, <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284858944&amp;mt=8">Italian</a>, <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284855259&amp;mt=8">German</a>, <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284858789&amp;mt=8">Spanish</a>)</h3>
<p><img alt="iphone_phrasebook.jpg" src="http://lifehacker.com/assets/resources/2008/07/iphone_phrasebook.jpg" class="right" width="200" align="right" height="208" />Translation<br />
tools and dual-language dictionaries are great, but sometimes, you<br />
really just need to ask &#8220;How much to park here?&#8221; in German. The Talking<br />
Phrasebook apps offer phrases you&#8217;ll want to know translated from<br />
English to Spanish, French, German, and Italian, and you can click to<br />
hear them pronounced (or, perhaps, just have your iPhone speak for you).<br />
<b><a href="http://lifehacker.com/398302">Read more about getting the words you need quickly with Talking Phrasebook&gt;&gt;</a></b></p>
<p></p>
<h3 style="font-size: 120%; margin-top: 20px;"><a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284972998&amp;mt=8">Midomi</a></h3>
<p><img alt="iphone_midomi1.jpg" src="http://lifehacker.com/assets/resources/2008/07/iphone_midomi1.jpg" class="right" width="220" align="right" height="139" />iPhone only: This one&#8217;s not terribly productive—unless you&#8217;re the type to spend far too much time trying to name that song you <em>just can&#8217;t remember</em>.<br />
For those moments, or for proving a friend right/wrong, Midomi is a<br />
true gift. You can type in an artist or song name to get more info (and<br />
you can write it phonetically), but the true joy is in humming or<br />
singing a few bars into your iPhone, waiting a bit, then seeing your<br />
song title come back. You can also hold your phone up to the music<br />
itself, and Midomi will try to ID it. Seriously neat stuff.<br />
<b><a href="http://gizmodo.com/5023919/midomi-song-recognition-app-can-name-that-rickrolling-tune-youre-humming">Read more about Midomi—and watch a video demonstration—at Gizmodo&gt;&gt;</a></b></p>
<h3 style="font-size: 120%; margin-top: 20px;"><a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=281790044&amp;mt=8">Where</a></h3>
<p><img alt="where.png" src="http://lifehacker.com/assets/resources/2008/07/where.png" class="right" width="220" align="right" height="330" /><br />
One of the most comprehensive location-aware apps in the Store, Where<br />
gives you all sorts of location-based information—like where the<br />
nearest restaurants, Zip cars, gas stations, and Starbucks locations<br />
are in relation to you. Enable Buddy Beacon to see nearby friends also<br />
using Where. Get to know the new place you&#8217;re visiting—or even your<br />
hometown—with one of the coolest features, called HeyWhatsThat, which<br />
identifies landmarks you can see from your location—like the names of<br />
nearby mountains and overhead constellations.</p>
<p></p>
<h3 style="font-size: 120%; margin-top: 20px;"><a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=281704574&amp;mt=8">AOL Instant Messenger (AIM)</a></h3>
<p><img alt="aimiphoneapp1.png" src="http://lifehacker.com/assets/resources/2008/07/aimiphoneapp1.png" class="right" width="220" align="right" height="157" /><br />
Send and receive instant messages over Wi-Fi, EDGE, or 3G networks, and<br />
manage your AIM buddy list right on your device with the AIM iPhone<br />
app.</p>
<p></p>
<h3 style="font-size: 120%; margin-top: 20px;"><a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=283646709&amp;mt=8">PayPal</a></h3>
<p><img alt="paypaliphoneapp.png" src="http://lifehacker.com/assets/resources/2008/07/paypaliphoneapp.png" class="right" width="220" align="right" height="317" /><br />
Send money from your iPhone or iPod touch to anyone—like your dinner<br />
companion when you&#8217;re splitting the bill—with the PayPal app. You&#8217;ve<br />
been able to <a href="http://lifehacker.com/software/mobile-phone/geek-to-live-send-and-receive-money-with-your-cell-phone-175883.php">send money via SMS using PayPal</a> for some time now, but the app makes it even easier—it keeps you from having to remember the text message format.</p>
<p>
Aside: Gedeon Maheux points out that <a href="http://www.flickr.com/photos/wowkodos/2655254367/">six iTunes Store Apps listed under Productivity use the check mark as their icon</a>. Group-think! [via <a href="http://daringfireball.net/linked/2008/07/10/gizmodo-app-dupes">Daring Fireball</a>]</p>
<p>
We&#8217;ll be updating this list with more free apps as we download and test<br />
&#8216;em out. What should we look at next? Post your favorite free iPhone<br />
application in the comments, and vote for the best you&#8217;ve seen (so far)<br />
below.</p>
<p>
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://andrearuggieri.com/mobility/?feed=rss2&amp;p=46</wfw:commentRss>
		</item>
		<item>
		<title>Selling big business on the iPhone</title>
		<link>http://andrearuggieri.com/mobility/?p=45</link>
		<comments>http://andrearuggieri.com/mobility/?p=45#comments</comments>
		<pubDate>Tue, 24 Jun 2008 00:04:10 +0000</pubDate>
		<dc:creator>andrearuggieri</dc:creator>
		
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://andrearuggieri.com/mobility/?p=45</guid>
		<description><![CDATA[Will business buy the new iPhone? - Jun. 20, 2008
Selling big business on the iPhone
Apple is taking a new, corporate-friendly tack with the iPhone. Will it work?
By Jon Fortt and Michal Lev-Ram
June 20, 2008: 12:13 PM EDT


    






Some Fortune 500 companies are cautiously embracing the new business-friendly iPhone.







2008 FORTUNE 500


Full list: FORTUNE [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://money.cnn.com/2008/06/20/technology/corporate_iphone.fortune/index.htm?section=money_technology">Will business buy the new iPhone? - Jun. 20, 2008</a></p>
<h1 class="storyheadline">Selling big business on the iPhone</h1>
<h2 class="storysubhead">Apple is taking a new, corporate-friendly tack with the iPhone. Will it work?</h2>
<div class="storybyline">By <a href="mailto:jfortt@fortunemail.com">Jon Fortt</a> and <a href="mailto:mlevram@fortunemail.com">Michal Lev-Ram</a></div>
<div class="fortuneEyebrowTimestamp">June 20, 2008: 12:13 PM EDT</div>
<p><!--startclickprintexclude--><br clear="all" /><!--endclickprintexclude--><!-- CONTENT --><!-- REAP --><!--startclickprintexclude-->
<div id="IEContainerR">
<div class="IErow">    <!-- KEEP --><br />
<table border="0" cellpadding="0" cellspacing="0" width="220">
<tbody>
<tr>
<td align="center"><img src="http://i.l.cnn.net/money/2008/06/20/technology/corporate_iphone.fortune/iphone_jobs.03.jpg" alt="iphone_jobs.03.jpg" border="0" width="220" height="213" /></td>
</tr>
<tr>
<td align="left" valign="top"><span class="captionname"><b>Some Fortune 500 companies are cautiously embracing the new business-friendly iPhone.</b></span></td>
</tr>
</tbody>
</table>
</div>
<div class="IErow"><!-- KEEP --><br />
<style type="text/css"><!--
#Fortune500Widget {width:220px;margin-bottom:12px; color: #666; border:1px solid #ebebeb;}
#Fortune500Widget .widgetHed {border-bottom: 3px double #e8e8e8; margin:5px 7px;}
#Fortune500Widget .widgetHed a {color: #000; font: bold 22px Times;}
#Fortune500Widget .outerShell {border-top:1px solid #ebebeb;;margin-top:-4px;}
#Fortune500Widget .innerShell {padding:7px 5px 10px 10px;}
#Fortune500Widget div.leaderHed {font:bold 12px Arial; padding:2px 0px 5px 0px;}
#Fortune500Widget .innerShell .moreSummaryList {margin:0px 0px 0px 0px; padding: 2px 0px 5px 15px;vertical-align:top;}
#Fortune500Widget .leaderDek {font:normal 11px Arial;padding:3px 7px 10px 0px;}
#Fortune500Widget .leaderHed {font:bold 12px Arial;text-decoration:none;color:#B61D1D;}
#Fortune500Widget .leaderHed a {font:bold 12px Arial;text-decoration:none;color:#B61D1D;}
#Fortune500Widget .leaderHed a:hover {font:bold 12px Arial;text-decoration:underline;color:#B61D1D;}
#Fortune500Widget ul, 
#Fortune500Widget ol { list-style: none; font: normal 12px Arial; padding-left: 5px; margin: 0px;}
#Fortune500Widget ol li { list-style: decimal; list-style-position:inside;}
#Fortune500Widget ul li a, 
#Fortune500Widget ol li a {color:#B61D1D; text-decoration: none;font:normal 12px Arial;}
#Fortune500Widget ol li a {margin-left: 2px;}
#f500top10List {width: 203px;}</p>
<p>--></style>
<div id="Fortune500Widget">
<div class="widgetHed"><a href="http://money.cnn.com/magazines/fortune/fortune500/2008/index.html">2008 FORTUNE 500</a></div>
<div class="outerShell" style="border: medium none ;">
<div class="innerShell">
<div class="leaderHed moreSummaryList"><a href="http://money.cnn.com/magazines/fortune/fortune500/2008/full_list/index.html">Full list: FORTUNE 1000</a></div>
<table id="f500top10List">
<tbody>
<tr>
<td>
<ol>
<li><a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/2255.html">Wal-Mart</a></li>
<li><a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/387.html">Exxon Mobil</a></li>
<li><a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/385.html">Chevron</a></li>
<li><a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/175.html">GM</a></li>
<li><a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/327.html">ConocoPhillips</a></li>
</ol>
</td>
<td>
<ol start="6">
<li><a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/170.html">GE</a></li>
<li><a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/160.html">Ford Motor</a></li>
<li><a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/2927.html">Citigroup</a></li>
<li><a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/2580.html">B of A</a></li>
<li><a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/2756.html">AT&amp;T</a></li>
</ol>
</td>
</tr>
</tbody>
</table>
<div class="leaderHed moreSummaryList"><a href="http://money.cnn.com/magazines/fortune/fortune500/2008/states/CA.html">Top companies in your state</a></div>
<div class="leaderHed moreSummaryList"><a href="http://money.cnn.com/galleries/2008/fortune/0804/gallery.f500_bestcos.fortune/index.html">Best to work for</a></div>
<div class="leaderHed moreSummaryList"><a href="http://money.cnn.com/galleries/2008/fortune/0804/gallery.most_profitable.fortune/index.html">Most profitable</a></div>
<div class="leaderHed moreSummaryList"><a href="http://money.cnn.com/galleries/2008/fortune/0804/gallery.500_best_investments.fortune/index.html">Best investments</a></div>
<div class="leaderHed moreSummaryList"><a href="http://money.cnn.com/galleries/2008/fortune/0804/gallery.tech_profits.fortune/index.html">Most profitable big techs</a></div>
</p></div>
</p></div>
<div class="outerShell">
<div class="innerShell">
<div class="leaderHed"><a href="http://money.cnn.com/galleries/fortune.html">Galleries:</a></div>
<ul>
<li>• <a href="http://money.cnn.com/galleries/2008/fortune/0804/gallery.500_women_ceos.fortune/index.html">Women CEOs</a></li>
<li>• <a href="http://money.cnn.com/galleries/2008/fortune/0804/gallery.F500_losers.fortune/index.html">The biggest losers</a></li>
<li>• <a href="http://money.cnn.com/galleries/2008/fortune/0804/gallery.F500_fresh_faces.fortune/index.html">Faces of the 500&#8217;s future</a></li>
</ul></div>
</p></div>
<div class="outerShell">
<div class="innerShell">
<div class="leaderHed">Stories:</div>
<ul>
<li>• <a href="http://money.cnn.com/2008/04/18/news/companies/partys_over.fortune/index.htm">Why the party&#8217;s over</a></li>
</ul></div>
</p></div>
</div>
</div>
<div id="NestedBox">
<div id="magStoryIE">
<div id="TopStoriesBox">
<table class="topstoriesTable" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr class="headerRow">
<td class="headerCell"><a href="http://money.cnn.com/magazines/fortune/" class="relatedbox">More from Fortune</a></td>
</tr>
<tr class="contentRow">
<td>
<div class="storyLink">
<a href="http://money.cnn.com/2008/06/20/magazines/fortune/Evolution_McCain_Whitford.fortune/index.htm">The evolution of John McCain</a><br />

</div>
<div class="storyLink">
<a href="http://money.cnn.com/2008/06/23/news/economy/gimbel_saudi.fortune/index.htm">Saudis: Don&#8217;t blame us for oil prices</a><br />

</div>
<div class="storyLink">
<a href="http://money.cnn.com/2008/06/23/magazines/fortune/ozm_fig.fortune/index.htm">Hard times for the smart money</a><br />

</div>
</td>
</tr>
</tbody>
</table>
</div>
<div id="TopStoriesBox">
<table class="PermaLinksTable" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr class="contentRow">
<td>
<div class="storyLink">
<a href="http://money.cnn.com/magazines/fortune/fortune500/">FORTUNE 500</a>
</div>
<div class="storyLink">
<a href="http://money.cnn.com/magazines/fortune/">Current Issue</a></p>
</div>
<div class="storyLink">
<a href="http://subs.timeinc.net/CampaignHandler/FOnb?source_id=19">Subscribe to Fortune</a>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div id="quigo220"><!-- ADSPACE: technology/quigo/ctr.220x200 -->
<div id="ad-636629" style="border: 0pt none ; margin: 0pt; padding: 0pt;" align="center"><script type="text/javascript"> </p>
<p>cnnad_createAd("636629","http://ads.cnn.com/html.ng/site=cnn_money&#038;cnn_money_position=220x200_ctr&amp;cnn_money_rollup=technology&#038;cnn_money_section=quigo&amp;params.styles=fs","200","220");</p>
<p></script><iframe allowtransparency="true" hspace="0" vspace="0" marginheight="0" marginwidth="0" src="http://ads.cnn.com/html.ng/site=cnn_money&#038;cnn_money_position=220x200_ctr&amp;cnn_money_rollup=technology&#038;cnn_money_section=quigo&amp;params.styles=fs&#038;tile=1214265628215&amp;page.allowcompete=yes&amp;domId=636629" border="0" id="636629" style="position: relative; visibility: visible;" scrolling="no" width="220" frameborder="0" height="200"></iframe></div>
</div>
</div>
<p><!--endclickprintexclude--><!-- /REAP -->
<p>(Fortune)<br />
&#8211; Steve Jobs has won over legions of new customers since he returned<br />
to Apple, but one key group has stubbornly eluded him: big business.</p>
<p>The<br />
reason isn&#8217;t a mystery. Apple&#8217;s mercurial CEO decided a decade ago that<br />
corporate IT departments weren&#8217;t worth the trouble. Though they buy<br />
tech gear by the truckload, when it comes to computers they often favor<br />
stripped-down, predictable technology - the stuff Jobs finds boring.<br />
Rather than chase that business, he has courted upscale consumers with<br />
innovative devices like the iMac and iPod that are as fashionable as<br />
they are functional. It&#8217;s hard to argue with the results: Apple stock<br />
is up more than 2,000 percent in the last 10 years.</p>
<p>But now as<br />
Jobs seeks to turbocharge sales of the 3G iPhone, he&#8217;ll have no choice<br />
but to embrace the corporate stiffs. That&#8217;s because while Apple&#8217;s<br />
computer and iPod sales are healthy, analysts believe the popular<br />
smartphone has the most growth potential - and business buyers could be<br />
the key to its success.</p>
<p>Can Apple (<a href="http://money.cnn.com/quote/quote.html?symb=AAPL&amp;source=story_quote_link">AAPL</a>, <a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/670.html?source=story_f500_link">Fortune 500</a>)<br />
do it? With its strong brand and balance sheet, experts say now might<br />
be the perfect time to try. But the real question is whether Apple is<br />
willing to put the money and time into the humdrum work of treating<br />
businesses like first-class customers.</p>
<div class="inStoryHeading">Chasing the road warriors</div>
<p>In<br />
the iPhone&#8217;s realm, the most coveted customers are road warriors who<br />
read e-mail, surf the web, and handle multimedia files on the go. To<br />
date, most of them have embraced Research in Motion&#8217;s (<a href="http://money.cnn.com/quote/quote.html?symb=RIMM&amp;source=story_quote_link">RIMM</a>) BlackBerry, and devices running software from Microsoft (<a href="http://money.cnn.com/quote/quote.html?symb=MSFT&amp;source=story_quote_link">MSFT</a>, <a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/3063.html?source=story_f500_link">Fortune 500</a>)<br />
or Symbian. But investors, believing that the iPhone can steal those<br />
customers away, have recently bid up Apple&#8217;s stock. Analysts believe<br />
the company can sell between 20 million and 45 million units worldwide<br />
next year.</p>
<p>Mark Tauschek, an analyst with Info-Tech Research<br />
Group, notes that though business buyers make up only 30 percent of<br />
phone users, they spend the most money. &#8220;To reach these lofty goals<br />
they have to make the leap to enterprise sales,&#8221; he says. &#8220;That&#8217;s where<br />
most of the pickup is.&#8221;</p>
<p>There are already signs Apple is warming<br />
to businesses. The latest version of the iPhone, which is due to go on<br />
sale July 11, doesn&#8217;t come in retail-friendly candy colors; instead,<br />
it&#8217;s packed with features right off an IT manager&#8217;s wish list: tighter<br />
security, support for Microsoft Exchange and Office, and software tools<br />
that let businesses roll their own custom applications, to name a few.</p>
<p>The<br />
new capabilities are enough to get Apple&#8217;s handpicked group of outside<br />
corporate testers excited about the device; 35 percent of the Fortune<br />
500, including Bank of America (<a href="http://money.cnn.com/quote/quote.html?symb=BAC&amp;source=story_quote_link">BAC</a>, <a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/2580.html?source=story_f500_link">Fortune 500</a>), Morgan Stanley (<a href="http://money.cnn.com/quote/quote.html?symb=MS&amp;source=story_quote_link">MS</a>, <a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/3515.html?source=story_f500_link">Fortune 500</a>), Disney (<a href="http://money.cnn.com/quote/quote.html?symb=DIS&amp;source=story_quote_link">DIS</a>, <a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/2190.html?source=story_f500_link">Fortune 500</a>) and Genentech (<a href="http://money.cnn.com/quote/quote.html?symb=DNA&amp;source=story_quote_link">DNA</a>),<br />
signed up to try out the software and tell Apple how to make it better.<br />
&#8220;Everything they told us they wanted we have built into iPhone 2.0<br />
software out of the box,&#8221; Jobs said when he unveiled it this month.</p>
<p>But now that they&#8217;ve tested it, will they buy? We won&#8217;t know for several months. Wachovia (<a href="http://money.cnn.com/quote/quote.html?symb=WB&amp;source=story_quote_link">WB</a>, <a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/2543.html?source=story_f500_link">Fortune 500</a>) technology chief Jim Ditmore expects to include the iPhone among the devices employees can use for e-mail by October.</p>
<p>At Wells Fargo (<a href="http://money.cnn.com/quote/quote.html?symb=WFC&amp;source=story_quote_link">WFC</a>, <a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/2578.html?source=story_f500_link">Fortune 500</a>),<br />
Steve Ellis, executive VP of wholesale services, notes that workers<br />
can&#8217;t wait to get their hands on iPhones - he says he fielded two dozen<br />
employee e-mails the day Apple unveiled the business features. But<br />
while Ellis says he found Apple wonderful to work with, he acknowledges<br />
that winning over other IT managers could be a challenge for a company<br />
used to wowing consumers. &#8220;Enterprise is kind of a new thing for them.&#8221;</p>
<div class="inStoryHeading">The Apple attitude</div>
<p>Gartner<br />
analyst Ken Dulaney puts it more bluntly. &#8220;Apple&#8217;s reputation&#8217;s not<br />
good. Most of the companies I talk to say that when they bring the<br />
Apple rep in, the first thing he says is, &#8216;Why should we work with<br />
you?&#8217; Not the kinds of practices that endear you to the enterprise.&#8221;</p>
<p>And<br />
while Apple&#8217;s dramatic product unveilings may thrill consumers and the<br />
press, they just annoy businesses, which prefer to plan for new<br />
technology well in advance. Apple&#8217;s decision to build all iPhones<br />
itself and offer U.S. service exclusively through AT&amp;T has Gartner<br />
recommending that clients avoid using specially developed iPhone<br />
software and stick with e-mail, calendar and contacts. That way, if<br />
relations with Apple or AT&amp;T (<a href="http://money.cnn.com/quote/quote.html?symb=T&amp;source=story_quote_link">T</a>, <a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/2756.html?source=story_f500_link">Fortune 500</a>) go sour,  they can easily switch to something like BlackBerry or Microsoft. </p>
<p>That<br />
may sort-of defeat the purpose of getting an iPhone - but businesses<br />
can&#8217;t afford to put all their eggs in one basket. Says Dulaney: &#8220;The<br />
iPhone does have a place in the enterprise. It just might not be as<br />
broad as something like Windows Mobile.&#8221;</p>
<p>Given all the hype<br />
around the iPhone&#8217;s advanced features, that seems an odd statement -<br />
but it reflects the skeptical tone several experts struck about Apple&#8217;s<br />
chances of storming corporate America. Companies in highly visual<br />
industries like insurance and media might take a chance on the iPhone<br />
early. But others will hang back to see whether they can get by with<br />
phones from companies whose products and customer service they&#8217;re used<br />
to working with already.</p>
<p>If Apple has a grand plan to beef up its<br />
customer service and overcome those perceptions, it isn&#8217;t sharing. (An<br />
Apple spokesman declined to comment beyond what the company has<br />
publicly stated about its plans.) But the company has plenty of<br />
options. A cash stash of nearly $20 billion gives Jobs the resources to<br />
buy a top-notch service organization if he chooses. The company&#8217;s<br />
AppleCare program for consumer service is highly rated, and he could<br />
expand it for business.</p>
<p>In a pinch, Jobs could also rely on<br />
wireless carrier partners to take the lead in sales and support. In the<br />
U.S., AT&amp;T seems eager to fill that role. The carrier is the top<br />
seller of the BlackBerry and Windows Mobile smartphones, and has<br />
promised to &#8220;aggressively&#8221; sell the iPhone &#8220;to more than 120,000<br />
companies - including all of the Fortune 1000&#8243; when it arrives on July<br />
11, according to company spokesman Brad Mays.</p>
<p>But Jobs is<br />
apparently not content to let AT&amp;T handle everything. Though<br />
AT&amp;T says it will be the &#8220;point person&#8221; for business customers, its<br />
tech support teams are responsible only for dealing with network<br />
service issues for the iPhone. For all hardware and software problems -<br />
such as dead batteries or cracked touchscreens - customers will have to<br />
make an extra call to Apple. That&#8217;s different from the way AT&amp;T<br />
deals with RIM and other hardware makers; for them, it handles all<br />
customer contact and brings in the device maker to make fixes behind<br />
the scenes.</p>
<p>&#8220;We&#8217;re evaluating this [arrangement], and if it seems<br />
to make sense for us to take on some of the responsibility on the<br />
device side as well, we would be open to doing that,&#8221; says Jeff<br />
Bradley, senior vice president of small business mobility marketing and<br />
operations at AT&amp;T.</p>
<div class="inStoryHeading">Grass roots campaign?</div>
<p>Even<br />
though Apple hasn&#8217;t charted a detailed corporate strategy, no one&#8217;s<br />
counting the company out. Even its critics say the combination of<br />
well-designed software and popular hardware could be hard to resist.</p>
<p>Al Delattre, global managing director of Accenture&#8217;s (<a href="http://money.cnn.com/quote/quote.html?symb=ACN&amp;source=story_quote_link">ACN</a>)<br />
electronics and high technology business practice, predicts that the<br />
iPhone could get a foothold in corporations as employees simply bring<br />
them in, one by one, and pressure their IT departments to make sure<br />
they work with corporate systems.</p>
<p>But it will take something<br />
extra for Apple to make a real impact. &#8220;All the major handset<br />
providers, if they want to play at the enterprise level, have got to<br />
have absolutely bulletproof, ironclad, global, 24-7 support,&#8221; Delattre<br />
says.</p>
<p>If Apple means business, that&#8217;s what needs to happen. <a href="http://money.cnn.com/2008/06/20/technology/corporate_iphone.fortune/index.htm?section=money_technology#TOP"><img src="http://i.cnn.net/money/images/bug.gif" alt="To top of page" border="0" width="7" height="7" /></a></p>
<p>
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://andrearuggieri.com/mobility/?feed=rss2&amp;p=45</wfw:commentRss>
		</item>
		<item>
		<title>Selling big business on the iPhone</title>
		<link>http://andrearuggieri.com/mobility/?p=44</link>
		<comments>http://andrearuggieri.com/mobility/?p=44#comments</comments>
		<pubDate>Tue, 24 Jun 2008 00:02:51 +0000</pubDate>
		<dc:creator>andrearuggieri</dc:creator>
		
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://andrearuggieri.com/mobility/?p=44</guid>
		<description><![CDATA[Will business buy the new iPhone? - Jun. 20, 2008
Selling big business on the iPhone
Apple is taking a new, corporate-friendly tack with the iPhone. Will it work?
By Jon Fortt and Michal Lev-Ram
June 20, 2008: 12:13 PM EDT


    






Some Fortune 500 companies are cautiously embracing the new business-friendly iPhone.







2008 FORTUNE 500


Full list: FORTUNE [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://money.cnn.com/2008/06/20/technology/corporate_iphone.fortune/index.htm?section=money_technology">Will business buy the new iPhone? - Jun. 20, 2008</a></p>
<h1 class="storyheadline">Selling big business on the iPhone</h1>
<h2 class="storysubhead">Apple is taking a new, corporate-friendly tack with the iPhone. Will it work?</h2>
<div class="storybyline">By <a href="mailto:jfortt@fortunemail.com">Jon Fortt</a> and <a href="mailto:mlevram@fortunemail.com">Michal Lev-Ram</a></div>
<div class="fortuneEyebrowTimestamp">June 20, 2008: 12:13 PM EDT</div>
<p><!--startclickprintexclude--><br clear="all" /><!--endclickprintexclude--><!-- CONTENT --><!-- REAP --><!--startclickprintexclude-->
<div id="IEContainerR">
<div class="IErow">    <!-- KEEP --><br />
<table border="0" cellpadding="0" cellspacing="0" width="220">
<tbody>
<tr>
<td align="center"><img src="http://i.l.cnn.net/money/2008/06/20/technology/corporate_iphone.fortune/iphone_jobs.03.jpg" alt="iphone_jobs.03.jpg" border="0" width="220" height="213" /></td>
</tr>
<tr>
<td align="left" valign="top"><span class="captionname"><b>Some Fortune 500 companies are cautiously embracing the new business-friendly iPhone.</b></span></td>
</tr>
</tbody>
</table>
</div>
<div class="IErow"><!-- KEEP --><br />
<style type="text/css"><!--
#Fortune500Widget {width:220px;margin-bottom:12px; color: #666; border:1px solid #ebebeb;}
#Fortune500Widget .widgetHed {border-bottom: 3px double #e8e8e8; margin:5px 7px;}
#Fortune500Widget .widgetHed a {color: #000; font: bold 22px Times;}
#Fortune500Widget .outerShell {border-top:1px solid #ebebeb;;margin-top:-4px;}
#Fortune500Widget .innerShell {padding:7px 5px 10px 10px;}
#Fortune500Widget div.leaderHed {font:bold 12px Arial; padding:2px 0px 5px 0px;}
#Fortune500Widget .innerShell .moreSummaryList {margin:0px 0px 0px 0px; padding: 2px 0px 5px 15px;vertical-align:top;}
#Fortune500Widget .leaderDek {font:normal 11px Arial;padding:3px 7px 10px 0px;}
#Fortune500Widget .leaderHed {font:bold 12px Arial;text-decoration:none;color:#B61D1D;}
#Fortune500Widget .leaderHed a {font:bold 12px Arial;text-decoration:none;color:#B61D1D;}
#Fortune500Widget .leaderHed a:hover {font:bold 12px Arial;text-decoration:underline;color:#B61D1D;}
#Fortune500Widget ul, 
#Fortune500Widget ol { list-style: none; font: normal 12px Arial; padding-left: 5px; margin: 0px;}
#Fortune500Widget ol li { list-style: decimal; list-style-position:inside;}
#Fortune500Widget ul li a, 
#Fortune500Widget ol li a {color:#B61D1D; text-decoration: none;font:normal 12px Arial;}
#Fortune500Widget ol li a {margin-left: 2px;}
#f500top10List {width: 203px;}</p>
<p>--></style>
<div id="Fortune500Widget">
<div class="widgetHed"><a href="http://money.cnn.com/magazines/fortune/fortune500/2008/index.html">2008 FORTUNE 500</a></div>
<div class="outerShell" style="border: medium none ;">
<div class="innerShell">
<div class="leaderHed moreSummaryList"><a href="http://money.cnn.com/magazines/fortune/fortune500/2008/full_list/index.html">Full list: FORTUNE 1000</a></div>
<table id="f500top10List">
<tbody>
<tr>
<td>
<ol>
<li><a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/2255.html">Wal-Mart</a></li>
<li><a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/387.html">Exxon Mobil</a></li>
<li><a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/385.html">Chevron</a></li>
<li><a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/175.html">GM</a></li>
<li><a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/327.html">ConocoPhillips</a></li>
</ol>
</td>
<td>
<ol start="6">
<li><a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/170.html">GE</a></li>
<li><a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/160.html">Ford Motor</a></li>
<li><a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/2927.html">Citigroup</a></li>
<li><a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/2580.html">B of A</a></li>
<li><a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/2756.html">AT&amp;T</a></li>
</ol>
</td>
</tr>
</tbody>
</table>
<div class="leaderHed moreSummaryList"><a href="http://money.cnn.com/magazines/fortune/fortune500/2008/states/CA.html">Top companies in your state</a></div>
<div class="leaderHed moreSummaryList"><a href="http://money.cnn.com/galleries/2008/fortune/0804/gallery.f500_bestcos.fortune/index.html">Best to work for</a></div>
<div class="leaderHed moreSummaryList"><a href="http://money.cnn.com/galleries/2008/fortune/0804/gallery.most_profitable.fortune/index.html">Most profitable</a></div>
<div class="leaderHed moreSummaryList"><a href="http://money.cnn.com/galleries/2008/fortune/0804/gallery.500_best_investments.fortune/index.html">Best investments</a></div>
<div class="leaderHed moreSummaryList"><a href="http://money.cnn.com/galleries/2008/fortune/0804/gallery.tech_profits.fortune/index.html">Most profitable big techs</a></div>
</p></div>
</p></div>
<div class="outerShell">
<div class="innerShell">
<div class="leaderHed"><a href="http://money.cnn.com/galleries/fortune.html">Galleries:</a></div>
<ul>
<li>• <a href="http://money.cnn.com/galleries/2008/fortune/0804/gallery.500_women_ceos.fortune/index.html">Women CEOs</a></li>
<li>• <a href="http://money.cnn.com/galleries/2008/fortune/0804/gallery.F500_losers.fortune/index.html">The biggest losers</a></li>
<li>• <a href="http://money.cnn.com/galleries/2008/fortune/0804/gallery.F500_fresh_faces.fortune/index.html">Faces of the 500&#8217;s future</a></li>
</ul></div>
</p></div>
<div class="outerShell">
<div class="innerShell">
<div class="leaderHed">Stories:</div>
<ul>
<li>• <a href="http://money.cnn.com/2008/04/18/news/companies/partys_over.fortune/index.htm">Why the party&#8217;s over</a></li>
</ul></div>
</p></div>
</div>
</div>
<div id="NestedBox">
<div id="magStoryIE">
<div id="TopStoriesBox">
<table class="topstoriesTable" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr class="headerRow">
<td class="headerCell"><a href="http://money.cnn.com/magazines/fortune/" class="relatedbox">More from Fortune</a></td>
</tr>
<tr class="contentRow">
<td>
<div class="storyLink">
<a href="http://money.cnn.com/2008/06/20/magazines/fortune/Evolution_McCain_Whitford.fortune/index.htm">The evolution of John McCain</a><br />

</div>
<div class="storyLink">
<a href="http://money.cnn.com/2008/06/23/news/economy/gimbel_saudi.fortune/index.htm">Saudis: Don&#8217;t blame us for oil prices</a><br />

</div>
<div class="storyLink">
<a href="http://money.cnn.com/2008/06/23/magazines/fortune/ozm_fig.fortune/index.htm">Hard times for the smart money</a><br />

</div>
</td>
</tr>
</tbody>
</table>
</div>
<div id="TopStoriesBox">
<table class="PermaLinksTable" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr class="contentRow">
<td>
<div class="storyLink">
<a href="http://money.cnn.com/magazines/fortune/fortune500/">FORTUNE 500</a>
</div>
<div class="storyLink">
<a href="http://money.cnn.com/magazines/fortune/">Current Issue</a></p>
</div>
<div class="storyLink">
<a href="http://subs.timeinc.net/CampaignHandler/FOnb?source_id=19">Subscribe to Fortune</a>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div id="quigo220"><!-- ADSPACE: technology/quigo/ctr.220x200 -->
<div id="ad-636629" style="border: 0pt none ; margin: 0pt; padding: 0pt;" align="center"><script type="text/javascript"> </p>
<p>cnnad_createAd("636629","http://ads.cnn.com/html.ng/site=cnn_money&#038;cnn_money_position=220x200_ctr&amp;cnn_money_rollup=technology&#038;cnn_money_section=quigo&amp;params.styles=fs","200","220");</p>
<p></script><iframe allowtransparency="true" hspace="0" vspace="0" marginheight="0" marginwidth="0" src="http://ads.cnn.com/html.ng/site=cnn_money&#038;cnn_money_position=220x200_ctr&amp;cnn_money_rollup=technology&#038;cnn_money_section=quigo&amp;params.styles=fs&#038;tile=1214265628215&amp;page.allowcompete=yes&amp;domId=636629" border="0" id="636629" style="position: relative; visibility: visible;" scrolling="no" width="220" frameborder="0" height="200"></iframe></div>
</div>
</div>
<p><!--endclickprintexclude--><!-- /REAP -->
<p>(Fortune)<br />
&#8211; Steve Jobs has won over legions of new customers since he returned<br />
to Apple, but one key group has stubbornly eluded him: big business.</p>
<p>The<br />
reason isn&#8217;t a mystery. Apple&#8217;s mercurial CEO decided a decade ago that<br />
corporate IT departments weren&#8217;t worth the trouble. Though they buy<br />
tech gear by the truckload, when it comes to computers they often favor<br />
stripped-down, predictable technology - the stuff Jobs finds boring.<br />
Rather than chase that business, he has courted upscale consumers with<br />
innovative devices like the iMac and iPod that are as fashionable as<br />
they are functional. It&#8217;s hard to argue with the results: Apple stock<br />
is up more than 2,000 percent in the last 10 years.</p>
<p>But now as<br />
Jobs seeks to turbocharge sales of the 3G iPhone, he&#8217;ll have no choice<br />
but to embrace the corporate stiffs. That&#8217;s because while Apple&#8217;s<br />
computer and iPod sales are healthy, analysts believe the popular<br />
smartphone has the most growth potential - and business buyers could be<br />
the key to its success.</p>
<p>Can Apple (<a href="http://money.cnn.com/quote/quote.html?symb=AAPL&amp;source=story_quote_link">AAPL</a>, <a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/670.html?source=story_f500_link">Fortune 500</a>)<br />
do it? With its strong brand and balance sheet, experts say now might<br />
be the perfect time to try. But the real question is whether Apple is<br />
willing to put the money and time into the humdrum work of treating<br />
businesses like first-class customers.</p>
<div class="inStoryHeading">Chasing the road warriors</div>
<p>In<br />
the iPhone&#8217;s realm, the most coveted customers are road warriors who<br />
read e-mail, surf the web, and handle multimedia files on the go. To<br />
date, most of them have embraced Research in Motion&#8217;s (<a href="http://money.cnn.com/quote/quote.html?symb=RIMM&amp;source=story_quote_link">RIMM</a>) BlackBerry, and devices running software from Microsoft (<a href="http://money.cnn.com/quote/quote.html?symb=MSFT&amp;source=story_quote_link">MSFT</a>, <a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/3063.html?source=story_f500_link">Fortune 500</a>)<br />
or Symbian. But investors, believing that the iPhone can steal those<br />
customers away, have recently bid up Apple&#8217;s stock. Analysts believe<br />
the company can sell between 20 million and 45 million units worldwide<br />
next year.</p>
<p>Mark Tauschek, an analyst with Info-Tech Research<br />
Group, notes that though business buyers make up only 30 percent of<br />
phone users, they spend the most money. &#8220;To reach these lofty goals<br />
they have to make the leap to enterprise sales,&#8221; he says. &#8220;That&#8217;s where<br />
most of the pickup is.&#8221;</p>
<p>There are already signs Apple is warming<br />
to businesses. The latest version of the iPhone, which is due to go on<br />
sale July 11, doesn&#8217;t come in retail-friendly candy colors; instead,<br />
it&#8217;s packed with features right off an IT manager&#8217;s wish list: tighter<br />
security, support for Microsoft Exchange and Office, and software tools<br />
that let businesses roll their own custom applications, to name a few.</p>
<p>The<br />
new capabilities are enough to get Apple&#8217;s handpicked group of outside<br />
corporate testers excited about the device; 35 percent of the Fortune<br />
500, including Bank of America (<a href="http://money.cnn.com/quote/quote.html?symb=BAC&amp;source=story_quote_link">BAC</a>, <a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/2580.html?source=story_f500_link">Fortune 500</a>), Morgan Stanley (<a href="http://money.cnn.com/quote/quote.html?symb=MS&amp;source=story_quote_link">MS</a>, <a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/3515.html?source=story_f500_link">Fortune 500</a>), Disney (<a href="http://money.cnn.com/quote/quote.html?symb=DIS&amp;source=story_quote_link">DIS</a>, <a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/2190.html?source=story_f500_link">Fortune 500</a>) and Genentech (<a href="http://money.cnn.com/quote/quote.html?symb=DNA&amp;source=story_quote_link">DNA</a>),<br />
signed up to try out the software and tell Apple how to make it better.<br />
&#8220;Everything they told us they wanted we have built into iPhone 2.0<br />
software out of the box,&#8221; Jobs said when he unveiled it this month.</p>
<p>But now that they&#8217;ve tested it, will they buy? We won&#8217;t know for several months. Wachovia (<a href="http://money.cnn.com/quote/quote.html?symb=WB&amp;source=story_quote_link">WB</a>, <a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/2543.html?source=story_f500_link">Fortune 500</a>) technology chief Jim Ditmore expects to include the iPhone among the devices employees can use for e-mail by October.</p>
<p>At Wells Fargo (<a href="http://money.cnn.com/quote/quote.html?symb=WFC&amp;source=story_quote_link">WFC</a>, <a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/2578.html?source=story_f500_link">Fortune 500</a>),<br />
Steve Ellis, executive VP of wholesale services, notes that workers<br />
can&#8217;t wait to get their hands on iPhones - he says he fielded two dozen<br />
employee e-mails the day Apple unveiled the business features. But<br />
while Ellis says he found Apple wonderful to work with, he acknowledges<br />
that winning over other IT managers could be a challenge for a company<br />
used to wowing consumers. &#8220;Enterprise is kind of a new thing for them.&#8221;</p>
<div class="inStoryHeading">The Apple attitude</div>
<p>Gartner<br />
analyst Ken Dulaney puts it more bluntly. &#8220;Apple&#8217;s reputation&#8217;s not<br />
good. Most of the companies I talk to say that when they bring the<br />
Apple rep in, the first thing he says is, &#8216;Why should we work with<br />
you?&#8217; Not the kinds of practices that endear you to the enterprise.&#8221;</p>
<p>And<br />
while Apple&#8217;s dramatic product unveilings may thrill consumers and the<br />
press, they just annoy businesses, which prefer to plan for new<br />
technology well in advance. Apple&#8217;s decision to build all iPhones<br />
itself and offer U.S. service exclusively through AT&amp;T has Gartner<br />
recommending that clients avoid using specially developed iPhone<br />
software and stick with e-mail, calendar and contacts. That way, if<br />
relations with Apple or AT&amp;T (<a href="http://money.cnn.com/quote/quote.html?symb=T&amp;source=story_quote_link">T</a>, <a href="http://money.cnn.com/magazines/fortune/fortune500/2008/snapshots/2756.html?source=story_f500_link">Fortune 500</a>) go sour,  they can easily switch to something like BlackBerry or Microsoft. </p>
<p>That<br />
may sort-of defeat the purpose of getting an iPhone - but businesses<br />
can&#8217;t afford to put all their eggs in one basket. Says Dulaney: &#8220;The<br />
iPhone does have a place in the enterprise. It just might not be as<br />
broad as something like Windows Mobile.&#8221;</p>
<p>Given all the hype<br />
around the iPhone&#8217;s advanced features, that seems an odd statement -<br />
but it reflects the skeptical tone several experts struck about Apple&#8217;s<br />
chances of storming corporate America. Companies in highly visual<br />
industries like insurance and media might take a chance on the iPhone<br />
early. But others will hang back to see whether they can get by with<br />
phones from companies whose products and customer service they&#8217;re used<br />
to working with already.</p>
<p>If Apple has a grand plan to beef up its<br />
customer service and overcome those perceptions, it isn&#8217;t sharing. (An<br />
Apple spokesman declined to comment beyond what the company has<br />
publicly stated about its plans.) But the company has plenty of<br />
options. A cash stash of nearly $20 billion gives Jobs the resources to<br />
buy a top-notch service organization if he chooses. The company&#8217;s<br />
AppleCare program for consumer service is highly rated, and he could<br />
expand it for business.</p>
<p>In a pinch, Jobs could also rely on<br />
wireless carrier partners to take the lead in sales and support. In the<br />
U.S., AT&amp;T seems eager to fill that role. The carrier is the top<br />
seller of the BlackBerry and Windows Mobile smartphones, and has<br />
promised to &#8220;aggressively&#8221; sell the iPhone &#8220;to more than 120,000<br />
companies - including all of the Fortune 1000&#8243; when it arrives on July<br />
11, according to company spokesman Brad Mays.</p>
<p>But Jobs is<br />
apparently not content to let AT&amp;T handle everything. Though<br />
AT&amp;T says it will be the &#8220;point person&#8221; for business customers, its<br />
tech support teams are responsible only for dealing with network<br />
service issues for the iPhone. For all hardware and software problems -<br />
such as dead batteries or cracked touchscreens - customers will have to<br />
make an extra call to Apple. That&#8217;s different from the way AT&amp;T<br />
deals with RIM and other hardware makers; for them, it handles all<br />
customer contact and brings in the device maker to make fixes behind<br />
the scenes.</p>
<p>&#8220;We&#8217;re evaluating this [arrangement], and if it seems<br />
to make sense for us to take on some of the responsibility on the<br />
device side as well, we would be open to doing that,&#8221; says Jeff<br />
Bradley, senior vice president of small business mobility marketing and<br />
operations at AT&amp;T.</p>
<div class="inStoryHeading">Grass roots campaign?</div>
<p>Even<br />
though Apple hasn&#8217;t charted a detailed corporate strategy, no one&#8217;s<br />
counting the company out. Even its critics say the combination of<br />
well-designed software and popular hardware could be hard to resist.</p>
<p>Al Delattre, global managing director of Accenture&#8217;s (<a href="http://money.cnn.com/quote/quote.html?symb=ACN&amp;source=story_quote_link">ACN</a>)<br />
electronics and high technology business practice, predicts that the<br />
iPhone could get a foothold in corporations as employees simply bring<br />
them in, one by one, and pressure their IT departments to make sure<br />
they work with corporate systems.</p>
<p>But it will take something<br />
extra for Apple to make a real impact. &#8220;All the major handset<br />
providers, if they want to play at the enterprise level, have got to<br />
have absolutely bulletproof, ironclad, global, 24-7 support,&#8221; Delattre<br />
says.</p>
<p>If Apple means business, that&#8217;s what needs to happen. <a href="http://money.cnn.com/2008/06/20/technology/corporate_iphone.fortune/index.htm?section=money_technology#TOP"><img src="http://i.cnn.net/money/images/bug.gif" alt="To top of page" border="0" width="7" height="7" /></a></p>
<p>
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://andrearuggieri.com/mobility/?feed=rss2&amp;p=44</wfw:commentRss>
		</item>
	</channel>
</rss>
