<?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/"
	xmlns:media="http://search.yahoo.com/mrss/">

<channel>
	<title>BGR: The Three Biggest Letters In Tech &#187; keynote</title>
	<atom:link href="http://www.bgr.com/tag/keynote/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bgr.com</link>
	<description></description>
	<lastBuildDate>Sat, 11 Feb 2012 04:30:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Live from Intel&#8217;s CES 2012 keynote</title>
		<link>http://www.bgr.com/2012/01/10/live-from-intels-ces-2012-keynote/</link>
		<comments>http://www.bgr.com/2012/01/10/live-from-intels-ces-2012-keynote/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 00:20:02 +0000</pubDate>
		<dc:creator>Todd Haselton</dc:creator>
				<category><![CDATA[CES]]></category>
		<category><![CDATA[Live Coverage]]></category>
		<category><![CDATA[CES 2012]]></category>
		<category><![CDATA[CES2012]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[keynote]]></category>
		<category><![CDATA[Medfield]]></category>
		<category><![CDATA[Smartphones]]></category>
		<category><![CDATA[Tablets]]></category>
		<category><![CDATA[ultrabooks]]></category>

		<guid isPermaLink="false">http://www.bgr.com/?p=121752</guid>
		<description><![CDATA[Day 1 of the Consumer Electronics Show is drawing to a close, and a keynote featuring Intel is the perfect way to end the day. Intel is the driving force behind a seemingly endless line of devices that have helped shape the industry as we know it today, and this evening we should get a look at how Intel intends to continue driving innovation moving forward. Smartphones and tablets powered by the company&#8217;s next-generation Medfield processors will definitely be on display, and the company invested $300 million in ultrabooks so we&#8217;ll undoubtedly see a parade of slim new laptops on stage during the event as well. Will Intel have a few surprises up its sleeve? The keynote is scheduled to]]></description>
			<content:encoded><![CDATA[<center><a href="http://www.bgr.com/2012/01/10/live-from-intels-ces-2012-keynote"><img class="size-full wp-image-121763 aligncenter" title="BGR-IMG_3707" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3707.jpg" alt="" width="652" height="435" /></a></center>
<p>Day 1 of the Consumer Electronics Show is drawing to a close, and a keynote featuring Intel is the perfect way to end the day. Intel is the driving force behind a seemingly endless line of devices that have helped shape the industry as we know it today, and this evening we should get a look at how Intel intends to continue driving innovation moving forward. Smartphones and tablets powered by the company&#8217;s next-generation Medfield processors will definitely be on display, and the company invested $300 million in ultrabooks so we&#8217;ll undoubtedly see a parade of slim new laptops on stage during the event as well. Will Intel have a few surprises up its sleeve? The keynote is scheduled to begin at 7:30 p.m. Eastern / 4:30 p.m. Pacific, so hit the jump and tune in for our live coverage.<span id="more-121752"></span></p>
<style>
	.liveblog-opts {
		display:block;
		padding:7px 3px;
		margin: 10px 0 15px;
		/*background: #B2D0F5;
		border: 1px solid #0A2A52;
		*/
		background: #F9F9F9;
		border: 1px solid #E9E9E9;
	}
	.liveblog-opts h4 {
		font: 14px/1.25 arial,helvetica,clean,sans-serif;
		font-weight:bold;
		/*font-size:14px;*/
		color:#404040;
		margin:0;
		display:inline;
	}

	.liveblog-opts a {
		font-weight:bold;
	}

	.liveblog-opts .lb-opts-refresh {
		float:right;
	}

	.liveblog-opts strong {
		font-weight:normal;
		color:#757575;
	}
</style>

<div id="liveblog-opts-121752" class="liveblog-opts">
<span class="lb-opts-sort"><h4>Sorting:</h4> <a href="" id="lb_sort_newest">Newest First</a> | <strong>Oldest First</strong></span>
<span class="lb-opts-refresh"><h4>Auto-refresh:</h4> <a href="" id="lb_refresh_on">On</a> | <strong>Off</strong></span>
</div>

<script type="text/javascript">
function bgr_lb_sort(order) {
	jQuery.cookie('liveblog-sort', order, { expires: 1 });
	window.location.href=window.location.href;
}
function bgr_lb_auto(enable) {
	jQuery.cookie('liveblog-auto-refresh', enable, { expires: 1 });
	window.location.href=window.location.href;
}
jQuery('#lb_sort_newest').click( function(){bgr_lb_sort('DESC');} );
jQuery('#lb_sort_oldest').click( function(){bgr_lb_sort('ASC');} );
jQuery('#lb_refresh_on').click( function(){bgr_lb_auto(1);} );
jQuery('#lb_refresh_off').click( function(){bgr_lb_auto(0);} );

jQuery('#liveblog-opts-121752').css('display', 'block');

// http://plugins.jquery.com/files/issues/jjquery.cookie-modified.js_.txt
jQuery.cookie=function(name,value,options){if(typeof value!='undefined'||(name&&typeof name!='string')){if(typeof name=='string'){options=options||{};if(value===null){value='';options.expires=-1;}
var expires='';if(options.expires&&(typeof options.expires=='number'||options.expires.toUTCString)){var date;if(typeof options.expires=='number'){date=new Date();date.setTime(date.getTime()+(options.expires*24*60*60*1000));}else{date=options.expires;}
expires='; expires='+date.toUTCString();}
var path=options.path?'; path='+(options.path):'';var domain=options.domain?'; domain='+(options.domain):'';var secure=options.secure?'; secure':'';document.cookie=name+'='+encodeURIComponent(value)+expires+path+domain+secure;}else{for(var n in name){jQuery.cookie(n,name[n],value||options);}}}else{var returnValue={};if(document.cookie){var cookies=document.cookie.split(';');for(var i=0;i<cookies.length;i++){var cookie=jQuery.trim(cookies[i]);if(!name){var nameLength=cookie.indexOf('=');returnValue[cookie.substr(0,nameLength)]=decodeURIComponent(cookie.substr(nameLength+1));}else if(cookie.substr(0,name.length+1)==(name+'=')){returnValue=decodeURIComponent(cookie.substr(name.length+1));break;}}}
return returnValue;}};

</script>
<div id="liveblog-121752"><div id="liveblog-entry-121787" class="liveblog-entry"><span class="liveblog-date">7:26PM:</span>Ok we were just told to take our seats and silence our phones so we should be getting kicked off in just a few minutes now. </div><div id="liveblog-entry-121784" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3708-645x430.jpg" class="attachment-large" alt="BGR-IMG_3708" title="BGR-IMG_3708" /></div></div><div id="liveblog-entry-121789" class="liveblog-entry"><span class="liveblog-date">7:28PM:</span>Alright the lights are lowering now</div><div id="liveblog-entry-121792" class="liveblog-entry"><span class="liveblog-date">7:29PM:</span>Here we go starting to get things kicked off. "This place about to blow" is playing over the speakers just like it has at every other  key note here.</div><div id="liveblog-entry-121793" class="liveblog-entry"><span class="liveblog-date">7:30PM:</span>The president and CEO of the CEA Gary Shapiro is taking the stage.</div><div id="liveblog-entry-121791" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3709-645x430.jpg" class="attachment-large" alt="BGR-IMG_3709" title="BGR-IMG_3709" /></div></div><div id="liveblog-entry-121794" class="liveblog-entry"><span class="liveblog-date">7:31PM:</span>He's introducing Paul Otellini who joined the company in 1974 and became the firm's 5th CEO in 2005. </div><div id="liveblog-entry-121796" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3710-645x430.jpg" class="attachment-large" alt="BGR-IMG_3710" title="BGR-IMG_3710" /></div></div><div id="liveblog-entry-121797" class="liveblog-entry"><span class="liveblog-date">7:32PM:</span>Today Intel is on pace to exceed $50 billion in revenue for 2011.</div><div id="liveblog-entry-121786" class="liveblog-entry"><span class="liveblog-date">7:33PM:</span>Shapiro says the ultrabook is reinventing the PC. Arguable that Apple was there first with the MacBook but we'll let him slide on that one. </div><div id="liveblog-entry-121799" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3711-645x430.jpg" class="attachment-large" alt="BGR-IMG_3711" title="BGR-IMG_3711" /></div></div><div id="liveblog-entry-121803" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3713-645x430.jpg" class="attachment-large" alt="BGR-IMG_3713" title="BGR-IMG_3713" /></div></div><div id="liveblog-entry-121801" class="liveblog-entry"><span class="liveblog-date">7:34PM:</span>Now we're watching a quick clip about Intel and computing experiences. Hmm, we see a smartphone on the screen. Perhaps we'll hear more about Intel's new Medfield mobile processor, which should be landing in smartphones this year.</div><div id="liveblog-entry-121805" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3714-645x430.jpg" class="attachment-large" alt="BGR-IMG_3714" title="BGR-IMG_3714" /></div></div><div id="liveblog-entry-121806" class="liveblog-entry"><span class="liveblog-date">7:36PM:</span>Lots of clapping for the video, weird.</div><div id="liveblog-entry-121800" class="liveblog-entry"><span class="liveblog-date">7:36PM:</span>Intel CEO Paul Otellini is now taking the stage to much applause, and some whistling.</div><div id="liveblog-entry-121808" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3717-645x430.jpg" class="attachment-large" alt="BGR-IMG_3717" title="BGR-IMG_3717" /></div></div><div id="liveblog-entry-121809" class="liveblog-entry"><span class="liveblog-date">7:37PM:</span>Otellini started at Intel more than three decades ago. "I've had a great front-row seat on the greatest revolution in modern times."</div><div id="liveblog-entry-121767" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3720-645x430.jpg" class="attachment-large" alt="BGR-IMG_3720" title="BGR-IMG_3720" /></div></div><div id="liveblog-entry-121788" class="liveblog-entry"><span class="liveblog-date">7:38PM:</span>"What we've seen is nothing compared to what's on the horizon. IT is really a re-definition of what can be done with power computing. I like to describe this migration as one that goes from the era of a personal computer to one of personal computing. It's not about cameras or smartphones or PNDs, the devices themselves are less relevant. The more important question is: are we creating a better experience?"</div><div id="liveblog-entry-121813" class="liveblog-entry"><span class="liveblog-date">7:38PM:</span>"Every time we design a new chip we ask what experiences do consumers want, what can they compromise on, and more importantly, what shouldn't they compromise on?"</div><div id="liveblog-entry-121816" class="liveblog-entry"><span class="liveblog-date">7:39PM:</span>"We want our devices to think as fast as we do. We want them to be able to keep up with us."</div><div id="liveblog-entry-121810" class="liveblog-entry"><span class="liveblog-date">7:39PM:</span>"We want the same experience. Consistent computing means no compromise in quality or convenience. We want our devices to be aware of who we are, what we are and what we like. And most importantly our experiences must be secure."</div><div id="liveblog-entry-121815" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3728-645x430.jpg" class="attachment-large" alt="BGR-IMG_3728" title="BGR-IMG_3728" /></div></div><div id="liveblog-entry-121817" class="liveblog-entry"><span class="liveblog-date">7:40PM:</span>"In a mobile and cloud driven world, the standards of security have to be higher." We're not just talking about malware here.</div><div id="liveblog-entry-121821" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3731-645x430.jpg" class="attachment-large" alt="BGR-IMG_3731" title="BGR-IMG_3731" /></div></div><div id="liveblog-entry-121819" class="liveblog-entry"><span class="liveblog-date">7:41PM:</span>"Only a few years ago we introduced our 32nm processor technology. Last year we introduced a revolutionary 3D transistor on 22nm technology. This is now shipping codenamed Ivy Bridge. It promises to redefine the computing experience once again. We have line of sight to 14nm technology."</div><div id="liveblog-entry-121824" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3736-645x430.jpg" class="attachment-large" alt="BGR-IMG_3736" title="BGR-IMG_3736" /></div></div><div id="liveblog-entry-121822" class="liveblog-entry"><span class="liveblog-date">7:42PM:</span>"Moore's law isn't about science, it's about the human drive to innovate."</div><div id="liveblog-entry-121818" class="liveblog-entry"><span class="liveblog-date">7:42PM:</span>"Today your smartphone has more computing power than existed in all of NASA in 1969."</div><div id="liveblog-entry-121826" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3738-645x430.jpg" class="attachment-large" alt="BGR-IMG_3738" title="BGR-IMG_3738" /></div></div><div id="liveblog-entry-121827" class="liveblog-entry"><span class="liveblog-date">7:43PM:</span>Only 10% of mobile device activity is related to voice calls.</div><div id="liveblog-entry-121831" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3739-645x430.jpg" class="attachment-large" alt="BGR-IMG_3739" title="BGR-IMG_3739" /></div></div><div id="liveblog-entry-121832" class="liveblog-entry"><span class="liveblog-date">7:44PM:</span>We wanted a no compromise experience on mobile phones and today I'm thrilled to announce that the best of Intel's computing is now coming to smartphones. lots of cheering!</div><div id="liveblog-entry-121828" class="liveblog-entry"><span class="liveblog-date">7:44PM:</span>"It's coming first to China, the largest smartphone market in the world with more than 100 million users."</div><div id="liveblog-entry-121834" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3741-645x430.jpg" class="attachment-large" alt="BGR-IMG_3741" title="BGR-IMG_3741" /></div></div><div id="liveblog-entry-121829" class="liveblog-entry"><span class="liveblog-date">7:44PM:</span>Liu Jun the senior vice president of Lenovo is taking the stage to discuss the first smartphone powered by an Intel mobile processor (Medfield).</div><div id="liveblog-entry-121838" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3743-645x430.jpg" class="attachment-large" alt="BGR-IMG_3743" title="BGR-IMG_3743" /></div></div><div id="liveblog-entry-121839" class="liveblog-entry"><span class="liveblog-date">7:45PM:</span>Lenovo believes devices will be powered by the cloud. "We are transforming Lenovo from a leading personal computer company to a leading personal internet device company." We heard that same quote earlier today when we were introduced to the Lenovo TV powered by Qualcomm's Snapdragon processor.</div><div id="liveblog-entry-121836" class="liveblog-entry"><span class="liveblog-date">7:46PM:</span>The world's first Intel-based smartphone is the Lenovo K800.</div><div id="liveblog-entry-121841" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3747-645x430.jpg" class="attachment-large" alt="BGR-IMG_3747" title="BGR-IMG_3747" /></div></div><div id="liveblog-entry-121842" class="liveblog-entry"><span class="liveblog-date">7:46PM:</span>The K800 is powered by an Atom processor with an "amazing user experience." It has a 4.5-inch 720p HD display.</div><div id="liveblog-entry-121845" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3749-645x430.jpg" class="attachment-large" alt="BGR-IMG_3749" title="BGR-IMG_3749" /></div></div><div id="liveblog-entry-121848" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3750-645x430.jpg" class="attachment-large" alt="BGR-IMG_3750" title="BGR-IMG_3750" /></div></div><div id="liveblog-entry-121843" class="liveblog-entry"><span class="liveblog-date">7:47PM:</span>4.5-inch is not big enough so you can wireless stream your HD content to your big screen televisions. "This phone has incredible multitasking performance without any compromise on the battery life. I'm confident that the users will be very satisfied."</div><div id="liveblog-entry-121846" class="liveblog-entry"><span class="liveblog-date">7:47PM:</span>The K800 will run on China Unicom on its 21Mbps network and will ship during the second quarter of this year.</div><div id="liveblog-entry-121851" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3752-645x430.jpg" class="attachment-large" alt="BGR-IMG_3752" title="BGR-IMG_3752" /></div></div><div id="liveblog-entry-121849" class="liveblog-entry"><span class="liveblog-date">7:48PM:</span>The K800 is available in the Intel booth or the Lenovo demo area here at CES.</div><div id="liveblog-entry-121852" class="liveblog-entry"><span class="liveblog-date">7:48PM:</span>Lenovo also has a 10-inch tablet powered by an Intel Atom processor on the show floor.</div><div id="liveblog-entry-121854" class="liveblog-entry"><span class="liveblog-date">7:48PM:</span>"This is only the first step I firmly believe," Intel and Lenovo will see success in the mobile market.</div><div id="liveblog-entry-121855" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3755-645x430.jpg" class="attachment-large" alt="BGR-IMG_3755" title="BGR-IMG_3755" /></div></div><div id="liveblog-entry-121860" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3756-645x430.jpg" class="attachment-large" alt="BGR-IMG_3756" title="BGR-IMG_3756" /></div></div><div id="liveblog-entry-121812" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3757-645x430.jpg" class="attachment-large" alt="BGR-IMG_3757" title="BGR-IMG_3757" /></div></div><div id="liveblog-entry-121857" class="liveblog-entry"><span class="liveblog-date">7:50PM:</span>Paul is showing off the Intel smartphone reference design. "It's much more than a reference design. It's a customer ready platform. Our partners can bring their own innovation and their own technology to the platform and bring their products to market very quickly." It has an 8 megapixel camera, full 1080p video playback, 6 hours of video playback, 45 hours of audio playback, 8 hours of talk time and 14 days of standby time. The reference design runs Android.</div><div id="liveblog-entry-121865" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3759-645x430.jpg" class="attachment-large" alt="BGR-IMG_3759" title="BGR-IMG_3759" /></div></div><div id="liveblog-entry-121863" class="liveblog-entry"><span class="liveblog-date">7:51PM:</span>The device is less than 10mm thick, according to an Intel mobile employee that just joined Paul Otellini on the stage. It also supports NFC for mobile payments. We're currently watching the two hook up the phone to HDMI so we can browse the web.</div><div id="liveblog-entry-121862" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3762-645x430.jpg" class="attachment-large" alt="BGR-IMG_3762" title="BGR-IMG_3762" /></div></div><div id="liveblog-entry-121858" class="liveblog-entry"><span class="liveblog-date">7:52PM:</span>The web browser is definitely really fast but nothing unlike we've seen on other high-powered Android devices. Now we're watching a gaming demo, the graphics look good but, again, it's a game that we've seen run just as well on other Android smartphones on the market today.</div><div id="liveblog-entry-121872" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3763-645x430.jpg" class="attachment-large" alt="BGR-IMG_3763" title="BGR-IMG_3763" /></div></div><div id="liveblog-entry-121869" class="liveblog-entry"><span class="liveblog-date">7:52PM:</span>Intel worked closely with McAffee for security scans, data backup and restore, locking the device and more. It will be available for download from the Android Market when Intel's smartphones launch.</div><div id="liveblog-entry-121875" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3766-645x430.jpg" class="attachment-large" alt="BGR-IMG_3766" title="BGR-IMG_3766" /></div></div><div id="liveblog-entry-121873" class="liveblog-entry"><span class="liveblog-date">7:54PM:</span>Now we're getting video queued up to demo the 1080p video playback. It looks awesome and there doesn't appear to be any stuttering in the frame rates. The quality doesn't hurt battery life, apparently. Lots of applause but we've seen plenty of smartphones with HDMI-out ports play 1080p video just fine. Still, we're excited to see how Intel's offering will differ in the future. </div><div id="liveblog-entry-121876" class="liveblog-entry"><span class="liveblog-date">7:54PM:</span>A quick time-lapse video showed that Intel's HD video can play longer than the competition, which is definitely awesome for commuters or anyone who likes to watch movies or TV shows on the go.</div><div id="liveblog-entry-121878" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3768-645x430.jpg" class="attachment-large" alt="BGR-IMG_3768" title="BGR-IMG_3768" /></div></div><div id="liveblog-entry-121879" class="liveblog-entry"><span class="liveblog-date">7:55PM:</span>Intel took the application developers from the Windows side of its business to help on the Android experience, too. There's a small number of Android apps written for a different instruction set and Intel is providing tools to developers so that the apps run just as well on its platform as it does on other processors.</div><div id="liveblog-entry-121880" class="liveblog-entry"><span class="liveblog-date">7:56PM:</span>Angry Birds runs just fine. Does anyone care about Angry Birds anymore? This is the like the 5th time we've seen it referenced during this show.</div><div id="liveblog-entry-121882" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3773-645x430.jpg" class="attachment-large" alt="BGR-IMG_3773" title="BGR-IMG_3773" /></div></div><div id="liveblog-entry-121883" class="liveblog-entry"><span class="liveblog-date">7:57PM:</span>Intel wanted to take the camera to the next level. The reference design has an 8 megapixel camera and it supports up to 16-megapixels, but "that's not enough." Intel says it will let users quickly take pictures -- under 10 in under a second. That's pretty, pretty amazing. High quality and high frame rate. We're impressed!</div><div id="liveblog-entry-121887" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3774-645x430.jpg" class="attachment-large" alt="BGR-IMG_3774" title="BGR-IMG_3774" /></div></div><div id="liveblog-entry-121891" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3775-645x430.jpg" class="attachment-large" alt="BGR-IMG_3775" title="BGR-IMG_3775" /></div></div><div id="liveblog-entry-121884" class="liveblog-entry"><span class="liveblog-date">7:58PM:</span>"The features you saw today are state of the art for smartphones. As you can see from the graphs behind me the Intel mobile platform outperforms other platforms today. More importantly, our reference design is more energy efficient... We've only just begun in applying our technology to smartphones. We've build an incredible platform for our partners to innovate on."</div><div id="liveblog-entry-121868" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3776-645x430.jpg" class="attachment-large" alt="BGR-IMG_3776" title="BGR-IMG_3776" /></div></div><div id="liveblog-entry-121889" class="liveblog-entry"><span class="liveblog-date">7:58PM:</span>Sanjay Jha, Chairman and CEO of Motorola Mobility is now taking the stage.</div><div id="liveblog-entry-121835" class="liveblog-entry"><span class="liveblog-date">7:58PM:</span>In 1959 the two firms commercialized the first cellular phone.</div><div id="liveblog-entry-121897" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3779-645x430.jpg" class="attachment-large" alt="BGR-IMG_3779" title="BGR-IMG_3779" /></div></div><div id="liveblog-entry-121901" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3780-645x430.jpg" class="attachment-large" alt="BGR-IMG_3780" title="BGR-IMG_3780" /></div></div><div id="liveblog-entry-121893" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3781-645x430.jpg" class="attachment-large" alt="BGR-IMG_3781" title="BGR-IMG_3781" /></div></div><div id="liveblog-entry-121895" class="liveblog-entry"><span class="liveblog-date">8:00PM:</span>Motorola is excited to combine Intel's technology in its products. Jha says he's most excited about the best silicon technology in mobile technologies and how it will allow the company to innovate in hardware, software and services. Jha is announcing that Motorola and Intel have entered into a multiyear, multi device strategic partnership around mobile devices and smartphones. Huge news here folks. </div><div id="liveblog-entry-121894" class="liveblog-entry"><span class="liveblog-date">8:00PM:</span>The first Intel based smartphones will be in carrier validation this summer with launch shortly after that. More details will be provided in the coming months. We're definitely excited about seeing what Motorola will deliver to the market.</div><div id="liveblog-entry-121906" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3785-645x430.jpg" class="attachment-large" alt="BGR-IMG_3785" title="BGR-IMG_3785" /></div></div><div id="liveblog-entry-121907" class="liveblog-entry"><span class="liveblog-date">8:01PM:</span>Otellini believes it's time that we hold our phones to the same standards as we do our PCs. "Your full digital life is where you are, and without compromise." </div><div id="liveblog-entry-121908" class="liveblog-entry"><span class="liveblog-date">8:01PM:</span>"As computers become truly pervasive, the biggest transformations will come at the intersection of the virtual and the physical worlds."</div><div id="liveblog-entry-121909" class="liveblog-entry"><span class="liveblog-date">8:02PM:</span>Research shows most consumers still prefer shopping in a physical store. Intel's vision for the future of computing is that one experience doesnt have to replace the other. You can have the same experience whether you're online or in the mall.</div><div id="liveblog-entry-121912" class="liveblog-entry"><span class="liveblog-date">8:02PM:</span>Chris Aubrey, Vice president of marketing for Adidas is now on stage.</div><div id="liveblog-entry-121911" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3791-645x430.jpg" class="attachment-large" alt="BGR-IMG_3791" title="BGR-IMG_3791" /></div></div><div id="liveblog-entry-121916" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3793-645x430.jpg" class="attachment-large" alt="BGR-IMG_3793" title="BGR-IMG_3793" /></div></div><div id="liveblog-entry-121913" class="liveblog-entry"><span class="liveblog-date">8:04PM:</span>Adidas is melding the physical and the virtual. There's a wall of shoes - some are real and can be purchased in store, and some are models that can be purchased online. "The wall will react as the consumer approaches and can determine age and gender. It then allows the consumer to select a model he or she likes. He can zoom in to see it in greater detail or get more information on the product as well."</div><div id="liveblog-entry-121918" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3795-645x430.jpg" class="attachment-large" alt="BGR-IMG_3795" title="BGR-IMG_3795" /></div></div><div id="liveblog-entry-121921" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3797-645x430.jpg" class="attachment-large" alt="BGR-IMG_3797" title="BGR-IMG_3797" /></div></div><div id="liveblog-entry-121914" class="liveblog-entry"><span class="liveblog-date">8:05PM:</span>In addition, we've built in the opportunity to play videos from the wall. Not only that, it's integrated into social networks. You can see what consumers are saying about a specific product. It helps reinforce that he's making the right purchase decision. Adidas hopes that helps the consumer buy its products. A member staff will come out and complete the purchase over a tablet.</div><div id="liveblog-entry-121925" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3799-645x430.jpg" class="attachment-large" alt="BGR-IMG_3799" title="BGR-IMG_3799" /></div></div><div id="liveblog-entry-121927" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3800-645x430.jpg" class="attachment-large" alt="BGR-IMG_3800" title="BGR-IMG_3800" /></div></div><div id="liveblog-entry-121898" class="liveblog-entry"><span class="liveblog-date">8:06PM:</span>Then there are just a few more steps, the credit card can be swiped on the tablet and the purchase is made. "We just finished testing the wall in our London flagship floor last November." After just 2 weeks of testing sales were up 5 times the standard rate. After this, Adidas will perform a few more tests and then launch during the Olypmics in office. Neat stuff.</div><div id="liveblog-entry-121930" class="liveblog-entry"><span class="liveblog-date">8:07PM:</span>We're looking at Intel's 32nm Atom tablet reference design right now. It's fanless and designed for Microsoft's new Windows 8 platform that should be launching later this year.</div><div id="liveblog-entry-121929" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3801-645x430.jpg" class="attachment-large" alt="BGR-IMG_3801" title="BGR-IMG_3801" /></div></div><div id="liveblog-entry-121919" class="liveblog-entry"><span class="liveblog-date">8:07PM:</span>Everything from Windows 7 "just works" on Windows 8. "This is good for developers, and it's great for consumers." Intel promises great new experiences on tablets with its reference design for manufacturers.</div><div id="liveblog-entry-121923" class="liveblog-entry"><span class="liveblog-date">8:08PM:</span>"For years Intel technologies have continuously raised the bar on what it means to deliver the best PC experience. We're raising it again with the ultrabook. In just a few short months since they have been on the market, ultrabooks have created quite a bit of excitement"</div><div id="liveblog-entry-121934" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3806-645x430.jpg" class="attachment-large" alt="BGR-IMG_3806" title="BGR-IMG_3806" /></div></div><div id="liveblog-entry-121938" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3808-645x430.jpg" class="attachment-large" alt="BGR-IMG_3808" title="BGR-IMG_3808" /></div></div><div id="liveblog-entry-121936" class="liveblog-entry"><span class="liveblog-date">8:09PM:</span>We're seeing a clip of Las Vegas people checking out ultrabooks on the street and saying "they're shocked" at how fast the devices turn on and how thin and light they are. </div><div id="liveblog-entry-121940" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3810-645x430.jpg" class="attachment-large" alt="BGR-IMG_3810" title="BGR-IMG_3810" /></div></div><div id="liveblog-entry-121944" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3812-645x430.jpg" class="attachment-large" alt="BGR-IMG_3812" title="BGR-IMG_3812" /></div></div><div id="liveblog-entry-121941" class="liveblog-entry"><span class="liveblog-date">8:10PM:</span>There are more than a dozen systems shipping from around the world today. Acer, Asus, LG, Toshiba, HP and Samsung are a few on display here. More than 60 additional designs are in the works for the back to school and holiday season of 2012.</div><div id="liveblog-entry-121946" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3813-645x430.jpg" class="attachment-large" alt="BGR-IMG_3813" title="BGR-IMG_3813" /></div></div><div id="liveblog-entry-121935" class="liveblog-entry"><span class="liveblog-date">8:11PM:</span>Jeff Clark, vice chairman of Dell is now taking the stage.</div><div id="liveblog-entry-121904" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3814-645x430.jpg" class="attachment-large" alt="BGR-IMG_3814" title="BGR-IMG_3814" /></div></div><div id="liveblog-entry-121947" class="liveblog-entry"><span class="liveblog-date">8:11PM:</span>Looks like we're going to see a Dell ultrabook in just a few seconds.</div><div id="liveblog-entry-121954" class="liveblog-entry"><span class="liveblog-date">8:12PM:</span>Clark just announced the next-generation XPS the XPS 13, an "ultrabook without compromise."</div><div id="liveblog-entry-121951" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3819-645x430.jpg" class="attachment-large" alt="BGR-IMG_3819" title="BGR-IMG_3819" /></div></div><div id="liveblog-entry-121949" class="liveblog-entry"><span class="liveblog-date">8:12PM:</span>It looks great from where we are sitting. "It will set a new level of expectation and will set a standard moving forward for the ultrabook category." </div><div id="liveblog-entry-121957" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3822-645x430.jpg" class="attachment-large" alt="BGR-IMG_3822" title="BGR-IMG_3822" /></div></div><div id="liveblog-entry-121961" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3824-645x430.jpg" class="attachment-large" alt="BGR-IMG_3824" title="BGR-IMG_3824" /></div></div><div id="liveblog-entry-121963" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3826-645x430.jpg" class="attachment-large" alt="BGR-IMG_3826" title="BGR-IMG_3826" /></div></div><div id="liveblog-entry-121955" class="liveblog-entry"><span class="liveblog-date">8:14PM:</span>The XPS 13 is 6mm at its thinnest point (less than a quarter of an inch), it has a machined aluminum structure and a carbon fiber base. The device also weighs under 3 pounds. It is an optimized 13-inch product, it has an edge-to-edge display, it's 15% smaller than other 13-inch notebooks and is more similar in size to 11-inch notebooks. The screen is made of Corning Gorilla Glass. It has a full sized keyboard.</div><div id="liveblog-entry-121966" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3827-645x430.jpg" class="attachment-large" alt="BGR-IMG_3827" title="BGR-IMG_3827" /></div></div><div id="liveblog-entry-121969" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3828-645x430.jpg" class="attachment-large" alt="BGR-IMG_3828" title="BGR-IMG_3828" /></div></div><div id="liveblog-entry-121959" class="liveblog-entry"><span class="liveblog-date">8:15PM:</span>Intel SmartConnect and Rapid Start are also built-in to the XPS 13. It is location aware, always on and always connected. "The same experience you have with a smartphone is the same experience you'll have with the XPS 13. Full Core i5 and Core i7 support with up to 9 hours of battery life. </div><div id="liveblog-entry-121972" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3829-645x430.jpg" class="attachment-large" alt="BGR-IMG_3829" title="BGR-IMG_3829" /></div></div><div id="liveblog-entry-121970" class="liveblog-entry"><span class="liveblog-date">8:15PM:</span>Dell is also making the XPS 13 enterprise ready for IT departments. It has TPM, Dell Pro Support and a full range of configuration services.</div><div id="liveblog-entry-121976" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3830-645x430.jpg" class="attachment-large" alt="BGR-IMG_3830" title="BGR-IMG_3830" /></div></div><div id="liveblog-entry-121974" class="liveblog-entry"><span class="liveblog-date">8:16PM:</span>"We think it's ultrathin, ultra beautiful and ultra responsive." It's announced today and Dell will begin taking orders in February.</div><div id="liveblog-entry-121953" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3831-645x430.jpg" class="attachment-large" alt="BGR-IMG_3831" title="BGR-IMG_3831" /></div></div><div id="liveblog-entry-121982" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3832-645x430.jpg" class="attachment-large" alt="BGR-IMG_3832" title="BGR-IMG_3832" /></div></div><div id="liveblog-entry-121986" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3833-645x430.jpg" class="attachment-large" alt="BGR-IMG_3833" title="BGR-IMG_3833" /></div></div><div id="liveblog-entry-121980" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3834-645x430.jpg" class="attachment-large" alt="BGR-IMG_3834" title="BGR-IMG_3834" /></div></div><div id="liveblog-entry-121932" class="liveblog-entry"><span class="liveblog-date">8:18PM:</span>Otellini is showing an ultrabook that allows a user to slide the keyboard back so that you can use the device sort of like a tablet. It's kind of neat but simply a reference design. It can also swivel and hide the keyboard entirely and turn into a tablet completely. Pretty cool stuff.</div><div id="liveblog-entry-121988" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3835-645x430.jpg" class="attachment-large" alt="BGR-IMG_3835" title="BGR-IMG_3835" /></div></div><div id="liveblog-entry-121990" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3836-645x430.jpg" class="attachment-large" alt="BGR-IMG_3836" title="BGR-IMG_3836" /></div></div><div id="liveblog-entry-121977" class="liveblog-entry"><span class="liveblog-date">8:19PM:</span>Two members of Intel's ultrabook team are on the stage going over some other ultrabook features. The two books are built on the third-generation processor family, Ivy Bridge (22nm). "The breakthrough allows us to take a beautiful thin and light form factor with a no compromise experience." First we're watching Call of Duty: Modern Warfare 3 running on an ultrabook. It looks pretty solid, actually, and we wonder what kind of graphics chip is in the machine they're demoing. </div><div id="liveblog-entry-121996" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3838-645x430.jpg" class="attachment-large" alt="BGR-IMG_3838" title="BGR-IMG_3838" /></div></div><div id="liveblog-entry-121992" class="liveblog-entry"><span class="liveblog-date">8:19PM:</span>Oh there we go - no discrete graphics card required at all. Wow.</div><div id="liveblog-entry-121997" class="liveblog-entry"><span class="liveblog-date">8:20PM:</span>We see an ultrabook with touch built-in and one of the Intel team members is playing Fruit Ninja. Looks cool. We're also seeing how an Intel phone can be used to control the gameplay in another game. Using the phone's accelerometer the woman providing the demo is showing how she can control a plane in flight on her computer. Really cool stuff.</div><div id="liveblog-entry-121999" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3841-645x430.jpg" class="attachment-large" alt="BGR-IMG_3841" title="BGR-IMG_3841" /></div></div><div id="liveblog-entry-121994" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3842-645x430.jpg" class="attachment-large" alt="BGR-IMG_3842" title="BGR-IMG_3842" /></div></div><div id="liveblog-entry-122007" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3843-645x430.jpg" class="attachment-large" alt="BGR-IMG_3843" title="BGR-IMG_3843" /></div></div><div id="liveblog-entry-122000" class="liveblog-entry"><span class="liveblog-date">8:22PM:</span>Now we're looking at a 360 video clip and how one of the Intel demo team members is showing us a 360-panorama view by simply swiping around the screen. The file sizes are huge but Ivy Bridge puts all of the performance strain on the processor.</div><div id="liveblog-entry-122009" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3845-645x430.jpg" class="attachment-large" alt="BGR-IMG_3845" title="BGR-IMG_3845" /></div></div><div id="liveblog-entry-122003" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3846-645x430.jpg" class="attachment-large" alt="BGR-IMG_3846" title="BGR-IMG_3846" /></div></div><div id="liveblog-entry-122001" class="liveblog-entry"><span class="liveblog-date">8:23PM:</span>In another demo, we're seeing a demo of the movie Cars being dragged from a hard drive to the Ultrabook. While it usually takes minutes, this just took a few seconds. Really fast file transfers.</div><div id="liveblog-entry-122010" class="liveblog-entry"><span class="liveblog-date">8:24PM:</span>In a partnership between Technicolor, Intel and Dreamworks, users have access to a wide variety of 1080p HD content. The application is called M Go and will launch this Spring. It will be available on Intel's App Up Center.</div><div id="liveblog-entry-122012" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3851-645x430.jpg" class="attachment-large" alt="BGR-IMG_3851" title="BGR-IMG_3851" /></div></div><div id="liveblog-entry-122017" class="liveblog-entry"><span class="liveblog-date">8:25PM:</span>Intel's Wireless Display Receiver in televisions allows users to quickly play content on their ultrabook directly on their televisions. </div><div id="liveblog-entry-122016" class="liveblog-entry"><span class="liveblog-date">8:25PM:</span>Lame jokes about Ryan Reynolds now.</div><div id="liveblog-entry-122020" class="liveblog-entry"><span class="liveblog-date">8:26PM:</span>We're seeing a demo of how you can use an ultrabook to purchase gods from Target's website. Not sure where we're going with this...</div><div id="liveblog-entry-122019" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3857-645x430.jpg" class="attachment-large" alt="BGR-IMG_3857" title="BGR-IMG_3857" /></div></div><div id="liveblog-entry-122025" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3859-645x430.jpg" class="attachment-large" alt="BGR-IMG_3859" title="BGR-IMG_3859" /></div></div><div id="liveblog-entry-122021" class="liveblog-entry"><span class="liveblog-date">8:28PM:</span>Ah here we go, using NFC you can take your MasterCard and tap the screen and it will validate and authenticate everything to quickly checkout. In addition, you can use your Medfield smartphone for the same secure checkout process. All you need to do is take your phone and tap on the screen and you're good to go. Really, really, cool. Reminds us of tap-and-go NFC systems in retail stores now, but this is directly on the tablet itself.</div><div id="liveblog-entry-122027" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3862-645x430.jpg" class="attachment-large" alt="BGR-IMG_3862" title="BGR-IMG_3862" /></div></div><div id="liveblog-entry-122030" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3871-645x430.jpg" class="attachment-large" alt="BGR-IMG_3871" title="BGR-IMG_3871" /></div></div><div id="liveblog-entry-122015" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3872-645x430.jpg" class="attachment-large" alt="BGR-IMG_3872" title="BGR-IMG_3872" /></div></div><div id="liveblog-entry-122023" class="liveblog-entry"><span class="liveblog-date">8:31PM:</span>Will-i-am is using an ultrabook to travel the world and create new songs in each new city. More information is available on his website and now he's coming on stage. He's technically the director of creative innovation for Intel Corporation.</div><div id="liveblog-entry-122032" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3874-645x430.jpg" class="attachment-large" alt="BGR-IMG_3874" title="BGR-IMG_3874" /></div></div><div id="liveblog-entry-122034" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3875-645x430.jpg" class="attachment-large" alt="BGR-IMG_3875" title="BGR-IMG_3875" /></div></div><div id="liveblog-entry-122028" class="liveblog-entry"><span class="liveblog-date">8:32PM:</span>"I have a whole year planned already, we started off in Japan and we're going to 12 countries for 12 songs," he said. He doesn't sound too excited, this feels a bit awkward.</div><div id="liveblog-entry-122039" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3876-645x430.jpg" class="attachment-large" alt="BGR-IMG_3876" title="BGR-IMG_3876" /></div></div><div id="liveblog-entry-122035" class="liveblog-entry"><span class="liveblog-date">8:32PM:</span>He doesn't seem to know how to answer Otellini's question "How is technology changing the music business."</div><div id="liveblog-entry-122042" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3880-645x430.jpg" class="attachment-large" alt="BGR-IMG_3880" title="BGR-IMG_3880" /></div></div><div id="liveblog-entry-122045" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3881-645x430.jpg" class="attachment-large" alt="BGR-IMG_3881" title="BGR-IMG_3881" /></div></div><div id="liveblog-entry-122040" class="liveblog-entry"><span class="liveblog-date">8:34PM:</span>Will I Am is struggling to explain what he likes about ultrabooks. He says he loves it but he's just saying he loves that it's thin and light. Not seeing how ultrabooks differ from other notebooks that Will I Am could be using. This is awkward.</div><div id="liveblog-entry-122043" class="liveblog-entry"><span class="liveblog-date">8:35PM:</span>Will i Am raised money in Japan for those affected by the flooding so we'll hand it to him there. His first song from Japan is online now and it's called Willpower 360 on Intel.com. </div><div id="liveblog-entry-122048" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3883-645x430.jpg" class="attachment-large" alt="BGR-IMG_3883" title="BGR-IMG_3883" /></div></div><div id="liveblog-entry-122050" class="liveblog-entry"><span class="liveblog-date">8:36PM:</span>We're hearing the song now.</div><div id="liveblog-entry-122052" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3884-645x430.jpg" class="attachment-large" alt="BGR-IMG_3884" title="BGR-IMG_3884" /></div></div><div id="liveblog-entry-122053" class="liveblog-entry"><span class="liveblog-date">8:36PM:</span>Ok we heard 5 seconds of the song, nevermind.</div><div id="liveblog-entry-122055" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3885-645x430.jpg" class="attachment-large" alt="BGR-IMG_3885" title="BGR-IMG_3885" /></div></div><div id="liveblog-entry-122057" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3889-645x430.jpg" class="attachment-large" alt="BGR-IMG_3889" title="BGR-IMG_3889" /></div></div><div id="liveblog-entry-122058" class="liveblog-entry"><span class="liveblog-date">8:37PM:</span>He said today the Ultrabook is the new Ghetto Blaster.</div><div id="liveblog-entry-122060" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3890-645x430.jpg" class="attachment-large" alt="BGR-IMG_3890" title="BGR-IMG_3890" /></div></div><div id="liveblog-entry-122063" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3891-645x430.jpg" class="attachment-large" alt="BGR-IMG_3891" title="BGR-IMG_3891" /></div></div><div id="liveblog-entry-122049" class="liveblog-entry"><span class="liveblog-date">8:38PM:</span>"We are excited about helping create the future of computing" - Otellini. Thanks for joining us folks, it's all over now.</div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.bgr.com/2012/01/10/live-from-intels-ces-2012-keynote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<media:thumbnail>http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3707-128x128.jpg</media:thumbnail>	</item>
		<item>
		<title>Live from Qualcomm&#8217;s CES 2012 keynote</title>
		<link>http://www.bgr.com/2012/01/10/live-from-qualcomms-ces-2012-keynote/</link>
		<comments>http://www.bgr.com/2012/01/10/live-from-qualcomms-ces-2012-keynote/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 16:22:53 +0000</pubDate>
		<dc:creator>Todd Haselton</dc:creator>
				<category><![CDATA[CES]]></category>
		<category><![CDATA[Live Coverage]]></category>
		<category><![CDATA[CES 2012]]></category>
		<category><![CDATA[CES2012]]></category>
		<category><![CDATA[keynote]]></category>
		<category><![CDATA[live blog]]></category>
		<category><![CDATA[live coverage]]></category>
		<category><![CDATA[liveblog]]></category>
		<category><![CDATA[qualcomm]]></category>

		<guid isPermaLink="false">http://www.bgr.com/?p=121333</guid>
		<description><![CDATA[Microsoft CEO Steve Ballmer gave his last CES keynote on Monday night and while it did mark the end of an era, things are just starting to heat up here in Las Vegas. We&#8217;ve got a big day in store that will be packed full of hands-on looks at all of the great devices unveiled during this year&#8217;s show, but Qualcomm is kicking things off on Tuesday with the opening keynote for day 1. Qualcomm subsidiary Qualcomm Atheros made several announcements Tuesday morning which included the unveiling of the Skifta Media Shifting Platform, a new wireless content streaming solution, and we&#8217;ll likely hear more about them during the keynote. What else might Qualcomm have in store for us? The keynote kicks]]></description>
			<content:encoded><![CDATA[<center><a href="http://www.bgr.com/2012/01/10/live-from-qualcomms-ces-2012-keynote"><img class="size-full wp-image-121345 aligncenter" title="BGR-IMG_3364" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3364.jpg" alt="" width="652" height="435" /></a></center>
<p><a href="http://www.bgr.com/2012/01/09/live-from-microsoft-ceo-steve-ballmers-ces-2012-keynote/">Microsoft CEO Steve Ballmer gave his last CES keynote on Monday night</a> and while it did mark the end of an era, things are just starting to heat up here in Las Vegas. We&#8217;ve got a big day in store that will be packed full of hands-on looks at all of the great devices unveiled during this year&#8217;s show, but Qualcomm is kicking things off on Tuesday with the opening keynote for day 1. Qualcomm subsidiary Qualcomm Atheros made several announcements Tuesday morning which included the unveiling of the Skifta Media Shifting Platform, a new wireless content streaming solution, and we&#8217;ll likely hear more about them during the keynote. What else might Qualcomm have in store for us? The keynote kicks off at 11:30 a.m. Eastern / 8:30 a.m. Pacific, so hit the break for our live coverage.<span id="more-121333"></span></p>
<style>
	.liveblog-opts {
		display:block;
		padding:7px 3px;
		margin: 10px 0 15px;
		/*background: #B2D0F5;
		border: 1px solid #0A2A52;
		*/
		background: #F9F9F9;
		border: 1px solid #E9E9E9;
	}
	.liveblog-opts h4 {
		font: 14px/1.25 arial,helvetica,clean,sans-serif;
		font-weight:bold;
		/*font-size:14px;*/
		color:#404040;
		margin:0;
		display:inline;
	}

	.liveblog-opts a {
		font-weight:bold;
	}

	.liveblog-opts .lb-opts-refresh {
		float:right;
	}

	.liveblog-opts strong {
		font-weight:normal;
		color:#757575;
	}
</style>

<div id="liveblog-opts-121333" class="liveblog-opts">
<span class="lb-opts-sort"><h4>Sorting:</h4> <a href="" id="lb_sort_newest">Newest First</a> | <strong>Oldest First</strong></span>
<span class="lb-opts-refresh"><h4>Auto-refresh:</h4> <a href="" id="lb_refresh_on">On</a> | <strong>Off</strong></span>
</div>

<script type="text/javascript">
function bgr_lb_sort(order) {
	jQuery.cookie('liveblog-sort', order, { expires: 1 });
	window.location.href=window.location.href;
}
function bgr_lb_auto(enable) {
	jQuery.cookie('liveblog-auto-refresh', enable, { expires: 1 });
	window.location.href=window.location.href;
}
jQuery('#lb_sort_newest').click( function(){bgr_lb_sort('DESC');} );
jQuery('#lb_sort_oldest').click( function(){bgr_lb_sort('ASC');} );
jQuery('#lb_refresh_on').click( function(){bgr_lb_auto(1);} );
jQuery('#lb_refresh_off').click( function(){bgr_lb_auto(0);} );

jQuery('#liveblog-opts-121333').css('display', 'block');

// http://plugins.jquery.com/files/issues/jjquery.cookie-modified.js_.txt
jQuery.cookie=function(name,value,options){if(typeof value!='undefined'||(name&&typeof name!='string')){if(typeof name=='string'){options=options||{};if(value===null){value='';options.expires=-1;}
var expires='';if(options.expires&&(typeof options.expires=='number'||options.expires.toUTCString)){var date;if(typeof options.expires=='number'){date=new Date();date.setTime(date.getTime()+(options.expires*24*60*60*1000));}else{date=options.expires;}
expires='; expires='+date.toUTCString();}
var path=options.path?'; path='+(options.path):'';var domain=options.domain?'; domain='+(options.domain):'';var secure=options.secure?'; secure':'';document.cookie=name+'='+encodeURIComponent(value)+expires+path+domain+secure;}else{for(var n in name){jQuery.cookie(n,name[n],value||options);}}}else{var returnValue={};if(document.cookie){var cookies=document.cookie.split(';');for(var i=0;i<cookies.length;i++){var cookie=jQuery.trim(cookies[i]);if(!name){var nameLength=cookie.indexOf('=');returnValue[cookie.substr(0,nameLength)]=decodeURIComponent(cookie.substr(nameLength+1));}else if(cookie.substr(0,name.length+1)==(name+'=')){returnValue=decodeURIComponent(cookie.substr(name.length+1));break;}}}
return returnValue;}};

</script>
<div id="liveblog-121333"><div id="liveblog-entry-121354" class="liveblog-entry"><span class="liveblog-date">11:26AM:</span>We should be getting started in just a few minutes. It looks like the last of the crowd is settling in.</div><div id="liveblog-entry-121347" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3363-645x430.jpg" class="attachment-large" alt="BGR-IMG_3363" title="BGR-IMG_3363" /></div></div><div id="liveblog-entry-121353" class="liveblog-entry"><span class="liveblog-date">11:31AM:</span>We're told the keynote will begin momentarily.</div><div id="liveblog-entry-121356" class="liveblog-entry"><span class="liveblog-date">11:35AM:</span>The lights are dimming, which means this awful music should be ending shortly.</div><div id="liveblog-entry-121364" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3370-645x430.jpg" class="attachment-large" alt="BGR-IMG_3370" title="BGR-IMG_3370" /></div></div><div id="liveblog-entry-121363" class="liveblog-entry"><span class="liveblog-date">11:37AM:</span>President and CEO of the CEA Gary Shapiro is taking the stage now.</div><div id="liveblog-entry-121366" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3372-645x430.jpg" class="attachment-large" alt="BGR-IMG_3372" title="BGR-IMG_3372" /></div></div><div id="liveblog-entry-121360" class="liveblog-entry"><span class="liveblog-date">11:39AM:</span>He's talking about "the cause of innovation" and the "health of the global economy."</div><div id="liveblog-entry-121348" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3374-645x430.jpg" class="attachment-large" alt="BGR-IMG_3374" title="BGR-IMG_3374" /></div></div><div id="liveblog-entry-121370" class="liveblog-entry"><span class="liveblog-date">11:40AM:</span>Shapiro is discussing how innovation helps create jobs and how he has traveled the world discussing innovation. "Every nation wants to be innovative, global leaders share the same desire they want to grow their economies and they want to improve the lives of their citizens."</div><div id="liveblog-entry-121355" class="liveblog-entry"><span class="liveblog-date">11:41AM:</span>Twitter helped power the Arab Spring. Broadband and mobile devices enabled global support for the spread of democracy in the middle east. </div><div id="liveblog-entry-121369" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3375-645x430.jpg" class="attachment-large" alt="BGR-IMG_3375" title="BGR-IMG_3375" /></div></div><div id="liveblog-entry-121375" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3376-645x430.jpg" class="attachment-large" alt="BGR-IMG_3376" title="BGR-IMG_3376" /></div></div><div id="liveblog-entry-121367" class="liveblog-entry"><span class="liveblog-date">11:42AM:</span>We're going over all that happened in 2011. Pandora and Spotify showing how music can be monetized, Steve Jobs's passing and more.</div><div id="liveblog-entry-121378" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3377-645x430.jpg" class="attachment-large" alt="BGR-IMG_3377" title="BGR-IMG_3377" /></div></div><div id="liveblog-entry-121379" class="liveblog-entry"><span class="liveblog-date">11:43AM:</span>"2012 will be marked as a turning point in how innovation is used to solve problems around the world."</div><div id="liveblog-entry-121381" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3378-645x430.jpg" class="attachment-large" alt="BGR-IMG_3378" title="BGR-IMG_3378" /></div></div><div id="liveblog-entry-121382" class="liveblog-entry"><span class="liveblog-date">11:45AM:</span>Our badge holders are made from recycled materials from last years show. Neat.</div><div id="liveblog-entry-121384" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3379-645x430.jpg" class="attachment-large" alt="BGR-IMG_3379" title="BGR-IMG_3379" /></div></div><div id="liveblog-entry-121385" class="liveblog-entry"><span class="liveblog-date">11:47AM:</span>Shapiro is basically going over all of the areas of the show floor, from green products such as electric cars to health products and more. Qualcomm's CEO should take the stage shortly.</div><div id="liveblog-entry-121387" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3380-645x430.jpg" class="attachment-large" alt="BGR-IMG_3380" title="BGR-IMG_3380" /></div></div><div id="liveblog-entry-121390" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3382-645x430.jpg" class="attachment-large" alt="BGR-IMG_3382" title="BGR-IMG_3382" /></div></div><div id="liveblog-entry-121392" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3384-645x430.jpg" class="attachment-large" alt="BGR-IMG_3384" title="BGR-IMG_3384" /></div></div><div id="liveblog-entry-121394" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3383-645x430.jpg" class="attachment-large" alt="BGR-IMG_3383" title="BGR-IMG_3383" /></div></div><div id="liveblog-entry-121388" class="liveblog-entry"><span class="liveblog-date">11:50AM:</span>He's briefly touching on IPv4 moving to IPv6 and spectrum shortage and he hopes we find solutions so that no one is left behind.</div><div id="liveblog-entry-121396" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3386-645x430.jpg" class="attachment-large" alt="BGR-IMG_3386" title="BGR-IMG_3386" /></div></div><div id="liveblog-entry-121397" class="liveblog-entry"><span class="liveblog-date">11:52AM:</span>"It's your internet and it's your government." Lots of clapping about Shapiro's suggestion that we sign the Declaration of Innovation petition.</div><div id="liveblog-entry-121399" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3388-645x430.jpg" class="attachment-large" alt="BGR-IMG_3388" title="BGR-IMG_3388" /></div></div><div id="liveblog-entry-121402" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3389-645x430.jpg" class="attachment-large" alt="BGR-IMG_3389" title="BGR-IMG_3389" /></div></div><div id="liveblog-entry-121400" class="liveblog-entry"><span class="liveblog-date">11:53AM:</span>"Innovation is CES and it is the pulse of our show."</div><div id="liveblog-entry-121404" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3390-645x430.jpg" class="attachment-large" alt="BGR-IMG_3390" title="BGR-IMG_3390" /></div></div><div id="liveblog-entry-121405" class="liveblog-entry"><span class="liveblog-date">11:54AM:</span>We're touching on Qualcomm now so we assume CEO Dr. Paul Jacobs should be taking the stage soon.</div><div id="liveblog-entry-121407" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3391-645x430.jpg" class="attachment-large" alt="BGR-IMG_3391" title="BGR-IMG_3391" /></div></div><div id="liveblog-entry-121408" class="liveblog-entry"><span class="liveblog-date">11:56AM:</span>Paul's passion helped create one of the world's first smartphones. Qualcomm then created an entire ecosystem that allowed for the launch of the world's first app store.</div><div id="liveblog-entry-121411" class="liveblog-entry"><span class="liveblog-date">11:57AM:</span>Alright he should be taking the stage and moment now there's a weird crowd on the stage now putting on a bit of a tron-like performance.</div><div id="liveblog-entry-121410" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3395-645x430.jpg" class="attachment-large" alt="BGR-IMG_3395" title="BGR-IMG_3395" /></div></div><div id="liveblog-entry-121412" class="liveblog-entry"><span class="liveblog-date">11:57AM:</span>Kind of creeped out</div><div id="liveblog-entry-121414" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3398-645x430.jpg" class="attachment-large" alt="BGR-IMG_3398" title="BGR-IMG_3398" /></div></div><div id="liveblog-entry-121417" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3399-645x430.jpg" class="attachment-large" alt="BGR-IMG_3399" title="BGR-IMG_3399" /></div></div><div id="liveblog-entry-121419" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3400-645x430.jpg" class="attachment-large" alt="BGR-IMG_3400" title="BGR-IMG_3400" /></div></div><div id="liveblog-entry-121415" class="liveblog-entry"><span class="liveblog-date">11:59AM:</span>Too early in the morning for this kind of techno blasting </div><div id="liveblog-entry-121373" class="liveblog-entry"><span class="liveblog-date">11:59AM:</span>Qualcomm chairman and CEO Dr. Paul Jacobs is taking the stage now.</div><div id="liveblog-entry-121421" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3406-645x430.jpg" class="attachment-large" alt="BGR-IMG_3406" title="BGR-IMG_3406" /></div></div><div id="liveblog-entry-121372" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3409-645x430.jpg" class="attachment-large" alt="BGR-IMG_3409" title="BGR-IMG_3409" /></div></div><div id="liveblog-entry-121425" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3414-645x430.jpg" class="attachment-large" alt="BGR-IMG_3414" title="BGR-IMG_3414" /></div></div><div id="liveblog-entry-121376" class="liveblog-entry"><span class="liveblog-date">12:01PM:</span>Qualcomm's been in the consumer electronics business for more than 25 years creating mobile tech for phones, tablets, eReaders and more.</div><div id="liveblog-entry-121429" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3416-645x430.jpg" class="attachment-large" alt="BGR-IMG_3416" title="BGR-IMG_3416" /></div></div><div id="liveblog-entry-121423" class="liveblog-entry"><span class="liveblog-date">12:02PM:</span>"Our mission is to push the boundaries of what's possible in mobile. We invested more than $3 billion in innovation during the past few years and those investments helped drive the 3G revolution. Today, our investments are laying the groundwork for the next generation 4G networks. We've shipped more than 7 billion chipsets worldwide, that makes us the #1 provider of silicon for wireless."</div><div id="liveblog-entry-121427" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3417-645x430.jpg" class="attachment-large" alt="BGR-IMG_3417" title="BGR-IMG_3417" /></div></div><div id="liveblog-entry-121422" class="liveblog-entry"><span class="liveblog-date">12:03PM:</span>"There are more than 6 billion wireless connections worldwide."</div><div id="liveblog-entry-121436" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3418-645x430.jpg" class="attachment-large" alt="BGR-IMG_3418" title="BGR-IMG_3418" /></div></div><div id="liveblog-entry-121440" class="liveblog-entry"><span class="liveblog-date">12:03PM:</span>Unlike most speakers, Shapiro is cool with us playing with our phones in the audience. </div><div id="liveblog-entry-121441" class="liveblog-entry"><span class="liveblog-date">12:04PM:</span>1.2 billion people access news on their mobile devices, that's 3x the circulation of all newspapers.</div><div id="liveblog-entry-121438" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3420-645x430.jpg" class="attachment-large" alt="BGR-IMG_3420" title="BGR-IMG_3420" /></div></div><div id="liveblog-entry-121430" class="liveblog-entry"><span class="liveblog-date">12:04PM:</span>In 2011 mobile revenues for the wireless industry reached approximately $1.3 trillion, almost 2% of global GDP.</div><div id="liveblog-entry-121444" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3423-645x430.jpg" class="attachment-large" alt="BGR-IMG_3423" title="BGR-IMG_3423" /></div></div><div id="liveblog-entry-121439" class="liveblog-entry"><span class="liveblog-date">12:05PM:</span>"the internet changed the world, but mobile is having an even greater impact."</div><div id="liveblog-entry-121442" class="liveblog-entry"><span class="liveblog-date">12:05PM:</span>"Modern life is becoming mobile-centric and no where is this more relevant than in emerging countries."</div><div id="liveblog-entry-121445" class="liveblog-entry"><span class="liveblog-date">12:05PM:</span>Emerging markets are expected to contribute over 50% of global GDP by 2015. They will be one of the biggest drivers of growth in the years ahead.</div><div id="liveblog-entry-121447" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3428-645x430.jpg" class="attachment-large" alt="BGR-IMG_3428" title="BGR-IMG_3428" /></div></div><div id="liveblog-entry-121448" class="liveblog-entry"><span class="liveblog-date">12:06PM:</span>2/3 of internet users in emerging markets access the web using their mobile phones. In India, mobile broadband connections surpassed fixed connections. In Indonesia Internet cafes are seeing a hit to their business because their customers are accessing the internet on their mobile devices instead.</div><div id="liveblog-entry-121452" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3429-645x430.jpg" class="attachment-large" alt="BGR-IMG_3429" title="BGR-IMG_3429" /></div></div><div id="liveblog-entry-121450" class="liveblog-entry"><span class="liveblog-date">12:07PM:</span>More than 1.4 billion new 3G connections are expected in the emerging regions over the next four years.</div><div id="liveblog-entry-121456" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3432-645x430.jpg" class="attachment-large" alt="BGR-IMG_3432" title="BGR-IMG_3432" /></div></div><div id="liveblog-entry-121453" class="liveblog-entry"><span class="liveblog-date">12:08PM:</span>We're seeing a quick clip of people using their mobile devices around the world. It's kind of inspiring.</div><div id="liveblog-entry-121433" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3430-645x430.jpg" class="attachment-large" alt="BGR-IMG_3430" title="BGR-IMG_3430" /></div></div><div id="liveblog-entry-121461" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3433-645x430.jpg" class="attachment-large" alt="BGR-IMG_3433" title="BGR-IMG_3433" /></div></div><div id="liveblog-entry-121459" class="liveblog-entry"><span class="liveblog-date">12:11PM:</span>Qualcomm.com/CES has the video clip if any of you out there want to watch it.</div><div id="liveblog-entry-121463" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3437-645x430.jpg" class="attachment-large" alt="BGR-IMG_3437" title="BGR-IMG_3437" /></div></div><div id="liveblog-entry-121466" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3438-645x430.jpg" class="attachment-large" alt="BGR-IMG_3438" title="BGR-IMG_3438" /></div></div><div id="liveblog-entry-121464" class="liveblog-entry"><span class="liveblog-date">12:13PM:</span>Jacobs is talking about how Qualcomm works with emerging markets to help people launch their own businesses. Qualcomm provides these people with a package, including a phone, to help them get started. The penetration of mobile phones has increased so much since the start of the project that Qualcomm now has to add data connections. There are over 9000 entrepreneurs now serving more than 1 million customers. More than 47% who stay in the program after 4 months have doubled their income. 100% are profitable and more than 80% are owned by women.</div><div id="liveblog-entry-121468" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3445-645x430.jpg" class="attachment-large" alt="BGR-IMG_3445" title="BGR-IMG_3445" /></div></div><div id="liveblog-entry-121471" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3451-645x430.jpg" class="attachment-large" alt="BGR-IMG_3451" title="BGR-IMG_3451" /></div></div><div id="liveblog-entry-121473" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3454-645x430.jpg" class="attachment-large" alt="BGR-IMG_3454" title="BGR-IMG_3454" /></div></div><div id="liveblog-entry-121469" class="liveblog-entry"><span class="liveblog-date">12:16PM:</span>In emerging countries mobile is huge for helping people escape property. Qualcomm Snapdragon is the most advanced and first all-in-one processor on the market. It includes graphics, processing, audio, GPS, and wireless 3G/4G tech all on one chip.</div><div id="liveblog-entry-121449" class="liveblog-entry"><span class="liveblog-date">12:16PM:</span>Before Snapdragon devices needed to have multiple chips to have all of those features.</div><div id="liveblog-entry-121475" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3460-645x430.jpg" class="attachment-large" alt="BGR-IMG_3460" title="BGR-IMG_3460" /></div></div><div id="liveblog-entry-121454" class="liveblog-entry"><span class="liveblog-date">12:17PM:</span>Snapdragon processors now power 300 devices worldwide and 350 more are in development. That includes high-end and low-end products. "Our goal is to enable better phones for every market for the best price possible. We're proud to support the broadest range of mobile operating systems in the industry."</div><div id="liveblog-entry-121476" class="liveblog-entry"><span class="liveblog-date">12:17PM:</span>Snapdragon is now creating a lot of buss in the mobile gaming sector and we're working with the top gaming companies. We launched an app called Game Command (like TegraZone) and it offers games that are optimized for Snapdragon.</div><div id="liveblog-entry-121458" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3465-645x430.jpg" class="attachment-large" alt="BGR-IMG_3465" title="BGR-IMG_3465" /></div></div><div id="liveblog-entry-121482" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3472-645x430.jpg" class="attachment-large" alt="BGR-IMG_3472" title="BGR-IMG_3472" /></div></div><div id="liveblog-entry-121479" class="liveblog-entry"><span class="liveblog-date">12:19PM:</span>A mixed martial artist is on stage now to help promote gaming on Snapdragon. CES attendees can visit the Qualcomm booth to try to challenge gamers in a new title called Fight Game Heroes.</div><div id="liveblog-entry-121485" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3475-645x430.jpg" class="attachment-large" alt="BGR-IMG_3475" title="BGR-IMG_3475" /></div></div><div id="liveblog-entry-121486" class="liveblog-entry"><span class="liveblog-date">12:20PM:</span>In addition to gaming, Qualcomm is working with Android partners on other fronts, including creating more affordable devices in emerging countries. Qualcomm is providing a blueprint for those manufacturers so they can make the phones cheaper, but still also help them stand out against other devices. By 2015 half of all smartphones will ship to emerging countries.</div><div id="liveblog-entry-121488" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3480-645x430.jpg" class="attachment-large" alt="BGR-IMG_3480" title="BGR-IMG_3480" /></div></div><div id="liveblog-entry-121480" class="liveblog-entry"><span class="liveblog-date">12:21PM:</span>Qualcomm is playing a leadership role in Microsoft's Windows Phone operating system. Right now every single Windows Phone device is powered by a Qualcomm Snapdragon processor. Nokia's CEO Stephen Elop is now taking the stage.</div><div id="liveblog-entry-121491" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3485-645x430.jpg" class="attachment-large" alt="BGR-IMG_3485" title="BGR-IMG_3485" /></div></div><div id="liveblog-entry-121489" class="liveblog-entry"><span class="liveblog-date">12:22PM:</span>"Over the last year we have been working in close partnership with Qualcomm," Elop said. "One element of our strategy supports opportunities and growth in emerging markets. The first key pillar in our strategy is a focus on increasing our lower-priced mobile business."</div><div id="liveblog-entry-121492" class="liveblog-entry"><span class="liveblog-date">12:22PM:</span>"We believe for many people, their mobile phone will be their first experience with the internet."</div><div id="liveblog-entry-121494" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3486-645x430.jpg" class="attachment-large" alt="BGR-IMG_3486" title="BGR-IMG_3486" /></div></div><div id="liveblog-entry-121498" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3489-645x430.jpg" class="attachment-large" alt="BGR-IMG_3489" title="BGR-IMG_3489" /></div></div><div id="liveblog-entry-121483" class="liveblog-entry"><span class="liveblog-date">12:23PM:</span>Nokia is helping entrepreneurs around the world with its handsets and it believes it can push it further with Qualcomm's Snapdragon technology. "Nokia is a gateway to the world." </div><div id="liveblog-entry-121495" class="liveblog-entry"><span class="liveblog-date">12:24PM:</span>"Windows Phone offered an alternative to patterns that are all too common in other ecosystems. In October we introduced the Lumia 710 and Lumia 800, the first "real" Windows Phones. Nokia Lumia has opened the Windows Phone gateway to the world."</div><div id="liveblog-entry-121500" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3493-645x430.jpg" class="attachment-large" alt="BGR-IMG_3493" title="BGR-IMG_3493" /></div></div><div id="liveblog-entry-121501" class="liveblog-entry"><span class="liveblog-date">12:25PM:</span>"Yesterday, at CES, we announced our intentions to spread the Lumia brand to North America." It will launch the Nokia Lumia 900 n AT&T and the 710 on T-Mobile. The 800 and 710 will also be available on Telus and Rogers in Canada. </div><div id="liveblog-entry-121504" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3494-645x430.jpg" class="attachment-large" alt="BGR-IMG_3494" title="BGR-IMG_3494" /></div></div><div id="liveblog-entry-121507" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3497-645x430.jpg" class="attachment-large" alt="BGR-IMG_3497" title="BGR-IMG_3497" /></div></div><div id="liveblog-entry-121505" class="liveblog-entry"><span class="liveblog-date">12:26PM:</span>Elop is covering some of the specs of the Lumia 900 now, which we've already covered so be sure to read more about it on the homepage! We'll also be bringing you a hands on in just a few hours once the show floor opens.</div><div id="liveblog-entry-121503" class="liveblog-entry"><span class="liveblog-date">12:26PM:</span>"Nokia understands developed markets. Nokia also understands emerging markets. With Qualcomm we will address the unique needs of partners around the world."</div><div id="liveblog-entry-121510" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3499-645x430.jpg" class="attachment-large" alt="BGR-IMG_3499" title="BGR-IMG_3499" /></div></div><div id="liveblog-entry-121511" class="liveblog-entry"><span class="liveblog-date">12:27PM:</span>"Our latest S4 series Qualcomm Snapdragon chipsets will set the bar higher" - Paul Jacobs</div><div id="liveblog-entry-121513" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3500-645x430.jpg" class="attachment-large" alt="BGR-IMG_3500" title="BGR-IMG_3500" /></div></div><div id="liveblog-entry-121516" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3502-645x430.jpg" class="attachment-large" alt="BGR-IMG_3502" title="BGR-IMG_3502" /></div></div><div id="liveblog-entry-121496" class="liveblog-entry"><span class="liveblog-date">12:28PM:</span>"Snapdragon S4 will power your TV, your ultra compact notebook," as well as smartphones. The devices based on S4 Snapdragon processors will be on the market early this year. There are more than 20 manufacturers on board and 70 device designs already in the pipeline. Windows 8 will also support ARM and Snapdragon, and Qualcomm sees that as a great opportunity to "flex its muscles." </div><div id="liveblog-entry-121514" class="liveblog-entry"><span class="liveblog-date">12:29PM:</span>"Windows 8 is Windows reimagined and together with the S4 processor it's going to enable instant-turn on PCs... metro style apps will be kept up-to-date all the time, and it will do that while conserving battery life. That is something that we in the mobile industry know a lot about."</div><div id="liveblog-entry-121518" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3503-645x430.jpg" class="attachment-large" alt="BGR-IMG_3503" title="BGR-IMG_3503" /></div></div><div id="liveblog-entry-121519" class="liveblog-entry"><span class="liveblog-date">12:30PM:</span>"Our leadership with Snapdragon is enabling us to work with PC manufacturers to deliver the lightest and thinnest PCs that are always on. Today, for the first time ever, you're going to see Windows 8 running on Snapdragon S4 and running on an AT&T 4G LTE network." Sweet we're pumped to see that.</div><div id="liveblog-entry-121522" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3504-645x430.jpg" class="attachment-large" alt="BGR-IMG_3504" title="BGR-IMG_3504" /></div></div><div id="liveblog-entry-121525" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3505-645x430.jpg" class="attachment-large" alt="BGR-IMG_3505" title="BGR-IMG_3505" /></div></div><div id="liveblog-entry-121520" class="liveblog-entry"><span class="liveblog-date">12:31PM:</span>We're seeing a brief demo of a Windows 8 tablet running on an S4 Snapdragon processor. Looks pretty swift and the mobile broadband option allows for 4G LTE through AT&T. "And, by the way, no fan." Wow. Lots of applause there.</div><div id="liveblog-entry-121478" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3506-645x430.jpg" class="attachment-large" alt="BGR-IMG_3506" title="BGR-IMG_3506" /></div></div><div id="liveblog-entry-121528" class="liveblog-entry"><span class="liveblog-date">12:32PM:</span>Jacobs is now discussing how Qualcomm is investing heavily in the connected home and how it's working with consumer electronics manufacturers to create devices, like home appliances, that all talk together using HiFi technology.</div><div id="liveblog-entry-121532" class="liveblog-entry"><span class="liveblog-date">12:33PM:</span>Qualcomm and Lenovo have the world's first Android-based Snapdragon powered TV and it will first launch in China. It's here today. Liu Jun, senior vice president of Lenovo is taking the stage now. </div><div id="liveblog-entry-121531" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3507-645x430.jpg" class="attachment-large" alt="BGR-IMG_3507" title="BGR-IMG_3507" /></div></div><div id="liveblog-entry-121536" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3508-645x430.jpg" class="attachment-large" alt="BGR-IMG_3508" title="BGR-IMG_3508" /></div></div><div id="liveblog-entry-121523" class="liveblog-entry"><span class="liveblog-date">12:34PM:</span>Jun says Lenovo believes that all the new devices will be connected and powered by the cloud. "We are transforming Lenovo from a leading personal computer company to a leading personal internet device company."</div><div id="liveblog-entry-121534" class="liveblog-entry"><span class="liveblog-date">12:34PM:</span>"This year, we are bringing you the world's first Snapdragon based TV, the Lenovo smart TVs."</div><div id="liveblog-entry-121538" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3514-645x430.jpg" class="attachment-large" alt="BGR-IMG_3514" title="BGR-IMG_3514" /></div></div><div id="liveblog-entry-121542" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3516-645x430.jpg" class="attachment-large" alt="BGR-IMG_3516" title="BGR-IMG_3516" /></div></div><div id="liveblog-entry-121544" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3517-645x430.jpg" class="attachment-large" alt="BGR-IMG_3517" title="BGR-IMG_3517" /></div></div><div id="liveblog-entry-121539" class="liveblog-entry"><span class="liveblog-date">12:36PM:</span>The TV looks pretty awesome, although its display looks pretty small from our seats. It has its own smart UI and application platform. From the main menu you can access internet applications and users can gesture to switch screens. No keyboard is required, the device has integrated voice control embedded in the remote. Pretty awesome looking technology. During the demo someone searched Ocean and it found a clip and then said "play video" and the clip started. Lots of applause.</div><div id="liveblog-entry-121546" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3518-645x430.jpg" class="attachment-large" alt="BGR-IMG_3518" title="BGR-IMG_3518" /></div></div><div id="liveblog-entry-121540" class="liveblog-entry"><span class="liveblog-date">12:36PM:</span>The TV runs Android 4.0 (Ice Cream Sandwich) and has a 1.5GHz dual-core Qualcomm Snapdragon processor. It can run the latest applications and can run console quality games. We're getting a demo of a racing game now.</div><div id="liveblog-entry-121549" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3520-645x430.jpg" class="attachment-large" alt="BGR-IMG_3520" title="BGR-IMG_3520" /></div></div><div id="liveblog-entry-121550" class="liveblog-entry"><span class="liveblog-date">12:38PM:</span>Instead of needing a console you can just run an Android game on the television. We're looking at a Gameloft title called Asphalt Adrenaline 6. The graphics actually look decent even though they are blown up on the TV screen. Curious how the controls work, though.. </div><div id="liveblog-entry-121553" class="liveblog-entry"><span class="liveblog-date">12:38PM:</span>"What we have seen today is just a start." - Jun </div><div id="liveblog-entry-121547" class="liveblog-entry"><span class="liveblog-date">12:39PM:</span>The TV will be on exhibit here so we're going to check that out for sure later today.</div><div id="liveblog-entry-121552" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3525-645x430.jpg" class="attachment-large" alt="BGR-IMG_3525" title="BGR-IMG_3525" /></div></div><div id="liveblog-entry-121554" class="liveblog-entry"><span class="liveblog-date">12:40PM:</span>Jacobs wants to touch on education now, beyond the confines of the classroom.</div><div id="liveblog-entry-121557" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3526-645x430.jpg" class="attachment-large" alt="BGR-IMG_3526" title="BGR-IMG_3526" /></div></div><div id="liveblog-entry-121555" class="liveblog-entry"><span class="liveblog-date">12:40PM:</span>"We think the eReader is the next mobile device to revolutionize the classroom."</div><div id="liveblog-entry-121560" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3529-645x430.jpg" class="attachment-large" alt="BGR-IMG_3529" title="BGR-IMG_3529" /></div></div><div id="liveblog-entry-121508" class="liveblog-entry"><span class="liveblog-date">12:41PM:</span>"We believe to be truly effective, eReaders must deliver both text and video and have to be usable indoors and out." QUalcomm's Mirasol technology addresses all of those issues. It uses bio-mimicry which is inspired by the way a butterfly uses its wings to create power."</div><div id="liveblog-entry-121563" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3530-645x430.jpg" class="attachment-large" alt="BGR-IMG_3530" title="BGR-IMG_3530" /></div></div><div id="liveblog-entry-121566" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3533-645x430.jpg" class="attachment-large" alt="BGR-IMG_3533" title="BGR-IMG_3533" /></div></div><div id="liveblog-entry-121558" class="liveblog-entry"><span class="liveblog-date">12:42PM:</span>Jacobs is introducing a new eReader from a Chinese partner called Hanvon CAT eReader. It has more than 150,000 titles and 100 Chinese newspapers. More than 90% of the content is in color, it clearly runs Android given the controls at the bottom of the device. It looks neat but we're not overly blown away. It will be available next month in China. </div><div id="liveblog-entry-121568" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3534-645x430.jpg" class="attachment-large" alt="BGR-IMG_3534" title="BGR-IMG_3534" /></div></div><div id="liveblog-entry-121561" class="liveblog-entry"><span class="liveblog-date">12:43PM:</span>500 million children in India lack adequate schools. Even with funding it will take too long to build brick and mortar schools, so mobile devices can help children learn now instead of waiting for infrastructure to be built.</div><div id="liveblog-entry-121571" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3536-645x430.jpg" class="attachment-large" alt="BGR-IMG_3536" title="BGR-IMG_3536" /></div></div><div id="liveblog-entry-121572" class="liveblog-entry"><span class="liveblog-date">12:45PM:</span>Qualcomm has partnered with Sesame Workshop in India to help children in the New Delhi area. It helps prepare kids for school by delivering mobile material to their phones. Vuforia, another technology, uses the camera's cell phones and uses 3D graphics to overlay 3D graphics on top of the real world objects. It reminds us of augmented technology stuff. It's already used by 17,000 developers on 400 smartphones and tablets and is used in 300 Android and iOS devices. Sesame Workshop uses it and the president and CEO H. Melvin Ming is taking the stage to talk more.</div><div id="liveblog-entry-121574" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3540-645x430.jpg" class="attachment-large" alt="BGR-IMG_3540" title="BGR-IMG_3540" /></div></div><div id="liveblog-entry-121569" class="liveblog-entry"><span class="liveblog-date">12:46PM:</span>"Qualcomm's Vuforia offers an exciting new dimension for mobile experiences" - Ming. "We're working together with Qualcomm to maximize learning on the platform." Now we're watching Rover Monster demo how it all works and I'm scared.</div><div id="liveblog-entry-121577" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3544-645x430.jpg" class="attachment-large" alt="BGR-IMG_3544" title="BGR-IMG_3544" /></div></div><div id="liveblog-entry-121580" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3546-645x430.jpg" class="attachment-large" alt="BGR-IMG_3546" title="BGR-IMG_3546" /></div></div><div id="liveblog-entry-121582" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3547-645x430.jpg" class="attachment-large" alt="BGR-IMG_3547" title="BGR-IMG_3547" /></div></div><div id="liveblog-entry-121578" class="liveblog-entry"><span class="liveblog-date">12:48PM:</span>We're looking at a Sesame Street playset that allows children to use Sesame Street play pieces and when a camera is pointed at them from a tablet or smartphone they come to life. Similar to what we've seen with other augmented reality applications but this should be fun for kids.</div><div id="liveblog-entry-121584" class="liveblog-entry"><span class="liveblog-date">12:49PM:</span>Basically the tablet makes the playset come to life using Qualcomm's Vuforia technology. Qualcomm has a focus on empowering its partners to create intelligent toys. </div><div id="liveblog-entry-121586" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3552-645x430.jpg" class="attachment-large" alt="BGR-IMG_3552" title="BGR-IMG_3552" /></div></div><div id="liveblog-entry-121589" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3554-645x430.jpg" class="attachment-large" alt="BGR-IMG_3554" title="BGR-IMG_3554" /></div></div><div id="liveblog-entry-121591" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3556-645x430.jpg" class="attachment-large" alt="BGR-IMG_3556" title="BGR-IMG_3556" /></div></div><div id="liveblog-entry-121575" class="liveblog-entry"><span class="liveblog-date">12:51PM:</span>Grover is rambling about something now.</div><div id="liveblog-entry-121593" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3557-645x430.jpg" class="attachment-large" alt="BGR-IMG_3557" title="BGR-IMG_3557" /></div></div><div id="liveblog-entry-121594" class="liveblog-entry"><span class="liveblog-date">12:52PM:</span>Ok Paul Jacobs is back on the stage. "As you just saw, we're working hard to drive Augmented Reality to the next level. Qualcomm's tech is the first to recognize multiple 3D objects at the same time and it works at any angle, a full 360 degrees."</div><div id="liveblog-entry-121596" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3559-645x430.jpg" class="attachment-large" alt="BGR-IMG_3559" title="BGR-IMG_3559" /></div></div><div id="liveblog-entry-121564" class="liveblog-entry"><span class="liveblog-date">12:53PM:</span>Qualcomm is also focused on healthcare and is working on new tools to help medical professionals treat patients. Qualcomm's light division launched a new innovative health solution that captures and delivers medical data and deliver it to any database formrom any wireless device. It's investing $100 million to help capitalize new developments in this field.</div><div id="liveblog-entry-121587" class="liveblog-entry"><span class="liveblog-date">12:54PM:</span>Dr. Eric Topol, the chief academic officer of Scripps Health just took the stage, he has a new book out that's being released here at CES. "We're preparing for a consumer healthcare revolution," Topol says.</div><div id="liveblog-entry-121600" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3561-645x430.jpg" class="attachment-large" alt="BGR-IMG_3561" title="BGR-IMG_3561" /></div></div><div id="liveblog-entry-121603" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3563-645x430.jpg" class="attachment-large" alt="BGR-IMG_3563" title="BGR-IMG_3563" /></div></div><div id="liveblog-entry-121597" class="liveblog-entry"><span class="liveblog-date">12:56PM:</span>One device allows users to view a cardiogram on their smartphone. It's called the Alive Core and you can simply put your finger on the back of a device and the cardiogram starts popping up on the screen. Pretty amazing stuff, maybe I can save money on my EKGs. "You can send it to your Facebook friends or your doctor," he joked, but he said he actually used it on a flight to diagnose a heart attack and save a life on the plane.</div><div id="liveblog-entry-121606" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3568-645x430.jpg" class="attachment-large" alt="BGR-IMG_3568" title="BGR-IMG_3568" /></div></div><div id="liveblog-entry-121607" class="liveblog-entry"><span class="liveblog-date">12:57PM:</span>Now we're seeing a watch that shows all of its wearer's vital signs. In shows blood pressure (non invasive), respiratory rate, oxygen in the bloodstream, temperature and the heartbeat. "It's like an ICU on the wrist." It can change hospital beds to monitor beds, and when it's in the home and on the mobile front, it means you can look at your phone. "A culture of cybercondriacs could be created."</div><div id="liveblog-entry-121609" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3569-645x430.jpg" class="attachment-large" alt="BGR-IMG_3569" title="BGR-IMG_3569" /></div></div><div id="liveblog-entry-121612" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3570-645x430.jpg" class="attachment-large" alt="BGR-IMG_3570" title="BGR-IMG_3570" /></div></div><div id="liveblog-entry-121601" class="liveblog-entry"><span class="liveblog-date">12:58PM:</span>400 million diabetics in the world, over a billion pre-diabetics. The biggest problem is controlling blood sugars. We've never had continuous sugar levels being reported on a phone, but he's showing a product that allows a user to view their glucose level ever minute. It's a widget on an Android phone, pretty awesome. When the app is open you can view trends by hour, every 6 hours and more. We're honestly pretty impressed.</div><div id="liveblog-entry-121614" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3572-645x430.jpg" class="attachment-large" alt="BGR-IMG_3572" title="BGR-IMG_3572" /></div></div><div id="liveblog-entry-121617" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3574-645x430.jpg" class="attachment-large" alt="BGR-IMG_3574" title="BGR-IMG_3574" /></div></div><div id="liveblog-entry-121615" class="liveblog-entry"><span class="liveblog-date">1:00PM:</span>We're headed to an era where we can carry a DNA sequence on our cell phone and know which drugs we will react positively or negatively to. </div><div id="liveblog-entry-121619" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3575-645x430.jpg" class="attachment-large" alt="BGR-IMG_3575" title="BGR-IMG_3575" /></div></div><div id="liveblog-entry-121610" class="liveblog-entry"><span class="liveblog-date">1:01PM:</span>Apparently heart attacks begin to happen a week or two ahead of time, and there's technology that will soon allow users to be alerted ahead of time through their smartphone. "It's about digitization of man." </div><div id="liveblog-entry-121623" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3576-645x430.jpg" class="attachment-large" alt="BGR-IMG_3576" title="BGR-IMG_3576" /></div></div><div id="liveblog-entry-121626" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3577-645x430.jpg" class="attachment-large" alt="BGR-IMG_3577" title="BGR-IMG_3577" /></div></div><div id="liveblog-entry-121620" class="liveblog-entry"><span class="liveblog-date">1:03PM:</span>"The Qualcomm Foundation is pioneering new health technology," - Paul Jacobs, "and to do this, we're partnering with the X Prize Foundation. CEO Dr. Peter Diamandis is on the stage now.</div><div id="liveblog-entry-121629" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3579-645x430.jpg" class="attachment-large" alt="BGR-IMG_3579" title="BGR-IMG_3579" /></div></div><div id="liveblog-entry-121624" class="liveblog-entry"><span class="liveblog-date">1:03PM:</span>X Price Foundation wants to drive medical breakthroughs for the benefit of humanity.</div><div id="liveblog-entry-121632" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3581-645x430.jpg" class="attachment-large" alt="BGR-IMG_3581" title="BGR-IMG_3581" /></div></div><div id="liveblog-entry-121633" class="liveblog-entry"><span class="liveblog-date">1:05PM:</span>X Prize originally had a $10 million competition to challenge teams to take 3 people into space twice in two weeks. </div><div id="liveblog-entry-121630" class="liveblog-entry"><span class="liveblog-date">1:05PM:</span>Now X Prize is offering prizes in life sciences, environmental areas and more. We're not sure how this relates to Qualcomm right now other than the two are partnered. </div><div id="liveblog-entry-121635" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3582-645x430.jpg" class="attachment-large" alt="BGR-IMG_3582" title="BGR-IMG_3582" /></div></div><div id="liveblog-entry-121638" class="liveblog-entry"><span class="liveblog-date">1:06PM:</span>Ok, he's announcing the Qualcomm Tri Quarter prize to bring the health technology from Star Trek to life. Sounds like they should be talking to the doctor who just took the stage before the X Prize CEO. </div><div id="liveblog-entry-121640" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3585-645x430.jpg" class="attachment-large" alt="BGR-IMG_3585" title="BGR-IMG_3585" /></div></div><div id="liveblog-entry-121641" class="liveblog-entry"><span class="liveblog-date">1:08PM:</span>It's a $10 million purse, open to teams anywhere on the planet, and the goal is to revolutionize healthcare so we can have everything in the palm of our hands. The winning team has to be able to diagnose themselves without using a doctor or going to a physician and it has to be easy and fun to use. "If we can make this happen, we are going to drive an era of healthcare abundance so that anyone with a mobile device will be able to have healthcare in the palm of their hands."</div><div id="liveblog-entry-121643" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3586-645x430.jpg" class="attachment-large" alt="BGR-IMG_3586" title="BGR-IMG_3586" /></div></div><div id="liveblog-entry-121648" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3587-645x430.jpg" class="attachment-large" alt="BGR-IMG_3587" title="BGR-IMG_3587" /></div></div><div id="liveblog-entry-121650" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3588-645x430.jpg" class="attachment-large" alt="BGR-IMG_3588" title="BGR-IMG_3588" /></div></div><div id="liveblog-entry-121646" class="liveblog-entry"><span class="liveblog-date">1:10PM:</span>"We're only at the beginning of what's possible for mobile," - Paul Jacobs. "We're shipping more than a million chips every single day. We're excited about these trends we've talked about this morning. Whether you're from a developed country or a developed country at the end of the day we're all living in mobile countries. There are incredible opportunities ahead in this age of mobile."</div><div id="liveblog-entry-121652" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/BGR-IMG_3589-645x430.jpg" class="attachment-large" alt="BGR-IMG_3589" title="BGR-IMG_3589" /></div></div><div id="liveblog-entry-121636" class="liveblog-entry"><span class="liveblog-date">1:10PM:</span>"We hope you think of Qualcomm as your partner on that journey. Mobile is transformative. It powers us. It inspires us. At the epicenter of all that is you." That's all! Thanks for joining us everyone!</div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.bgr.com/2012/01/10/live-from-qualcomms-ces-2012-keynote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<media:thumbnail>http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/Qualcomm-sign-128x128.jpg</media:thumbnail>	</item>
		<item>
		<title>Live from Microsoft CEO Steve Ballmer&#8217;s CES 2012 keynote</title>
		<link>http://www.bgr.com/2012/01/09/live-from-microsoft-ceo-steve-ballmers-ces-2012-keynote/</link>
		<comments>http://www.bgr.com/2012/01/09/live-from-microsoft-ceo-steve-ballmers-ces-2012-keynote/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 01:53:04 +0000</pubDate>
		<dc:creator>Zach Epstein</dc:creator>
				<category><![CDATA[CES]]></category>
		<category><![CDATA[Live Coverage]]></category>
		<category><![CDATA[Bing]]></category>
		<category><![CDATA[CES 2012]]></category>
		<category><![CDATA[keynote]]></category>
		<category><![CDATA[live blog]]></category>
		<category><![CDATA[live coverage]]></category>
		<category><![CDATA[liveblog]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[press conference]]></category>
		<category><![CDATA[steve ballmer]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[xbox]]></category>

		<guid isPermaLink="false">http://www.bgr.com/?p=121156</guid>
		<description><![CDATA[It&#8217;s the end of an era. Microsoft announced last month that this year&#8217;s Consumer Electronics Show keynote will be the company&#8217;s last for the foreseeable future. The show definitely won&#8217;t be the same without Microsoft&#8217;s chief executive officer Steve Ballmer kicking things off with his unique brand of charisma, but all good things must come to an end. According to reports, Microsoft won&#8217;t have anything big to announce at this year&#8217;s keynote. Instead, Ballmer will recap the strong year Microsoft had in 2011 and discuss the company&#8217;s core consumer-facing products moving into 2012 including Windows, Windows Phone, Xbox and more. Mr. Ballmer always puts on a show, however, and we&#8217;re sure he&#8217;ll toss in a few surprises to keep things interesting. The keynote]]></description>
			<content:encoded><![CDATA[<center><a href="http://www.bgr.com/2012/01/09/live-from-microsoft-ceo-steve-ballmers-ces-2012-keynote"><img class="size-full wp-image-121170 aligncenter" title="bgr_samsung_ces2012_IMG_0634" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/bgr_samsung_ces2012_IMG_0634.jpg" alt="" width="652" height="435" /></a></center>
<p>It&#8217;s the end of an era. Microsoft announced last month that <a href="http://www.bgr.com/2011/12/21/microsoft-says-ces-2012-will-be-its-last-year-at-the-show/">this year&#8217;s Consumer Electronics Show keynote will be the company&#8217;s last for the foreseeable future</a>. The show definitely won&#8217;t be the same without Microsoft&#8217;s chief executive officer Steve Ballmer kicking things off with his unique brand of charisma, but all good things must come to an end. According to reports, Microsoft won&#8217;t have anything big to announce at this year&#8217;s keynote. Instead, Ballmer will recap the strong year Microsoft had in 2011 and discuss the company&#8217;s core consumer-facing products moving into 2012 including Windows, Windows Phone, Xbox and more. Mr. Ballmer always puts on a show, however, and we&#8217;re sure he&#8217;ll toss in a few surprises to keep things interesting. The keynote kicks off at 9:30 p.m. Eastern / 6:30 p.m. Pacific, so hit the break to follow all the action — and Ballmeresque yelling — as it unfolds.<span id="more-121156"></span></p>
<style>
	.liveblog-opts {
		display:block;
		padding:7px 3px;
		margin: 10px 0 15px;
		/*background: #B2D0F5;
		border: 1px solid #0A2A52;
		*/
		background: #F9F9F9;
		border: 1px solid #E9E9E9;
	}
	.liveblog-opts h4 {
		font: 14px/1.25 arial,helvetica,clean,sans-serif;
		font-weight:bold;
		/*font-size:14px;*/
		color:#404040;
		margin:0;
		display:inline;
	}

	.liveblog-opts a {
		font-weight:bold;
	}

	.liveblog-opts .lb-opts-refresh {
		float:right;
	}

	.liveblog-opts strong {
		font-weight:normal;
		color:#757575;
	}
</style>

<div id="liveblog-opts-121156" class="liveblog-opts">
<span class="lb-opts-sort"><h4>Sorting:</h4> <a href="" id="lb_sort_newest">Newest First</a> | <strong>Oldest First</strong></span>
<span class="lb-opts-refresh"><h4>Auto-refresh:</h4> <a href="" id="lb_refresh_on">On</a> | <strong>Off</strong></span>
</div>

<script type="text/javascript">
function bgr_lb_sort(order) {
	jQuery.cookie('liveblog-sort', order, { expires: 1 });
	window.location.href=window.location.href;
}
function bgr_lb_auto(enable) {
	jQuery.cookie('liveblog-auto-refresh', enable, { expires: 1 });
	window.location.href=window.location.href;
}
jQuery('#lb_sort_newest').click( function(){bgr_lb_sort('DESC');} );
jQuery('#lb_sort_oldest').click( function(){bgr_lb_sort('ASC');} );
jQuery('#lb_refresh_on').click( function(){bgr_lb_auto(1);} );
jQuery('#lb_refresh_off').click( function(){bgr_lb_auto(0);} );

jQuery('#liveblog-opts-121156').css('display', 'block');

// http://plugins.jquery.com/files/issues/jjquery.cookie-modified.js_.txt
jQuery.cookie=function(name,value,options){if(typeof value!='undefined'||(name&&typeof name!='string')){if(typeof name=='string'){options=options||{};if(value===null){value='';options.expires=-1;}
var expires='';if(options.expires&&(typeof options.expires=='number'||options.expires.toUTCString)){var date;if(typeof options.expires=='number'){date=new Date();date.setTime(date.getTime()+(options.expires*24*60*60*1000));}else{date=options.expires;}
expires='; expires='+date.toUTCString();}
var path=options.path?'; path='+(options.path):'';var domain=options.domain?'; domain='+(options.domain):'';var secure=options.secure?'; secure':'';document.cookie=name+'='+encodeURIComponent(value)+expires+path+domain+secure;}else{for(var n in name){jQuery.cookie(n,name[n],value||options);}}}else{var returnValue={};if(document.cookie){var cookies=document.cookie.split(';');for(var i=0;i<cookies.length;i++){var cookie=jQuery.trim(cookies[i]);if(!name){var nameLength=cookie.indexOf('=');returnValue[cookie.substr(0,nameLength)]=decodeURIComponent(cookie.substr(nameLength+1));}else if(cookie.substr(0,name.length+1)==(name+'=')){returnValue=decodeURIComponent(cookie.substr(name.length+1));break;}}}
return returnValue;}};

</script>
<div id="liveblog-121156"><div id="liveblog-entry-121169" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/bgr_samsung_ces2012_IMG_0634-645x430.jpg" class="attachment-large" alt="bgr_samsung_ces2012_IMG_0634" title="bgr_samsung_ces2012_IMG_0634" /></div></div><div id="liveblog-entry-121177" class="liveblog-entry"><span class="liveblog-date">8:54PM:</span>Alright we're all seated and ready for Steve Ballmer to take the stage. Hopefully we hear some interesting news, although Microsoft did say earlier that it could just be a recap of the year. There's country music playing but we're not sure who it is. </div><div id="liveblog-entry-121178" class="liveblog-entry"><span class="liveblog-date">8:55PM:</span>Googled it for you, it's Scotty McCreery: Better than that. Not bad if you're a country fan.</div><div id="liveblog-entry-121179" class="liveblog-entry"><span class="liveblog-date">8:57PM:</span>We should be getting under way in about 30 minutes or so, enough time for you to order Dominos. Unfortunately we can't leave our seats to find a water fountain. </div><div id="liveblog-entry-121180" class="liveblog-entry"><span class="liveblog-date">9:10PM:</span>General admission is still filing in, we're just sitting here listening to the music. </div><div id="liveblog-entry-121181" class="liveblog-entry"><span class="liveblog-date">9:14PM:</span>Should be kicking off in about 20 minutes or so.</div><div id="liveblog-entry-121182" class="liveblog-entry"><span class="liveblog-date">9:20PM:</span>The music is still blaring but it looks like the people have slowly stopped flooding into the room.</div><div id="liveblog-entry-121185" class="liveblog-entry"><span class="liveblog-date">9:27PM:</span>We're being told to take our seats so this should be kicking off shortly.</div><div id="liveblog-entry-121186" class="liveblog-entry"><span class="liveblog-date">9:29PM:</span>And the lights are lowering!</div><div id="liveblog-entry-121188" class="liveblog-entry"><span class="liveblog-date">9:30PM:</span>"This place about to blow" is blaring over the speakers. </div><div id="liveblog-entry-121189" class="liveblog-entry"><span class="liveblog-date">9:31PM:</span>President and CEO of the CEA Gary Shapiro is taking the stage. "Welcome to the 2012 CES." </div><div id="liveblog-entry-121171" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/bgr_ces2012_keynote_IMG_0635-645x430.jpg" class="attachment-large" alt="bgr_ces2012_keynote_IMG_0635" title="bgr_ces2012_keynote_IMG_0635" /></div></div><div id="liveblog-entry-121190" class="liveblog-entry"><span class="liveblog-date">9:34PM:</span>"In 1995 Bill Gates took to the CES stage for the first time to speak to the CES workshop, a small workshop. Bill walked into the Hilton by himself with his head buried in a book. He made some remarks, and then I fielded written questions from the audience. Bill said this revolution would be social. That was in 1995. In 1998 they launched a new concept, the CES keynote. We invited Bill [and others] to become the first CES keynoters. For 14 years Bill and his successor have taken the stage. As you've heard, Microsoft is taking a break from the keynote stage is 2013. As a company, Microsoft uniquely changed the world and productivity, more, Microsoft keynotes drew press. Microsoft took a risk on us early and we both benefitted. In the technology world we recognize change is the only constant. For CES and Microsoft to be fresh, innovative and enticing we agreed to a pause."</div><div id="liveblog-entry-121183" class="liveblog-entry"><span class="liveblog-date">9:35PM:</span>"We have nearly doubled in size since the first CES keynote. I offer gratitude and good will to Microsoft." He's comparing Microsoft to the founding fathers of this nation. "I would be shocked if a Microsoft leader does not return to this stage again in the next few years. Please join me in welcoming the CEO of Microsoft, Steve Ballmer."</div><div id="liveblog-entry-121184" class="liveblog-entry"><span class="liveblog-date">9:36PM:</span>Ballmer is on stage now and Shapiro is giving him a photo album highlighting Microsoft and CES together. Aww.</div><div id="liveblog-entry-121193" class="liveblog-entry"><span class="liveblog-date">9:37PM:</span>We hope this isn't just a history of CEA and Microsoft together..</div><div id="liveblog-entry-121192" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/bgr_ces2012_keynote_IMG_0642-645x430.jpg" class="attachment-large" alt="bgr_ces2012_keynote_IMG_0642" title="bgr_ces2012_keynote_IMG_0642" /></div></div><div id="liveblog-entry-121196" class="liveblog-entry"><span class="liveblog-date">9:37PM:</span>There's a weirdo techno mashup of Bill Gates making announcements on stage. The Rock has a few appearances. It's weird.</div><div id="liveblog-entry-121194" class="liveblog-entry"><span class="liveblog-date">9:39PM:</span>Ryan Seacrest is taking the stage. "Thank you for that one scream over there." Might have been Corey.</div><div id="liveblog-entry-121195" class="liveblog-entry"><span class="liveblog-date">9:40PM:</span>He's thrilled to be here, not sure if the audience feels the same way. </div><div id="liveblog-entry-121198" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/bgr_ces2012_keynote_IMG_0645-645x430.jpg" class="attachment-large" alt="bgr_ces2012_keynote_IMG_0645" title="bgr_ces2012_keynote_IMG_0645" /></div></div><div id="liveblog-entry-121187" class="liveblog-entry"><span class="liveblog-date">9:40PM:</span>We're going to talk about and hear what's next for Microsoft and the tech industry. Seacrest is promising Microsoft's latest gear so hopefully we hear some new announcements.</div><div id="liveblog-entry-121201" class="liveblog-entry"><span class="liveblog-date">9:41PM:</span>Seacrest is asking what we can expect. "Tonight I have a tremendous show, frankly," Ballmer said. "We have a chance in the next year to raise our game and product line to the next level across phones, tablets, TVs and the Xbox. The heart and soul of that will be our feature attraction tonight, the metro user interface.</div><div id="liveblog-entry-121205" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/bgr_ces2012_keynote_IMG_0646-645x430.jpg" class="attachment-large" alt="bgr_ces2012_keynote_IMG_0646" title="bgr_ces2012_keynote_IMG_0646" /></div></div><div id="liveblog-entry-121204" class="liveblog-entry"><span class="liveblog-date">9:41PM:</span>"when you said Metro you looked at me in a strange way" - Ryan Seacrest. </div><div id="liveblog-entry-121200" class="liveblog-entry"><span class="liveblog-date">9:43PM:</span>We're starting with Windows Phone. This is a weird interview format where Seacrest is interviewing Ballmer. "We took a different approach than everyone else and we have a unique experience," Ballmer said. "If you take a look at it, the other phones all make the sea of icons the sea of applications the view of the world. What we've done is Windows Phone is have a better way by taking your people... and we put them right out there in front of you. It puts people first."</div><div id="liveblog-entry-121206" class="liveblog-entry"><span class="liveblog-date">9:44PM:</span>"It all gets put together for you right on the screen." Basically we're going over what we already know about Windows Phone as a mobile platform, nothing really new here.</div><div id="liveblog-entry-121208" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/bgr_ces2012_keynote_IMG_0648-645x430.jpg" class="attachment-large" alt="bgr_ces2012_keynote_IMG_0648" title="bgr_ces2012_keynote_IMG_0648" /></div></div><div id="liveblog-entry-121209" class="liveblog-entry"><span class="liveblog-date">9:45PM:</span>Derek Snyder the Windows Phone product manager is on stage now. He's explaining the variety of features available from various Windows Phone vendors. And he's showing us what Windows Phone software looks like. Not sure why we're going over all of these features again.</div><div id="liveblog-entry-121212" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/bgr_ces2012_keynote_IMG_0649-645x430.jpg" class="attachment-large" alt="bgr_ces2012_keynote_IMG_0649" title="bgr_ces2012_keynote_IMG_0649" /></div></div><div id="liveblog-entry-121214" class="liveblog-entry"><span class="liveblog-date">9:50PM:</span>Sorry internet trouble real fast there</div><div id="liveblog-entry-121210" class="liveblog-entry"><span class="liveblog-date">9:54PM:</span>The Lumia 710 and Lumia 800 will also launch in Canada on Telus and Rogers</div><div id="liveblog-entry-121219" class="liveblog-entry"><span class="liveblog-date">9:56PM:</span>Ballmer and Seacrest are going over the Lumia 900, which we'll bring you a hands-on of shortly. Nokia just announced it an hour or so ago so be sure to check out our live coverage of that on the BGR.com homepage.</div><div id="liveblog-entry-121216" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/bgr_ces2012_keynote_IMG_0654-645x430.jpg" class="attachment-large" alt="bgr_ces2012_keynote_IMG_0654" title="bgr_ces2012_keynote_IMG_0654" /></div></div><div id="liveblog-entry-121220" class="liveblog-entry"><span class="liveblog-date">9:56PM:</span>Ryan Seacrest seems to like the phone.</div><div id="liveblog-entry-121223" class="liveblog-entry"><span class="liveblog-date">9:57PM:</span>Seacrest is playing with the HTC Titan II also and sounds somewhat excited about it. Now we're going to discuss Windows PCS.</div><div id="liveblog-entry-121224" class="liveblog-entry"><span class="liveblog-date">9:58PM:</span>Ballmer said there are now 1.3 billion Windows-powered machines in use today.</div><div id="liveblog-entry-121225" class="liveblog-entry"><span class="liveblog-date">9:59PM:</span>Windows is the most popular smart device around, Ballmer said. </div><div id="liveblog-entry-121213" class="liveblog-entry"><span class="liveblog-date">10:01PM:</span>There's a short clip of the latest Windows 7 powered devices playing.</div><div id="liveblog-entry-121226" class="liveblog-entry"><span class="liveblog-date">10:01PM:</span>Ballmer said change is the essence of this industry. Two things are constant. 1: Things change. 2: People don't want to compromise on what they have today. They want the best of what they have and the best of what they want. </div><div id="liveblog-entry-121227" class="liveblog-entry"><span class="liveblog-date">10:01PM:</span>We see a couple of the new ultrabooks rolling through the video.</div><div id="liveblog-entry-121228" class="liveblog-entry"><span class="liveblog-date">10:03PM:</span>Chief marketing officer for Windows Tami Reller is discussing the benefits of Windows 7. This is really just a recap of everything Microsoft has done this year, we suppose. Hoping something more exciting comes later in the keynote.</div><div id="liveblog-entry-121222" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/bgr_ces2012_keynote_IMG_0661-645x430.jpg" class="attachment-large" alt="bgr_ces2012_keynote_IMG_0661" title="bgr_ces2012_keynote_IMG_0661" /></div></div><div id="liveblog-entry-121230" class="liveblog-entry"><span class="liveblog-date">10:06PM:</span>We're seeing a demo of how metro UI can be used on larger devices such as touchscreen monitors and laptops or tablets. There's a lot of swiping, natural touch-based gestures similar to what users do with their Windows Phones. It looks solid.</div><div id="liveblog-entry-121233" class="liveblog-entry"><span class="liveblog-date">10:06PM:</span>An NVIDIA Tegra 3 chip is powering the demo device.</div><div id="liveblog-entry-121232" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/bgr_ces2012_keynote_IMG_0664-645x430.jpg" class="attachment-large" alt="bgr_ces2012_keynote_IMG_0664" title="bgr_ces2012_keynote_IMG_0664" /></div></div><div id="liveblog-entry-121234" class="liveblog-entry"><span class="liveblog-date">10:08PM:</span>We're seeing a demo of the Windows Store and cut the rope. Neat, but it's hard to be impressed after seeing so many stores lately.</div><div id="liveblog-entry-121229" class="liveblog-entry"><span class="liveblog-date">10:11PM:</span>We saw a quick look at the Windows 8 app store but it's hard to be impressed after we've seen so many new ones proliferate the market.</div><div id="liveblog-entry-121240" class="liveblog-entry"><span class="liveblog-date">10:13PM:</span>We saw a quick look at the Windows 8 app store but it's hard to be impressed after we've seen so many new ones proliferate the market.</div><div id="liveblog-entry-121218" class="liveblog-entry"><span class="liveblog-date">10:14PM:</span>The live tiles remind us a lot of Windows Phone 7.5 tiles but there's a cool zoomed-out feature that lets you see all of your tiles in one place.</div><div id="liveblog-entry-121242" class="liveblog-entry"><span class="liveblog-date">10:16PM:</span>Sorry for the multiple entries we're running into internet problems here with multiple devices.</div><div id="liveblog-entry-121241" class="liveblog-entry"><span class="liveblog-date">10:16PM:</span>We're looking at some new thin and light notebooks that will surely hit the market this year.</div><div id="liveblog-entry-121243" class="liveblog-entry"><span class="liveblog-date">10:18PM:</span>Samsung Series 9. Spectre from HP with the glass lid. A few devices that were unveiled today during CES that should be in consumer's hands soon.</div><div id="liveblog-entry-121236" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/bgr_ces2012_keynote_IMG_0670-645x430.jpg" class="attachment-large" alt="bgr_ces2012_keynote_IMG_0670" title="bgr_ces2012_keynote_IMG_0670" /></div></div><div id="liveblog-entry-121244" class="liveblog-entry"><span class="liveblog-date">10:18PM:</span>Ballmer said that, by the time this keynote is over, more than 25,000 users will have adopted Windows 7.</div><div id="liveblog-entry-121247" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/bgr_ces2012_keynote_IMG_0671-645x430.jpg" class="attachment-large" alt="bgr_ces2012_keynote_IMG_0671" title="bgr_ces2012_keynote_IMG_0671" /></div></div><div id="liveblog-entry-121248" class="liveblog-entry"><span class="liveblog-date">10:19PM:</span>A choir is taking the stage singing gospel-style music.</div><div id="liveblog-entry-121251" class="liveblog-entry"><span class="liveblog-date">10:20PM:</span>We're being told to watch the LSU game I think.</div><div id="liveblog-entry-121252" class="liveblog-entry"><span class="liveblog-date">10:20PM:</span>Oh it's a Tweet Choir. We get it.</div><div id="liveblog-entry-121253" class="liveblog-entry"><span class="liveblog-date">10:21PM:</span>Kind of wish we were talking about an Xbox 720 or something instead.</div><div id="liveblog-entry-121254" class="liveblog-entry"><span class="liveblog-date">10:22PM:</span>That was entertaining.</div><div id="liveblog-entry-121245" class="liveblog-entry"><span class="liveblog-date">10:23PM:</span>Now Seacrest is talking about the Xbox. "Did you expect to go from ground 0 to a household name a decade ago?" Ballmer says he was bullish and patient and that it represents the best of its NDA and Microsoft is really proud of the gaming console.</div><div id="liveblog-entry-121255" class="liveblog-entry"><span class="liveblog-date">10:24PM:</span>Ten years later we're the world sales leader. We have over 66 billion Xbox users. perhaps the most amazing things is we have over more than 40 million xbox live subscribers tuning in on a regular basis. Some for games, increasingly it's really an entertainment hub."</div><div id="liveblog-entry-121256" class="liveblog-entry"><span class="liveblog-date">10:24PM:</span>"Did I expect it 10 years ago? No. But I bet on it 10 years ago." </div><div id="liveblog-entry-121257" class="liveblog-entry"><span class="liveblog-date">10:24PM:</span>Now we're going to see an overview of the new Xbox software. This is all just a big recap..</div><div id="liveblog-entry-121250" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/bgr_ces2012_keynote_IMG_0677-645x430.jpg" class="attachment-large" alt="bgr_ces2012_keynote_IMG_0677" title="bgr_ces2012_keynote_IMG_0677" /></div></div><div id="liveblog-entry-121258" class="liveblog-entry"><span class="liveblog-date">10:25PM:</span>But Ballmer does promise something "even more different" so maybe we'll get lucky.</div><div id="liveblog-entry-121261" class="liveblog-entry"><span class="liveblog-date">10:25PM:</span>18 million Kinect Sensors shipped over the past year.</div><div id="liveblog-entry-121263" class="liveblog-entry"><span class="liveblog-date">10:26PM:</span>Greg Davison from Microsoft's Xbox team is taking the stage to show us what's new from Xbox (the software update that landed in December).</div><div id="liveblog-entry-121262" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/bgr_ces2012_keynote_IMG_0678-645x430.jpg" class="attachment-large" alt="bgr_ces2012_keynote_IMG_0678" title="bgr_ces2012_keynote_IMG_0678" /></div></div><div id="liveblog-entry-121264" class="liveblog-entry"><span class="liveblog-date">10:26PM:</span>We're going to see Kinect's voice controls. These are all features that are already available to all Kinect and Xbox owners.</div><div id="liveblog-entry-121266" class="liveblog-entry"><span class="liveblog-date">10:27PM:</span>We just saw a demo for searching for Harry Potter using Kinect. It works well.</div><div id="liveblog-entry-121268" class="liveblog-entry"><span class="liveblog-date">10:30PM:</span>Now we're seeing how a Lumia 900 with the Windows Xbox Companion can be used to control the Xbox. We've tried this at home with a different device and it actually works quite well.</div><div id="liveblog-entry-121269" class="liveblog-entry"><span class="liveblog-date">10:31PM:</span>Comcast Xfinity on Demand's library will soon be launching on Xbox. There's also a new News Corp partnership that will bring The WSJ, Fox content, and IGN to the Xbox video library.</div><div id="liveblog-entry-121270" class="liveblog-entry"><span class="liveblog-date">10:32PM:</span>Fox will add Family Guy, The Simpsons, House and more. The new content should be available in 2012.</div><div id="liveblog-entry-121271" class="liveblog-entry"><span class="liveblog-date">10:32PM:</span>"We're working with some of the best known creative artists and production companies to create..</div><div id="liveblog-entry-121259" class="liveblog-entry"><span class="liveblog-date">10:33PM:</span>Sesame Street Kinect TV just took the stage to demo two-way TV. Are there any kids in the audience?</div><div id="liveblog-entry-121272" class="liveblog-entry"><span class="liveblog-date">10:34PM:</span>Microsoft took the current episodes from Sesame Street to turn them into fully interactive experiences. You can use your voice to interact with the show.</div><div id="liveblog-entry-121267" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/bgr_ces2012_keynote_IMG_0687-645x430.jpg" class="attachment-large" alt="bgr_ces2012_keynote_IMG_0687" title="bgr_ces2012_keynote_IMG_0687" /></div></div><div id="liveblog-entry-121274" class="liveblog-entry"><span class="liveblog-date">10:35PM:</span>They are "watching and playing" Sesame Street. Elmo introduced a move of the day "throw" anda  number "4". Now when elmo spills his coconuts children can act and pretend to throw coconuts at Elmo to help him collect them again. You have to see it to understand it better, but the concept is cool.</div><div id="liveblog-entry-121276" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/bgr_ces2012_keynote_IMG_0688-645x430.jpg" class="attachment-large" alt="bgr_ces2012_keynote_IMG_0688" title="bgr_ces2012_keynote_IMG_0688" /></div></div><div id="liveblog-entry-121277" class="liveblog-entry"><span class="liveblog-date">10:37PM:</span>Now Elmo is taking the stage. Same sort of interactive demo going on.</div><div id="liveblog-entry-121280" class="liveblog-entry"><span class="liveblog-date">10:38PM:</span>In this demo the young girl is part of the Sesame Street show and she's interacting with the virtual objects around her. </div><div id="liveblog-entry-121281" class="liveblog-entry"><span class="liveblog-date">10:39PM:</span>"The number of things you can do with interactive entertainment, video interactivity together..it's going to be amazing." - Ballmer</div><div id="liveblog-entry-121282" class="liveblog-entry"><span class="liveblog-date">10:39PM:</span>"Just as Kinect revolutionized entertainment, we'll see it revolutionize other industries. Education, healthcare and many many more."</div><div id="liveblog-entry-121283" class="liveblog-entry"><span class="liveblog-date">10:40PM:</span>Kinect is coming to Windows on February 1st. Pretty big news there folks.</div><div id="liveblog-entry-121279" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/bgr_ces2012_keynote_IMG_0693-645x430.jpg" class="attachment-large" alt="bgr_ces2012_keynote_IMG_0693" title="bgr_ces2012_keynote_IMG_0693" /></div></div><div id="liveblog-entry-121284" class="liveblog-entry"><span class="liveblog-date">10:40PM:</span>Microsoft is working with more than 200 companies including United Health Group, Toyota, Mattel, American Express, Boeing and many more.</div><div id="liveblog-entry-121287" class="liveblog-entry"><span class="liveblog-date">10:41PM:</span>Microsoft Office 2010 is the fastest selling Office version in the history of Office.</div><div id="liveblog-entry-121273" class="liveblog-entry"><span class="liveblog-date">10:42PM:</span>We're just going over a few of Microsoft's other projects. Skype users have used more than 300 billion minutes in the last year.</div><div id="liveblog-entry-121288" class="liveblog-entry"><span class="liveblog-date">10:42PM:</span>Bing has a 30% market share in combination with Yahoo in the U.S. </div><div id="liveblog-entry-121289" class="liveblog-entry"><span class="liveblog-date">10:42PM:</span>The final question: What's next? "Windows 8 is what's next!"</div><div id="liveblog-entry-121290" class="liveblog-entry"><span class="liveblog-date">10:43PM:</span>There's nothing more important at Microsoft than Windows.</div><div id="liveblog-entry-121286" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/bgr_ces2012_keynote_IMG_0699-645x430.jpg" class="attachment-large" alt="bgr_ces2012_keynote_IMG_0699" title="bgr_ces2012_keynote_IMG_0699" /></div></div><div id="liveblog-entry-121292" class="liveblog-entry"><span class="liveblog-date">10:44PM:</span>Metro will be huge for Microsoft across all of its platforms. In 2012 what's next? "Metro Metro Metro!"</div><div id="liveblog-entry-121291" class="liveblog-entry"><span class="liveblog-date">10:44PM:</span>"And of course, Windows! Windows! Windows"</div><div id="liveblog-entry-121295" class="liveblog-entry"><span class="liveblog-date">10:44PM:</span>That's all folks thanks for joining us!</div><div id="liveblog-entry-121294" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/bgr_ces2012_keynote_IMG_0716-645x430.jpg" class="attachment-large" alt="bgr_ces2012_keynote_IMG_0716" title="bgr_ces2012_keynote_IMG_0716" /></div></div><div id="liveblog-entry-121299" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/bgr_ces2012_keynote_IMG_0722-645x430.jpg" class="attachment-large" alt="bgr_ces2012_keynote_IMG_0722" title="bgr_ces2012_keynote_IMG_0722" /></div></div><div id="liveblog-entry-121301" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/bgr_ces2012_keynote_IMG_0724-645x430.jpg" class="attachment-large" alt="bgr_ces2012_keynote_IMG_0724" title="bgr_ces2012_keynote_IMG_0724" /></div></div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.bgr.com/2012/01/09/live-from-microsoft-ceo-steve-ballmers-ces-2012-keynote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<media:thumbnail>http://www-bgr-com.vimg.net/wp-content/uploads/2012/01/bgr_samsung_ces2012_IMG_0634-128x128.jpg</media:thumbnail>	</item>
		<item>
		<title>Microsoft could unveil Windows 8 pre-beta build on July 11th</title>
		<link>http://www.bgr.com/2011/07/07/microsoft-could-unveil-windows-8-pre-beta-build-on-july-11th/</link>
		<comments>http://www.bgr.com/2011/07/07/microsoft-could-unveil-windows-8-pre-beta-build-on-july-11th/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 03:30:06 +0000</pubDate>
		<dc:creator>Todd Haselton</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Rumors]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[CES]]></category>
		<category><![CDATA[Consumer Electronics Show]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[keynote]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[steve ballmer]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Worldwide Partner Conference]]></category>

		<guid isPermaLink="false">http://www.bgr.com/?p=95923</guid>
		<description><![CDATA[Microsoft is prepping to release a Windows 8 preview build during its Worldwide Partner Conference on July 11th, according WinRumors. Reportedly, the Redmond-based firm will &#8220;detail Windows 8 substantially,&#8221; during the conference, and it could present a second preview &#8220;building Windows 8&#8243; video, which we hope will show off several of the OS&#8217;s new features. Microsoft first took the wraps off of its Windows 8 demo during the D9 conference in June, when Microsoft’s Steven Sinofsky discussed the Metro UI and other features that will apply to both PCs and tablets. So far we know that Windows 8 will include Internet Explorer 10, and will be able to run both desktop applications as well as HTML 5 and Java apps]]></description>
			<content:encoded><![CDATA[<center><a href="http://www.bgr.com/2011/07/07/microsoft-could-unveil-windows-8-pre-beta-build-on-july-11th"><img class="size-full wp-image-91878 aligncenter" title="Windows-8-start-menu" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/06/Windows-8-start-menu110601230520.png" alt="" width="652" height="367" /></a></center>
<p>Microsoft is prepping to release a Windows 8 preview build during its Worldwide Partner Conference on July 11th, according <em>WinRumors. </em>Reportedly, the Redmond-based firm will &#8220;detail Windows 8 substantially,&#8221; during the conference, and it could present a second preview &#8220;building Windows 8&#8243; video, which we hope will show off several of the OS&#8217;s new features. Microsoft first took the wraps off of its <a href="http://www.bgr.com/2011/06/01/microsoft-demos-windows-8-at-d9-conference/">Windows 8 demo during the D9 conference</a> in June, when Microsoft’s Steven Sinofsky discussed the Metro UI and other features that will apply to both PCs and tablets. So far we know that Windows 8 will include Internet Explorer 10, and will be able to run both desktop applications as well as HTML 5 and Java apps that are designed for tablet-sized devices. Microsoft&#8217;s current demo devices run on Intel processors, but there are reports the company is running tests on ARM chips as well. The Consumer Electronics Association also announced on Thursday that Microsoft&#8217;s CEO Steve Ballmer will give the opening keynote during the annual Consumer Electronics Show in January 2012 — and we suspect we&#8217;ll hear a lot more about the new OS at that time.<span id="more-95923"></span></p>
<p><a href="http://www.winrumors.com/microsoft-to-release-a-windows-8-preview-build-at-wpc-2011-next-week/">Read</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bgr.com/2011/07/07/microsoft-could-unveil-windows-8-pre-beta-build-on-july-11th/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
	<media:thumbnail>http://www-bgr-com.vimg.net/wp-content/uploads/2011/06/Windows-8-start-menu110601230520-80x80.png</media:thumbnail>	</item>
		<item>
		<title>Live from Nintendo&#8217;s E3 keynote!</title>
		<link>http://www.bgr.com/2011/06/07/live-from-nintendos-e3-keynote/</link>
		<comments>http://www.bgr.com/2011/06/07/live-from-nintendos-e3-keynote/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 15:41:27 +0000</pubDate>
		<dc:creator>Todd Haselton</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Live Coverage]]></category>
		<category><![CDATA[E3]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[keynote]]></category>
		<category><![CDATA[live blog]]></category>
		<category><![CDATA[live coverage]]></category>
		<category><![CDATA[Motion]]></category>
		<category><![CDATA[motion controller]]></category>
		<category><![CDATA[Nintendo]]></category>
		<category><![CDATA[Project Cafe]]></category>
		<category><![CDATA[touchscreen]]></category>
		<category><![CDATA[video games]]></category>
		<category><![CDATA[Wii]]></category>
		<category><![CDATA[Wii 2]]></category>

		<guid isPermaLink="false">http://www.bgr.com/?p=92750</guid>
		<description><![CDATA[That&#8217;s right folks, it&#8217;s finally time to sit back and watch as Nintendo unveils the console we&#8217;ve all been waiting to see: the next-generation Wii. Nintendo&#8217;s Wii has been an absolute blockbuster for the storied Japanese gaming giant. The company has sold nearly 90 million Wii consoles to date, but sales have slowed significantly over the past few years as the Wii began to show its age. With features like full HD gaming and controllers with built-in touchscreen displays, Nintendo&#8217;s next-gen Wii 2 will be an effort to recapture the early success of the Wii&#8230; but can Nintendo manage to appeal to casual gamers and hardcore gamers with a single console? Hit the break for our live coverage of Nintendo&#8217;s E3]]></description>
			<content:encoded><![CDATA[<center><a href="http://www.bgr.com/2011/06/07/live-from-nintendos-e3-keynote/"><img class="size-full wp-image-92786 aligncenter" title="nin-top" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/06/nin-top110607161823.jpg" alt="" width="652" height="368" /></a></center>
<p>That&#8217;s right folks, it&#8217;s finally time to sit back and watch as Nintendo unveils the console we&#8217;ve all been waiting to see: the next-generation Wii. Nintendo&#8217;s Wii has been an absolute blockbuster for the storied Japanese gaming giant. The company has sold nearly 90 million Wii consoles to date, but sales have slowed significantly over the past few years as the Wii began to show its age. With features like full HD gaming and controllers with built-in touchscreen displays, Nintendo&#8217;s next-gen Wii 2 will be an effort to recapture the early success of the Wii&#8230; but can Nintendo manage to appeal to casual gamers and hardcore gamers with a single console? Hit the break for our live coverage of Nintendo&#8217;s E3 keynote to find out!</p>
<p><span id="more-92750"></span></p>
<style>
	.liveblog-opts {
		display:block;
		padding:7px 3px;
		margin: 10px 0 15px;
		/*background: #B2D0F5;
		border: 1px solid #0A2A52;
		*/
		background: #F9F9F9;
		border: 1px solid #E9E9E9;
	}
	.liveblog-opts h4 {
		font: 14px/1.25 arial,helvetica,clean,sans-serif;
		font-weight:bold;
		/*font-size:14px;*/
		color:#404040;
		margin:0;
		display:inline;
	}

	.liveblog-opts a {
		font-weight:bold;
	}

	.liveblog-opts .lb-opts-refresh {
		float:right;
	}

	.liveblog-opts strong {
		font-weight:normal;
		color:#757575;
	}
</style>

<div id="liveblog-opts-92750" class="liveblog-opts">
<span class="lb-opts-sort"><h4>Sorting:</h4> <a href="" id="lb_sort_newest">Newest First</a> | <strong>Oldest First</strong></span>
<span class="lb-opts-refresh"><h4>Auto-refresh:</h4> <a href="" id="lb_refresh_on">On</a> | <strong>Off</strong></span>
</div>

<script type="text/javascript">
function bgr_lb_sort(order) {
	jQuery.cookie('liveblog-sort', order, { expires: 1 });
	window.location.href=window.location.href;
}
function bgr_lb_auto(enable) {
	jQuery.cookie('liveblog-auto-refresh', enable, { expires: 1 });
	window.location.href=window.location.href;
}
jQuery('#lb_sort_newest').click( function(){bgr_lb_sort('DESC');} );
jQuery('#lb_sort_oldest').click( function(){bgr_lb_sort('ASC');} );
jQuery('#lb_refresh_on').click( function(){bgr_lb_auto(1);} );
jQuery('#lb_refresh_off').click( function(){bgr_lb_auto(0);} );

jQuery('#liveblog-opts-92750').css('display', 'block');

// http://plugins.jquery.com/files/issues/jjquery.cookie-modified.js_.txt
jQuery.cookie=function(name,value,options){if(typeof value!='undefined'||(name&&typeof name!='string')){if(typeof name=='string'){options=options||{};if(value===null){value='';options.expires=-1;}
var expires='';if(options.expires&&(typeof options.expires=='number'||options.expires.toUTCString)){var date;if(typeof options.expires=='number'){date=new Date();date.setTime(date.getTime()+(options.expires*24*60*60*1000));}else{date=options.expires;}
expires='; expires='+date.toUTCString();}
var path=options.path?'; path='+(options.path):'';var domain=options.domain?'; domain='+(options.domain):'';var secure=options.secure?'; secure':'';document.cookie=name+'='+encodeURIComponent(value)+expires+path+domain+secure;}else{for(var n in name){jQuery.cookie(n,name[n],value||options);}}}else{var returnValue={};if(document.cookie){var cookies=document.cookie.split(';');for(var i=0;i<cookies.length;i++){var cookie=jQuery.trim(cookies[i]);if(!name){var nameLength=cookie.indexOf('=');returnValue[cookie.substr(0,nameLength)]=decodeURIComponent(cookie.substr(nameLength+1));}else if(cookie.substr(0,name.length+1)==(name+'=')){returnValue=decodeURIComponent(cookie.substr(name.length+1));break;}}}
return returnValue;}};

</script>
<div id="liveblog-92750"><div id="liveblog-entry-92762" class="liveblog-entry"><span class="liveblog-date">11:43AM:</span>Ok guys, we're making our way through the line to get into the keynote now... just passed through security.</div><div id="liveblog-entry-92765" class="liveblog-entry"><span class="liveblog-date">11:47AM:</span>Ok we're all seated here in the Nokia theater. Tons of folks in the house. </div><div id="liveblog-entry-92766" class="liveblog-entry"><span class="liveblog-date">11:58AM:</span>Music still playing, we're just hanging out here waiting for the show to get on the road. Nintendo's posting some trivia up on the display. </div><div id="liveblog-entry-92768" class="liveblog-entry"><span class="liveblog-date">12:04PM:</span>Thought the music died down a bit there but it was a false alarm. Hoping we get started in just a few minutes.</div><div id="liveblog-entry-92769" class="liveblog-entry"><span class="liveblog-date">12:05PM:</span>Lights are dimming down and lots of cheering!</div><div id="liveblog-entry-92770" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/06/IMG_1756110607161032-645x430.jpg" class="attachment-large" alt="IMG_1756110607161032" title="IMG_1756110607161032" /></div></div><div id="liveblog-entry-92773" class="liveblog-entry"><span class="liveblog-date">12:12PM:</span>We're watching a long video clip of Zelda 25th anniversary edition. Looked awesome!


</div><div id="liveblog-entry-92776" class="liveblog-entry"><span class="liveblog-date">12:12PM:</span>Shigeru Miyamoto, the creator of the Legend of Zelda is on stage. 
</div><div id="liveblog-entry-92764" class="liveblog-entry"><span class="liveblog-date">12:13PM:</span>Sorry guys, a little technical difficulties — they have an orchestra playing various jingles from the new Legend of Zelda game right now. It's pretty hilarious.</div><div id="liveblog-entry-92779" class="liveblog-entry"><span class="liveblog-date">12:14PM:</span>For Zelda's 25th anniversary, there will be a new game for each of Nintendo's consoles.</div><div id="liveblog-entry-92780" class="liveblog-entry"><span class="liveblog-date">12:15PM:</span>The legend of zelda links awakening is the first title in the gameboy color console lineup - can download it today around the world by the day's end</div><div id="liveblog-entry-92777" class="liveblog-entry"><span class="liveblog-date">12:15PM:</span>Starting next weekend the Legend of Zelda 3D for the Nintendo 3DS will launch around the world. The graphics have been revamped.</div><div id="liveblog-entry-92782" class="liveblog-entry"><span class="liveblog-date">12:16PM:</span>On DSi in September, Legend of Zelda Four Swords will become available as a free download.</div><div id="liveblog-entry-92783" class="liveblog-entry"><span class="liveblog-date">12:17PM:</span>In September, on Nintendo DSi, the four-player co-op Four Swords will be available as a free download.
</div><div id="liveblog-entry-92778" class="liveblog-entry"><span class="liveblog-date">12:18PM:</span>Legend of Zelda Skyward sword will be available this holiday season. There will be Legend of Zelda Symphony concerts around the world.</div><div id="liveblog-entry-92787" class="liveblog-entry"><span class="liveblog-date">12:19PM:</span>There will be a legend of Zelda Ocarina of Time CD as well as a Legend of Zelda 25th anniversary concerts. That will be released along with Skyward Sword.</div><div id="liveblog-entry-92785" class="liveblog-entry"><span class="liveblog-date">12:21PM:</span>The Zelda team thanks all of its fans around the world and the symphony is playing. </div><div id="liveblog-entry-92788" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/06/IMG_1759110607162131-645x430.jpg" class="attachment-large" alt="IMG_1759110607162131" title="IMG_1759110607162131" /></div></div><div id="liveblog-entry-92792" class="liveblog-entry"><span class="liveblog-date">12:21PM:</span>Nintendo's global president Sotoru Iwata is on stage now.</div><div id="liveblog-entry-92794" class="liveblog-entry"><span class="liveblog-date">12:23PM:</span>We're about to hear about Nintendo's new home platform. "Deeper and wider." The new platform will provide deeper game experience in even what the most passionate gamer has realized before. They will also be wider, appealing to the complete range of gamers.</div><div id="liveblog-entry-92795" class="liveblog-entry"><span class="liveblog-date">12:24PM:</span>The full details will be coming later this morning (lots of laughter).</div><div id="liveblog-entry-92796" class="liveblog-entry"><span class="liveblog-date">12:25PM:</span>This year there are bold new experiences coming to Nintendo 3DS and other franchises. Other areas are moving into 3D as well. </div><div id="liveblog-entry-92797" class="liveblog-entry"><span class="liveblog-date">12:26PM:</span>We just saw a quick Starfox demo - what we're seeing looks awesome although it doesn't appear to be real gameplay. Instead, just renders.</div><div id="liveblog-entry-92790" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/06/IMG_1763110607162644-645x430.jpg" class="attachment-large" alt="IMG_1763110607162644" title="IMG_1763110607162644" /></div></div><div id="liveblog-entry-92798" class="liveblog-entry"><span class="liveblog-date">12:27PM:</span>lots of applause. Now Reggie Fils-Aime, the president of Nintendo America is on stage.</div><div id="liveblog-entry-92802" class="liveblog-entry"><span class="liveblog-date">12:28PM:</span>"You want comfortable, and you want surprise." "Is it fair to ask, is it even possible to deliver, something for everyone?" This is what we are aiming for with Nintendo 3DS. That's coming in several ways. </div><div id="liveblog-entry-92801" class="liveblog-entry"><span class="liveblog-date">12:28PM:</span>We've got 5 key ones to show you this week. On the show floor you'll see these games in full 3D. On stage, we can only offer you 2D versions. First is Mario Kart - but now it's a tricked out version!</div><div id="liveblog-entry-92804" class="liveblog-entry"><span class="liveblog-date">12:32PM:</span>We just watched a great demo of the new Mario Kart 3D game (out before the holidays), and now he's introducing the new Star Fox game, which will launch this September.</div><div id="liveblog-entry-92805" class="liveblog-entry"><span class="liveblog-date">12:32PM:</span>Mario Kart for #DS looks awesome -- there was driving under water, crazy effects, big wheels, even a hanggliver attached to the kart. This is definitely a title I'm picking up ASAP. It will be available this Holiday season.</div><div id="liveblog-entry-92800" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/06/IMG_1766110607163305-645x430.jpg" class="attachment-large" alt="IMG_1766110607163305" title="IMG_1766110607163305" /></div></div><div id="liveblog-entry-92803" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/06/IMG_1765110607163310-645x430.jpg" class="attachment-large" alt="IMG_1765110607163310" title="IMG_1765110607163310" /></div></div><div id="liveblog-entry-92814" class="liveblog-entry"><span class="liveblog-date">12:34PM:</span>Nintendo is building Mario ground-up for the 3DS. It looks stellar and we'll be able to play it by the end of the year. </div><div id="liveblog-entry-92808" class="liveblog-entry"><span class="liveblog-date">12:35PM:</span>Kid Icarus: Uprising will also be landing on the system. I'm actually blown away by the quality of some of these renders. Nintendo 3DS launched with a so-so game offering and these titles should definitely bring gamers back for more.  </div><div id="liveblog-entry-92815" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/06/IMG_1767110607163555-645x430.jpg" class="attachment-large" alt="IMG_1767110607163555" title="IMG_1767110607163555" /></div></div><div id="liveblog-entry-92812" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/06/IMG_1768110607163606-645x430.jpg" class="attachment-large" alt="IMG_1768110607163606" title="IMG_1768110607163606" /></div></div><div id="liveblog-entry-92820" class="liveblog-entry"><span class="liveblog-date">12:37PM:</span>Kid Icarus will use the augmented reality cards for conducting battles. It will be in retail later this year, and will also allow 3 v 3 multiplayer battles. Now w'e're seeing Louigi's Mansion 2.</div><div id="liveblog-entry-92818" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/06/IMG_1769110607163742-645x430.jpg" class="attachment-large" alt="IMG_1769110607163742" title="IMG_1769110607163742" /></div></div><div id="liveblog-entry-92825" class="liveblog-entry"><span class="liveblog-date">12:38PM:</span>Lots of applause after the Louigi Mansion 2 demo. "It's not a simple revision. It's an entirely new game making extraordinary use of 3D and features not just 1 but several new mansions."</div><div id="liveblog-entry-92823" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/06/IMG_1770110607164028-645x430.jpg" class="attachment-large" alt="IMG_1770110607164028" title="IMG_1770110607164028" /></div></div><div id="liveblog-entry-92822" class="liveblog-entry"><span class="liveblog-date">12:40PM:</span>"It's time to show you more of third party developer work." We're seeing Resident Evil: The Mercenaries 3D, Mario and Sonic at the London 2012 Olympic Games, Ace COmbat 3D, Tetris, Cave Story 3D (lots of cheers), Resident Evil: Revelations (more cheers), Driver Renegade, Pac-Mac and Galaga Dimensions, Tekken 3D, Metal Gear Solid Snake Eater 3D (cheering). Wow. We're impressed.</div><div id="liveblog-entry-92826" class="liveblog-entry"><span class="liveblog-date">12:40PM:</span>"The library of games coming to 3DS is unprecedented. Downloading the new eShop and browser will move you beyond anything Nintendo has offered digitally before." </div><div id="liveblog-entry-92811" class="liveblog-entry"><span class="liveblog-date">12:41PM:</span>This week's update will unlock 10 different 3D trailers and game demos will be available later this year.</div><div id="liveblog-entry-92828" class="liveblog-entry"><span class="liveblog-date">12:41PM:</span>We'll get classic titles from Gameboy, Gameboy Color, and older consoles throughe VIrutal Console. For a limited time we'll get 3D Excitebike. That game is 27 years old!</div><div id="liveblog-entry-92829" class="liveblog-entry"><span class="liveblog-date">12:43PM:</span>The biggest download news for 3DS concerns one of the biggest franchises in history: Pokemon. For the first time it will spring to life in 3D. Owners of Pokemon Black and White. When you start Pokedex on the 3DS you'll need to collect data via Spotpass, receiving from friends, or by scanning AR markers. Basically, your 3DS will become a Pokedex. Fans will love this.</div><div id="liveblog-entry-92816" class="liveblog-entry"><span class="liveblog-date">12:44PM:</span>You can assembles scenes of Pokemon together, save them on an SD card, and load them onto a PC to share with friends. It will be available exclusively through the eShop from Nintendo.</div><div id="liveblog-entry-92832" class="liveblog-entry"><span class="liveblog-date">12:45PM:</span>Perform the simple system update and you'll only need a couple of clicks to find the Pokedex. "It's our gift to you." "Nintendo 3DS means social, connection, it redefines interaction, and it delivers it all with a full 3D display." </div><div id="liveblog-entry-92830" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/06/IMG_1771110607164535-645x430.jpg" class="attachment-large" alt="IMG_1771110607164535" title="IMG_1771110607164535" /></div></div><div id="liveblog-entry-92833" class="liveblog-entry"><span class="liveblog-date">12:45PM:</span>"You might remember how the Wii name began to make perfect sense when you heard it as "We." It was clear how much fun "we" all had playing together. But in thinking about a new Nintendo system, we knew the prevailing thought would be this: yes the game will be right for all of us, but will it be a perfect fit for you? The answer is absolutely. We're so convinced of it, we put the pronoun in the name. SO today, welcome to the world, Wii U.</div><div id="liveblog-entry-92831" class="liveblog-entry"><span class="liveblog-date">12:45PM:</span>It's a system we will all enjoy together. It's tailor made for you.There's a brand new controller! Touchscreen. Looks like a tablet.</div><div id="liveblog-entry-92838" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/06/IMG_1775110607164805-645x430.jpg" class="attachment-large" alt="IMG_1775110607164805" title="IMG_1775110607164805" /></div></div><div id="liveblog-entry-92843" class="liveblog-entry"><span class="liveblog-date">12:48PM:</span>You can use the new controller for a ton of stuff -- working with Wii Fit in your hands, or even putting it on the ground and using it as a golf tee. It's amazing! Unlike anything we've ever seen before. Wow.</div><div id="liveblog-entry-92844" class="liveblog-entry"><span class="liveblog-date">12:50PM:</span>You can browse with it, share content to your television, draw on it. Control parts of games with it even (like attributes for a character in Zelda). Video chat. Wow.</div><div id="liveblog-entry-92847" class="liveblog-entry"><span class="liveblog-date">12:50PM:</span>The controller has a 6.2-inch touchscreen built-in.</div><div id="liveblog-entry-92840" class="liveblog-entry"><span class="liveblog-date">12:52PM:</span>All Wii games, controllers, and accessories can be used with it. With Wii Fit, it can display your weight. In gaming, you can access more controls. It will land in 2012. It has ZR, ZL, L, and R, buttons for standard gaming, but also a circle pad, and two control pads. It also has a gyroscope, an outward facing camera, and an accelerometer. "We created it so that the widest variety of games can be supported.</div><div id="liveblog-entry-92836" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/06/IMG_1779110607165329-645x430.jpg" class="attachment-large" alt="IMG_1779110607165329" title="IMG_1779110607165329" /></div></div><div id="liveblog-entry-92837" class="liveblog-entry"><span class="liveblog-date">12:54PM:</span>"It was not designed to be a portable gaming system" even though it shares some of the same characteristics. Data is wireless transmitted without latency issues. You can play with your HDTV in the traditional way, or you can place the controller by itself on a table and play smaller games without the need for a TV at all. Games can be structured to use two screens at the same time. We saw an example where people played baseball, golf, and others. </div><div id="liveblog-entry-92834" class="liveblog-entry"><span class="liveblog-date">12:55PM:</span>This can include web browsing using hte big screen to share photos and videos found online, or enjoying video chat while watching a TV program. "It's a new structure for home entertainment" The most important factor for gamers is how this structure can be implemented into gameplay. </div><div id="liveblog-entry-92853" class="liveblog-entry"><span class="liveblog-date">12:56PM:</span>It's up to developers to decide how they want to use the controller. Nintendo thinks there won't be a shortage of ideas. Our vision will include numerous ways to play. </div><div id="liveblog-entry-92848" class="liveblog-entry"><span class="liveblog-date">12:58PM:</span>Nintendo will be making Smash Brothers for Nintendo 3DS and WiiU to work together on both platforms. Wow that's amazing - lots of applause. Smash Brothers will be developed for both and will work together in some fashion. "This is a product for the future, but here in LA there's WiiU software to play this week."</div><div id="liveblog-entry-92857" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/06/IMG_1782110607165850-645x430.jpg" class="attachment-large" alt="IMG_1782110607165850" title="IMG_1782110607165850" /></div></div><div id="liveblog-entry-92852" class="liveblog-entry"><span class="liveblog-date">12:58PM:</span>This week we're providing tangible proof [this works]. In the convention center we'll find 8 different experiences. They aren't prototypes, just interactive demonstrations.</div><div id="liveblog-entry-92850" class="liveblog-entry"><span class="liveblog-date">1:00PM:</span>We're supposed to be seeing a demo of what it can do but it's basically just a video of a bird flying. Are we missing something here? </div><div id="liveblog-entry-92863" class="liveblog-entry"><span class="liveblog-date">1:02PM:</span>"Something that looks like Super Mario Brothers Wii is being called New Super Mario Brothers Mii. Your Mii plays right alongside Mario and you can watch the action on either screen." "There's a new "Chase Me" form of multiplayer. That world looks different if you have a Wii remote or another controller. If you have the new controller you have a birds-eye view of those chasing you." This seems odd to us, we'll have to see it live to see what Nintendo means here.</div><div id="liveblog-entry-92859" class="liveblog-entry"><span class="liveblog-date">1:03PM:</span>"These are prototypes not just actual games." "Nintendo will publish Lego City Stories" for the WiiU. Lego City Stories, a new open-world game packed with action, humor, and a whole city of Lego vehicles, is coming exclusively to WiiU and Nintendo 3DS. "Developers all over the world see a vast promise in WiiU."</div><div id="liveblog-entry-92861" class="liveblog-entry"><span class="liveblog-date">1:05PM:</span>Developers see it as a way to make games they were never really able to make before. Darksiders II will be on the console at launch, as will a version of Tekken. Batman Arham City will launch. Assassin's Creed is coming, too. Ghost Recon Online ( Tom Clancy's), too. </div><div id="liveblog-entry-92864" class="liveblog-entry"><span class="liveblog-date">1:05PM:</span>EA sports also coming to the new console.</div><div id="liveblog-entry-92855" class="liveblog-entry"><span class="liveblog-date">1:06PM:</span>Now we're seeing some demos of those games. The graphics look great, particularly in Ghost Recon Online.</div><div id="liveblog-entry-92867" class="liveblog-entry"><span class="liveblog-date">1:08PM:</span>Ninja Gaiden will also be making an appearance. Seriously we're blown away here, this looks like a totally new way to game.</div><div id="liveblog-entry-92868" class="liveblog-entry"><span class="liveblog-date">1:09PM:</span>"This is just the first pass. We've got a lot to look forward to when they arrive in final form." "It can satisfy all tastes." "We have invited Electronic Arts to join us on stage."</div><div id="liveblog-entry-92871" class="liveblog-entry"><span class="liveblog-date">1:09PM:</span>CEO of EA John Riccitiello is now on stage.</div><div id="liveblog-entry-92870" class="liveblog-entry"><span class="liveblog-date">1:11PM:</span>"We look forward to seeing great new EA content" on the new controller. "Imagine a shooter like Battlefield with Jaw-dropping graphics brought to you on a Nintendo system - that breakthrough controller." Imagine those games with an open online functionality" for downloading additional content.</div><div id="liveblog-entry-92872" class="liveblog-entry"><span class="liveblog-date">1:11PM:</span>"We're changing games from the thing that you buy to a place that you go. It's a better platform than we've ever been offered by Nintendo." </div><div id="liveblog-entry-92874" class="liveblog-entry"><span class="liveblog-date">1:12PM:</span>"We can't wait to see EA games on this new system."</div><div id="liveblog-entry-92876" class="liveblog-entry"><span class="liveblog-date">1:14PM:</span>There will be hands-on with 8 WiiU experiences at the convention center, which we'll definitely be checking out!</div><div id="liveblog-entry-92869" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/06/IMG_1784110607171412-645x430.jpg" class="attachment-large" alt="IMG_1784110607171412" title="IMG_1784110607171412" /></div></div><div id="liveblog-entry-92877" class="liveblog-entry"><span class="liveblog-date">1:14PM:</span>"I want to conclude this morning by asking you to consider four platforms. Nintendo DS, Wii, Nintendo 3DS, and Wii U. Each is unique, but they share a common pedigree: it's called, innovation. The two screens and touchscreen of Nintendo 3DS changed gaming. The motion controller of Wii changed gaming. Last year in this theater you found out that glasses-free 3D could change gaming. And now, there's WiiU. This week you'll have a chance to hold WiiU's new controller in your hands and find out what happens when a second window opens to your world. Our presentation this morning is just the beginning. The experience begins right now, whether you're hear in the theater or at home." 
</div><div id="liveblog-entry-92880" class="liveblog-entry"><span class="liveblog-date">1:15PM:</span>"In short, at home, or onsite here in LA, you've got incredible new game worlds to explore this week. ON behalf of all of us, thanks for your attention today, and let the exploration begin. Enjoy the show." </div><div id="liveblog-entry-92885" class="liveblog-entry"><span class="liveblog-date">1:18PM:</span>That's it for us folks! Mad house rushing out of here to check out the new gear. Thanks for joining!</div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.bgr.com/2011/06/07/live-from-nintendos-e3-keynote/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	<media:thumbnail>http://www-bgr-com.vimg.net/wp-content/uploads/2011/06/BGR-nintendo110607153649-80x80.jpg</media:thumbnail>	</item>
		<item>
		<title>Live from Apple&#8217;s WWDC 2011 keynote with Steve Jobs!</title>
		<link>http://www.bgr.com/2011/06/06/live-from-apples-wwdc-2011-keynote-with-steve-jobs/</link>
		<comments>http://www.bgr.com/2011/06/06/live-from-apples-wwdc-2011-keynote-with-steve-jobs/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 16:20:42 +0000</pubDate>
		<dc:creator>Zach Epstein</dc:creator>
				<category><![CDATA[Live Coverage]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[iCloud]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iOS 5]]></category>
		<category><![CDATA[keynote]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[Live]]></category>
		<category><![CDATA[live blog]]></category>
		<category><![CDATA[live coverage]]></category>
		<category><![CDATA[liveblog]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[MacBook]]></category>
		<category><![CDATA[MacBook Air]]></category>
		<category><![CDATA[MacBook Pro]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[steve jobs]]></category>
		<category><![CDATA[Steve Jobs keynote]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[Streaming music]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[WWDC]]></category>
		<category><![CDATA[WWDC 2011]]></category>
		<category><![CDATA[WWDC 2011 keynote]]></category>
		<category><![CDATA[WWDC keynote]]></category>

		<guid isPermaLink="false">http://www.bgr.com/?p=92189</guid>
		<description><![CDATA[Welcome one and all to BGR&#8217;s live coverage of Apple&#8217;s WWDC 2011 keynote! Apple CEO Steve Jobs is on hand to unveil the latest Apple has to offer, and we&#8217;re expecting a huge event despite the fact that Apple is not expected to reveal a new iPhone model at the show this year. Instead, Apple will focus on software, with the big addition being the company&#8217;s new iCloud service. Apple will also show off more OS X Lion details during the keynote, but we have to admit: we&#8217;re much more anxious to see Apple show off iOS 5 for the first time. We think iOS 5 is going to be the most significant update to the platform since Apple introduced]]></description>
			<content:encoded><![CDATA[<center><a href="http://www.bgr.com/2011/06/06/live-from-apples-wwdc-2011-keynote-with-steve-jobs/"><img class="size-full wp-image-92287 aligncenter" title="WWDC-2011-1" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/06/WWDC-2011-1110606161110.jpg" alt="" width="652" height="435" /></a></center>
<p>Welcome one and all to BGR&#8217;s live coverage of Apple&#8217;s WWDC 2011 keynote! Apple CEO Steve Jobs is on hand to unveil the latest Apple has to offer, and we&#8217;re expecting a huge event despite the fact that Apple is not expected to reveal a new iPhone model at the show this year. Instead, Apple will focus on software, with the big addition being the company&#8217;s new iCloud service. Apple will also show off more OS X Lion details during the keynote, but we have to admit: we&#8217;re much more anxious to see Apple show off iOS 5 for the first time. We think iOS 5 is going to be the most significant update to the platform since Apple introduced the App Store alongside iOS 2.0. A completely rebuilt notification system, basic widget functionality, a new automatic app update delivery mechanism and deep social integration are among the changes we&#8217;ll be looking for, but we&#8217;re certain that Apple has a few surprises up its sleeve as well. Hit the break for our live coverage of Apple&#8217;s WWDC 2011 keynote for the latest updates!<span id="more-92189"></span></p>
<style>
	.liveblog-opts {
		display:block;
		padding:7px 3px;
		margin: 10px 0 15px;
		/*background: #B2D0F5;
		border: 1px solid #0A2A52;
		*/
		background: #F9F9F9;
		border: 1px solid #E9E9E9;
	}
	.liveblog-opts h4 {
		font: 14px/1.25 arial,helvetica,clean,sans-serif;
		font-weight:bold;
		/*font-size:14px;*/
		color:#404040;
		margin:0;
		display:inline;
	}

	.liveblog-opts a {
		font-weight:bold;
	}

	.liveblog-opts .lb-opts-refresh {
		float:right;
	}

	.liveblog-opts strong {
		font-weight:normal;
		color:#757575;
	}
</style>

<div id="liveblog-opts-92189" class="liveblog-opts">
<span class="lb-opts-sort"><h4>Sorting:</h4> <a href="" id="lb_sort_newest">Newest First</a> | <strong>Oldest First</strong></span>
<span class="lb-opts-refresh"><h4>Auto-refresh:</h4> <a href="" id="lb_refresh_on">On</a> | <strong>Off</strong></span>
</div>

<script type="text/javascript">
function bgr_lb_sort(order) {
	jQuery.cookie('liveblog-sort', order, { expires: 1 });
	window.location.href=window.location.href;
}
function bgr_lb_auto(enable) {
	jQuery.cookie('liveblog-auto-refresh', enable, { expires: 1 });
	window.location.href=window.location.href;
}
jQuery('#lb_sort_newest').click( function(){bgr_lb_sort('DESC');} );
jQuery('#lb_sort_oldest').click( function(){bgr_lb_sort('ASC');} );
jQuery('#lb_refresh_on').click( function(){bgr_lb_auto(1);} );
jQuery('#lb_refresh_off').click( function(){bgr_lb_auto(0);} );

jQuery('#liveblog-opts-92189').css('display', 'block');

// http://plugins.jquery.com/files/issues/jjquery.cookie-modified.js_.txt
jQuery.cookie=function(name,value,options){if(typeof value!='undefined'||(name&&typeof name!='string')){if(typeof name=='string'){options=options||{};if(value===null){value='';options.expires=-1;}
var expires='';if(options.expires&&(typeof options.expires=='number'||options.expires.toUTCString)){var date;if(typeof options.expires=='number'){date=new Date();date.setTime(date.getTime()+(options.expires*24*60*60*1000));}else{date=options.expires;}
expires='; expires='+date.toUTCString();}
var path=options.path?'; path='+(options.path):'';var domain=options.domain?'; domain='+(options.domain):'';var secure=options.secure?'; secure':'';document.cookie=name+'='+encodeURIComponent(value)+expires+path+domain+secure;}else{for(var n in name){jQuery.cookie(n,name[n],value||options);}}}else{var returnValue={};if(document.cookie){var cookies=document.cookie.split(';');for(var i=0;i<cookies.length;i++){var cookie=jQuery.trim(cookies[i]);if(!name){var nameLength=cookie.indexOf('=');returnValue[cookie.substr(0,nameLength)]=decodeURIComponent(cookie.substr(nameLength+1));}else if(cookie.substr(0,name.length+1)==(name+'=')){returnValue=decodeURIComponent(cookie.substr(name.length+1));break;}}}
return returnValue;}};

</script>
<div id="liveblog-92189"><div id="liveblog-entry-92291" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/06/WWDC-2011-2110606163702-645x430.jpg" class="attachment-large" alt="WWDC-2011-2110606163702" title="WWDC-2011-2110606163702" /></div></div><div id="liveblog-entry-92290" class="liveblog-entry"><span class="liveblog-date">12:28PM:</span>We're heading in and should be seated soon!</div><div id="liveblog-entry-92297" class="liveblog-entry"><span class="liveblog-date">12:40PM:</span>Doors are finally opening.</div><div id="liveblog-entry-92298" class="liveblog-entry"><span class="liveblog-date">12:45PM:</span>Alright we're almost seating, there are still tons of people pouring in.</div><div id="liveblog-entry-92302" class="liveblog-entry"><span class="liveblog-date">12:49PM:</span>We have a feeling the event might be starting a little bit late as we are getting reports that WWDC attendees aren't even in the building yet, but still in line outside.</div><div id="liveblog-entry-92308" class="liveblog-entry"><span class="liveblog-date">12:59PM:</span>"Please turn all your devices on silent."</div><div id="liveblog-entry-92310" class="liveblog-entry"><span class="liveblog-date">1:01PM:</span>Pair of MacBook Pros on stage, for demo time, obviously!</div><div id="liveblog-entry-92311" class="liveblog-entry"><span class="liveblog-date">1:02PM:</span>Steve Jobs is out! Everyone is applauding!</div><div id="liveblog-entry-92312" class="liveblog-entry"><span class="liveblog-date">1:03PM:</span>There are over 5,200 people here today — the biggest place we have, sorry to everyone who couldn't make it. </div><div id="liveblog-entry-92313" class="liveblog-entry"><span class="liveblog-date">1:03PM:</span>over 100 hands on labs, 1,000 Apple engineers, and 120 sessions.</div><div id="liveblog-entry-92314" class="liveblog-entry"><span class="liveblog-date">1:04PM:</span>We're here to talk about 3 things today. And we're going to talk about software. Hardware is the brain, software is the soul.</div><div id="liveblog-entry-92315" class="liveblog-entry"><span class="liveblog-date">1:04PM:</span>We're starting with Lion. Phil Schiller is up on stage/</div><div id="liveblog-entry-92317" class="liveblog-entry"><span class="liveblog-date">1:05PM:</span>Ha — he's trying to get people riled up in Ballmer-esque fashion.</div><div id="liveblog-entry-92316" class="liveblog-entry"><span class="liveblog-date">1:05PM:</span>"We have over 54 million active Mac users."</div><div id="liveblog-entry-92319" class="liveblog-entry"><span class="liveblog-date">1:05PM:</span>Sorry guys, we're having major camera issues! Working on it!</div><div id="liveblog-entry-92318" class="liveblog-entry"><span class="liveblog-date">1:06PM:</span>PC market has shrank 1% this year, Mac has outgrown the industry. Products are incredible like the MacBook Air</div><div id="liveblog-entry-92320" class="liveblog-entry"><span class="liveblog-date">1:06PM:</span>Leading in notebooks, over 70% of Mac sales are notebooks</div><div id="liveblog-entry-92322" class="liveblog-entry"><span class="liveblog-date">1:07PM:</span>Entire PC industry wants to copy our hardware. We make the best, not just hardware, but software, too.</div><div id="liveblog-entry-92321" class="liveblog-entry"><span class="liveblog-date">1:07PM:</span>Showing off OS X 10 years ago.</div><div id="liveblog-entry-92324" class="liveblog-entry"><span class="liveblog-date">1:08PM:</span>Next up is Lion. There are over 250 new features, only have time to show 10.</div><div id="liveblog-entry-92323" class="liveblog-entry"><span class="liveblog-date">1:08PM:</span>Multitouch gestures. We have built multitouch trackpads into all our laptops</div><div id="liveblog-entry-92326" class="liveblog-entry"><span class="liveblog-date">1:08PM:</span>Kinetic scrolling, multitouch zoom and taps and swipes</div><div id="liveblog-entry-92327" class="liveblog-entry"><span class="liveblog-date">1:10PM:</span>Phil is talking about fullscreen apps and how in Lion there is a simple swipe to get in and out.</div><div id="liveblog-entry-92330" class="liveblog-entry"><span class="liveblog-date">1:11PM:</span>Mission control is up</div><div id="liveblog-entry-92328" class="liveblog-entry"><span class="liveblog-date">1:13PM:</span>We're now seeing full screen apps — three-finger swipe will take you from the full screen back to the desktop/dashboard.</div><div id="liveblog-entry-92332" class="liveblog-entry"><span class="liveblog-date">1:14PM:</span>The three-finger swipes will also switch from one app to the next. To exit full screen it just takes one click.</div><div id="liveblog-entry-92334" class="liveblog-entry"><span class="liveblog-date">1:15PM:</span>PhotoBooth looks awesome full screen — especially with effects being added in real time as you add/remove them.</div><div id="liveblog-entry-92335" class="liveblog-entry"><span class="liveblog-date">1:15PM:</span>Three-finger swipe up on the trackpad will bring mission control back into focus.</div><div id="liveblog-entry-92336" class="liveblog-entry"><span class="liveblog-date">1:16PM:</span>Spaces can bee added simply by clicking at the top corner of mission control, and windows can then be added to a new space by simply dragging and dropping.</div><div id="liveblog-entry-92337" class="liveblog-entry"><span class="liveblog-date">1:17PM:</span>When you close a space in mission control view, the windows within will slide back into the main windows — very smooth.</div><div id="liveblog-entry-92339" class="liveblog-entry"><span class="liveblog-date">1:17PM:</span>Spaces can bee added simply by clicking at the top corner of mission control, and windows can then be added to a new space by simply dragging and dropping.</div><div id="liveblog-entry-92340" class="liveblog-entry"><span class="liveblog-date">1:18PM:</span>Schiller is talking about the Mac App Store now, which is now the number one PC sales channel for software, passing Best Buy.</div><div id="liveblog-entry-92342" class="liveblog-entry"><span class="liveblog-date">1:19PM:</span>The Mac App Store is now built right into Lion. There are also push notifications to alert users of updates. Auto updates are also supported.</div><div id="liveblog-entry-92341" class="liveblog-entry"><span class="liveblog-date">1:20PM:</span>Launchpad — a simple pinch gesture brings up an iOS-like inteface where you can access all of your apps and launch them.</div><div id="liveblog-entry-92345" class="liveblog-entry"><span class="liveblog-date">1:21PM:</span>The next key feature is Resume — when you launch an application in Lion, it will bring you right back to where you were when you left the software. The feature even works after a reboot!</div><div id="liveblog-entry-92346" class="liveblog-entry"><span class="liveblog-date">1:21PM:</span>Applications, Spaces and settings are all covered by Resume.</div><div id="liveblog-entry-92347" class="liveblog-entry"><span class="liveblog-date">1:22PM:</span>Auto-save — Lion will automatically save documents in the background with no need for the user to do anything.</div><div id="liveblog-entry-92348" class="liveblog-entry"><span class="liveblog-date">1:23PM:</span>The feature can be enabled and/or disabled for each document individually. There's also a lock feature that will stop auto-saving at a certain point.</div><div id="liveblog-entry-92349" class="liveblog-entry"><span class="liveblog-date">1:23PM:</span>Versions — like Dropbox, Lion will make past versions of documents accessible in a document history.</div><div id="liveblog-entry-92351" class="liveblog-entry"><span class="liveblog-date">1:24PM:</span>The Versions interface is similar to Time Machine — you can scroll through every version of a document with a smooth animated interface.</div><div id="liveblog-entry-92352" class="liveblog-entry"><span class="liveblog-date">1:24PM:</span>Sorry again for the lack of photos guys... we're working on it!</div><div id="liveblog-entry-92353" class="liveblog-entry"><span class="liveblog-date">1:26PM:</span>Now we're watching a demo of these new features. Launchpad really is awesome — think of it as a giant iOS home screen that is automatically populated with all of the apps on your computer.</div><div id="liveblog-entry-92354" class="liveblog-entry"><span class="liveblog-date">1:27PM:</span>Auto-save also means there is no prompt to save a document if you're made changes just before closing a program. When you open it again, it will be exactly as you left it — including cursor position!</div><div id="liveblog-entry-92355" class="liveblog-entry"><span class="liveblog-date">1:28PM:</span>With Versions — and this is awesome — you can view multiple versions of a document in live windows. This means you can actually copy/paste things from one version of a doc to another!</div><div id="liveblog-entry-92356" class="liveblog-entry"><span class="liveblog-date">1:29PM:</span>Feature number 9: Airdrop — this basically a peer-to-peer Wifi-based network that lets you move files from one computer to another by simply dragging and dropping.</div><div id="liveblog-entry-92358" class="liveblog-entry"><span class="liveblog-date">1:30PM:</span>When you drag the doc to another person's PC — which will appear automatically in Finder — they get a pop up where they can accept the transfer.</div><div id="liveblog-entry-92359" class="liveblog-entry"><span class="liveblog-date">1:30PM:</span>The last feature is a completely redesigned Mail app. Needless to say, it looks A LOT like the iPad version.</div><div id="liveblog-entry-92361" class="liveblog-entry"><span class="liveblog-date">1:32PM:</span>The coolest feature of the new Mail app is easily conversation view. Think Gmail threads but a little sexier.</div><div id="liveblog-entry-92362" class="liveblog-entry"><span class="liveblog-date">1:32PM:</span>Craig is coming back up to demo the new Mail app now.</div><div id="liveblog-entry-92364" class="liveblog-entry"><span class="liveblog-date">1:33PM:</span>The message list runs down the left side in a column just like the iPad version. Folders are further to the left, and they're hidden when you don't need them.</div><div id="liveblog-entry-92365" class="liveblog-entry"><span class="liveblog-date">1:33PM:</span>The search is enhanced, and it suggests searches as you type based on your mail and your search history.</div><div id="liveblog-entry-92366" class="liveblog-entry"><span class="liveblog-date">1:34PM:</span>Users can also search for keywords and date-ranges with one string. Awesome!</div><div id="liveblog-entry-92367" class="liveblog-entry"><span class="liveblog-date">1:35PM:</span>Finally, conversation view will auto-hide everything but the new content within each message. Craig just poked Gmail for now doing that very well. Wink, wink.</div><div id="liveblog-entry-92369" class="liveblog-entry"><span class="liveblog-date">1:36PM:</span>Lion also features a new migration feature for users switching from Windows, not just another Mac. There are over 3,000 new APIs total in Lion. Get cracking, developers!</div><div id="liveblog-entry-92371" class="liveblog-entry"><span class="liveblog-date">1:36PM:</span>Lion will be available ONLY in the Mac App Store. No more discs!</div><div id="liveblog-entry-92373" class="liveblog-entry"><span class="liveblog-date">1:37PM:</span>Lion will be about a 4GB download and a single purchase can be installed on ALL of your authorized Macs.</div><div id="liveblog-entry-92374" class="liveblog-entry"><span class="liveblog-date">1:37PM:</span>Lion will cost... just 29.99 when it's released. WOW!</div><div id="liveblog-entry-92375" class="liveblog-entry"><span class="liveblog-date">1:38PM:</span>Lion developer preview will be available today, and the release version will be available in July.</div><div id="liveblog-entry-92376" class="liveblog-entry"><span class="liveblog-date">1:38PM:</span>Next up... iOS 5! Scott Forstall is coming up on stage</div><div id="liveblog-entry-92377" class="liveblog-entry"><span class="liveblog-date">1:39PM:</span>To date, Apple has sold over 200 million iOS devices total.</div><div id="liveblog-entry-92378" class="liveblog-entry"><span class="liveblog-date">1:39PM:</span>That makes iOS the No.1 mobile operating system with over 44% of the market.</div><div id="liveblog-entry-92380" class="liveblog-entry"><span class="liveblog-date">1:40PM:</span>In the first 14 months, Apple has sold more than 25 million iPads. That's iPad and iPad 2 combined.</div><div id="liveblog-entry-92381" class="liveblog-entry"><span class="liveblog-date">1:40PM:</span>Apple has sold more than 15 billion songs through the iTunes music store across all platforms.</div><div id="liveblog-entry-92384" class="liveblog-entry"><span class="liveblog-date">1:41PM:</span>More than 130 million books have been downloaded through iBooks.</div><div id="liveblog-entry-92385" class="liveblog-entry"><span class="liveblog-date">1:41PM:</span>There are now more than 425,000 apps in the App Store, with more than 90,000 of them built for the iPad.</div><div id="liveblog-entry-92388" class="liveblog-entry"><span class="liveblog-date">1:42PM:</span>The iOS App Store has served more than 14 billion downloads, and more than $2.5 billion has been paid out to devs.</div><div id="liveblog-entry-92390" class="liveblog-entry"><span class="liveblog-date">1:43PM:</span>Apple now holds more than 225 million accounts on file, all with credit cards and one-click purchasing enabled.</div><div id="liveblog-entry-92391" class="liveblog-entry"><span class="liveblog-date">1:44PM:</span>iOS 5 is a MAJOR release, Forestall stressed. There are more than 1,500 APIs and more than 200 new features!</div><div id="liveblog-entry-92394" class="liveblog-entry"><span class="liveblog-date">1:44PM:</span>The first new feature being covered... NOTIFICATIONS!</div><div id="liveblog-entry-92397" class="liveblog-entry"><span class="liveblog-date">1:45PM:</span>Apple has served more than 100 billion push notifications so far.</div><div id="liveblog-entry-92396" class="liveblog-entry"><span class="liveblog-date">1:46PM:</span>Apple has completely redesigned the push notification system for iOS. Notification Center is the big addition. It combines all over your notifications into one panel that is accessed by swiping down from the top. Oh hi, Android.</div><div id="liveblog-entry-92398" class="liveblog-entry"><span class="liveblog-date">1:46PM:</span>Stocks and weather sit at the top of the notification center.</div><div id="liveblog-entry-92399" class="liveblog-entry"><span class="liveblog-date">1:46PM:</span>Notifications are no longer disruptive — they appear at the top of the display and they do not interrupt usage.</div><div id="liveblog-entry-92400" class="liveblog-entry"><span class="liveblog-date">1:47PM:</span>The lock screen displays recent notifications as well, and a swipe on a notification will open the applicable app.</div><div id="liveblog-entry-92401" class="liveblog-entry"><span class="liveblog-date">1:48PM:</span>A swipe brings you right to the relevant message, by the way, as longer as the developer makes full use of the notifications APIs.</div><div id="liveblog-entry-92402" class="liveblog-entry"><span class="liveblog-date">1:48PM:</span>Second feature: Newsstand</div><div id="liveblog-entry-92406" class="liveblog-entry"><span class="liveblog-date">1:50PM:</span>Newsstand lets users access magazines through a new, separate interface. It is accessible in the App Store and there is a new newsstand on the home screen where all of the magazines are accessible (it works like a folder).</div><div id="liveblog-entry-92407" class="liveblog-entry"><span class="liveblog-date">1:50PM:</span>Background downloading is supported!</div><div id="liveblog-entry-92411" class="liveblog-entry"><span class="liveblog-date">1:50PM:</span>Newspapers and magazines can take advantage of newsstand.</div><div id="liveblog-entry-92412" class="liveblog-entry"><span class="liveblog-date">1:51PM:</span>Third feature... Twitter integration.</div><div id="liveblog-entry-92414" class="liveblog-entry"><span class="liveblog-date">1:51PM:</span>Twitter is now built into the Settings app in iOS. Every twitter app will work with the new single sign on feature!</div><div id="liveblog-entry-92416" class="liveblog-entry"><span class="liveblog-date">1:52PM:</span>Twitter is now integrated with the Camera and Photos apps in iOS. Photos can be tweeted from either app now.</div><div id="liveblog-entry-92418" class="liveblog-entry"><span class="liveblog-date">1:53PM:</span>Other apps that have twitter integration are Safari, Maps, and YouTube. Also, contacts features contact integration — contact photos will automatically be pulled from Twitter.</div><div id="liveblog-entry-92420" class="liveblog-entry"><span class="liveblog-date">1:53PM:</span>Next feature: Safari. Nearly 2/3 of all mobile web browsing is done with Safari.</div><div id="liveblog-entry-92423" class="liveblog-entry"><span class="liveblog-date">1:54PM:</span>Safari now has a Reader feature that takes the story you're reading and eliminates all of the noise around the story and just displays the images and text from the body.</div><div id="liveblog-entry-92424" class="liveblog-entry"><span class="liveblog-date">1:54PM:</span>Safari will also let users email a link AND story content right from within the browser.</div><div id="liveblog-entry-92426" class="liveblog-entry"><span class="liveblog-date">1:55PM:</span>There's also a new Reading List feature that lets users save stories to read later. Uh oh, Instapaper.</div><div id="liveblog-entry-92427" class="liveblog-entry"><span class="liveblog-date">1:56PM:</span>Safari will also now include full tabbed browsing. Tabs are displayed across the top and switching between them is lightning fast. We're watching a demo now.</div><div id="liveblog-entry-92428" class="liveblog-entry"><span class="liveblog-date">1:57PM:</span>The Read Later feature is accessible on the same button as bookmarks, and it will save items across all of your iOS devices and Mac computers.</div><div id="liveblog-entry-92429" class="liveblog-entry"><span class="liveblog-date">1:58PM:</span>Next feature: Reminders. 50,000 apps were just made obsolete.</div><div id="liveblog-entry-92431" class="liveblog-entry"><span class="liveblog-date">1:59PM:</span>Reminders is a reminder and task feature that lets you set time or location-based reminders.</div><div id="liveblog-entry-92432" class="liveblog-entry"><span class="liveblog-date">1:59PM:</span>In other words, a date and time can trigger a reminder, or a GPS location can trigger a reminder. Reminder also sync with Exchange which is nice.</div><div id="liveblog-entry-92433" class="liveblog-entry"><span class="liveblog-date">1:59PM:</span>Next new feature: camera.</div><div id="liveblog-entry-92434" class="liveblog-entry"><span class="liveblog-date">2:00PM:</span>The iPhone 4 is now the most popular camera phone used to take photos on flickr and second most popular over all.</div><div id="liveblog-entry-92435" class="liveblog-entry"><span class="liveblog-date">2:01PM:</span>The new camera app opens much, much, much faster. Camera is also accessible with a double-tap on the home button.</div><div id="liveblog-entry-92436" class="liveblog-entry"><span class="liveblog-date">2:01PM:</span>The volume up button can also be used to take shots. FINALLY!</div><div id="liveblog-entry-92438" class="liveblog-entry"><span class="liveblog-date">2:02PM:</span>The native camera app now also has grid lines available and pinch to zoom works in the UI. There's even a zoom-lock feature!</div><div id="liveblog-entry-92440" class="liveblog-entry"><span class="liveblog-date">2:02PM:</span>There are now integrated editing features as well. Cropping, red eye removal, and one-tap enhance are all supported.</div><div id="liveblog-entry-92442" class="liveblog-entry"><span class="liveblog-date">2:03PM:</span>The seventh new feature being covered is a redesigned Mail app.</div><div id="liveblog-entry-92443" class="liveblog-entry"><span class="liveblog-date">2:03PM:</span>Rich text formatting is now supported, indentations are supported, dragging addresses between cc and bcc is supported, and so is flagging!</div><div id="liveblog-entry-92445" class="liveblog-entry"><span class="liveblog-date">2:04PM:</span>Search now supports content searching on the server as well.</div><div id="liveblog-entry-92446" class="liveblog-entry"><span class="liveblog-date">2:04PM:</span>There's also added support for SMIME for enterprise users.</div><div id="liveblog-entry-92447" class="liveblog-entry"><span class="liveblog-date">2:05PM:</span>Now we're getting a demo. Flags can be added and removed with a single tap, and there's also an integrated dictionary that lets you look up words in emails with just a tap.</div><div id="liveblog-entry-92448" class="liveblog-entry"><span class="liveblog-date">2:06PM:</span>There's also a new system-wide thumb keyboard available. Users can now split the keyboard into two halves and thumb-type very easily. Not sure how the split keyboard will be received, but it's nifty.</div><div id="liveblog-entry-92450" class="liveblog-entry"><span class="liveblog-date">2:07PM:</span>Eight new feature: PC Free. Uh oh... Tons of applause.</div><div id="liveblog-entry-92451" class="liveblog-entry"><span class="liveblog-date">2:08PM:</span>With iOS 5, users will no longer need a PC to activate iOS devices. FINALLY! The "post-PC" marketing is slightly more realistic now...</div><div id="liveblog-entry-92453" class="liveblog-entry"><span class="liveblog-date">2:08PM:</span>Setup is now done right on the device, as is activation.</div><div id="liveblog-entry-92455" class="liveblog-entry"><span class="liveblog-date">2:08PM:</span>Software updates are now OTA (over the air)!!</div><div id="liveblog-entry-92456" class="liveblog-entry"><span class="liveblog-date">2:09PM:</span>Delta update are supported as well, so only changes to the OS will be updates and the entire OS doesn't need to be downloaded.</div><div id="liveblog-entry-92457" class="liveblog-entry"><span class="liveblog-date">2:10PM:</span>Ninth new feature: Game Center. That's still around?</div><div id="liveblog-entry-92459" class="liveblog-entry"><span class="liveblog-date">2:11PM:</span>iOS is by far the most popular gaming platform in the mobile world, and Apple currently has over 50 million registered Game Center users. That's 20 million more than Xbox Live.</div><div id="liveblog-entry-92460" class="liveblog-entry"><span class="liveblog-date">2:11PM:</span>Game Center now supports user photos, game recommendations, and game purchase support right within Game Center.</div><div id="liveblog-entry-92463" class="liveblog-entry"><span class="liveblog-date">2:12PM:</span>Turn-based game support is now supported as well (think Scrabble).</div><div id="liveblog-entry-92464" class="liveblog-entry"><span class="liveblog-date">2:12PM:</span>iMessage is the next iOS 5 feature being covered.</div><div id="liveblog-entry-92465" class="liveblog-entry"><span class="liveblog-date">2:12PM:</span>WOW. Apple is launching a new iOS-only messaging service called iMessage.</div><div id="liveblog-entry-92466" class="liveblog-entry"><span class="liveblog-date">2:13PM:</span>It supports text, photos, videos, contacts, group messaging, delivery receipts, read receipts, typing indications, and multi-device support so you can move from an iPhone to an iPad and not miss anything.</div><div id="liveblog-entry-92467" class="liveblog-entry"><span class="liveblog-date">2:14PM:</span>It is fully encrypted as well, and it works over Wi-Fi or cellular connections.</div><div id="liveblog-entry-92468" class="liveblog-entry"><span class="liveblog-date">2:15PM:</span>Poor, poor third-party messaging app devs. We're now seeing a demo and it really is BBM for iPhone. Multi-platform is all app like WhatsApp and Kik have going for them now...</div><div id="liveblog-entry-92469" class="liveblog-entry"><span class="liveblog-date">2:16PM:</span>We're now seeing how easy it is to send photos and videos — the interface, by the way, is the same as the Messaging app so it's beautiful and familiar.</div><div id="liveblog-entry-92470" class="liveblog-entry"><span class="liveblog-date">2:17PM:</span>Those are just 10 of the 200 new user features. Others include TV mirroring, which let's you mirror your iPad 2 to your TV to Apple TV.</div><div id="liveblog-entry-92471" class="liveblog-entry"><span class="liveblog-date">2:18PM:</span>Wi-Fi sync to iTunes is now supported as well! Your iOS device will back up and sync to iTunes automatically over Wi-Fi. FINALLY</div><div id="liveblog-entry-92473" class="liveblog-entry"><span class="liveblog-date">2:19PM:</span>iOS 5 is available to developers TODAY. Fire up those accounts, fellas!</div><div id="liveblog-entry-92474" class="liveblog-entry"><span class="liveblog-date">2:19PM:</span>iOS 5 will ship to end users this fall.</div><div id="liveblog-entry-92476" class="liveblog-entry"><span class="liveblog-date">2:19PM:</span>The iPhone 3GS, iPhone 4, both iPads and the two latest iPod touch models are all supported.</div><div id="liveblog-entry-92477" class="liveblog-entry"><span class="liveblog-date">2:20PM:</span>Next up... Steve Jobs is coming back up on stage to unveil iCoud!</div><div id="liveblog-entry-92478" class="liveblog-entry"><span class="liveblog-date">2:21PM:</span>iCloud has been in the making for 10 years, when APple realized the PC was going to become your digital hub — one device to hold all of your media.</div><div id="liveblog-entry-92479" class="liveblog-entry"><span class="liveblog-date">2:22PM:</span>A new problem has risen lately though — multiple devices all need the same data and it's become necessary to sync them all separately. Wonder where this is going...</div><div id="liveblog-entry-92482" class="liveblog-entry"><span class="liveblog-date">2:22PM:</span>With iCloud, the digital hub is being moved to the cloud.</div><div id="liveblog-entry-92484" class="liveblog-entry"><span class="liveblog-date">2:23PM:</span>So now, photos (even new ones as you take them), music, etc are synced to the cloud automatically and they become available across all devices.</div><div id="liveblog-entry-92486" class="liveblog-entry"><span class="liveblog-date">2:24PM:</span>iCloud also is completely integrated with your apps — everything happens automatically. "It just works."</div><div id="liveblog-entry-92488" class="liveblog-entry"><span class="liveblog-date">2:24PM:</span>"Why should I believe them? They're the ones who brought me MobileMe?" Steve joked. Zing!</div><div id="liveblog-entry-92489" class="liveblog-entry"><span class="liveblog-date">2:25PM:</span>Contacts, calendar and Mail are no longer MobileMe apps — they're now iCloud apps. For example, a new contact will automatically be uploaded to the cloud and synched across all devices. Changes to existing contacts are handled the same way.</div><div id="liveblog-entry-92490" class="liveblog-entry"><span class="liveblog-date">2:26PM:</span>iCloud also supports calendar sharing, so changes you make on your calandar will automatically be visible by anyone you share your calendar with.</div><div id="liveblog-entry-92492" class="liveblog-entry"><span class="liveblog-date">2:27PM:</span>Jobs also highlighted the fact that there are no ads involved with this service... at all.</div><div id="liveblog-entry-92493" class="liveblog-entry"><span class="liveblog-date">2:27PM:</span>MobileMe was $99... Mail, Calendar and Contacts with iCloud are completely free!</div><div id="liveblog-entry-92495" class="liveblog-entry"><span class="liveblog-date">2:28PM:</span>There are also three new apps coming with iCloud that weren't in MobilMe. The first is the App Store.</div><div id="liveblog-entry-92496" class="liveblog-entry"><span class="liveblog-date">2:28PM:</span>Apps purchased on one devices can now be added to any other device through iCloud.</div><div id="liveblog-entry-92499" class="liveblog-entry"><span class="liveblog-date">2:29PM:</span>For future devices, all apps are automatically added to all devices.</div><div id="liveblog-entry-92500" class="liveblog-entry"><span class="liveblog-date">2:30PM:</span>The next app they added is iBooks — books purchased on one device can be downloaded to all devices. Also, your read history is synched between devices as well, as is reading position.</div><div id="liveblog-entry-92501" class="liveblog-entry"><span class="liveblog-date">2:30PM:</span>Finally, Apple added automatic cloud backup.</div><div id="liveblog-entry-92503" class="liveblog-entry"><span class="liveblog-date">2:31PM:</span>The service will back up your important data once daily, and when you get a new device, all of your data will sync wirelessly from the cloud.</div><div id="liveblog-entry-92504" class="liveblog-entry"><span class="liveblog-date">2:31PM:</span>Uh oh... there are three more apps being added to iCloud!</div><div id="liveblog-entry-92506" class="liveblog-entry"><span class="liveblog-date">2:31PM:</span>First... Documents in the Cloud.</div><div id="liveblog-entry-92507" class="liveblog-entry"><span class="liveblog-date">2:32PM:</span>Documents now sync automatically via the cloud from one device to all your other devices.</div><div id="liveblog-entry-92508" class="liveblog-entry"><span class="liveblog-date">2:32PM:</span>Pages, Numbers and Keynote are all supported as of the latest versions of the apps, which have already been released. Sneaky!</div><div id="liveblog-entry-92510" class="liveblog-entry"><span class="liveblog-date">2:34PM:</span>There is a new interface within the apps that lets you view all of the documents that are synced to the cloud, and they all sync automatically.</div><div id="liveblog-entry-92511" class="liveblog-entry"><span class="liveblog-date">2:36PM:</span>Apps can store documents to iCloud as well!</div><div id="liveblog-entry-92514" class="liveblog-entry"><span class="liveblog-date">2:37PM:</span>Developers have access to iCloud Documents in the Cloud APIs with the iOS 5 SDK.</div><div id="liveblog-entry-92513" class="liveblog-entry"><span class="liveblog-date">2:37PM:</span>Macs and PCs are supported as well! This is a huge ding for Dropbox and the like.</div><div id="liveblog-entry-92515" class="liveblog-entry"><span class="liveblog-date">2:38PM:</span>Next up, Photo Stream.</div><div id="liveblog-entry-92516" class="liveblog-entry"><span class="liveblog-date">2:38PM:</span>Photo Stream will sync photos taken on any device to the cloud, and then to all other devices.</div><div id="liveblog-entry-92517" class="liveblog-entry"><span class="liveblog-date">2:39PM:</span>The functionality is all built right into the apps, so there is nothing new to install or configure. It all just works.</div><div id="liveblog-entry-92518" class="liveblog-entry"><span class="liveblog-date">2:40PM:</span>Photo Stream is also built into Lion on Macs, and on PCs it will work with the Pictures folder. What's more, Photo Stream will work on Apple TV as well.</div><div id="liveblog-entry-92520" class="liveblog-entry"><span class="liveblog-date">2:42PM:</span>Another feature of Photo Stream is memory management. It will store the last 1,000 photos on each iOS devices, and all photos on Macs and PCs. In the cloud, photos will be stored for 30 days so they can be synced to all other devices before they are automatically removed.</div><div id="liveblog-entry-92522" class="liveblog-entry"><span class="liveblog-date">2:42PM:</span>Eddie Cue is on stage now to demo Photo Stream.</div><div id="liveblog-entry-92524" class="liveblog-entry"><span class="liveblog-date">2:43PM:</span>He just took two photos on stage with an iPhone and as soon as he launched the photos app on his iPad, the photos wer already there.</div><div id="liveblog-entry-92525" class="liveblog-entry"><span class="liveblog-date">2:43PM:</span>Since only the last 1,000 photos are saved with Photo Stream, users can drag any photos they want to keep permanently into an album.</div><div id="liveblog-entry-92527" class="liveblog-entry"><span class="liveblog-date">2:44PM:</span>Last up... iTunes in the Cloud!!</div><div id="liveblog-entry-92526" class="liveblog-entry"><span class="liveblog-date">2:45PM:</span>This is what we've all been waiting for — music purchased in iTunes will automatically be synced to all devices.</div><div id="liveblog-entry-92528" class="liveblog-entry"><span class="liveblog-date">2:46PM:</span>Songs you've already purchased pre-iTunes in the Cloud can be downloaded on other devices for free.</div><div id="liveblog-entry-92530" class="liveblog-entry"><span class="liveblog-date">2:46PM:</span>For future purchases, once this feature is enabled, a song purchased on one device will be pushed to all devices.</div><div id="liveblog-entry-92532" class="liveblog-entry"><span class="liveblog-date">2:47PM:</span>Eddie Cue is back up to demo the service. Unless they throw us a curveball, it looks like music purchased outside of iTunes will not be supported by the service. We'll know for sure in a few minutes.</div><div id="liveblog-entry-92534" class="liveblog-entry"><span class="liveblog-date">2:48PM:</span>In the demo, it looks like they just snuck in a redesigned iPad music app.</div><div id="liveblog-entry-92535" class="liveblog-entry"><span class="liveblog-date">2:49PM:</span>The service is amazingly seamless. Buy a song on one device and it's available everywhere else immediately.</div><div id="liveblog-entry-92537" class="liveblog-entry"><span class="liveblog-date">2:49PM:</span>iTunes in the Cloud supports up to 10 devices.</div><div id="liveblog-entry-92538" class="liveblog-entry"><span class="liveblog-date">2:50PM:</span>WOW. Everything relating to iCloud, including iTunes in the cloud, is completely free!</div><div id="liveblog-entry-92539" class="liveblog-entry"><span class="liveblog-date">2:52PM:</span>Awesome — to set up iCloud, all you need to do is log in with your Apple ID. What's more, users get 5GB of free storage... and that doesn't include music/etc purchased through iTunes.</div><div id="liveblog-entry-92541" class="liveblog-entry"><span class="liveblog-date">2:52PM:</span>iTunes in the Cloud becomes available today for iOS 4.3 as a beta — the full release will launch with iOS 5 in the fall.</div><div id="liveblog-entry-92542" class="liveblog-entry"><span class="liveblog-date">2:52PM:</span>ONE MORE THING</div><div id="liveblog-entry-92545" class="liveblog-entry"><span class="liveblog-date">2:53PM:</span>iTunes in the Cloud is just for songs purchased from iTunes... but you might have music you got elsewhere.</div><div id="liveblog-entry-92546" class="liveblog-entry"><span class="liveblog-date">2:54PM:</span>These other songs can be synced to the cloud one time, and they will become available everywhere.</div><div id="liveblog-entry-92547" class="liveblog-entry"><span class="liveblog-date">2:55PM:</span>Rather than syncing, there is also an "iTiunes Match" application that will scan your library and match songs with versions available through iTunes. These songs will then become accessible just like iTunes purchases!</div><div id="liveblog-entry-92548" class="liveblog-entry"><span class="liveblog-date">2:55PM:</span>In addition, iTunes Match will upgrade all of those songs to 256 AAC.</div><div id="liveblog-entry-92549" class="liveblog-entry"><span class="liveblog-date">2:56PM:</span>iTunes Match service will be $24.99 per year.</div><div id="liveblog-entry-92550" class="liveblog-entry"><span class="liveblog-date">2:56PM:</span>That yearly fee will support up to 20,000 songs!</div><div id="liveblog-entry-92551" class="liveblog-entry"><span class="liveblog-date">2:57PM:</span>"If you don't think we're serious about this, you're wrong," Steve said. He's talking about the new data center in NC now.</div><div id="liveblog-entry-92552" class="liveblog-entry"><span class="liveblog-date">2:58PM:</span>"It's a pretty large place and it's full of expensive stuff."</div><div id="liveblog-entry-92553" class="liveblog-entry"><span class="liveblog-date">2:58PM:</span>This facility will manage all iCloud services.</div><div id="liveblog-entry-92554" class="liveblog-entry"><span class="liveblog-date">2:58PM:</span>It looks like that's it folks — thanks for tuning in!</div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.bgr.com/2011/06/06/live-from-apples-wwdc-2011-keynote-with-steve-jobs/feed/</wfw:commentRss>
		<slash:comments>56</slash:comments>
	<media:thumbnail>http://www-bgr-com.vimg.net/wp-content/uploads/2011/06/WWDC-2011-1110606161110-80x80.jpg</media:thumbnail>	</item>
		<item>
		<title>We&#8217;re live from WWDC 2011!</title>
		<link>http://www.bgr.com/2011/06/06/were-live-from-wwdc-2011/</link>
		<comments>http://www.bgr.com/2011/06/06/were-live-from-wwdc-2011/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 14:00:38 +0000</pubDate>
		<dc:creator>Zach Epstein</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[iCloud]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iOS 5]]></category>
		<category><![CDATA[keynote]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[Live]]></category>
		<category><![CDATA[live blog]]></category>
		<category><![CDATA[live coverage]]></category>
		<category><![CDATA[liveblog]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[MacBook]]></category>
		<category><![CDATA[MacBook Air]]></category>
		<category><![CDATA[MacBook Pro]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[steve jobs]]></category>
		<category><![CDATA[Steve Jobs keynote]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[Streaming music]]></category>
		<category><![CDATA[WWDC]]></category>
		<category><![CDATA[WWDC 2011]]></category>
		<category><![CDATA[WWDC 2011 keynote]]></category>
		<category><![CDATA[WWDC keynote]]></category>

		<guid isPermaLink="false">http://www.bgr.com/?p=92180</guid>
		<description><![CDATA[BGR has landed on the left coast to bring you live coverage of one of the most anticipated tech events of the year: Apple&#8217;s Worldwide Developer Conference 2011 keynote. Apple CEO Steve Jobs will be on hand with the usual suspects at his side to give the world its first look at the future of Apple software. In uncharacteristic fashion, Apple let the cat out of the bag ahead of the show this year — well, part of the cat, at least — so we know we&#8217;re in store for some goodies surrounding iOS 5, Mac OS X Lion and of course, iCloud. We&#8217;re sure the crew from Cupertino has a few surprises up its sleeve, of course, so be]]></description>
			<content:encoded><![CDATA[<center><a href="http://www.bgr.com/2011/06/06/were-live-from-wwdc-2011/"><img class="size-full wp-image-92181 aligncenter" title="wwdc-2011" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/06/wwdc-2011110603214741.jpg" alt="" width="652" height="337" /></a></center>
<p>BGR has landed on the left coast to bring you live coverage of one of the most anticipated tech events of the year: Apple&#8217;s Worldwide Developer Conference 2011 keynote. Apple CEO Steve Jobs will be on hand with the usual suspects at his side to give the world its first look at the future of Apple software. In uncharacteristic fashion, <a href="http://www.bgr.com/2011/05/31/steve-jobs-to-unveil-next-gen-apple-software-ios-5-icloud-at-wwdc-next-week/">Apple let the cat out of the bag ahead of the show this year</a> — well, part of the cat, at least — so we know we&#8217;re in store for some goodies surrounding iOS 5, Mac OS X Lion and of course, iCloud. We&#8217;re sure the crew from Cupertino has a few surprises up its sleeve, of course, so be sure to tune in for all the latest news as it breaks.</p>
<p><strong><a href="http://www.bgr.com/2011/06/06/live-from-apples-wwdc-2011-keynote-with-steve-jobs/">Bookmark this link</a></strong> and make sure to head there for our live coverage of Steve Jobs&#8217; keynote! Coverage starts at or around 12:30 p.m. EDT / 9:30 a.m. PDT.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bgr.com/2011/06/06/were-live-from-wwdc-2011/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
	<media:thumbnail>http://www-bgr-com.vimg.net/wp-content/uploads/2011/06/wwdc-2011110603214741-80x80.jpg</media:thumbnail>	</item>
		<item>
		<title>iWork for iPhone hands-on</title>
		<link>http://www.bgr.com/2011/05/31/iwork-for-iphone-hands-on/</link>
		<comments>http://www.bgr.com/2011/05/31/iwork-for-iphone-hands-on/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 01:31:54 +0000</pubDate>
		<dc:creator>Jonathan S. Geller</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[app store]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[iWork]]></category>
		<category><![CDATA[keynote]]></category>
		<category><![CDATA[Numbers]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[Smartphone]]></category>

		<guid isPermaLink="false">http://www.bgr.com/?p=91695</guid>
		<description><![CDATA[Apple announced that their popular iWork suite of apps are now compatible on iPhone and iPod touch devices a little earlier today, and you know we had to get up close and personal with them. For starters, the apps are full versions of the existing app that ran on the iPad, and even from browsing through the included sample guides in their respective apps and spending a few minutes creating new ones, it&#8217;s clear that there&#8217;s a level of capability here that just isn&#8217;t seen on mobile devices, let alone smartphones. The transition effects in Keynote are nothing short of amazing, and then when you actually take a second to realize this is happening on your mobile phone — it&#8217;s]]></description>
			<content:encoded><![CDATA[<center><a href="http://www.bgr.com/2011/05/31/apple-iwork-now-available-for-iphone-and-ipod-touch/"><img class="size-full wp-image-91711 aligncenter" title="iWork-iPhone-1" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/iWork-iPhone-1110601003042.jpg" alt="" width="399" height="599" /></a></center>
<p>Apple announced that their popular iWork suite of apps are now compatible on iPhone and iPod touch devices a little earlier today, and you know we had to get up close and personal with them. For starters, the apps are full versions of the existing app that ran on the iPad, and even from browsing through the included sample guides in their respective apps and spending a few minutes creating new ones, it&#8217;s clear that there&#8217;s a level of capability here that just isn&#8217;t seen on mobile devices, let alone smartphones. The transition effects in Keynote are nothing short of amazing, and then when you actually take a second to realize this is happening on your mobile phone — it&#8217;s just mind-boggling. Apple really just set the bar for what applications on a phone can do. Again. All three apps are now available in the App Store as universal apps which support iPhones, iPod touches, and iPads for $9.99 each.</p>
<p>P.S. One note about Keynote: the app only works in landscape mode, even if you have the portrait orientation locked.</p>
	                            <div id="post-gallery">

                                <a href="http://www.bgr.com/nggallery/page-320/album-all/gallery-182/image/2351/"  class="galleryarrow-left"></a>

                                <div class="gallerywindow">
										                                <a href="http://www.bgr.com/nggallery/page-320/album-all/gallery-182/image/2351/" title=" " >
											<img title="iwork-iphone-10110601003046" alt="iwork-iphone-10110601003046" src="http://www-bgr-com.vimg.net/wp-content/uploads/gallery/iwork-for-iphone-hands-on/thumbs/thumbs_4de5884729624110601003103.jpg" width="125" height="125" />
										</a>
	                            		                                <a href="http://www.bgr.com/nggallery/page-320/album-all/gallery-182/image/2352/" title=" " >
											<img title="iwork-iphone-1110601003029" alt="iwork-iphone-1110601003029" src="http://www-bgr-com.vimg.net/wp-content/uploads/gallery/iwork-for-iphone-hands-on/thumbs/thumbs_4de58848d591b110601003104.jpg" width="125" height="125" />
										</a>
	                            		                                <a href="http://www.bgr.com/nggallery/page-320/album-all/gallery-182/image/2353/" title=" " >
											<img title="iwork-iphone-11110601003048" alt="iwork-iphone-11110601003048" src="http://www-bgr-com.vimg.net/wp-content/uploads/gallery/iwork-for-iphone-hands-on/thumbs/thumbs_4de5884a3841b110601003106.jpg" width="125" height="125" />
										</a>
	                            		                                <a href="http://www.bgr.com/nggallery/page-320/album-all/gallery-182/image/2354/" title=" " >
											<img title="iwork-iphone-12110601003050" alt="iwork-iphone-12110601003050" src="http://www-bgr-com.vimg.net/wp-content/uploads/gallery/iwork-for-iphone-hands-on/thumbs/thumbs_4de5884cd8b8f110601003108.jpg" width="125" height="125" />
										</a>
	                                                            </div>

                                <a href="http://www.bgr.com/nggallery/page-320/album-all/gallery-182/image/2351/"  class="galleryarrow-right"></a>

                                <br clear="all" />
                            </div>


]]></content:encoded>
			<wfw:commentRss>http://www.bgr.com/2011/05/31/iwork-for-iphone-hands-on/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
	<media:thumbnail>http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/iWork-iPhone-1110601003042-80x80.jpg</media:thumbnail>	</item>
		<item>
		<title>Apple iWork now available for iPhone and iPod touch</title>
		<link>http://www.bgr.com/2011/05/31/apple-iwork-now-available-for-iphone-and-ipod-touch/</link>
		<comments>http://www.bgr.com/2011/05/31/apple-iwork-now-available-for-iphone-and-ipod-touch/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 00:26:42 +0000</pubDate>
		<dc:creator>Todd Haselton</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[$9.99]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[iTunes App Store]]></category>
		<category><![CDATA[iWork]]></category>
		<category><![CDATA[keynote]]></category>
		<category><![CDATA[multi-touch]]></category>
		<category><![CDATA[Multitouch]]></category>
		<category><![CDATA[Numbers]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.bgr.com/?p=91607</guid>
		<description><![CDATA[Apple on Tuesday officially announced that its iWork productivity applications, including Keynote, Pages, and Numbers, are now available for the iPhone and iPod touch. Apple has completely redesigned the applications to take advantage of iOS&#8217;s multitouch features. &#8220;Now you can use Keynote, Pages, and Numbers on iPhone and iPod touch to create amazing presentations, documents, and spreadsheets right in the palm of your hand,&#8221; Philip Shiller, Apple&#8217;s senior vice president of worldwide product marketing, said. &#8220;The incredible Retina display, revolutionary multi-touch interface and our powerful software make it easy to create, edit, organize, and share all of your documents from the iPhone 4 or iPod touch.&#8221; The applications offer improved document management and a tools button in the toolbar for]]></description>
			<content:encoded><![CDATA[<center><a href="http://www.bgr.com/2011/05/31/apple-iwork-now-available-for-iphone-and-ipod-touch"><img class="size-full wp-image-91622 aligncenter" title="iWork09-xlarge" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/iWork09-xlarge110531162934.jpg" alt="" width="652" height="248" /></a></center>
<p>Apple on Tuesday officially announced that its iWork productivity applications, including Keynote, Pages, and Numbers, are now available for the iPhone and iPod touch. Apple has completely redesigned the applications to take advantage of iOS&#8217;s multitouch features. &#8220;Now you can use Keynote, Pages, and Numbers on iPhone and iPod touch to create amazing presentations, documents, and spreadsheets right in the palm of your hand,&#8221; Philip Shiller, Apple&#8217;s senior vice president of worldwide product marketing, said. &#8220;The incredible Retina display, revolutionary multi-touch interface and our powerful software make it easy to create, edit, organize, and share all of your documents from the iPhone 4 or iPod touch.&#8221; The applications offer improved document management and a tools button in the toolbar for quickly sharing documents without closing the application. Keynote, Pages, and Numbers are available in the iTunes App Store now for $9.99 each. Existing iWork for iPad users can upgrade for free, and the Keynote Remote is available for $0.99. Hit the jump for the full press release.<span id="more-91607"></span></p>
<blockquote><p><strong>Apple iWork Now Available For iPhone &amp; iPod touch Users</strong></p>
<p>CUPERTINO, California—May 31, 2011—Apple® today announced that its  groundbreaking iWork® productivity apps, Keynote®, Pages® and Numbers®,  are now available for iPhone® and iPod touch®, as well as iPad®. Created  for the Mac® and then completely redesigned for iOS and Apple’s  revolutionary Multi-Touch™ interface, Keynote, Pages and Numbers allow  you to create and share stunning presentations, beautifully formatted  documents and powerful spreadsheets on the go. iWork apps are available  on the App Store™ for $9.99 each to new users and as a free update for  existing iWork for iPad customers.</p>
<p>“Now you can use Keynote, Pages and Numbers on iPhone and iPod touch to  create amazing presentations, documents and spreadsheets right in the  palm of your hand,” said Philip Schiller, Apple’s senior vice president  of Worldwide Product Marketing. “The incredible Retina display,  revolutionary Multi-Touch interface and our powerful software make it  easy to create, edit, organize and share all of your documents from  iPhone 4 or iPod touch.”</p>
<p>Keynote, Pages and Numbers import and export documents from iWork for  Mac and Microsoft Office; print wirelessly using AirPrint™; and include  beautiful Apple-designed themes and templates. All iWork apps now  include improved document management with thumbnail images that let you  find your files quickly, organize them and group them into folders using  intuitive gestures. From the Tools button in the toolbar, you can  easily share any presentation, document or spreadsheet without leaving  the app.</p>
<p>Keynote makes it easy to create impressive presentations, complete with  animated charts and transitions. You can play your presentation in Full  Screen view on the stunning, high-resolution Retina™ display or connect  to a projector or HDTV for a large audience. Available separately, the  Keynote Remote app allows your iPhone or iPod touch to control a Keynote  presentation on any iOS device or Mac.</p>
<p>Pages is the most beautiful word processor ever designed for a mobile  device and has everything you need to create amazing documents. Pages  takes full advantage of the high-resolution Retina display on iPhone 4  and iPod touch so you can see all the detail and richness of your  documents. To make working with text easy on iPhone and iPod touch,  Smart Zoom automatically zooms in to follow the cursor while you’re  editing and zooms back out when you’re done.</p>
<p>Numbers uses Multi-Touch gestures and an intelligent keyboard to help  you create compelling, great-looking spreadsheets with over 250  easy-to-use functions, flexible tables and eye-catching charts. Just  like Pages, Numbers takes advantage of the high-resolution Retina  display and Smart Zoom to make working with text and cells on iPhone 4  or iPod touch easy.</p>
<p><strong>Pricing &amp; Availability</strong><br />
Keynote, Pages and Numbers are universal apps that run on iPad and  iPad 2, iPhone 3GS and iPhone 4, and iPod touch (3rd &amp; 4th  generation). Keynote, Pages and Numbers are available from the App Store  for $9.99 (US) each for new users, or as a free update for existing  iWork for iPad customers. Keynote Remote is sold separately via the App  Store for 99 cents (US).</p>
<p>Apple designs Macs, the best personal computers in  the world, along with OS X, iLife, iWork and professional software.  Apple leads the digital music revolution with its iPods and iTunes  online store. Apple has reinvented the mobile phone with its  revolutionary iPhone and App Store, and has recently introduced iPad 2  which is defining the future of mobile media and computing devices.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.bgr.com/2011/05/31/apple-iwork-now-available-for-iphone-and-ipod-touch/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	<media:thumbnail>http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/iWork09-xlarge110531162934-80x80.jpg</media:thumbnail>	</item>
		<item>
		<title>Steve Jobs to give WWDC 2011 keynote [Update]</title>
		<link>http://www.bgr.com/2011/05/24/steve-jobs-to-give-wwdc-2011-keynote/</link>
		<comments>http://www.bgr.com/2011/05/24/steve-jobs-to-give-wwdc-2011-keynote/#comments</comments>
		<pubDate>Tue, 24 May 2011 15:18:19 +0000</pubDate>
		<dc:creator>Todd Haselton</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Apple CEO]]></category>
		<category><![CDATA[CEO]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[keynote]]></category>
		<category><![CDATA[steve jobs]]></category>
		<category><![CDATA[WWDC]]></category>
		<category><![CDATA[WWDC 2011]]></category>

		<guid isPermaLink="false">http://www.bgr.com/?p=90694</guid>
		<description><![CDATA[Steve Jobs will give the Worldwide Developers Conference keynote in San Francisco on June 7th, despite currently being on medical leave from the company. We expect that he&#8217;ll discuss Lion, the new iOS 5 operating system, and more. We&#8217;ll be reporting live from the event, which will be held at Moscone Center in San Francisco. It&#8217;s a little bit curious that news of Steve Jobs broke during the Microsoft Windows Phone Mango event. UPDATE: GigaOm, the source of this report, has updated its post explaining that it accidentally reported information from last year&#8217;s WWDC press release thinking it was new. Apple has not announced that Steve Jobs will be at this year&#8217;s WWDC keynote. Read]]></description>
			<content:encoded><![CDATA[<center><a href="http://www.bgr.com/2011/05/24/steve-jobs-to-give-wwdc-2011-keynote"><img class="alignnone size-full wp-image-78426" title="steve-jobs-lets-rock" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/03/steve-jobs-lets-rock110301143856.jpg" alt="" width="652" height="350" /></a></center>
<p>Steve Jobs will give the Worldwide Developers Conference keynote in San Francisco on June 7th, despite currently being on medical leave from the company. We expect that he&#8217;ll discuss Lion, the new iOS 5 operating system, and more. We&#8217;ll be reporting live from the event, which will be held at Moscone Center in San Francisco. It&#8217;s a little bit curious that news of Steve Jobs broke during the Microsoft Windows Phone Mango event.</p>
<p>UPDATE: <em>GigaOm</em>, the source of this report, has updated its post explaining that it accidentally reported information from last year&#8217;s WWDC press release thinking it was new. Apple has not announced that Steve Jobs will be at this year&#8217;s WWDC keynote.<span id="more-90694"></span></p>
<p><a href="http://gigaom.com/apple/steve-jobs-to-give-keynote-at-wwdc-2011/">Read</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bgr.com/2011/05/24/steve-jobs-to-give-wwdc-2011-keynote/feed/</wfw:commentRss>
		<slash:comments>52</slash:comments>
	<media:thumbnail>http://www-bgr-com.vimg.net/wp-content/uploads/2011/03/steve-jobs-lets-rock110301143856-80x80.jpg</media:thumbnail>	</item>
		<item>
		<title>Google I/O 2011 keynote press briefing highlights</title>
		<link>http://www.bgr.com/2011/05/10/google-io-2011-keynote-press-briefing-highlights/</link>
		<comments>http://www.bgr.com/2011/05/10/google-io-2011-keynote-press-briefing-highlights/#comments</comments>
		<pubDate>Tue, 10 May 2011 18:50:06 +0000</pubDate>
		<dc:creator>Andrew Munchbach</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tablets]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Froyo]]></category>
		<category><![CDATA[Gingerbread]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[googleio2011]]></category>
		<category><![CDATA[honeycomb]]></category>
		<category><![CDATA[I/O]]></category>
		<category><![CDATA[Ice Cream Sandwich]]></category>
		<category><![CDATA[keynote]]></category>
		<category><![CDATA[press]]></category>

		<guid isPermaLink="false">http://www.bgr.com/?p=88942</guid>
		<description><![CDATA[Google&#8217;s top-brass got up on stage following this morning&#8217;s keynote for a quick Q&#38;A session that we definitely had to check out. Want to know what Andy Rubin and company had to say about today&#8217;s announcements? Hit the jump to read find out! Q: When are we going to see a general release of Honeycomb? A: Just for background: we did an internal trick to meet the Honeycomb schedule, we didn&#8217;t make it available for phones. So we held back the open sourcing of Honeycomb back so people wouldn&#8217;t put it on phones and have a crappy experience&#8230; but now that it is done. Ice Cream will be the next open source release and that will be this year. Q:]]></description>
			<content:encoded><![CDATA[<center><a href="http://www.bgr.com/2011/05/10/google-io-2011-keynote-press-briefing-highlights"><img class="alignnone size-full wp-image-88949" title="Google_IO_20111IMG_2274" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2274110510172841.jpg" alt="" width="652" height="435" /></a></center>
<p style="text-align: left;">Google&#8217;s top-brass got up on stage following this morning&#8217;s keynote for a quick Q&amp;A session that we definitely had to check out. Want to know what Andy Rubin and company had to say about today&#8217;s announcements? Hit the jump to read find out!<span id="more-88942"></span></p>
<p style="text-align: left;">Q: When are we going to see a general release of Honeycomb?</p>
<p style="text-align: left;">A: Just for background: we did an internal trick to meet the Honeycomb schedule, we didn&#8217;t make it available for phones. So we held back the open sourcing of Honeycomb back so people wouldn&#8217;t put it on phones and have a crappy experience&#8230; but now that it is done. Ice Cream will be the next open source release and that will be this year.</p>
<p style="text-align: left;">Q: With the music service, how does this ensure that you sell music? How are handling licensing issues?</p>
<p style="text-align: left;">A: What you saw today becomes a very compelling platform for music distribution. It is in our plans to sell their artists music, unfortunately, some of there terms thus far have been unsustainable and unscalable. The majority of the industry are very excited about the possibilities, we continue to be committed to where this can go. What we launched today is a completely legal service, it is storing content you own, in the cloud with enhancements. We just enable a much more convenient experience.</p>
<p style="text-align: left;">Q: Are we going to get a Honeycomb phone? Will the device updates be faster?</p>
<p style="text-align: left;">A: Ice Cream Sandwich is when phones will get the Honeycomb features, so that will be like a merge. A phone is eligible to get updates for 18 months as the platform versions appear. There is no minimum time frame to announce at this time.</p>
<p style="text-align: left;">Q: Can you talk about the business uses for Honeycomb tablets? Is it still just consumer based?</p>
<p style="text-align: left;">A: I think it is appealing to both. I use my laptop a lot less now and rely on my tablet to do most of my work email. I think the tablet experience really does make a strong business case and we have some new features including encryption and device management to address those crowds.</p>
<p style="text-align: left;">Q: What changed that incentivizes these carrier to now update quicker?</p>
<p style="text-align: left;">A: I think everyone  really values the ecosystem. What we realized is that there was no common set of expectations set. We think of ourselves of the coordinators of all this, and we really want to provide the services our customers want. They want upgrades.</p>
<p style="text-align: left;">Q: What does Ice Cream Sandwich delivery other than unification?</p>
<p style="text-align: left;">A: Our primary job is to make Android run on all devices. Unfortunately, I can&#8217;t pre-announce them, but we&#8217;ll but we&#8217;ll be rolling them out shortly.</p>
<p style="text-align: left;">Q: Do you anticipate them being any new hardware requirements for Ice Cream? Are you preparing another Google Device for the Ice Cream rollout?</p>
<p style="text-align: left;">A: We want all phones to run Ice Cream, not just new phones. The Nexus has been the device we&#8217;ve used to set the bar. The market works in cycles that revolves around the holidays and summertime. We&#8217;ll make an announcement in the future.</p>
<p style="text-align: left;">Q: Why is Music Beta only launching in the U.S.?</p>
<p style="text-align: left;">A: It is really hard to do global launches. It&#8217;s hard to sit in a lab and try and anticipates the world&#8217;s needs. The goal is to make it as widely adopted as possible. We have no intentions to keep this just to the U.S. once we have the kinks worked out.</p>
<p style="text-align: left;">Q: What is the quality of the streaming music coming down from the cloud?</p>
<p style="text-align: left;">A: We stream up to 320kbps, and that&#8217;s based on the quality of the file you upload. We do adjust that based on your network connection while you&#8217;re listening.</p>
<p style="text-align: left;">Q: Microsoft has been talking about the digital home for two decades but nothing has happened. Why is Google@Home different?</p>
<p style="text-align: left;">A: We look at it a little differently. We&#8217;re not trying to invent the next killer application, we&#8217;re trying to turn everything in your home into an I/O device at an extremely low cost. We&#8217;re counting on the imagination of the developers to really develop this ecosystem.</p>
<p style="text-align: left;">Q: What is the time table for some of appliances or devices? What does a manufacturer have to put into its electronics to enable it?</p>
<p style="text-align: left;">A: We&#8217;re not quite ready to announce what the technology is, but it is very low cost. It&#8217;s wireless, not Wi-Fi. It&#8217;s low power. It involves a software stack and a small piece of hardware. We should see these devices by the end of this year. We&#8217;re working with partners to get them embedded into their current devices.</p>
<p style="text-align: left;">Q: How do you reconcile some of these new services with shrinking data allowances from carriers?</p>
<p style="text-align: left;">A: We go through these cycles. And right now we&#8217;re going through a cycle where there is heavy network congestion. The next technology step, be it LTE or 5G, will alleviate a lot of these problems. Also, most of the consumption will happen at the workplace or at home, so that will solve some of the issue.</p>
<p style="text-align: left;">Q: Why did you choose to create a different protocol for Android@Home? How does this relate to the smart grid?</p>
<p style="text-align: left;">A: First, we haven&#8217;t announced what we&#8217;re using, so it could be anything. *laughter* Energy monitoring is extremely interesting, but you need to have granularity. You need to know what is chewing up kilowatt hours, not just that you&#8217;re chewing up kilowatt hours. [Not sure why, but the answerer and questioner stopped talking. Guess that's the end of the answer.]</p>
<p style="text-align: left;">Q: How much do you really think about Apple when you put out these services since you not-so-subtly mentioned Apple?</p>
<p style="text-align: left;">A: We were just trying to have a little fun. It&#8217;s great to have companies competing for the hearts and minds of developers. When that happens, consumers are the ones who win.</p>
<p style="text-align: left;">Q: Is there any way to report pirated materials?</p>
<p style="text-align: left;">A: We make it very clear in the terms-of-service that users need to upload legal material. We&#8217;ll respond to requests from rights owners as necessary.</p>
<p style="text-align: left;">Q: Is the XOOM getting preferential treatment?</p>
<p style="text-align: left;">A: The XOOM is new, I think it is only two months old — the power of Android is that it isn&#8217;t a single product. Knowing what I know internally, we&#8217;re going to see some really interesting things coming really soon.</p>
<p style="text-align: left;">Q: Will the upgrades be international or U.S. only? Sometimes similar devices have not gotten upgrades as quick as their U.S. counterparts.</p>
<p style="text-align: left;">A: We hope for this Android Alliance to be international, you saw Vodafone on the slides from earlier today. We want this to be a global thing and we&#8217;re working to do that.</p>
<p style="text-align: left;">Q: What is your stance on UIs like TouchWiz and Sense?</p>
<p style="text-align: left;">A: Android was designed to be customizable and scalable from the beginning. The benefit is that the framework is smart enough to consistent across hardware. I don&#8217;t believe in having an open platform that commoditizes industries, I think allowing skins is really important. I think it is an important selling point of Android.</p>
<p style="text-align: left;">Q: Does Android have a malware problem?</p>
<p style="text-align: left;">A: We have our sandbox technology on our device side and we are looking into technology on our Market site that will help mitigate these issues. Last time something snuck through it took us 50 minutes to catch it. We&#8217;re working to tune that, but it&#8217;s important to note that we are not going to achieve our security goals by &#8220;locking down&#8221; the platform.</p>
<center><img class="size-full wp-image-88944 aligncenter" title="Google_IO_20111IMG_2269" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2269110510171947.jpg" alt="" width="652" height="435" /></center>
]]></content:encoded>
			<wfw:commentRss>http://www.bgr.com/2011/05/10/google-io-2011-keynote-press-briefing-highlights/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
	<media:thumbnail>http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2269110510171947-80x80.jpg</media:thumbnail>	</item>
		<item>
		<title>Live from the Google I/O 2011 keynote!</title>
		<link>http://www.bgr.com/2011/05/10/live-from-the-google-io-2011-keynote/</link>
		<comments>http://www.bgr.com/2011/05/10/live-from-the-google-io-2011-keynote/#comments</comments>
		<pubDate>Tue, 10 May 2011 15:42:07 +0000</pubDate>
		<dc:creator>Andrew Munchbach</dc:creator>
				<category><![CDATA[Live Coverage]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[announcements]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Conference]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[Gingerbread]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Google I/O]]></category>
		<category><![CDATA[googleio2011]]></category>
		<category><![CDATA[honeycomb]]></category>
		<category><![CDATA[I/O]]></category>
		<category><![CDATA[keynote]]></category>
		<category><![CDATA[Live]]></category>
		<category><![CDATA[san francisco]]></category>

		<guid isPermaLink="false">http://www.bgr.com/?p=88627</guid>
		<description><![CDATA[It&#8217;s a beautiful day in San Francisco, California today — the perfect setting for the Google&#8217;s 2011 global developer conference, better known as Google I/O. The battalion of Google staffers is currently putting the finishing touches on the Moscone Center before it&#8217;s swarmed by Android enthusiasts, developers and the press, and we&#8217;re here to bring you the action live. What does Google have up its sleeves for this year? We&#8217;ll find out soon enough. The Day 1 keynote kicks off at 9:00 a.m. Pacific Time, 12:00 p.m. Eastern, and we&#8217;ll be live blogging it right here in this post. Be sure to check back then for the live coverage, and don&#8217;t forget to refresh the page for all the details as they break!]]></description>
			<content:encoded><![CDATA[<center><a href="http://www.bgr.com/2011/05/10/live-from-the-google-io-2011-keynote"><img class="size-full wp-image-88693 aligncenter" title="Google I/O 2011 Header" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/G-Slate_Review3IMG_2200110510134829.jpg" alt="" width="652" height="435" /></a></center>
<p>It&#8217;s a beautiful day in San Francisco, California today — the perfect setting for the Google&#8217;s 2011 global developer conference, better known as Google I/O. The battalion of Google staffers is currently putting the finishing touches on the Moscone Center before it&#8217;s swarmed by Android enthusiasts, developers and the press, and we&#8217;re here to bring you the action live. What does Google have up its sleeves for this year? We&#8217;ll find out soon enough. The Day 1 keynote kicks off at 9:00 a.m. Pacific Time, 12:00 p.m. Eastern, and we&#8217;ll be live blogging it right here in this post. Be sure to check back then for the live coverage, and don&#8217;t forget to refresh the page for all the details as they break!<span id="more-88627"></span></p>
<style>
	.liveblog-opts {
		display:block;
		padding:7px 3px;
		margin: 10px 0 15px;
		/*background: #B2D0F5;
		border: 1px solid #0A2A52;
		*/
		background: #F9F9F9;
		border: 1px solid #E9E9E9;
	}
	.liveblog-opts h4 {
		font: 14px/1.25 arial,helvetica,clean,sans-serif;
		font-weight:bold;
		/*font-size:14px;*/
		color:#404040;
		margin:0;
		display:inline;
	}

	.liveblog-opts a {
		font-weight:bold;
	}

	.liveblog-opts .lb-opts-refresh {
		float:right;
	}

	.liveblog-opts strong {
		font-weight:normal;
		color:#757575;
	}
</style>

<div id="liveblog-opts-88627" class="liveblog-opts">
<span class="lb-opts-sort"><h4>Sorting:</h4> <a href="" id="lb_sort_newest">Newest First</a> | <strong>Oldest First</strong></span>
<span class="lb-opts-refresh"><h4>Auto-refresh:</h4> <a href="" id="lb_refresh_on">On</a> | <strong>Off</strong></span>
</div>

<script type="text/javascript">
function bgr_lb_sort(order) {
	jQuery.cookie('liveblog-sort', order, { expires: 1 });
	window.location.href=window.location.href;
}
function bgr_lb_auto(enable) {
	jQuery.cookie('liveblog-auto-refresh', enable, { expires: 1 });
	window.location.href=window.location.href;
}
jQuery('#lb_sort_newest').click( function(){bgr_lb_sort('DESC');} );
jQuery('#lb_sort_oldest').click( function(){bgr_lb_sort('ASC');} );
jQuery('#lb_refresh_on').click( function(){bgr_lb_auto(1);} );
jQuery('#lb_refresh_off').click( function(){bgr_lb_auto(0);} );

jQuery('#liveblog-opts-88627').css('display', 'block');

// http://plugins.jquery.com/files/issues/jjquery.cookie-modified.js_.txt
jQuery.cookie=function(name,value,options){if(typeof value!='undefined'||(name&&typeof name!='string')){if(typeof name=='string'){options=options||{};if(value===null){value='';options.expires=-1;}
var expires='';if(options.expires&&(typeof options.expires=='number'||options.expires.toUTCString)){var date;if(typeof options.expires=='number'){date=new Date();date.setTime(date.getTime()+(options.expires*24*60*60*1000));}else{date=options.expires;}
expires='; expires='+date.toUTCString();}
var path=options.path?'; path='+(options.path):'';var domain=options.domain?'; domain='+(options.domain):'';var secure=options.secure?'; secure':'';document.cookie=name+'='+encodeURIComponent(value)+expires+path+domain+secure;}else{for(var n in name){jQuery.cookie(n,name[n],value||options);}}}else{var returnValue={};if(document.cookie){var cookies=document.cookie.split(';');for(var i=0;i<cookies.length;i++){var cookie=jQuery.trim(cookies[i]);if(!name){var nameLength=cookie.indexOf('=');returnValue[cookie.substr(0,nameLength)]=decodeURIComponent(cookie.substr(nameLength+1));}else if(cookie.substr(0,name.length+1)==(name+'=')){returnValue=decodeURIComponent(cookie.substr(name.length+1));break;}}}
return returnValue;}};

</script>
<div id="liveblog-88627"><div id="liveblog-entry-88726" class="liveblog-entry"><span class="liveblog-date">11:43AM:</span>We've found out seats! There is a great buzz in the room. Google VP Andy Rubin is a few rows in front of us, and we're ready to rock. T-minus 17 minutes!</div><div id="liveblog-entry-88729" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2202110510154321-645x430.jpg" class="attachment-large" alt="Google_IO_20111IMG_2202110510154321" title="Google_IO_20111IMG_2202110510154321" /></div></div><div id="liveblog-entry-88731" class="liveblog-entry"><span class="liveblog-date">11:50AM:</span>Here's what we see on stage: a Life Fitness exercise bike, a main speaking podium, a podium left of center with a video-based projector and a few Apple laptops, and a right of center podium with two Android devices hooked up to speakers.</div><div id="liveblog-entry-88735" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2205110510155403-645x430.jpg" class="attachment-large" alt="Google_IO_20111IMG_2205110510155403" title="Google_IO_20111IMG_2205110510155403" /></div></div><div id="liveblog-entry-88728" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20112IMG_2206110510155410-645x430.jpg" class="attachment-large" alt="Google_IO_20112IMG_2206110510155410" title="Google_IO_20112IMG_2206110510155410" /></div></div><div id="liveblog-entry-88730" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20113IMG_2204110510155417-645x430.jpg" class="attachment-large" alt="Google_IO_20113IMG_2204110510155417" title="Google_IO_20113IMG_2204110510155417" /></div></div><div id="liveblog-entry-88737" class="liveblog-entry"><span class="liveblog-date">11:54AM:</span>Five minute warning. Get your popcorn ready!</div><div id="liveblog-entry-88739" class="liveblog-entry"><span class="liveblog-date">11:58AM:</span>Voice over PA: "We should begin in 2 minutes." </div><div id="liveblog-entry-88744" class="liveblog-entry"><span class="liveblog-date">12:01PM:</span>Now taking the stage, senior Vice President Vic Gondtra</div><div id="liveblog-entry-88745" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2209110510160202-645x430.jpg" class="attachment-large" alt="Google_IO_20111IMG_2209110510160202" title="Google_IO_20111IMG_2209110510160202" /></div></div><div id="liveblog-entry-88747" class="liveblog-entry"><span class="liveblog-date">12:02PM:</span>"We want to thank you for making Android the global phenomenon it has become. This year, for the first time we did something new. We allowed developers to set up their own viewing parties."</div><div id="liveblog-entry-88742" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2211110510160313-645x430.jpg" class="attachment-large" alt="Google_IO_20111IMG_2211110510160313" title="Google_IO_20111IMG_2211110510160313" /></div></div><div id="liveblog-entry-88748" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20112IMG_2212110510160322-645x430.jpg" class="attachment-large" alt="Google_IO_20112IMG_2212110510160322" title="Google_IO_20112IMG_2212110510160322" /></div></div><div id="liveblog-entry-88741" class="liveblog-entry"><span class="liveblog-date">12:03PM:</span>"We are humbled by your enthusiasm and thank you for sharing your most precious resource: your time."</div><div id="liveblog-entry-88754" class="liveblog-entry"><span class="liveblog-date">12:04PM:</span></div><div id="liveblog-entry-88756" class="liveblog-entry"><span class="liveblog-date">12:04PM:</span></div><div id="liveblog-entry-88750" class="liveblog-entry"><span class="liveblog-date">12:04PM:</span>"Today we are going to focus on three things: mobile, momentum, and 'more'"</div><div id="liveblog-entry-88752" class="liveblog-entry"><span class="liveblog-date">12:05PM:</span>"Remember this device?" *holds up a G1* "We were on one carrier in one country, and now, we're everywhere." </div><div id="liveblog-entry-88760" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2217110510160603-645x430.jpg" class="attachment-large" alt="Google_IO_20111IMG_2217110510160603" title="Google_IO_20111IMG_2217110510160603" /></div></div><div id="liveblog-entry-88759" class="liveblog-entry"><span class="liveblog-date">12:06PM:</span>"We've activated over 100 million ANdroid devices worldwide."</div><div id="liveblog-entry-88763" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2218110510160633-645x430.jpg" class="attachment-large" alt="Google_IO_20111IMG_2218110510160633" title="Google_IO_20111IMG_2218110510160633" /></div></div><div id="liveblog-entry-88762" class="liveblog-entry"><span class="liveblog-date">12:06PM:</span>"There are over 312 devices in over 120 countries."</div><div id="liveblog-entry-88758" class="liveblog-entry"><span class="liveblog-date">12:07PM:</span>"Today we're activating over 400,000 Android devices every day."</div><div id="liveblog-entry-88765" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2219110510160734-645x430.jpg" class="attachment-large" alt="Google_IO_20111IMG_2219110510160734" title="Google_IO_20111IMG_2219110510160734" /></div></div><div id="liveblog-entry-88766" class="liveblog-entry"><span class="liveblog-date">12:07PM:</span>"Today, we've announced that we've hit over 200,000 apps in the ANdroid Market."</div><div id="liveblog-entry-88771" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2220110510160803-645x430.jpg" class="attachment-large" alt="Google_IO_20111IMG_2220110510160803" title="Google_IO_20111IMG_2220110510160803" /></div></div><div id="liveblog-entry-88770" class="liveblog-entry"><span class="liveblog-date">12:08PM:</span>"It took the Android ecosystem to see 1B application installs. 5 months to get to 2B. And today, we have 4.5B application installs."</div><div id="liveblog-entry-88773" class="liveblog-entry"><span class="liveblog-date">12:09PM:</span>"This wraps up the momentum section. Now we're going to cover Mobile and show you 2 exciting new services that we're announcing today."</div><div id="liveblog-entry-88767" class="liveblog-entry"><span class="liveblog-date">12:09PM:</span>We're about to see some demos!</div><div id="liveblog-entry-88780" class="liveblog-entry"><span class="liveblog-date">12:10PM:</span>"Today, we're announcing Android 3.1 for Verizon XOOM owners."</div><div id="liveblog-entry-88778" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2222110510161054-645x430.jpg" class="attachment-large" alt="Google_IO_20111IMG_2222110510161054" title="Google_IO_20111IMG_2222110510161054" /></div></div><div id="liveblog-entry-88775" class="liveblog-entry"><span class="liveblog-date">12:12PM:</span>New features include: a new multitasking functionality, resizable widgets, Android 3.1 devices can act like USB hosts (allows you to download images directly from digital camera to tablet; supports game controllers, keyboards, mice, etc.)</div><div id="liveblog-entry-88788" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2225110510161251-645x430.jpg" class="attachment-large" alt="Google_IO_20111IMG_2225110510161251" title="Google_IO_20111IMG_2225110510161251" /></div></div><div id="liveblog-entry-88785" class="liveblog-entry"><span class="liveblog-date">12:13PM:</span>"Android 3.1 is not just for tablets, it's coming to Android 3.1 this summer. Google TV will also be getting the Android Market."</div><div id="liveblog-entry-88792" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2226110510161336-645x430.jpg" class="attachment-large" alt="Google_IO_20111IMG_2226110510161336" title="Google_IO_20111IMG_2226110510161336" /></div></div><div id="liveblog-entry-88790" class="liveblog-entry"><span class="liveblog-date">12:14PM:</span>"Let's look a little further down the road. Our next mobile release: Ice Cream Sandwich. We're targeting a Q4 launch and it will be our most ambitious launch to date."</div><div id="liveblog-entry-88796" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2227110510161440-645x430.jpg" class="attachment-large" alt="Google_IO_20111IMG_2227110510161440" title="Google_IO_20111IMG_2227110510161440" /></div></div><div id="liveblog-entry-88794" class="liveblog-entry"><span class="liveblog-date">12:15PM:</span>"We're taking our Honeycomb holographic UI and mutitaking UI to Ice Cream Sandwich (ICS from now on)."</div><div id="liveblog-entry-88800" class="liveblog-entry"><span class="liveblog-date">12:18PM:</span>We're seeing a demo of head tracking and OpenGL. Running on the GPU, the device's camera can track your movements and orient the screen and applications to your point of view.</div><div id="liveblog-entry-88801" class="liveblog-entry"><span class="liveblog-date">12:19PM:</span>"Now we're going to shift topics and talk about media. We're going to announce a new service."</div><div id="liveblog-entry-88809" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2228110510162001-645x430.jpg" class="attachment-large" alt="Google_IO_20111IMG_2228110510162001" title="Google_IO_20111IMG_2228110510162001" /></div></div><div id="liveblog-entry-88805" class="liveblog-entry"><span class="liveblog-date">12:20PM:</span>"Starting today, users can rent movies from the Android Market and stream them directly to their devices using the cloud."</div><div id="liveblog-entry-88812" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2229110510162121-645x430.jpg" class="attachment-large" alt="Google_IO_20111IMG_2229110510162121" title="Google_IO_20111IMG_2229110510162121" /></div></div><div id="liveblog-entry-88811" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20112IMG_2230110510162129-645x430.jpg" class="attachment-large" alt="Google_IO_20112IMG_2230110510162129" title="Google_IO_20112IMG_2230110510162129" /></div></div><div id="liveblog-entry-88782" class="liveblog-entry"><span class="liveblog-date">12:22PM:</span>"Movies have a 30-day rental period. Once you being watching you'll have 24-hours to complete viewing. You can also stream the movie over your browser and watch on your computer."</div><div id="liveblog-entry-88814" class="liveblog-entry"><span class="liveblog-date">12:22PM:</span>"We enable offline viewing with a feature called 'pinning'. What this means is that these movies will be automatically downloaded to the device and viewable offline; like when you're on an airplane."</div><div id="liveblog-entry-88819" class="liveblog-entry"><span class="liveblog-date">12:23PM:</span>"In addition to playing back movies we can rent movies directly from a smartphone or tablet. There is a new section in the Market with categories and featured content; similar to the applications and books sections."</div><div id="liveblog-entry-88822" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2231110510162454-645x430.jpg" class="attachment-large" alt="Google_IO_20111IMG_2231110510162454" title="Google_IO_20111IMG_2231110510162454" /></div></div><div id="liveblog-entry-88816" class="liveblog-entry"><span class="liveblog-date">12:25PM:</span>"Verizon XOOM 3G users will begin getting Android 3.1 today and it will include the movies rental feature. It will be available on smartphones running Android 2.2 and higher in the next few weeks."</div><div id="liveblog-entry-88826" class="liveblog-entry"><span class="liveblog-date">12:25PM:</span>"We just talked about movies, what's the other content we love?" MUSIC!</div><div id="liveblog-entry-88828" class="liveblog-entry"><span class="liveblog-date">12:26PM:</span>Paul Joyce is on stage: "Today we're introducing Music Beta by Google. No wires, no syncing. You music is stored in the cloud so you can stop worrying about storage and starting enjoying your music."</div><div id="liveblog-entry-88832" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2233110510162659-645x430.jpg" class="attachment-large" alt="Google_IO_20111IMG_2233110510162659" title="Google_IO_20111IMG_2233110510162659" /></div></div><div id="liveblog-entry-88817" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20112IMG_2234110510162706-645x430.jpg" class="attachment-large" alt="Google_IO_20112IMG_2234110510162706" title="Google_IO_20112IMG_2234110510162706" /></div></div><div id="liveblog-entry-88829" class="liveblog-entry"><span class="liveblog-date">12:27PM:</span>"Applications will be available for both PC and Mac. It will help you get the content you already own into the cloud."</div><div id="liveblog-entry-88840" class="liveblog-entry"><span class="liveblog-date">12:28PM:</span>"We have a new feature called 'Instant mix'. Select a song and Instant Mix picks 25 songs that are similar. Unlike other services, Mix actually listens to your track and finds similar sounds tracks... it's truly ingenius." ZING!</div><div id="liveblog-entry-88843" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2237110510162922-645x430.jpg" class="attachment-large" alt="Google_IO_20111IMG_2237110510162922" title="Google_IO_20111IMG_2237110510162922" /></div></div><div id="liveblog-entry-88834" class="liveblog-entry"><span class="liveblog-date">12:29PM:</span>"My phone connects to the cloud. I'll never have to use a cable to get songs on my device again!"</div><div id="liveblog-entry-88845" class="liveblog-entry"><span class="liveblog-date">12:30PM:</span>"We cache music that is recently played. So you instantly have access to songs when offline. You can also pin songs to your device, making them available offline at all times."</div><div id="liveblog-entry-88848" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2239110510163057-645x430.jpg" class="attachment-large" alt="Google_IO_20111IMG_2239110510163057" title="Google_IO_20111IMG_2239110510163057" /></div></div><div id="liveblog-entry-88846" class="liveblog-entry"><span class="liveblog-date">12:31PM:</span>"The best part? If I get a brand new phone all I have to do is sign in, my music is now right there right away."</div><div id="liveblog-entry-88852" class="liveblog-entry"><span class="liveblog-date">12:32PM:</span>"We're really excited about this service. We're rolling it out in beta today, you can add up to 20,000 songs to your library and... at least while it's in beta... the service is free."</div><div id="liveblog-entry-88851" class="liveblog-entry"><span class="liveblog-date">12:32PM:</span>"It will roll out in stages, to the U.S. only at first. All those attending Google IO that are based in the United States will get an invite (eat your heart out), others interested can visit music.google.com/about to apply for the beta."</div><div id="liveblog-entry-88853" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2240110510163311-645x430.jpg" class="attachment-large" alt="Google_IO_20111IMG_2240110510163311" title="Google_IO_20111IMG_2240110510163311" /></div></div><div id="liveblog-entry-88854" class="liveblog-entry"><span class="liveblog-date">12:34PM:</span>"We're creating a new team that will determine how quickly devices will get updates when we push out new Android platforms and for how long they will get those updates."</div><div id="liveblog-entry-88856" class="liveblog-entry"><span class="liveblog-date">12:34PM:</span>"We're jointly announcing today, that devices from our partners will receive updates for 18 months as long as the hardware allows."</div><div id="liveblog-entry-88858" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2242110510163509-645x430.jpg" class="attachment-large" alt="Google_IO_20111IMG_2242110510163509" title="Google_IO_20111IMG_2242110510163509" /></div></div><div id="liveblog-entry-88861" class="liveblog-entry"><span class="liveblog-date">12:35PM:</span>"Now we want to talk about 'more'. ABout our vision for the future."</div><div id="liveblog-entry-88865" class="liveblog-entry"><span class="liveblog-date">12:36PM:</span>"</div><div id="liveblog-entry-88864" class="liveblog-entry"><span class="liveblog-date">12:37PM:</span>"Today we're announcing Android Open Accesory" which will provide hardware makers the ability to create hardware that will work with any mobile device."<div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2243110510163704-645x430.jpg" class="attachment-large" alt="Google_IO_20111IMG_2243110510163704" title="Google_IO_20111IMG_2243110510163704" /></div></div><div id="liveblog-entry-88870" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2244110510163739-645x430.jpg" class="attachment-large" alt="Google_IO_20111IMG_2244110510163739" title="Google_IO_20111IMG_2244110510163739" /></div></div><div id="liveblog-entry-88867" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20112IMG_2245110510163747-645x430.jpg" class="attachment-large" alt="Google_IO_20112IMG_2245110510163747" title="Google_IO_20112IMG_2245110510163747" /></div></div><div id="liveblog-entry-88837" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20113IMG_2246110510163754-645x430.jpg" class="attachment-large" alt="Google_IO_20113IMG_2246110510163754" title="Google_IO_20113IMG_2246110510163754" /></div></div><div id="liveblog-entry-88727" class="liveblog-entry"><span class="liveblog-date">12:38PM:</span>We're seeing a demo of the Life Fitness bike controlling gameplay on an Android devices that encourages and tracks progress.</div><div id="liveblog-entry-88878" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2247110510163849-645x430.jpg" class="attachment-large" alt="Google_IO_20111IMG_2247110510163849" title="Google_IO_20111IMG_2247110510163849" /></div></div><div id="liveblog-entry-88873" class="liveblog-entry"><span class="liveblog-date">12:39PM:</span>Open Accessory supports USB now and will support Bluetooth in the future. They are also releasing a hardware development boards."</div><div id="liveblog-entry-88875" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2248110510164012-645x430.jpg" class="attachment-large" alt="Google_IO_20111IMG_2248110510164012" title="Google_IO_20111IMG_2248110510164012" /></div></div><div id="liveblog-entry-88886" class="liveblog-entry"><span class="liveblog-date">12:40PM:</span>We're seeing a demo of someone moving a XOOM tablet that is controlling a physical labyrinth board.</div><div id="liveblog-entry-88887" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2249110510164111-645x430.jpg" class="attachment-large" alt="Google_IO_20111IMG_2249110510164111" title="Google_IO_20111IMG_2249110510164111" /></div></div><div id="liveblog-entry-88890" class="liveblog-entry"><span class="liveblog-date">12:41PM:</span>More information is at accessories.android.com</div><div id="liveblog-entry-88884" class="liveblog-entry"><span class="liveblog-date">12:42PM:</span>"This program is completely open. No NDAs, no feeds, no restrictions." </div><div id="liveblog-entry-88892" class="liveblog-entry"><span class="liveblog-date">12:43PM:</span>"So we're going to go one step further and talk about what the ultimate accessory is: your home. We call this vision ANdroid@Home."</div><div id="liveblog-entry-88893" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2250110510164336-645x430.jpg" class="attachment-large" alt="Google_IO_20111IMG_2250110510164336" title="Google_IO_20111IMG_2250110510164336" /></div></div><div id="liveblog-entry-88891" class="liveblog-entry"><span class="liveblog-date">12:44PM:</span>"We want to think of every device in your home as a potential Android IO device."</div><div id="liveblog-entry-88896" class="liveblog-entry"><span class="liveblog-date">12:44PM:</span>We're seeing a demo "Hello World" type application that is controlling the stage lights.</div><div id="liveblog-entry-88898" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2251110510164525-645x430.jpg" class="attachment-large" alt="Google_IO_20111IMG_2251110510164525" title="Google_IO_20111IMG_2251110510164525" /></div></div><div id="liveblog-entry-88895" class="liveblog-entry"><span class="liveblog-date">12:46PM:</span>"To bring this vision to reality we're partnering with Lighting Science. You can buy Android@Home light bulbs beginning later this year." </div><div id="liveblog-entry-88902" class="liveblog-entry"><span class="liveblog-date">12:48PM:</span>Next, we're working on something called Project Tungsten. You can enjoy your music throughout your house, syncronized, via this Tungsten boxes. And these protocols will be completely open to developers."</div><div id="liveblog-entry-88910" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2252110510164952-645x430.jpg" class="attachment-large" alt="Google_IO_20111IMG_2252110510164952" title="Google_IO_20111IMG_2252110510164952" /></div></div><div id="liveblog-entry-88900" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20112IMG_2255110510165004-645x430.jpg" class="attachment-large" alt="Google_IO_20112IMG_2255110510165004" title="Google_IO_20112IMG_2255110510165004" /></div></div><div id="liveblog-entry-88877" class="liveblog-entry"><span class="liveblog-date">12:51PM:</span>We're getting a recap of what we've covered.</div><div id="liveblog-entry-88917" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2260110510165155-645x430.jpg" class="attachment-large" alt="Google_IO_20111IMG_2260110510165155" title="Google_IO_20111IMG_2260110510165155" /></div></div><div id="liveblog-entry-88912" class="liveblog-entry"><span class="liveblog-date">12:53PM:</span>We're seeing the new Samsung Galaxy Tab 10.1... and we're all getting one.</div><div id="liveblog-entry-88914" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20111IMG_2261110510165330-645x430.jpg" class="attachment-large" alt="Google_IO_20111IMG_2261110510165330" title="Google_IO_20111IMG_2261110510165330" /></div></div><div id="liveblog-entry-88919" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20113IMG_2263110510165344-645x430.jpg" class="attachment-large" alt="Google_IO_20113IMG_2263110510165344" title="Google_IO_20113IMG_2263110510165344" /></div></div><div id="liveblog-entry-88881" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/Google_IO_20114IMG_2264110510165356-645x430.jpg" class="attachment-large" alt="Google_IO_20114IMG_2264110510165356" title="Google_IO_20114IMG_2264110510165356" /></div></div><div id="liveblog-entry-88927" class="liveblog-entry"><span class="liveblog-date">12:54PM:</span>Thank you and have a great Google IO.  That's it folks. Thanks for tuning in!</div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.bgr.com/2011/05/10/live-from-the-google-io-2011-keynote/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
	<media:thumbnail>http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/google-io-live110510152109-80x80.jpg</media:thumbnail>	</item>
		<item>
		<title>We&#8217;ll be live from Google I/O 2011!</title>
		<link>http://www.bgr.com/2011/05/09/well-be-live-from-google-io-2011/</link>
		<comments>http://www.bgr.com/2011/05/09/well-be-live-from-google-io-2011/#comments</comments>
		<pubDate>Mon, 09 May 2011 23:34:25 +0000</pubDate>
		<dc:creator>Jonathan S. Geller</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[I/O]]></category>
		<category><![CDATA[keynote]]></category>
		<category><![CDATA[live coverage]]></category>

		<guid isPermaLink="false">http://www.bgr.com/?p=88626</guid>
		<description><![CDATA[You know what time of the year it is? Google time. Google&#8217;s I/O developer conference kicks off tomorrow in San Francsico with the company&#8217;s keynote, and we&#8217;ll be covering it live. Make sure to tune in tomorrow at 12PM ET for all the action coming to you live. We&#8217;ll be sure to see whole lots of Android, but what else is the search giant cooking up? You&#8217;ll have to check back to find out]]></description>
			<content:encoded><![CDATA[<center><img class="alignnone size-full wp-image-88631" title="google-io-2011" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/google-io-2011110509233314.jpg" alt="" width="652" height="394" /></center>
<p>You know what time of the year it is? Google time. Google&#8217;s I/O developer conference kicks off tomorrow in San Francsico with the company&#8217;s keynote, and we&#8217;ll be covering it live. Make sure to tune in tomorrow at 12PM ET for all the action coming to you live. We&#8217;ll be sure to see whole lots of Android, but what else is the search giant cooking up? You&#8217;ll have to check back to find out</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bgr.com/2011/05/09/well-be-live-from-google-io-2011/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	<media:thumbnail>http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/google-io-2011110509233314-80x80.jpg</media:thumbnail>	</item>
		<item>
		<title>Wozniak: Paul Allen should be investing, not patent trolling</title>
		<link>http://www.bgr.com/2011/05/04/wozniak-paul-allen-should-be-investing-not-patent-trolling/</link>
		<comments>http://www.bgr.com/2011/05/04/wozniak-paul-allen-should-be-investing-not-patent-trolling/#comments</comments>
		<pubDate>Wed, 04 May 2011 13:15:24 +0000</pubDate>
		<dc:creator>Todd Haselton</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[co-founder]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[keynote]]></category>
		<category><![CDATA[lawsuit]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[patent]]></category>
		<category><![CDATA[patent infringement]]></category>
		<category><![CDATA[patent troll]]></category>
		<category><![CDATA[speech]]></category>
		<category><![CDATA[Steve Wozniak]]></category>
		<category><![CDATA[sue]]></category>
		<category><![CDATA[suit]]></category>

		<guid isPermaLink="false">http://www.bgr.com/?p=88031</guid>
		<description><![CDATA[During his Embedded System Conference Silicon Valley keynote recently, Apple co-founder Steve Wozniak took some time to rag on Paul Allen&#8217;s decision to sue Apple, Google, and other companies over patent infringement. &#8220;Paul Allen should be out there investing in companies that are doing something, making products, actually making a new future for the world, and not &#8216;I&#8217;m going to sue people, and get in bed with the lawyers to make my money.&#8217; That&#8217;s not the right way,&#8221; Wozniak said, according to The Register. Wozniak referred to Allen&#8217;s strategy as a &#8220;patent-troll thing,&#8221; and said &#8220;any fifth grader could come up with the same approach.&#8221; Woz also said he was so perturbed by the Allen&#8217;s lawsuit binge — and the]]></description>
			<content:encoded><![CDATA[<center><a href="http://www.bgr.com/2011/05/04/wozniak-paul-allen-should-be-investing-not-patent-trolling"><img class="size-full wp-image-88041 aligncenter" title="WOZ" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/WOZ110504122228.jpg" alt="" width="652" height="452" /></a></center>
<p style="text-align: left;">During his Embedded System Conference Silicon Valley keynote recently, Apple co-founder Steve Wozniak took some time to rag on Paul Allen&#8217;s decision to sue Apple, Google, and other companies over patent infringement. &#8220;Paul Allen should be out there investing in companies that are doing  something, making products, actually making a new future for the world,  and not &#8216;I&#8217;m going to sue people, and get in bed with the lawyers to  make my money.&#8217; That&#8217;s not the right way,&#8221; Wozniak said, according to <em>The Register. </em>Wozniak referred to Allen&#8217;s strategy as a &#8220;patent-troll thing,&#8221; and said &#8220;any fifth grader could come up with the same approach.&#8221; Woz also said he was so perturbed by the Allen&#8217;s lawsuit binge — and the big company strategy of paying engineers to file for patents long before the tech is actually available – that he decided to bail on the Microsoft co-founder&#8217;s speech at the Computer History Museum to instead indulge in some Marie Callender&#8217;s pea soup with friends.<span id="more-88031"></span></p>
<p><a href="http://www.theregister.co.uk/2011/05/03/woz_talks_patents_and_soup/">Read</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bgr.com/2011/05/04/wozniak-paul-allen-should-be-investing-not-patent-trolling/feed/</wfw:commentRss>
		<slash:comments>58</slash:comments>
	<media:thumbnail>http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/WOZ110504122228-80x80.jpg</media:thumbnail>	</item>
		<item>
		<title>Live from RIM&#8217;s BlackBerry World 2011 keynote!</title>
		<link>http://www.bgr.com/2011/05/03/live-from-rims-blackberry-world-2011-keynote/</link>
		<comments>http://www.bgr.com/2011/05/03/live-from-rims-blackberry-world-2011-keynote/#comments</comments>
		<pubDate>Tue, 03 May 2011 12:44:06 +0000</pubDate>
		<dc:creator>Todd Haselton</dc:creator>
				<category><![CDATA[Live Coverage]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[BlackBerry 7]]></category>
		<category><![CDATA[BlackBerry Bold 9900]]></category>
		<category><![CDATA[BlackBerry Bold 9930]]></category>
		<category><![CDATA[BlackBerry Playbook]]></category>
		<category><![CDATA[BlackBerry World]]></category>
		<category><![CDATA[keynote]]></category>
		<category><![CDATA[live coverage]]></category>
		<category><![CDATA[liveblog]]></category>
		<category><![CDATA[liveblogging]]></category>
		<category><![CDATA[OS 7]]></category>
		<category><![CDATA[QNX]]></category>
		<category><![CDATA[RIM]]></category>

		<guid isPermaLink="false">http://www.bgr.com/?p=87767</guid>
		<description><![CDATA[We went hands-on with RIM&#8217;s new touch and type BlackBerry Bold 9900 / 9930 on Monday — the only device announced at BlackBerry World yesterday — and today we&#8217;re back with live coverage of RIM&#8217;s BlackBerry World 2011 keynote. RIM just recently launched the BlackBerry PlayBook, and its first tablet was also the first device to give the world a taste of the company&#8217;s QNX operating system. RIM also introduced BlackBerry 7 here at BlackBerry World 2011, and it could very well be the last major release of the BlackBerry OS before RIM transitions to QNX on smartphones as well. This is definitely a time of transition for RIM, and so we&#8217;re looking for some more insight as to how]]></description>
			<content:encoded><![CDATA[<center><a href="http://www.bgr.com/2011/05/03/live-from-rims-blackberry-world-2011-keynote"><img class="size-full wp-image-87788 aligncenter" title="BGR-BBWorld2011-live" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/BGR-BBWorld2011-live110503123819.jpg" alt="" width="652" height="435" /></a></center>
<p>We went <a href="http://www.bgr.com/2011/05/02/blackberry-bold-9900-9930-hands-on/">hands-on with RIM&#8217;s new touch and type BlackBerry Bold 9900 / 9930</a> on Monday — <a href="http://www.bgr.com/2011/04/22/rim-to-announce-only-one-phone-at-blackberry-world/">the only device announced</a> at BlackBerry World yesterday — and today we&#8217;re back with live coverage of RIM&#8217;s BlackBerry World 2011 keynote. RIM just recently launched the BlackBerry PlayBook, and its first tablet was also the first device to give the world a taste of the company&#8217;s QNX operating system. RIM also introduced BlackBerry 7 here at BlackBerry World 2011, and it could very well be the last major release of the BlackBerry OS before RIM transitions to QNX on smartphones as well. This is definitely a time of transition for RIM, and so we&#8217;re looking for some more insight as to how RIM plans to stem the tide of iPhones, iPads and Android devices, and stay competitive. Will the company shine any more light on its crucial strategy over the coming months and years? The keynote kicks off soon so hit the break to follow along as we cover it live, and don&#8217;t forget to refresh often for all the latest action!<span id="more-87767"></span></p>
<style>
	.liveblog-opts {
		display:block;
		padding:7px 3px;
		margin: 10px 0 15px;
		/*background: #B2D0F5;
		border: 1px solid #0A2A52;
		*/
		background: #F9F9F9;
		border: 1px solid #E9E9E9;
	}
	.liveblog-opts h4 {
		font: 14px/1.25 arial,helvetica,clean,sans-serif;
		font-weight:bold;
		/*font-size:14px;*/
		color:#404040;
		margin:0;
		display:inline;
	}

	.liveblog-opts a {
		font-weight:bold;
	}

	.liveblog-opts .lb-opts-refresh {
		float:right;
	}

	.liveblog-opts strong {
		font-weight:normal;
		color:#757575;
	}
</style>

<div id="liveblog-opts-87767" class="liveblog-opts">
<span class="lb-opts-sort"><h4>Sorting:</h4> <a href="" id="lb_sort_newest">Newest First</a> | <strong>Oldest First</strong></span>
<span class="lb-opts-refresh"><h4>Auto-refresh:</h4> <a href="" id="lb_refresh_on">On</a> | <strong>Off</strong></span>
</div>

<script type="text/javascript">
function bgr_lb_sort(order) {
	jQuery.cookie('liveblog-sort', order, { expires: 1 });
	window.location.href=window.location.href;
}
function bgr_lb_auto(enable) {
	jQuery.cookie('liveblog-auto-refresh', enable, { expires: 1 });
	window.location.href=window.location.href;
}
jQuery('#lb_sort_newest').click( function(){bgr_lb_sort('DESC');} );
jQuery('#lb_sort_oldest').click( function(){bgr_lb_sort('ASC');} );
jQuery('#lb_refresh_on').click( function(){bgr_lb_auto(1);} );
jQuery('#lb_refresh_off').click( function(){bgr_lb_auto(0);} );

jQuery('#liveblog-opts-87767').css('display', 'block');

// http://plugins.jquery.com/files/issues/jjquery.cookie-modified.js_.txt
jQuery.cookie=function(name,value,options){if(typeof value!='undefined'||(name&&typeof name!='string')){if(typeof name=='string'){options=options||{};if(value===null){value='';options.expires=-1;}
var expires='';if(options.expires&&(typeof options.expires=='number'||options.expires.toUTCString)){var date;if(typeof options.expires=='number'){date=new Date();date.setTime(date.getTime()+(options.expires*24*60*60*1000));}else{date=options.expires;}
expires='; expires='+date.toUTCString();}
var path=options.path?'; path='+(options.path):'';var domain=options.domain?'; domain='+(options.domain):'';var secure=options.secure?'; secure':'';document.cookie=name+'='+encodeURIComponent(value)+expires+path+domain+secure;}else{for(var n in name){jQuery.cookie(n,name[n],value||options);}}}else{var returnValue={};if(document.cookie){var cookies=document.cookie.split(';');for(var i=0;i<cookies.length;i++){var cookie=jQuery.trim(cookies[i]);if(!name){var nameLength=cookie.indexOf('=');returnValue[cookie.substr(0,nameLength)]=decodeURIComponent(cookie.substr(nameLength+1));}else if(cookie.substr(0,name.length+1)==(name+'=')){returnValue=decodeURIComponent(cookie.substr(name.length+1));break;}}}
return returnValue;}};

</script>
<div id="liveblog-87767"><div id="liveblog-entry-87786" class="liveblog-entry"><span class="liveblog-date">8:45AM:</span>Ok we're told the program is getting started in 5 minutes!</div><div id="liveblog-entry-87800" class="liveblog-entry"><span class="liveblog-date">8:47AM:</span>We have 3D glasses on our desks, not sure how that's going to pan out here, but there are two big 3D displays on stage.</div><div id="liveblog-entry-87796" class="liveblog-entry"><span class="liveblog-date">8:49AM:</span>Silencing our phones now, event is about to begin!</div><div id="liveblog-entry-87805" class="liveblog-entry"><span class="liveblog-date">8:52AM:</span>music is dying down</div><div id="liveblog-entry-87806" class="liveblog-entry"><span class="liveblog-date">8:55AM:</span>President and co-ceo of RIM, Mike Lazaridis, is on the stage</div><div id="liveblog-entry-87808" class="liveblog-entry"><span class="liveblog-date">8:55AM:</span>He says this is the biggest show, the 10th anniversary, and it has the most attendees ever. </div><div id="liveblog-entry-87809" class="liveblog-entry"><span class="liveblog-date">8:59AM:</span>"The PlayBook is an impressive tablet. The screen is beautiful. It's perhaps one of the best tablets I've ever used. It's straight up the best 7-inch tablet out there."</div><div id="liveblog-entry-87810" class="liveblog-entry"><div class="liveblog-image"><img width="480" height="320" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/IMG_1483110503130040.jpg" class="attachment-large" alt="IMG_1483110503130040" title="IMG_1483110503130040" /></div></div><div id="liveblog-entry-87812" class="liveblog-entry"><span class="liveblog-date">9:02AM:</span>"We looked at the PC and laptop experience and used them as our benchmark. This includes the entire web, which of course, means Flash. All videos in Facebook are Flash. ESPN3 delivers over 3300 live sporting events using Flash each year. We believe customers should not have to put up with a  compromised web experience."</div><div id="liveblog-entry-87813" class="liveblog-entry"><span class="liveblog-date">9:02AM:</span>QNX has helped us make PlayBook a multitasking powerhouse</div><div id="liveblog-entry-87814" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/IMG_1485110503130538-645x430.jpg" class="attachment-large" alt="IMG_1485110503130538" title="IMG_1485110503130538" /></div></div><div id="liveblog-entry-87804" class="liveblog-entry"><span class="liveblog-date">9:06AM:</span>Lazaridis is going over all of the features of the PlayBook now, discussing how powerful it is for executives and sales people.</div><div id="liveblog-entry-87819" class="liveblog-entry"><span class="liveblog-date">9:08AM:</span>Video Chat and Facebook are coming, although those two features were announced yesterday.</div><div id="liveblog-entry-87820" class="liveblog-entry"><span class="liveblog-date">9:09AM:</span>"We've been able to make this happen by identifying some of the best partners in the business to provide uncompromisable web and full Flash browsing experiences. Our competitors have been unable to do so." </div><div id="liveblog-entry-87821" class="liveblog-entry"><span class="liveblog-date">9:11AM:</span>Shantanu Narayen from Adobe is on stage and we're about to see some demos.<div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/IMG_1486110503131128-645x430.jpg" class="attachment-large" alt="IMG_1486110503131128" title="IMG_1486110503131128" /></div></div><div id="liveblog-entry-87823" class="liveblog-entry"><span class="liveblog-date">9:12AM:</span>We're watching a trailer for a movie</div><div id="liveblog-entry-87824" class="liveblog-entry"><span class="liveblog-date">9:14AM:</span>"We intend to bring our creative applications to the PlayBook," Narayen just said. Mobile versions of Photoshop maybe? </div><div id="liveblog-entry-87826" class="liveblog-entry"><span class="liveblog-date">9:15AM:</span>"We're particularly excited about one new application that we all worked on together, and that's Facebook for the PlayBook."</div><div id="liveblog-entry-87827" class="liveblog-entry"><span class="liveblog-date">9:15AM:</span>Facebook for the PlayBook looks solid, it's available now, but it doesn't support portrait mode, which is a little odd to us. We're seeing the demo of live chat, photos, and more.</div><div id="liveblog-entry-87828" class="liveblog-entry"><span class="liveblog-date">9:16AM:</span>"It's stunning" - Lazaridis </div><div id="liveblog-entry-87829" class="liveblog-entry"><span class="liveblog-date">9:16AM:</span>There are more than 3 million Flash and AIR developers, and "we just can't wait for the next wave of killer apps to arrive for PlayBook."</div><div id="liveblog-entry-87830" class="liveblog-entry"><span class="liveblog-date">9:17AM:</span>Narayen says he looks forward to delivering digital publications such as magazines and newspapers to the PlayBook</div><div id="liveblog-entry-87831" class="liveblog-entry"><span class="liveblog-date">9:18AM:</span>Readers Digest is already available, and it was created using Adobe's Digital Publishing Suite</div><div id="liveblog-entry-87833" class="liveblog-entry"><span class="liveblog-date">9:19AM:</span>"Adobe is announcing that it's shipping a major update of Creative Suite 5.5 which includes the latest version of Adobe Flash builder that supports out-of-box development for apps for the PlayBook," Narayen said.</div><div id="liveblog-entry-87834" class="liveblog-entry"><span class="liveblog-date">9:21AM:</span>"Now I'd like to talk about our smartphones. The BlackBerry experience is unique. Its style is iconic. Our value is unmatched. Our smartphone portfolio offers choice and is a global portfolio" - Lazaridis. "We create the world's best keyboards. We have a global network of over 40 million BBM users." <div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/IMG_1487110503132108-645x430.jpg" class="attachment-large" alt="IMG_1487110503132108" title="IMG_1487110503132108" /></div></div><div id="liveblog-entry-87836" class="liveblog-entry"><span class="liveblog-date">9:21AM:</span>"Today, I'd like to give you the first look at our newest handset, the BlackBerry Bold 9900." We've already seen this so be sure to check out our hands-on!</div><div id="liveblog-entry-87837" class="liveblog-entry"><span class="liveblog-date">9:22AM:</span>"It's the thinnest BlackBerry ever and its styling is absolutely gorgeous."</div><div id="liveblog-entry-87838" class="liveblog-entry"><span class="liveblog-date">9:22AM:</span>"It includes a blazingly faster 1.2GHz processor and graphics accelerator." </div><div id="liveblog-entry-87839" class="liveblog-entry"><span class="liveblog-date">9:23AM:</span>"Liquid Graphics means users have the smoothest graphics experience on a BlackBerry today."</div><div id="liveblog-entry-87841" class="liveblog-entry"><span class="liveblog-date">9:24AM:</span>"BlackBerry 7 allows you to search by voice request. Just ask your BlackBerry. It's also the first with NFC, paving the way for new experiences."</div><div id="liveblog-entry-87843" class="liveblog-entry"><span class="liveblog-date">9:24AM:</span>"We're also including BlackBerry Balance out of the box, something our enterprise customers have been asking us for."</div><div id="liveblog-entry-87845" class="liveblog-entry"><span class="liveblog-date">9:26AM:</span>"BlackBerry perfected real-time communications between people." BBM is an example of this.</div><div id="liveblog-entry-87846" class="liveblog-entry"><span class="liveblog-date">9:26AM:</span>Lazaradis is discussing "super apps" although it's still unclear what those really are. </div><div id="liveblog-entry-87847" class="liveblog-entry"><span class="liveblog-date">9:27AM:</span>Steve Ballmer just took the stage!</div><div id="liveblog-entry-87848" class="liveblog-entry"><span class="liveblog-date">9:28AM:</span>Ballmer is going to talk about a new partnership between RIM and Microsoft</div><div id="liveblog-entry-87849" class="liveblog-entry"><span class="liveblog-date">9:28AM:</span>"I love Windows Phone, but won't talk about it much here today. And then there's BlackBerry."</div><div id="liveblog-entry-87851" class="liveblog-entry"><span class="liveblog-date">9:29AM:</span>"While Microsoft will support the top phone platforms with our cloud services, we're going to invest uniquely in BlackBerry's platform. In March we announced an agreement to make a new RIM hosted BB services available for Microsoft Office 365 customers later this year."</div><div id="liveblog-entry-87852" class="liveblog-entry"><span class="liveblog-date">9:30AM:</span>"Effective today, Bing will become the preferred maps application for BlackBerry. BlackBerry devices will use Bing as the default search in browser."</div><div id="liveblog-entry-87853" class="liveblog-entry"><span class="liveblog-date">9:32AM:</span>"Bing will be integrated into the BlackBerry experience (at the operating system level) by this holiday season. We see opps in that integration to create unique experience for consumer and enterprise customers. We will market and promote the strength of our joint offerings."</div><div id="liveblog-entry-87855" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/IMG_1488110503133301-645x430.jpg" class="attachment-large" alt="IMG_1488110503133301" title="IMG_1488110503133301" /></div></div><div id="liveblog-entry-87857" class="liveblog-entry"><span class="liveblog-date">9:34AM:</span>We're about to see some of the things coming with Bing on BlackBerry. A video and a demo are coming up.</div><div id="liveblog-entry-87860" class="liveblog-entry"><span class="liveblog-date">9:34AM:</span>People are asking "when the show is" and using Bing to find out. </div><div id="liveblog-entry-87861" class="liveblog-entry"><span class="liveblog-date">9:36AM:</span>Lots of hip cut scenes but not really seeing how this commercial demo is showing a strong Bing/RIM relationship here. </div><div id="liveblog-entry-87862" class="liveblog-entry"><span class="liveblog-date">9:36AM:</span>Lots of clapping after that demo, however.</div><div id="liveblog-entry-87863" class="liveblog-entry"><span class="liveblog-date">9:37AM:</span>Now we're going to see a demo from Microsoft's Bing team about some of the features that will launch this holiday season.</div><div id="liveblog-entry-87864" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/IMG_1492110503133900-645x430.jpg" class="attachment-large" alt="IMG_1492110503133900" title="IMG_1492110503133900" /></div></div><div id="liveblog-entry-87866" class="liveblog-entry"><span class="liveblog-date">9:39AM:</span>Venue maps are live on Bing.com today but they are coming to BlackBerry. Search will always just be a tap away. Search includes web, use camera, microphone, and other rich multimodal searches. </div><div id="liveblog-entry-87867" class="liveblog-entry"><span class="liveblog-date">9:40AM:</span>If you tap on a local venue you'll see info on the venue as well as the option to book a table and more. Open Table built-in to the experience.</div><div id="liveblog-entry-87868" class="liveblog-entry"><span class="liveblog-date">9:41AM:</span>Now we're seeing a Bing Deals demo that's showing locally relevant deals.</div><div id="liveblog-entry-87869" class="liveblog-entry"><span class="liveblog-date">9:42AM:</span>"Over the last decade you've heard us talk about transition from voice an feature phones to smartphones. You've seen how the PlayBook is redefining the tablet experience with browsing/Flash, true multitasking, stunning multimedia, and a growing app catalog all wrapped up in an elegant and ultraportable design."</div><div id="liveblog-entry-87870" class="liveblog-entry"><span class="liveblog-date">9:43AM:</span>"You've seen the new BlackBerry Bold, the most powerful BlackBerry ever. You've seen how we're working with partners like Microsoft to extend cloud services. I've never been more excited and confident about our future and where this future is going."</div><div id="liveblog-entry-87871" class="liveblog-entry"><span class="liveblog-date">9:43AM:</span>"Everyone here will be receiving a 16GB BlackBerry PlayBook." </div><div id="liveblog-entry-87872" class="liveblog-entry"><span class="liveblog-date">9:43AM:</span>Lazaridis thanks us all for coming and wishes us a great show. We're wrapping up here thanks for following along!</div><div id="liveblog-entry-87873" class="liveblog-entry"><span class="liveblog-date">9:45AM:</span>Ah, now we have senior vice presdient of business and platform marketing from RIM on stage. </div><div id="liveblog-entry-87874" class="liveblog-entry"><span class="liveblog-date">9:47AM:</span>For the first time in 10 years at this event we're showing live demos. Alaj Panezic is on the stage, vice president of software at RIM.</div><div id="liveblog-entry-87876" class="liveblog-entry"><span class="liveblog-date">9:49AM:</span>They're going over 7digital DRM free music on the PlayBook, some stuff we've already covered in our review.</div><div id="liveblog-entry-87877" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/IMG_1494110503135031-645x430.jpg" class="attachment-large" alt="IMG_1494110503135031" title="IMG_1494110503135031" /></div></div><div id="liveblog-entry-87879" class="liveblog-entry"><span class="liveblog-date">9:51AM:</span>Now we're checking out a music video app that has yet to be released. It's coming soon. The Vevo app is coming soon. Over 25,000 videos in the app from over 7,500 artists.</div><div id="liveblog-entry-87881" class="liveblog-entry"><span class="liveblog-date">9:52AM:</span>They chose to show a Justin Bieber video.</div><div id="liveblog-entry-87883" class="liveblog-entry"><span class="liveblog-date">9:53AM:</span>The last app they're showing is BlackBerry Podcast. We're seeing a collection of Podcast categories, etc. This app launched with the PlayBook natively.</div><div id="liveblog-entry-87884" class="liveblog-entry"><span class="liveblog-date">9:54AM:</span>"We're just getting started. We're excited to see partners like VEVO that are starting to build today. We're going to see more and more of that over the next month."</div><div id="liveblog-entry-87886" class="liveblog-entry"><span class="liveblog-date">9:55AM:</span>"Wait til you see what else BBM from RIM is going to enable."</div><div id="liveblog-entry-87888" class="liveblog-entry"><span class="liveblog-date">9:55AM:</span>Mark Kirkup is on stage to demo</div><div id="liveblog-entry-87890" class="liveblog-entry"><span class="liveblog-date">9:56AM:</span>We're seeing Foursquare integration with BBM. Kirkup is the mayor of his mother-in-law's house he says.</div><div id="liveblog-entry-87891" class="liveblog-entry"><span class="liveblog-date">9:56AM:</span>Foursquare is opt-in so that users can choose if they want to share their updates with everyone.</div><div id="liveblog-entry-87892" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/IMG_1496110503135810-645x430.jpg" class="attachment-large" alt="IMG_1496110503135810" title="IMG_1496110503135810" /></div></div><div id="liveblog-entry-87894" class="liveblog-entry"><span class="liveblog-date">9:59AM:</span>Foursquare is integrated across the whole ecosystem so it can be used as your BBM status, too. It's in Beta for all developers now. </div><div id="liveblog-entry-87897" class="liveblog-entry"><span class="liveblog-date">10:00AM:</span>Augmented reality and a compass are built-in to the BlackBerry 7 operating system, and we're seeing a demo of it now.</div><div id="liveblog-entry-87898" class="liveblog-entry"><span class="liveblog-date">10:02AM:</span>The augmented reality features look cool and are very similar to what we've seen on Android and iOS. RIM is integrating the experience with BBM to show what this will look like in the future. One person is opening BBM World and can see people sitting – their avatars pop up, seemingly floating over them, and then it's possible to start a new BBM conversation. We assume this can be turned on/off to prevent privacy issues.</div><div id="liveblog-entry-87900" class="liveblog-entry"><span class="liveblog-date">10:02AM:</span>Unity is on stage, it's a multiplatform development tool for games. </div><div id="liveblog-entry-87901" class="liveblog-entry"><span class="liveblog-date">10:03AM:</span>To date 450,000 developers have used unity, and just last month almost 150,000 used the tool. Union is a content arm for Unity games. Some of these 200 new games will be landing on the PlayBook. </div><div id="liveblog-entry-87902" class="liveblog-entry"><span class="liveblog-date">10:04AM:</span>We're seeing Samurai II Vengeance today, this is already available on iOS and Android. Really good to see RIM boosting its rather weak game portfolio with some solid titles.</div><div id="liveblog-entry-87903" class="liveblog-entry"><span class="liveblog-date">10:05AM:</span>Some other titles include Racer by Luma Arcade, Battle Bears, Air Attack HD, and Chop Chop Tennis.</div><div id="liveblog-entry-87904" class="liveblog-entry"><span class="liveblog-date">10:05AM:</span>The first wave of these titles will hit the app world this summer.</div><div id="liveblog-entry-87905" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/IMG_1498110503140622-645x430.jpg" class="attachment-large" alt="IMG_1498110503140622" title="IMG_1498110503140622" /></div></div><div id="liveblog-entry-87907" class="liveblog-entry"><span class="liveblog-date">10:06AM:</span>Now we're seeing an email client without bridge or Bluetooth! Native Email on PlayBook! We're definitely excited about this.</div><div id="liveblog-entry-87909" class="liveblog-entry"><span class="liveblog-date">10:07AM:</span>And now we're seeing the full BlackBerry PlayBook native calendar. This totally opens up the PlayBook to users who may not own a BlackBerry on the side.</div><div id="liveblog-entry-87910" class="liveblog-entry"><span class="liveblog-date">10:07AM:</span>Calendar and Email for PlayBook will be landing in the summer of this year.</div><div id="liveblog-entry-87912" class="liveblog-entry"><span class="liveblog-date">10:08AM:</span>There will be full BIS and BES support also. The features will be added in a software upgrade.</div><div id="liveblog-entry-87913" class="liveblog-entry"><span class="liveblog-date">10:08AM:</span>Now we're going to get a demo of Android compatibility on the PlayBook, awesome.</div><div id="liveblog-entry-87914" class="liveblog-entry"><span class="liveblog-date">10:09AM:</span>"Applications are integrated to look like native PlayBook apps." This looks really cool. "Android devices have buttons and we dont have buttons, so how do we do menus and navigation? If I want to see options I do a top to bottom swipe. Home is Home and Menu is Menu. A navigation bar at the top will bring you back." </div><div id="liveblog-entry-87915" class="liveblog-entry"><span class="liveblog-date">10:11AM:</span>We're looking at a "250 solitaire games app," which isn't all that exciting, but it's cool to see pretty flawless execution of an Android app on the PlayBook.</div><div id="liveblog-entry-87916" class="liveblog-entry"><span class="liveblog-date">10:12AM:</span>An IMDB application is being demoed now, it's the real live Android app. It looks formatted for an Android device, likely for a smaller phone screen, but this should definitely build out the amount of apps available for the PlayBook.</div><div id="liveblog-entry-87917" class="liveblog-entry"><span class="liveblog-date">10:13AM:</span>"How do we get these Android apps?" "Through App World." Users simply need to open App World and then the apps are available just like any other application. This makes us wonder if certain apps will be omitted or if all Android apps will naturally be there.</div><div id="liveblog-entry-87918" class="liveblog-entry"><span class="liveblog-date">10:13AM:</span>Global Senior Executive from SAP AG Steve Lucas is on stage. </div><div id="liveblog-entry-87919" class="liveblog-entry"><span class="liveblog-date">10:14AM:</span>We're checking out an SAP application for business users.</div><div id="liveblog-entry-87920" class="liveblog-entry"><span class="liveblog-date">10:15AM:</span>"We've been building incredible analytics technology that allows you to extract this information to where people work – on their PlayBook." </div><div id="liveblog-entry-87921" class="liveblog-entry"><div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/IMG_1500110503141640-645x430.jpg" class="attachment-large" alt="IMG_1500110503141640" title="IMG_1500110503141640" /></div></div><div id="liveblog-entry-87923" class="liveblog-entry"><span class="liveblog-date">10:17AM:</span>Lucas is going over how the app works and how it will benefit sales people using the PlayBook on the road. "It's unmatched in the market."</div><div id="liveblog-entry-87924" class="liveblog-entry"><span class="liveblog-date">10:18AM:</span>IBM's vice president of business and technical strategy, Kevin Cavanaugh is on the stage.</div><div id="liveblog-entry-87925" class="liveblog-entry"><span class="liveblog-date">10:19AM:</span>Cavanaugh is discussing the benefits of social businesses. <div class="liveblog-image"><img width="645" height="430" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/IMG_1501110503141932-645x430.jpg" class="attachment-large" alt="IMG_1501110503141932" title="IMG_1501110503141932" /></div></div><div id="liveblog-entry-87927" class="liveblog-entry"><span class="liveblog-date">10:22AM:</span>We're seeing how users can create and change presentations in real-time on the PlayBook "harnessing the creativity and expertise" across an organization.</div><div id="liveblog-entry-87928" class="liveblog-entry"><span class="liveblog-date">10:22AM:</span>IBM Global Financing is now including tablet computing, and IBM says it's the first tablet financier to do so.</div><div id="liveblog-entry-87929" class="liveblog-entry"><span class="liveblog-date">10:25AM:</span>Alright we're closing out here thanks for joining us!</div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.bgr.com/2011/05/03/live-from-rims-blackberry-world-2011-keynote/feed/</wfw:commentRss>
		<slash:comments>81</slash:comments>
	<media:thumbnail>http://www-bgr-com.vimg.net/wp-content/uploads/2011/05/BGR-BBWorld2011-live110503123819-80x80.jpg</media:thumbnail>	</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Content Delivery Network via Amazon Web Services: CloudFront: www-bgr-com.vimg.net

Served from: www.bgr.com @ 2012-02-12 05:13:16 -->
