<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Five Mobile&#187; Uncategorized Archives  &#8211; Mobile Application Development Experts</title>
	<atom:link href="http://fivemobile.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://fivemobile.com</link>
	<description>Mobile Application Development</description>
	<lastBuildDate>Wed, 08 Sep 2010 18:08:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Why analytics is becoming critical to mobile advertising&#8217;s future</title>
		<link>http://fivemobile.com/uncategorized/analytics-critical-mobile-advertisings-future/</link>
		<comments>http://fivemobile.com/uncategorized/analytics-critical-mobile-advertisings-future/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 18:07:38 +0000</pubDate>
		<dc:creator>Nafis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fivemobile.com/?p=854</guid>
		<description><![CDATA[By Dan  Butcher
Nokia’s recent acquisition of Motally highlights the importance of  analytics for mobile advertising to achieve its full potential and take  its rightful place at the center of brands’ multichannel strategy.
Motally  provides a mobile analytics service for developers and content partners  to understand, track and report in-application user behavior. [...]]]></description>
			<content:encoded><![CDATA[<p>By <a href="http://www.mobilemarketer.com/cms/authors/9.html">Dan  Butcher</a></p>
<p><img style=" float:left;  padding-right:20px; padding-bottom:10px;" src="http://fivemobile.com/wp-content/uploads/2010/09/1193.jpg" alt="Why analytics is becoming critical to mobile advertisings future" width="180" height="185" title="Why analytics is becoming critical to mobile advertisings future photo" />Nokia’s recent acquisition of Motally highlights the importance of  analytics for mobile advertising to achieve its full potential and take  its rightful place at the center of brands’ multichannel strategy.</p>
<p>Motally  provides a mobile analytics service for developers and content partners  to understand, track and report in-application user behavior. The  services to be acquired by Nokia focus on in-application tracking and  reporting.</p>
<p>“In-application analytics are a competitive requirement  in the market and this acquisition is designed to enable Nokia to offer  our developer and publisher partners a great solution,” said Mona  Kokkonen, spokeswoman for Nokia, Espoo, Finland. “We believe that the  acquisition adds tangible benefits to Nokia’s developer offering,  through improved analytics that will enable the Ovi platform to better  track and report user behavior for developers and content partners.</p>
<p>“Improved analytics will enable developers and content partners to  optimize product offerings,” she said. “Improved analytics will enable  developers and content partners to optimize apps and the user  experience.</p>
<p>“We cannot comment on what we will do now with Motally on board, nor the financials.”</p>
<p>Handset manufacturer <a href="http://www.nokia.com/" target="_blank">Nokia</a> also runs a mobile ad network. Its subsidiary Navteq specializes in mapping and location-based mobile advertising.</p>
<p>Nokia has been trying to court developers to its <a href="http://www.ovi.com/services" target="_blank">Ovi</a> platform to compete with rivals such as Apple’s App Store, Google’s  Android Market and Research In Motion&#8217;s BlackBerry App World.</p>
<p>[<a href="http://www.mobilemarketer.com/cms/news/manufacturers/7263.html">Continue Reading</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://fivemobile.com/uncategorized/analytics-critical-mobile-advertisings-future/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone App Video Mirroring</title>
		<link>http://fivemobile.com/uncategorized/iphone-app-video-mirroring/</link>
		<comments>http://fivemobile.com/uncategorized/iphone-app-video-mirroring/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 18:57:43 +0000</pubDate>
		<dc:creator>Nafis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fivemobile.com/?p=844</guid>
		<description><![CDATA[[Source]
How can you show your app to a large group? What if you want to show an app to a client, an investor, or at a trade show? Extensive Googling reveals lots of people asking the question, but no good answer.
I’m the organizer of the Raleigh iPhone Developer’s Meetup and it’s basically impossible for our [...]]]></description>
			<content:encoded><![CDATA[<p>[<a href="http://www.touchcentric.com/blog/archives/3">Source</a>]</p>
<p>How can you show your app to a large group? What if you want to show an app to a client, an investor, or at a trade show? Extensive Googling reveals lots of people asking the question, but no good answer.</p>
<div id="attachment_845" class="wp-caption aligncenter" style="width: 484px"><img class="size-full wp-image-845" title="tvout1" src="http://fivemobile.com/wp-content/uploads/2010/08/tvout1.jpg" alt="iPhone app displaying its output on a TV" width="474" height="356" /><p class="wp-caption-text">iPhone app displaying its output on a TV</p></div>
<p>I’m the organizer of the Raleigh iPhone Developer’s Meetup and it’s basically impossible for our group’s members to demo their apps. The “crowd people around a phone” method breaks at around four people. And our last meetup had 20 people!</p>
<p>Why can’t we be like Steve, using our apps on our phone, with the display projected for all to see?</p>
<p>I have a solution, if you’re willing to make a special build of your app that’s not meant for the app store. No jailbreaking required! Although a willingness to use private methods is.</p>
<p>Update: There’s a new version for iOS 4.0 here: http://www.touchcentric.com/blog/archives/123</p>
<p><strong>How It Works</strong></p>
<p>Inside the iPhone SDK exists a private API for video output. A class called MPTVOutWindow will display whatever it contains via the video output dock connector. (Thanks to Erica Sadun who discovered this class and figured out how to use it!)</p>
<p>I created a UIApplication category (that is to say, an extension to the existing UIApplication class) that uses MPTVOutWindow to mirror the device display onto the TV display. The goal was to make it seamless — drop the file into a project, recompile, and go. And it’s really just that easy, with a couple of caveats.</p>
<p>Caveat #1: apps that use this won’t be allowed into the App Store. That’s because it uses a couple of private APIs (the MPTVOutWindow class and UIGetScreenImage()). But since you’re already an iPhone application developer, creating a private build for your own use is normal.</p>
<p>Caveat #2: it doesn’t copy parts of the screen that belong to OpenGL. The class could be extended to do that, if you needed to.</p>
<p>Update: actually, it works fine with OpenGL. I demoed an OpenGL game using this at about 20 fps.</p>
<p><strong>Getting Started</strong></p>
<p>First, get a video out cable. It’s the same cable you’d use to watch videos from your iPhone on a TV using the dock connector (note: headphone-jack video cables from older iPods do not work). Apple’s official cable, Apple Component AV Cable, is $50 for composite video. A similar cable is only $14.18 at MonoPrice.com. Component cables are also available. `</p>
<p><strong>How To Use</strong></p>
<p>Add the file UIApplication+TVOut.m to your project. Also, you’ll need the “MediaPlayer.framework” framework, which contains references to the private API we’re using.</p>
<p>Somewhere in your code you need to call start. Anytime after your app’s primary window has been created, call startTVOut:</p>
<p>[[UIApplication] sharedApplication] startTVOut];</p>
<p>That’s about all you need to do. The application category handles everything necessary to mirror the device’s display. The startTVOut method creates the MPTVoutWindow, adds the necessary subviews, rotates them to match your app’s orientation, and centers them to appear properly on the TV. A background thread copies the bits from your main display into a view in the MPTVOutWindow. (You can configure the frames per second in the #define at the top of the file. 12 fps works well for me.)</p>
<p>In my test app, I call it from applicationDidFinishLaunching:. One thing to remember about applicationDidFinishLaunching: is that it gets called before the runloop starts, so your primary window isn’t on screen yet. I call it with a brief delay to give the runloop a chance to get going.</p>
<p>- (void)applicationDidFinishLaunching:(UIApplication*)application {<br />
// give the runloop a chance to start<br />
[[UIApplication sharedApplication] performSelector: @selector(startTVOut)<br />
withObject: nil afterDelay: .1];<br />
}</p>
<p>And actually, you don’t even need to call startTVOut. The category can start itself. The code includes an override for a private method called reportAppLaunchFinished:. This undocumented method seems to get called after the app has finished loading. (Being undocumented, I’m not really sure what it does, or what the negative consequences of overriding it has. As far as I can tell, it’s only used to clean up the Default.png display.) I’ve commented out that method, since it’s a bit mysterious. But if you uncomment the method, it will automatically start the TV out display for you. No changes to your code needed!</p>
<p><strong>Mirroring Other Apps?</strong></p>
<p>Since this code runs as part of your app, it stops running when your app stops running. So it’s not a general purpose full-time video mirroring solution.</p>
<p>However, using other private methods, it’s possible to launch other apps while your app remains running, thus mirroring whatever app is in front. I’ve managed to mirror Safari (launched using the private openURL:asPanel: method). I’m sure you can figure ways to mirror other apps using some of the private app launching methods.</p>
<p><strong>Not for Public Consumption!</strong></p>
<p>Since this uses private methods, it would almost certainly not survive Apple’s app review process. To avoid getting your app rejected, you should remove this code from your release builds. This is pretty easy — set the current target to Release and uncheck the checkbox next to the file’s name. Also, if you call startTVOut manually, you’ll need to put some #ifdefs around that call, so it won’t get compiled into release builds.</p>
<p><strong>Great, Where’s the Code?</strong></p>
<p>Grab the latest code from here:</p>
<p>http://groups.google.com/group/iphone-developers-nc/web/UIApplication_TVOut.m</p>
<p>If you have any comments or questions, feel free to email me.</p>
<p>– Rob</p>
]]></content:encoded>
			<wfw:commentRss>http://fivemobile.com/uncategorized/iphone-app-video-mirroring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Web Is Dead. Long Live the Internet</title>
		<link>http://fivemobile.com/uncategorized/web-dead-long-live-internet/</link>
		<comments>http://fivemobile.com/uncategorized/web-dead-long-live-internet/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 15:00:17 +0000</pubDate>
		<dc:creator>Nafis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fivemobile.com/?p=824</guid>
		<description><![CDATA[[Source]
By Chris Anderson and  Michael Wolff
August 17, 2010 &#124; 9:00 am &#124; Wired September 2010





The Web Is Dead? A Debate
How the Web Wins
How Do Native Apps and Web Apps Compare?

Two decades after its birth, the World Wide Web is in decline, as simpler, sleeker services — think apps — are less about the searching [...]]]></description>
			<content:encoded><![CDATA[<p>[<a href="http://www.wired.com/magazine/2010/08/ff_webrip/">Source</a>]<br />
By Chris Anderson and  <a href="mailto:rants@wired.com">Michael Wolff</a><br />
August 17, 2010 | 9:00 am | <a href="http://www.wired.com/magazine/">Wired September 2010</a></p>
<p><img class="aligncenter size-full wp-image-827" title="Screen shot 2010-08-20 at 10.46.57 AM" src="http://fivemobile.com/wp-content/uploads/2010/08/Screen-shot-2010-08-20-at-10.46.57-AM.png" alt="Screen shot 2010-08-20 at 10.46.57 AM" width="520" height="353" /></p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="200"><img class="alignnone" src="http://www.wired.com/magazine/wp-content/images/18-09/web_rip_200.gif" alt="The Web Is Dead. Long Live the Internet" width="200" height="95" title="The Web Is Dead. Long Live the Internet photo" /></p>
<div><a href="http://www.wired.com/magazine/2010/08/ff_webrip_debate/">The Web Is Dead? A Debate</a></div>
<div><a href="http://www.wired.com/epicenter/2010/08/how-the-web-wins/">How the Web Wins</a></div>
<div><a href="http://www.webmonkey.com/2010/08/how-do-native-apps-and-web-apps-compare/">How Do Native Apps and Web Apps Compare?</a></div>
</td>
<td style="padding-left: 16px;" width="100%">Two decades after its birth, the World Wide Web is in decline, as simpler, sleeker services — think apps — are less about the searching and more about the getting. Chris Anderson explains how this new paradigm reflects the inevitable course of capitalism. And Michael Wolff explains why the new breed of media titan is forsaking the Web for more promising (and profitable) pastures.</td>
</tr>
</tbody>
</table>
<p></br ><br />
</br ></p>
<h2 style="text-align: center;"><a href="http://www.wired.com/magazine/2010/08/ff_webrip/"><strong>Read the article here!</strong></a></h2>
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://fivemobile.com/uncategorized/web-dead-long-live-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 arguments on why mobile is indispensable to marketing plans</title>
		<link>http://fivemobile.com/uncategorized/5-arguments-mobile-indispensable-marketing-plans-2/</link>
		<comments>http://fivemobile.com/uncategorized/5-arguments-mobile-indispensable-marketing-plans-2/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 20:31:40 +0000</pubDate>
		<dc:creator>Nafis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fivemobile.com/?p=815</guid>
		<description><![CDATA[By Vanessa Horwell [source]
As the readers of this column will certainly agree, mobile marketing is no fad.
Rather, I believe that mobile marketing will – and must – become a central part of every successful marketing and visibility strategy, and I think it is well on its way to becoming just that.
However, the integration of mobile [...]]]></description>
			<content:encoded><![CDATA[<p>By <a href="http://www.thinkinkpr.com/">Vanessa Horwell</a> <a href="http://www.mobilemarketer.com/cms/opinion/columns/7026.html">[source]</a></p>
<p><img style="border: 0pt none; float:left;  padding-right:10px; padding-bottom:10px" src="http://fivemobile.com/wp-content/uploads/2010/08/bb2.jpg" alt="5 arguments on why mobile is indispensable to marketing plans" width="125" height="192" title="5 arguments on why mobile is indispensable to marketing plans photo" />As the readers of this column will certainly agree, mobile marketing is no fad.</p>
<p>Rather, I believe that mobile marketing will – and must – become a central part of every successful marketing and visibility strategy, and I think it is well on its way to becoming just that.</p>
<p>However, the integration of mobile marketing into existing marketing strategies on a large scale will not happen spontaneously.</p>
<p>Instead, it will come about through a concerted effort to educate companies and other organizations about the benefits and unique qualities of mobile outreach.</p>
<p>This is not to say that the mobile marketing industry will somehow foist preferred tactics on unsuspecting businesses. The integration of mobile marketing will occur – and is occurring – naturally, organically.<br />
<strong><br />
Teach reach</strong><br />
Enterprises across the nation and the world are already realizing the tremendous reach and penetrating power of leveraging the mobile device for marketing purposes, and they are coming to this realization by discerning the trends and facts on the ground.</p>
<p>Hundreds of millions of Americans – nearly 90 percent of the country – use their mobile devices every day, and a solid majority of them express a desire to receive marketing messages of some sort through their mobile.</p>
<p>Redemption rates for mobile initiatives dwarf those of traditional marketing programs. Indeed, the cost per impression of a mobile campaign is often far lower than that of a mainstream media advertising campaign.</p>
<p>But you know this already.</p>
<p>The role we must play as marketers and mobile industry professionals is that of educators for the rest of the business community that has not yet fully embraced mobile marketing, or that portion which subscribes to the notion that mobile is somehow just a flash in the pan.</p>
<p>It is our job, in other words, to convince organizations that sitting on the sidelines of mobile is not an option, and that doing so carries an opportunity cost too high to sustain.</p>
<p>More constructively, it is also our job to continue touting the best practice and most effective strategies to get the most out of mobile communications.</p>
<p>Since standing on the street corner wearing a sandwich board is out, this proselytizing starts at the level of existing and potential clients.</p>
<p>In that vein, here are five effective arguments to present to clients on why mobile marketing ought to be an indispensible aspect of their marketing plans.<br />
<strong><br />
It is where your customers are</strong><br />
As I mentioned, mobile phone saturation is nearly complete in the developed world, and the use of mobile devices is on the rise just about everywhere.</p>
<p>This makes the mobile landscape the place of residence for most – not many, most – of the world’s consumers. Engaging in a mobile strategy opens up this vast market to any business that wants to participate in it.</p>
<p><strong>By nature, it is targeted, relevant and actionable</strong><br />
Much as email and Internet marketing redefined direct marketing, the mobile space is further expanding businesses ability to engage customers in ways that they find appropriate and attractive.</p>
<p>Importantly, the mobile medium reaches purchase-ready consumers directly at the point of sale.</p>
<p>When we said this in the past, it used to mean that customers could have a marketing message on their device when they physically approached a retail outlet.</p>
<p>Now, with the maturity of mobile commerce and the flourishing of the mobile Internet, it means that customers can conduct the entire transaction cycle on their mobile device, from marketing to purchasing to consumption.<br />
<strong><br />
It is cost-effective</strong><br />
Mobile marketing features some of the lowest cost per touch and cost per impression of any marketing medium.</p>
<p>Without naming names, one retailer executed a mobile campaign with triple-digit ROI for less than 2 cents per impression.</p>
<p>Marketers that provide tactics with these kinds of returns for clients are also reaping financial rewards.</p>
<p>Agency holding company giant WPP, which owns JWT, Ogilvy and Y&amp;R, posted 2 percent revenue gains in one of the softest marketing spend environments in years arguably on the strength of its mobile marketing performance.<br />
<strong><br />
It is brand-friendly</strong><br />
Since mobile marketing is still relatively new in the eyes of most consumers, it transmits a sense of innovation and forward-thinking for the brand that uses it.</p>
<p>Combine that with the ability of mobile marketing messages to be well-branded – a goal for every mobile marketing initiative – along with the high levels of brand interaction associated with mobile applications, and mobile marketing becomes a panacea for companies trying to define or strengthen their brand.<br />
<strong><br />
It is versatile</strong><br />
Speaking of applications, it is easy to forget that these ingenious, useful and ubiquitous marketing tools are barely four years old.</p>
<p>The Apple App Store, which has almost 250,000 applications for the iPhone and iPad, was not even open for business until 2008, a good year after the first iPhone was introduced.</p>
<p>Now, applications are the darlings of the marketing and advertising world, and an indispensible aspect of the smartphone experience.</p>
<p>This demonstrates that marketing opportunities on the mobile medium grow and change almost daily, and mobile continues to provide new and better ways to get a message out.</p>
<p>It is, in other words, one of the most versatile marketing mediums currently available.</p>
<p>MOBILE MARKETING IS not the next big thing, waiting for the next next big thing to come along and unseat it. It is the big thing, the game-changer.</p>
<p>In technological terms, mobile is the next evolution in communications, one that is redefining how, where and why people connect with one another.</p>
<p>It stands to reason, then, that it should have a similar effect on marketing and advertising.</p>
<p>Trends everywhere are pointing to this evolution, and businesses are on the path to widespread adoption. There will never be a year of mobile, or even a half-decade of mobile.</p>
<p>Mobile marketing will be a consistent reality for all businesses, everywhere. So it is time to let them know.</p>
<p><em>Vanessa Horwell is chief visibility officer of ThinkInk, Miami Beach, FL. Reach her at vanessa@thinkinkpr.com.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://fivemobile.com/uncategorized/5-arguments-mobile-indispensable-marketing-plans-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Your Customers Don&#8217;t Want to Talk to You</title>
		<link>http://fivemobile.com/uncategorized/customers-talk/</link>
		<comments>http://fivemobile.com/uncategorized/customers-talk/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 15:25:32 +0000</pubDate>
		<dc:creator>Nafis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fivemobile.com/?p=787</guid>
		<description><![CDATA[


The following is an interesting blog post from the Harvard Business Review that challenges the notion that customers prefer live one on on service as opposed to automated services. As it relates to mobile, this may further explain the popularity of self service apps that banks, insurance companies, and medical organizations are gravitating towards.
[Source]
8:36 AM [...]]]></description>
			<content:encoded><![CDATA[<blockquote>
<div id="articleBody"></div>
</blockquote>
<p>The following is an interesting blog post from the Harvard Business Review that challenges the notion that customers prefer live one on on service as opposed to automated services. As it relates to mobile, this may further explain the popularity of self service apps that banks, insurance companies, and medical organizations are gravitating towards.</p>
<blockquote><p>[<a href="http://blogs.hbr.org/cs/2010/07/why_your_customers_dont_want_t.html">Source</a>]</p>
<p>8:36 AM Wednesday July 28, 2010<br />
by Matt Dixon and Lara Ponomareff</p>
<p>Have you ever walked into an airport, seen that there is nobody in  line at the check-in counter, but still made a bee-line for the<img style="border: 0pt none; float:left;  padding-right:10px; padding-bottom:10px" title="customer-service-reps" src="http://fivemobile.com/wp-content/uploads/2010/07/customer-service-reps-300x199.jpg" alt="Why Your Customers Dont Want to Talk to You" width="160" height="118" /> self-service kiosk?  Better yet, have you ever <em>waited </em>in line for an ATM machine even though there is nobody in line for the teller inside the bank?</p>
<p>If you answered &#8220;yes&#8221; to either of these questions, you&#8217;re not alone.  Most customers these days demonstrate a huge — and increasing —  appetite for self-service, yet most companies run their operations as if  customers prefer to interact with them live.</p>
<p>In our research on this topic (which we discuss in our recent HBR article <a href="http://hbr.org/2010/07/stop-trying-to-delight-your-customers/ar/1">&#8220;Stop Trying to Delight Your Customers</a>&#8220;),  we&#8217;ve found that corporate leaders dramatically overestimate the extent  to which their customers actually want to talk to them. In fact, on  average, companies tend to think their customers value live service more  than twice as much as they value self service. But our data show that  customers today are statistically indifferent about this — they value  self-service just as much as using the phone. And guess what? By and  large, this indifference holds regardless of their age, demographic,  issue type, or urgency.</p>
<p>This attitude toward self-service has been a long time coming.  Two-thirds of the customers we surveyed told us that three to five years  ago, they primarily used the phone for service interactions. Today,  less than a third do, and the number is shrinking fast.</p>
<p>What is it that makes self service so appealing?  Maybe it&#8217;s the  efficiency of the interaction — the airport kiosk is probably faster  than interacting with a check-in agent — but that wouldn&#8217;t explain why  we go <em>out of our way </em>to take care of our service needs  ourselves. On a psychological level, it might have more to do with the  unique element of control that self service affords. Or, maybe this  self-service love affair is a product of our infatuation with gadgetry  and electronic communication. All fairly benign explanations, to be  sure.</p>
<p>But here&#8217;s a hypothesis that would be concerning if it&#8217;s right: maybe  customers are shifting toward self service because they don&#8217;t <em>want</em> a relationship with companies. While this secular trend could be  explained away as just a change in consumers&#8217; channel preferences,  skeptics might argue that customers never wanted the kind of  relationship that companies have always hoped for, and that self service  now allows customers the &#8220;out&#8221; they&#8217;ve been looking for all along.</p>
<p>For managers hell-bent on deepening relationships with their customers, that&#8217;s a sobering thought.</p>
<p>Consider this: Running your company as if customers want to talk to  you isn&#8217;t just expensive, it&#8217;s potentially undermining your efforts to  build longer-term loyalty. Our research shows that customers who attempt  to self serve, fail, and are forced to pick up the phone are 10% more  likely to be disloyal than those customers who were able to fully  resolve their issues in their channel of choice. As one CFO remarked to  us recently, &#8220;When you think about the relative cost of live service and  the disloyalty effect of channel switching&#8230;it&#8217;s like paying your  customers to be disloyal to you.&#8221;</p>
<p>How often does channel switching happen?  All the time.</p>
<p>We found that a staggering 57% of inbound calls come from customers  who first attempted to resolve their issue on the company&#8217;s website. And  over 30% of callers are on the company&#8217;s website <em>at the same time</em> that they are talking to a rep on the phone. That&#8217;s a lot of frustrated customers.</p>
<p>What do you think? Are we simply seeing a change in customer preferences —  or a relationship on the rocks?</p>
<p><em><strong>Matthew Dixon</strong> is the managing director of the Corporate Executive Board&#8217;s <a href="http://www.executiveboard.com/salesandmarketing/">Sales and Service Practice</a>.  <strong>Lara Ponomareff </strong>is  a research consultant with the Customer Contact Council, a division of  the Corporate Executive Board&#8217;s Sales and Service Practice.</em></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://fivemobile.com/uncategorized/customers-talk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Texting While Driving? Think Again!</title>
		<link>http://fivemobile.com/uncategorized/texting-driving/</link>
		<comments>http://fivemobile.com/uncategorized/texting-driving/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 13:59:46 +0000</pubDate>
		<dc:creator>Nafis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fivemobile.com/?p=739</guid>
		<description><![CDATA[
ATLANTA — Technology is emerging that could  solve a growing menace on the nation&#8217;s highways: texting while driving.A Georgia company today announces a partnership  with an Irving, Texas, firm to provide software to government agencies  and businesses that disables the texting, e-mailing and Web-browsing  functions of a wireless phone in moving [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-740 aligncenter" title="texting-driving[1]" src="http://fivemobile.com/wp-content/uploads/2010/07/texting-driving1.gif" alt="Source: Governors Highway Saftey Association " width="551" height="380" /></p>
<div>ATLANTA — Technology is emerging that could  solve a growing menace on the nation&#8217;s highways: texting while driving.A Georgia company today announces a partnership  with an Irving, Texas, firm to provide software to government agencies  and businesses that disables the texting, e-mailing and Web-browsing  functions of a wireless phone in moving vehicles. Manage Mobility, an  Alpharetta-based management and logistics firm, will provide technology  developed by WebSafety Inc.  [<a href="http://www.usatoday.com/money/autos/2010-07-21-1Atexting21_ST_N.htm">continue reading here</a>]</div>
<p><strong><br />
Put safety first! Don&#8217;t forget to download <a href="http://zoomsafer.com/personal.aspx">ZoomSafer</a>, the app that eliminates the temptation to text while driving and keeps you connected via hands-free services! </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://fivemobile.com/uncategorized/texting-driving/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlackBerry Webkit Browser vs. iPhone and Android Browsers</title>
		<link>http://fivemobile.com/uncategorized/blackberry-webkit-browser-iphone-android-browsers/</link>
		<comments>http://fivemobile.com/uncategorized/blackberry-webkit-browser-iphone-android-browsers/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 19:13:35 +0000</pubDate>
		<dc:creator>Nafis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fivemobile.com/?p=730</guid>
		<description><![CDATA[The BlackBerry WebKit Browser isn’t available to us just yet, but check out this impressive preview of the browser on the Blackberry Slider 9800.  It is more than likely that it will be released with the upcoming OS 6 update. Stay tuned!

]]></description>
			<content:encoded><![CDATA[<p>The BlackBerry WebKit Browser isn’t available to us just yet, but check out this impressive preview of the browser on the Blackberry Slider 9800.  It is more than likely that it will be released with the upcoming OS 6 update. Stay tuned!</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="561" height="338" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/SjESFOWBhvA&amp;hl=en_US&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="561" height="338" src="http://www.youtube.com/v/SjESFOWBhvA&amp;hl=en_US&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://fivemobile.com/uncategorized/blackberry-webkit-browser-iphone-android-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook&#8217;s Open Graph going mobile [CNET]</title>
		<link>http://fivemobile.com/uncategorized/facebooks-open-graph-mobile-cnet/</link>
		<comments>http://fivemobile.com/uncategorized/facebooks-open-graph-mobile-cnet/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 16:44:19 +0000</pubDate>
		<dc:creator>Nafis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fivemobile.com/?p=717</guid>
		<description><![CDATA[July 13, 2010 2:05 PM PDT
Facebook&#8217;s Open Graph Going Mobile [Original Source]
by Jessica Dolcourt



Eric Tseng, Facebook&#8217;s head of mobile products. (Credit: Tom Krazit/CNET)



SAN FRANCISCO&#8211;Facebook&#8217;s Open Graph is the reason there are Facebook &#8220;Like&#8221; buttons strewn across the Web on sites that Facebook doesn&#8217;t operate. Eric Tseng, Facebook&#8217;s head of mobile products and a former product [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">July 13, 2010 2:05 PM PDT<br />
Facebook&#8217;s Open Graph Going Mobile [<a href="http://www.cnet.com/8301-17918_1-20010442-85.html">Original Source]</a><br />
by <a href="http://www.cnet.com/profile/J-Do/">Jessica Dolcourt</a></p>
<div class="mceTemp mceIEcenter" style="text-align: justify;">
<dl id="attachment_718" class="wp-caption aligncenter" style="width: 520px;">
<dt class="wp-caption-dt"><img class="size-full wp-image-718" title="EricTseng_MobileBeat2010" src="http://fivemobile.com/wp-content/uploads/2010/07/EricTseng_MobileBeat2010.png" alt="Eric Tseng, Facebook's head of mobile products. (Credit: Tom Krazit/CNET)" width="510" height="423" /></dt>
<dd class="wp-caption-dd">Eric Tseng, Facebook&#8217;s head of mobile products. (Credit: Tom Krazit/CNET)</dd>
</dl>
</div>
<p style="text-align: justify;">
<p style="text-align: justify;">SAN FRANCISCO&#8211;Facebook&#8217;s Open Graph is the reason there are Facebook &#8220;Like&#8221; buttons strewn across the Web on sites that Facebook doesn&#8217;t operate. Eric Tseng, Facebook&#8217;s head of mobile products and a former product manager of the Google Nexus One phone, told the room at MobileBeat 2010 that Open Graph is going mobile.</p>
<p style="text-align: justify;">What does this mean? Simply that as Facebook rolls out its Open Graph plug-ins to partners in the mobile space, many more of Facebook&#8217;s social tools (such as that &#8220;Like&#8221; button, for instance) will show up in unrelated mobile apps that don&#8217;t have their own social-networking tools.</p>
<p style="text-align: justify;">The more interesting use case that Tseng outlined during his talk focuses on mobile marketing, a familiar theme at any mobile tech summit. Tseng painted a scenario in which friend recommendations aggregated from your existing network of Facebook friends are knit together with location-aware advertising. The idea is that geo-fenced apps that might push out coupons or other promotions to lure customers into a store could also incorporate friends&#8217; thoughts, and even location&#8211;thus adding context and personalization to what may otherwise come across as a spammy, intrusive hard sell.</p>
<p style="text-align: justify;">Facebook&#8217;s Tseng wasn&#8217;t specific about the time frame, but did mention that the rollout will be ongoing, predominantly as updates to Facebook&#8217;s kits for iPhone and Android developers. &#8220;Please, please start building that functionality into your apps today,&#8221; he told the crowd.</p>
<p style="text-align: justify;">If Tseng&#8217;s appeal to developers is any indication, Facebook is banking on Open Graph to bring it greater domination than its current 150 million mobile users.</p>
<p style="text-align: justify;"><a href="http://www.cnet.com/profile/J-Do/">Jessica Dolcourt</a> reviews the latest and greatest smartphone apps, in addition to a healthy dose of Windows software. Email Jessica or follow her on Twitter.</p>
]]></content:encoded>
			<wfw:commentRss>http://fivemobile.com/uncategorized/facebooks-open-graph-mobile-cnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The many faces of Android fragmentation</title>
		<link>http://fivemobile.com/uncategorized/faces-android-fragmentation/</link>
		<comments>http://fivemobile.com/uncategorized/faces-android-fragmentation/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 17:31:50 +0000</pubDate>
		<dc:creator>Nafis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fivemobile.com/?p=710</guid>
		<description><![CDATA[[Source] Andreas Constantinou
http://www.visionmobile.com/blog/2010/05/the-many-faces-of-android-fragmentation/
[Android fragmentation is only getting started. Research Director  Andreas Constantinou breaks down the 3 dimensions of Android  fragmentation and argues how Android will become a victim of its own  success]

There’s been plenty of talk of Android fragmentation, but little  analysis of its meaning and impacts.
As far as definitions go, [...]]]></description>
			<content:encoded><![CDATA[<p>[Source] Andreas Constantinou<br />
http://www.visionmobile.com/blog/2010/05/the-many-faces-of-android-fragmentation/</p>
<p><em>[Android fragmentation is only getting started. Research Director  Andreas Constantinou breaks down the 3 dimensions of Android  fragmentation and argues how Android will become a victim of its own  success]</em></p>
<p><em><img class="aligncenter size-full wp-image-711" title="VM_Android" src="http://fivemobile.com/wp-content/uploads/2010/07/VM_Android.jpg" alt="The many faces of Android fragmentation" width="500" height="365" /></em></p>
<p>There’s been plenty of talk of Android fragmentation, but little  analysis of its meaning and impacts.</p>
<p>As far as definitions go, the best way to look at fragmentation is  not from an API viewpoint, but from an application viewpoint; if you  take the top-10,000  (free and paid) apps on Android, how many of these  run on all the Android-powered phones?</p>
<p>For Google’s Android team, fragmentation is what keeps them up at  night. Fragmentation reduces the addressable market of applications,  increases the cost of development and could ultimately break the  developer story around Android as we ‘ll see.</p>
<p>Google’s CTS (compatibility test spec) is predicated on ensuring that  Market apps run on every Android phone. Android handsets have to pass  CTS in order to get access to private codelines, the Market or the  Android trademark as we covered in our earlier analysis of <a href="http://www.visionmobile.com/blog/2010/04/is-android-evil/" target="_blank">Google’s 8 control points</a> – and yes, Google controls  what partners do with Android, contrary to <a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.engadget.com');" href="http://www.engadget.com/2010/05/22/entelligence-is-android-fragmented-or-is-this-the-new-rate-of-i/" target="_blank">the Engadget story</a>.</p>
<p><strong>The 3 dimensions of Android fragmentation</strong><br />
Many observers would point to fragmentation arising as a result of the  open source (APL2) license attached to the Android <a onclick="javascript:pageTracker._trackPageview('/outbound/article/source.android.com');" href="http://source.android.com/source/download.html" target="_blank">public source code</a>. Reality however is much more  complex. There are 3 dimensions of Android fragmentation:</p>
<p>1. <strong>Codebase fragmentation</strong>. Very few companies have  taken the approach of forking the public Android codebase, as permitted  under the APL2 license; Google innovates so fast (5 major versions in 12  months) that once you fork, the costs of keeping up-to-date with  Google’s tip-of-tree are increasing prohibitively over time (Nokia found  out the hard way by forking WebKit and then regretting it).</p>
<p>The main fork of the Android codebase is by China Mobile (the world’s  biggest operator with over 500M subscribers) who has outsourced Android  development to software company Borqs. China Mobile cares less about  keeping up-to-date with the latest Android features as the China market  operates as an island where cheap, fake (Shanzai) handsets are  predominant. Mediatek, a leading vendor of chipsets shipping in 200-300  million handsets per year plans to make Android available, which could  mean another major fork. <a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cyanogenmod.com');" href="http://www.cyanogenmod.com/" target="_blank">Cyanogen</a> and <a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.geeksphone.com');" href="http://www.geeksphone.com/en/" target="_blank">GeeksPhone</a> also fork the Android public codeline,  but they are designed for a niche of tech-savvy Android fans.</p>
<p>2. <strong>Release fragmentation</strong>. Google has released 5  major updates to Android in 12 months (1.5, 1.6, 2.0, 2.1 and recently  2.2), all of which introduce major features and often API breaks. You  may notice how accessing the Android Market from a 1.6 versus a 2.1  handset gives you a different set of apps. So much for forward  compatibility. <a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.AndroidFragmentation.com');" href="http://www.androidfragmentation.com/" target="_blank">AndroidFragmentation.com</a> (a community project) <a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.slideshare.net');" href="http://www.slideshare.net/j.ritter/androidfragmentationcom-an-open-community-project" target="_blank">has documented several cases </a>of release  fragmentation arising from releases which break APIs (e.g. 2.0 SDK  breaks older contact apps) or from inconsistent OEM implementations  (e.g. receiving multicast messages over WiFi is disabled for most HTC  devices).</p>
<p>Release fragmentation is the victim of Google’s own speed of  innovation – and Andy Rubin has hinted there’s <a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.intomobile.com');" href="http://www.intomobile.com/2010/05/24/google-android-will-blow-your-mind-in-the-next-six-months.html" target="_blank">more major releases coming out in the next 6 months</a>.  It’s clearly a sign of how young, agile Internet companies know how to  develop software much better that companies with a mobile legacy; major  Symbian versions take 12-18 months to release.</p>
<p>Release fragmentation is particularly acute due to the <span style="text-decoration: line-through;">lack</span> limited availability  of an automatic update mechanism much like that found on the iPhone. We  call the phenomenon ‘runtime aging’ and it is directly responsible for  increasing the cost of developing applications. Tier-1 network operators  see handsets in their installed base with browsers which are 1-6 years  old – that’s how hairy it can get for mobile content (and software)  development companies. [update: we understand that certain Android  handsets come with a firmware update (FOTA) solution available from  Google and other FOTA vendors, but it is installed reactively (i.e. to  avoid handset recalls) rather than proactively (i.e. to update all  handsets to the latest OS flavour)].</p>
<p>Google itself <a onclick="javascript:pageTracker._trackPageview('/outbound/article/developer.android.com');" href="http://developer.android.com/resources/dashboard/platform-versions.html" target="_blank">reports</a> that the Android installed base is split  between devices running 1.5, 1.6 and 2.1 versions (or at least for those  devices accessing the Android Market). The detailed breakdown as of mid  May 2010 is as follows:</p>
<p><img class="aligncenter size-full wp-image-712" title="chart" src="http://fivemobile.com/wp-content/uploads/2010/07/chart.png" alt="The many faces of Android fragmentation" width="460" height="250" /></p>
<p>Release fragmentation is also arises out of Google’s elitist  treatment of its OEM partners. Google will pick and choose which private  codeline is available to which OEM based on commercial criteria  (contrary to <a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.engadget.com');" href="http://www.engadget.com/2010/05/22/entelligence-is-android-fragmented-or-is-this-the-new-rate-of-i/" target="_blank">Michael Gartenberg’s story</a>). Take for example how  Sony Ericsson’s X10 (running on Android 1.6) came to market <strong>after</strong> the Nexus One (running on Android 2.1). <span style="text-decoration: line-through;">Ironically, both handsets were made by HTC. </span>[correction:  the X10 was developed by Sony Ericsson Japan]<span style="text-decoration: line-through;"><br />
</span></p>
<p>3. <strong>Profile fragmentation</strong>. Android was designed for  volume smartphones. But it arrived at an opportune time – just after the  iPhone launch and just as consumer electronics manufacturers were  looking at how to develop connected devices. This resulted in two  effects that Google hadn’t planned for:</p>
<p>- Android was taken up by all tier-1 (and many tier-2)  operators/carriers hoping to develop iPhone-like devices at cheaper  prices (i.e. lower subsidies) and greater differentiation. That meant  that while operators funded Android’s adolescent years (2008-2010), they  niched Android handsets to high-end features and smartphone price  points.</p>
<p>- Android is now being taken up by 10s of consumer electronics  manufacturers, from car displays and set-top boxes to tablets, DECT  phones and picture frames. The Archos <a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.archos.com');" href="http://www.archos.com/products/imt/archos_5it/index.html?country=us&amp;lang=en" target="_blank">internet tablet</a> was just the beginning. Each of  these devices has very different requirements and therefore results in  different <strong>platform profiles</strong>.</p>
<p>The timing of Android’s entry into the market has therefore resulted  in two implications related to fragmentation.</p>
<p>Firstly, Android’s official codebase isn’t suited for mass-market  handsets (think ARM9 or ARM11, 200-500MHz). To get to really large  volumes (100M+ annually), Google will need to sanction a second Android  profile for mass-market devices. This is a <a onclick="javascript:pageTracker._trackPageview('/outbound/article/en.wikipedia.org');" href="http://en.wikipedia.org/wiki/Catch-22_%28logic%29" target="_blank">Catch-22</a>, as a second profile is needed to hit  large volumes, but it would also break the Android developer story.</p>
<p>Secondly, every new platform profile designed for different form  factors (in-car, set-top box, tablet, etc) will create API variations  that will be hard to manage. That’s one of the key reasons behind the <a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.rethink-wireless.com');" href="http://www.rethink-wireless.com/2010/03/18/sony-intel-android-google-tv.htm" target="_blank">Google TV initiative</a> and the <a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.oesf.jp');" href="http://www.oesf.jp/en/" target="_blank">Open Embedded Software Foundation</a>. However even  Google can’t move fast enough to coordinate (manage?) the 10s of use  cases and form factors emerging for Android.</p>
<p>All in all, Android fragmentation is going to get far worse, as  Android becomes a victim of its own success.But hey, would you expect to  have a single app (and a single codebase) that runs on your TV, phone  and car?</p>
<p>And there the opportunity lies for tools vendors to provide app  porting tools, compatibility test tools and SDKs to help bridge the gap  across the eventual jungle of Android fragmentation. And for those  looking to better understand the Android commercials we offer a half-day  training course on the commercial dynamics behind Android.</p>
<p>What do readers think? Do you have any fragmentation stories to  share?</p>
<p>- Andreas<br />
you should follow me on twitter: <a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.twitter.com');" href="http://www.twitter.com/andreascon" target="_blank">@andreascon</a></p>
]]></content:encoded>
			<wfw:commentRss>http://fivemobile.com/uncategorized/faces-android-fragmentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple&#8217;s iPhone 4</title>
		<link>http://fivemobile.com/uncategorized/apples-iphone-4/</link>
		<comments>http://fivemobile.com/uncategorized/apples-iphone-4/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 14:08:15 +0000</pubDate>
		<dc:creator>Nafis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[4g]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[steve jobs]]></category>

		<guid isPermaLink="false">http://fivemobile.com/?p=687</guid>
		<description><![CDATA[Yesterday was the day we had all been waiting for, Apple&#8217;s latest industry stopper iPhone 4 was unveiled on the first day of the Mac developers conference in San Fransisco.  Though some of the steam had been let out by the lost prototype gaffe, the announcement came with the usual fanfare and industry buzz [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Yesterday was the day we had all been waiting for, Apple&#8217;s latest industry stopper iPhone 4 was unveiled on the first day of the Mac developers conference in San Fransisco.  Though some of the steam had been let out by the lost prototype gaffe, the announcement came with the usual fanfare and industry buzz that comes along with any big Apple announcement.  The handset itself is has been completely re-engineered, with a new body, new screen and some amazing new features like &#8216;Face time&#8217; which allow you to video conference with other iPhones. The device is set to be released on Jun 24th in the US, UK, and Germany, while a Canadian release date is slated for sometime in July.  Check out the promotional video below, and a side by side comparison with the latest &#8216;next-gen&#8217; handsets.  Also check out<a href="http://events.apple.com.edgesuite.net/1006ad9g4hjk/event/index.html"> Steve Job&#8217;s keynote address</a>.</p>
<p style="text-align: justify;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="532" height="301" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=12388278&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="532" height="301" src="http://vimeo.com/moogaloop.swf?clip_id=12388278&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p style="text-align: justify;"><a href="http://vimeo.com/12388278">iphone  4G</a> from <a href="http://vimeo.com/user3691791">GON</a> on <a href="http://vimeo.com/">Vimeo</a>.</p>
<table style="text-align: justify; height: 177px;" border="0" cellspacing="4" cellpadding="4" width="542">
<tbody>
<tr>
<td width="17%" align="center" valign="bottom"><strong> </strong></p>
<p><strong></strong></td>
<td width="17%" align="center" valign="bottom"><strong>iPhone 4<br />
<img id="vimage_3052679" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/iphone-4-thumb.jpg" border="0" alt="Apples iPhone 4" hspace="4" vspace="4" title="Apples iPhone 4 photo" /><br />
</strong></td>
<td width="17%" align="center" valign="bottom"><strong>HTC  EVO 4G<br />
<img id="vimage_3053441" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/htc-evo-thumb.jpg" border="0" alt="Apples iPhone 4" hspace="4" vspace="4" title="Apples iPhone 4 photo" /></strong><strong><br />
</strong></td>
<td width="17%" align="center" valign="bottom"><strong>Nokia  N8<br />
<img id="vimage_3053488" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/nokia-n8-thumb.jpg" border="0" alt="Apples iPhone 4" hspace="4" vspace="4" title="Apples iPhone 4 photo" /></strong><strong><br />
</strong></td>
<td width="17%" align="center" valign="bottom"><strong>Palm  Pre Plus<br />
<img id="vimage_3053517" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/pre-plus-thumb.jpg" border="0" alt="Apples iPhone 4" hspace="4" vspace="4" title="Apples iPhone 4 photo" /></strong><strong><br />
</strong></td>
<td width="17%" align="center" valign="bottom"><strong>HTC  HD2<br />
<img id="vimage_3053533" src="http://www.blogcdn.com/www.engadget.com/media/2010/06/hd2-thumb.jpg" border="0" alt="Apples iPhone 4" hspace="4" vspace="4" title="Apples iPhone 4 photo" /></strong><strong><br />
</strong></td>
</tr>
</tbody>
</table>
<table style="text-align: justify; height: 775px;" border="1px solid black" cellspacing="4" cellpadding="4" width="531" frame="HSIDES" rules="ROWS">
<tbody>
<tr>
<td width="15%" valign="top">Platform</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">iOS 4</td>
<td width="17%" align="center" valign="top" bgcolor="#ffffff">Android 2.1 with Sense</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">Symbian^3</td>
<td width="17%" align="center" valign="top" bgcolor="#ffffff">webOS</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">Windows Mobile 6.5</td>
</tr>
<tr>
<td width="15%" valign="top">Processor</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">Apple A4</td>
<td width="17%" align="center" valign="top" bgcolor="#ffffff">1GHz Qualcomm Snapdragon</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">680MHz ARM11-based</td>
<td width="17%" align="center" valign="top" bgcolor="#ffffff">600MHz TI OMAP3430</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">1GHz Qualcomm Snapdragon</td>
</tr>
<tr>
<td width="15%" valign="top">Storage</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">16GB / 32GB internal</td>
<td width="17%" align="center" valign="top" bgcolor="#ffffff">440MB internal, microSDHC expansion</td>
<td width="17%" align="center" valign="top" bgcolor="#b3e2c4">16GB internal, microSDHC expansion</td>
<td width="17%" align="center" valign="top" bgcolor="#ffffff">16GB</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">Approx. 200MB internal, microSDHC expansion</td>
</tr>
<tr>
<td width="15%" valign="top">Cellular</td>
<td width="17%" align="center" valign="top" bgcolor="#b3e2c4">Quadband GSM, pentaband HSPA</td>
<td width="17%" align="center" valign="top" bgcolor="#b3e2c4">CDMA, EV-DO Rev. A, WiMAX</td>
<td width="17%" align="center" valign="top" bgcolor="#b3e2c4">Quadband GSM, pentaband HSPA</td>
<td width="17%" align="center" valign="top" bgcolor="#ffffff">CDMA / EV-DO Rev. A or quadband GSM / dualband HSPA</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">Quadband GSM, dualband HSPA</td>
</tr>
<tr>
<td width="15%" valign="top">WiFi</td>
<td width="17%" align="center" valign="top" bgcolor="#b3e2c4">802.11b/g/n</td>
<td width="17%" align="center" valign="top" bgcolor="#ffffff">802.11b/g</td>
<td width="17%" align="center" valign="top" bgcolor="#b3e2c4">802.11b/g/n</td>
<td width="17%" align="center" valign="top" bgcolor="#ffffff">802.11b/g</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">802.11b/g<sup>1</sup></td>
</tr>
<tr>
<td width="15%" valign="top">Display size</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">3.5 inches</td>
<td width="17%" align="center" valign="top" bgcolor="#b3e2c4">4.3 inches</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">3.5 inches</td>
<td width="17%" align="center" valign="top" bgcolor="#ffffff">3.1 inches</td>
<td width="17%" align="center" valign="top" bgcolor="#b3e2c4">4.3 inches</td>
</tr>
<tr>
<td width="15%" valign="top">Display resolution</td>
<td width="17%" align="center" valign="top" bgcolor="#b3e2c4">960 x 640</td>
<td width="17%" align="center" valign="top" bgcolor="#ffffff">800 x 480</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">640 x 360</td>
<td width="17%" align="center" valign="top" bgcolor="#ffffff">480 x 320</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">800 x 480</td>
</tr>
<tr>
<td width="15%" valign="top">Display technology</td>
<td width="17%" align="center" valign="top" bgcolor="#b3e2c4">IPS LCD</td>
<td width="17%" align="center" valign="top" bgcolor="#ffffff">LCD</td>
<td width="17%" align="center" valign="top" bgcolor="#b3e2c4">AMOLED</td>
<td width="17%" align="center" valign="top" bgcolor="#ffffff">LCD</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">LCD</td>
</tr>
<tr>
<td width="15%" valign="top">Integrated TV-out</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">No</td>
<td width="17%" align="center" valign="top" bgcolor="#b3e2c4">HDMI</td>
<td width="17%" align="center" valign="top" bgcolor="#b3e2c4">HDMI</td>
<td width="17%" align="center" valign="top" bgcolor="#ffffff">No</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">No</td>
</tr>
<tr>
<td width="15%" valign="top">Primary camera</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">5 megapixel AF, LED flash</td>
<td width="17%" align="center" valign="top" bgcolor="#ffffff">8 megapixel AF, LED flash</td>
<td width="17%" align="center" valign="top" bgcolor="#b3e2c4">12 megapixel AF, xenon flash</td>
<td width="17%" align="center" valign="top" bgcolor="#ffffff">3 megapixel, LED flash</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">5 megapixel AF, LED flash</td>
</tr>
<tr>
<td width="15%" valign="top">Secondary camera</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">VGA</td>
<td width="17%" align="center" valign="top" bgcolor="#b3e2c4">1.3 megapixel</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">VGA</td>
<td width="17%" align="center" valign="top" bgcolor="#ffffff">None</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">None</td>
</tr>
<tr>
<td width="15%" valign="top">Video recording</td>
<td width="17%" align="center" valign="top" bgcolor="#b3e2c4">720p at 30fps</td>
<td width="17%" align="center" valign="top" bgcolor="#ffffff">720p at 24fps</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">720p at 25fps</td>
<td width="17%" align="center" valign="top" bgcolor="#ffffff">VGA at 30fps</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">VGA at 30fps</td>
</tr>
<tr>
<td width="15%" valign="top">Video calling</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">Yes (WiFi only)</td>
<td width="17%" align="center" valign="top" bgcolor="#b3e2c4">Yes</td>
<td width="17%" align="center" valign="top" bgcolor="#b3e2c4">Yes</td>
<td width="17%" align="center" valign="top" bgcolor="#ffffff">No</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">No</td>
</tr>
<tr>
<td width="15%" valign="top">Location / orientation sensors</td>
<td width="17%" align="center" valign="top" bgcolor="#b3e2c4">AGPS, compass, accelerometer, gyroscope</td>
<td width="17%" align="center" valign="top" bgcolor="#ffffff">AGPS, compass, accelerometer</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">AGPS, compass, accelerometer</td>
<td width="17%" align="center" valign="top" bgcolor="#ffffff">AGPS, accelerometer</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">AGPS, compass, accelerometer</td>
</tr>
<tr>
<td width="15%" valign="top">SIM standard</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">Micro SIM</td>
<td width="17%" align="center" valign="top" bgcolor="#ffffff">N/A</td>
<td width="17%" align="center" valign="top" bgcolor="#b3e2c4">SIM</td>
<td width="17%" align="center" valign="top" bgcolor="#b3e2c4">SIM (on GSM variant)</td>
<td width="17%" align="center" valign="top" bgcolor="#b3e2c4">SIM</td>
</tr>
<tr>
<td width="15%" valign="top">Quoted max talk time</td>
<td width="17%" align="center" valign="top" bgcolor="#b3e2c4">7 hours on 3G, 14 hours on 2G</td>
<td width="17%" align="center" valign="top" bgcolor="#ffffff">6 hours</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">5.83 hours on 3G, 12 hours on 2G</td>
<td width="17%" align="center" valign="top" bgcolor="#ffffff">5.5 hours on Verizon, 5 hours on AT&amp;T</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">5.33 hours on 3G, 6.33 hours on 2G</td>
</tr>
<tr>
<td width="15%" valign="top">Quoted max media playback time</td>
<td width="17%" align="center" valign="top" bgcolor="#b3e2c4">40 hours audio, 10 hours video</td>
<td width="17%" align="center" valign="top" bgcolor="#ffffff">None quoted</td>
<td width="17%" align="center" valign="top" bgcolor="#b3e2c4">50 hours audio, 6 hours video</td>
<td width="17%" align="center" valign="top" bgcolor="#ffffff">None quoted</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">12 hours audio, 8 hours video</td>
</tr>
<tr>
<td width="15%" valign="top">Weight</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">137 grams / 4.8 oz.</td>
<td width="17%" align="center" valign="top" bgcolor="#ffffff">170 grams / 6.00 oz.</td>
<td width="17%" align="center" valign="top" bgcolor="#b3e2c4">135 grams / 4.76 oz.</td>
<td width="17%" align="center" valign="top" bgcolor="#b3e2c4">135 grams / 4.76 oz.</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">157 grams / 5.54 oz.</td>
</tr>
<tr>
<td width="15%" valign="top">Dimensions</td>
<td width="17%" align="center" valign="top" bgcolor="#b3e2c4">115.2 x 58.6 x 9.3mm</td>
<td width="17%" align="center" valign="top" bgcolor="#ffffff">122 x 66 x 13mm</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">113.5 x 59 x 12.9mm</td>
<td width="17%" align="center" valign="top" bgcolor="#ffffff">100.5 x 59.5 x 16.95mm</td>
<td width="17%" align="center" valign="top" bgcolor="#eeeeee">120.5 x 67 x 11mm</td>
</tr>
</tbody>
</table>
<div style="text-align: justify;"><sup>1</sup><em>802.11n can be enabled  with a registry hack.</em></div>
<div style="text-align: justify;"><em><a href="http://www.engadget.com/2010/06/07/iphone-4-vs-the-smartphone-elite-evo-4g-n8-pre-plus-and-hd2/">[Source: Engadget]</a><br />
</em></div>
<p style="text-align: justify;">
]]></content:encoded>
			<wfw:commentRss>http://fivemobile.com/uncategorized/apples-iphone-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
