Home » Posts tagged 'cloud client' (Page 7)

Tag Archives: cloud client

A too early assesment of the emerging ‘Windows 8’ dev & UX functionality

Update on the recent craze in mass media to call the new era “post-PC” by Frank X. Shaw Microsoft Corporation [19 Aug 2011 3:37 PM]:

Where the PC is headed: Plus is the New “Post”

In the past year, and again in the past few weeks, I’ve seen a resurgence of the term “post” applied to the PC in a number of stories including The Wall Street Journal, PC World and the Washington Post. Heck, I even mentioned it in my 30th anniversary of the PC post, noting that “PC plus” was a better term.

… eReaders, Tablets, Smartphones, Set top boxes, aren’t PC killers, but instead are complementary devices. They are each highly optimized to do a great job on a subset of things any PC can also do. …

I’ll be the first to admit that these new “non-PC” objects do a great job at enabling people to communicate and consume in innovative and interesting ways. That’s not surprising, because they were expressly designed for that purpose. But even their most ardent admirers will not assert that they are as good as PCs at the first two verbs, create and collaborate.  And that’s why one should take any reports of the death of the PC with a rather large grain of salt. Because creating and collaborating are two of the most basic human drives, and are central to the idea of the PC.  They move our culture, economy and world forward. You see their fingerprints in every laboratory, startup, classroom, and community.

At Microsoft, we envision a future where increasingly powerful devices of all kinds will connect with cloud services to make it all the more easier for us social beings to create, communicate, collaborate and consume information. I encourage you to tune into our BUILD conference in mid-September where our vision for this world of devices will become clearer.

Update on development timeframe by Steven Sinofsky  Microsoft Corporation [17 Aug 2011 11:48 PM]:

@TrooperKal — we finished Windows 7 in July of 2009 and had started our long lead work on Windows 8 a little before that.  That’s similar to how we worked on Windows 7 relative to the previous release.

[Re: TroperKal’s question: “It is pretty obvious from your team structure and the already discussed features of v.8 that work has been underway for some time. Just for curiosity’s sake, when did work properly begin on this new version?” ]

June 20-24:
Windows 8 for software developers: the Longhorn dream reborn? [by Peter Bright, June 23, 2011]

Windows 8 will ship with a pair of runtimes; a new .NET runtime (currently version stamped 4.5), and a native code C++ runtime (technically, COM, or a derivative thereof), named WinRT. There will be a new native user interface library, DirectUI, that builds on top of the native Direct2D and DirectWrite APIs that were introduced with Windows 7. A new version of Silverlight, apparently codenamed Jupiter, will run on top of DirectUI. WinRT and DirectUI will both be directly accessible from .NET through built-in wrappers.

WinRT provides a clean and modern API for many of the things that Win32 does presently. It will be, in many ways, a new, modern Win32. The API is designed to be easy to use from “modern” C++ (in contrast to the 25 year old, heavily C-biased design of Win32); it will also map cleanly onto .NET concepts. In Windows 8, it’s unlikely that WinRT will cover everythingWin32 can do—Win32 is just so expansive that modernizing it is an enormous undertaking—but I’m told that this is the ultimate, long-term objective. And WinRT is becoming more and more extensive with each new build that leaks from Redmond.

WinRT isn’t just providing a slightly nicer version of the existing Win32 API, either. Microsoft is taking the opportunity to improve the API’s functionality, too. The clipboard API, for example, has been made easier to use and more flexible. There will also be pervasive support for asynchronous operations, providing a clean and consistent way to do long-running tasks in the background.

DirectUI is built around a core subset of current WPF/Silverlight technology. It includes support for XAML, the XML language for laying out user interfaces, and offers the rich support for layouts that Win32 has never had. This core will give C++ programs their modern user interface toolkit and, at its heart, it will be the same toolkit that .NET developers use too. (DirectUI is a name Microsoft has used before, internally, for a graphics library used by Windows Live Messenger. The new DirectUI appears to be unrelated.)

Jupiter is essentially Silverlight 6; a fully-featured, flexible toolkit for building applications. The exact relationship between DirectUI and Jupiter isn’t entirely clear at the moment. It’s possible that they’re one and the same—and that DirectUI will grow in functionality until it’s able to do everything that Silverlight can do. It’s also possible that DirectUI will retain only core functionality, with a more complete framework built on top of its features. Another option is that Jupiter refers specifically to immersive, full-screen, touch-first applications.

XAML and the WPF-like, Silverlight-like way of developing GUIs are going to be absolutely central to Windows development in the future. Testament to their new importance is a reorganization that occurred at the start of this week. Instead of operating under DevDiv’s roof, the XAML team has been broken into three parts. The group working on XAML and related technology for use in Windows has moved to WinDiv, and the group working on it for Windows Phone, Xbox, and the browser plugin has moved to Windows Phone. Only the group that works on the developer tools—including Visual Studio and Expression Blend—is staying behind in DevDiv. The internal Microsoft e-mail announcing the change notes that the XAML team has been working with the Windows team for the duration of Windows 8’s development; this move simply makes them a formal part of the UI team.

What of HTML5 and JavaScript? They’ll be an option too. Microsoft has ventured down the HTML application path before, with its HTAtechnology. HTAs—HTML Applications—are packages of HTML, JavaScript, CSS, and other resources that run in a special trusted mode. The normal constraints that regular HTML webpages are governed by—for instance, an inability to access local resources—don’t apply to HTAs: HTAs can write to the file system, access arbitrary network resources, and more. In other words, they’re webpages stripped of some of the limitations that make webpages unsuitable replacements for desktop applications.

New-style HTML5 immersive applications won’t be distributed as HTAs, but many of the same principles are likely to apply. Like HTAs before them, they’ll gain greater access to operating system functionality than regular webpages—so they’ll be able to call Windows APIs and have a user interface that feels less like a webpage, more like a native application. Feature-wise, they should be at the same level as .NET and native programs. It’s just that they’ll use an HTML5 programming model and JavaScript. The net result should be something that’s familiar to Web developers, but without the functional deficits that Web applications normally suffer.

Far from being a developer disaster, Windows 8 should be a huge leap forward: a release that threatens to make development a pleasure for native, managed, and Web developers alike. The unification of the .NET and native worlds; the full hardware acceleration; the clean, modern APIs; Avalon as the primary solution for creating Windows UIs—this is what Longhorn’s WinFX promised all those years ago, and this time around it looks like it might actually happen.

Microsoft splits up its XAML team: What’s the fallout? [June 23, 2011] (emphasis is mine)

… Microsoft on June 20 split up its XAML team, sending part of it to Windows, part to Windows Phone and leaving part in the Developer Division, according to an e-mail from Developer Division chief Soma Somasegar dated June 20. …

From: S. Somasegar
Sent: Monday, June 20, 2011
To: Client and Mobile Team
Cc: Developer Division FTE; Steven Sinofsky; Julie
Larson-Green; Terry Myerson; David Treadwell
Subject: Bringing together client platform efforts

MICROSOFT CONFIDENTIAL

Over the last couple of years, our Client and Mobile team has done a fantastic job of building a number of XAML related technologies that have been a huge value add to the Microsoft client platforms and an instrumental part of delighting our developer customers. The agility and customer focus that the team has demonstrated over the years has been a pleasure to watch.

Today, we are making some organization changes to bring our platform technologies under a single management structure. These changes are centered around three focus areas:

• The team working on XAML technologies for Windows will move to Windows.

• The team working on XAML technologies for Windows Phone, Xbox and browser plugin will move to Windows Phone. [Microsoft Mobile Communications Business is now the Windows Phone Division [by Mary Jo Foly in ZDNET, June 16, 2011]]

• The Client and Mobile tools teams, including Windows Phone tools and XAML tools, will stay in DevDiv.

These changes are all effective immediately. From a performance review perspective, we will do this year’s performance review underthe DevDiv organization model.

Microsoft -- Kevin Gallo general manager on Silverlight I want to thank Kevin Gallo [publicly so far: General Manager on Silverlight, he was originally writing the graphics engine of WPF but by 2007 was already product unit manager for Silverlight, now he has been moved to the Windows Phone where the Silverlight heritage will continue to live] and the team for all the great work that they have done over the years. Moving forward, I’m  very excited to bring the client platform efforts closer to the platform teams. There is a lot of very exciting and critical work underway as part of our next wave of platform releases and I am very eagerly looking forward to seeing the team’s work in the hands of our developers and customers.

The follow-up emails will provide more details on thechanges to those impacted.  Please join me in wishing Kevin and the  team all the very best as we move forward.  If you have any questions about this change, please let your manager or me know.

-somasegar

Please welcome the XAML platform team to Windows! [by Scott Barnes, June 24, 2011] (emphasis is mine)

From: Julie Larson-Green Sent: Monday, June 20, 2011 9:35 AM To: Grant George; Jon DeVaan; Julie Larson-Green; John Cable; Yves Neyrand; Craig Fleischman; Bambo C. Sofola; Scott Herrboldt; Greg Chapman; Julie Bennett; Jeff Johnson; Ales Holecek; Mohammed El-Gammal; Chuck Chan; Michael Fortin; Eric Traut; Jensen Harris; Linda Averett; Alex Simons (WINDOWS); Gabriel Aul; Dennis Flanagan; Iain McDonald; Samuel Moreau; Dean Hachamovitch; Michael Angiulo; Antoine Leblond; Tami Reller; Chris Jones (WINDOWS LIVE); Jonathan Wiedemann; Ulrike Irmler; Adrianna Burrows Cc: XAML Team; Kevin Gallo; S. Somasegar; Terry Myerson; Sharman Mailloux Sosa; Brad Fringer; Steven Sinofsky

Subject: Please welcome the XAML platform team to Windows!

We’re pleased to announce the transition of the XAML platform team from the Developer Division to the Windows team. While the team has been working side-by-side with the Windows team for the entire project, this step brings them into our team formally.

The team will continue their work on Windows 8 as planned and will join our Developer Experience (DEVX) team. This transition allows us to bring together our platform development team in a single-management structure.

The dev, test, and pm leaders who will be leading the team reporting to AlesH, YvesN, and LindaAv are:

  • Sujal Parikh, Development Manager
  • Eduardo Leal-Tostado, Test Manager
  • Joe Stegman, Group Program Manager

The leads and individuals joining our team are receiving this mail and have received communication on next steps.

These changes in leadership and organization are effective today. For the purposes of finishing out the fiscal year and the performance review process the team will operate under the existing management structure.

There will be an informal Q&A session today to welcome everyone and answer any questions that folks might have.
– XAML team welcome – 2:00-3:00 in building 37/1701Please join me in welcoming these folks to our organization! Julie

Somewhat may be related: Non-iPad tablet vendors likely to launch new Wintel-based models to compete with Apple in 2012 [June 24, 2011]

Intel and Microsoft are jointly touting a new Wintel-based platform for tablet PCs, raising hopes among non-iPad tablet PC vendors that they may be able to compete more effectively with Apple in the segment in 2012 with models other than ARM/Android-based products, according to industry sources.

Most non-iPad table PC vendors have been frustrated recently due to lower-than-expected performance of their tablet PCs built with ARM/Android. While attributing the slow sales to the instability of Android and the strong brand image that Apple enjoys, some vendors have also begun mulling new strategies to strengthen their competitiveness.

Knowing the demand from tablet PC vendors, Intel and Microsoft have recently revealed a roadmap for their Wintel platform to production partners, said the sources, noting that the new platform will come with a less than 5W low-power CPU from Intel paired with Microsoft’s Windows 8 OS.

While Intel is also expected to lower prices for its new CPUs, tablet PC vendors also hope that the new Wintel platform will help them tackle the compatibility issues found between Android 3.0 and 3.1.

June 14-21:
Premature cries of Silverlight / WPF skill loss. Windows 8 supports all programming models [by David Burela, June 14, 2011]

A few people have been digging into the Windows 8 Milestone 3 leak and peeking into the UI framework and .dlls that exist. The most vocal of these have been @JoseFajardo and people in this forum thread http://forums.mydigitallife.info/threads/26404-Windows-8-(7955)-Findings-in-M3-Leak

What people have found so far is that while yes it is possible to create applications using HTML + Javascript, there is a whole new framework laying underneath that can be programmed against by almost any language / framework.

The first piece of the puzzle comes from the new application model for creating applications. There are a number of codenames here that need to be sorted out

  • DirectUI: The underlying framework that creates, draws the visual elements on the screen.
  • Jupiter: The new packaging format of applications on Windows 8. Allows apps to be written in language of choice.
  • Immersive applications: Current theory is that these are apps that execute within the ‘new shell’ in windows 8. And are aware of being split paned and resized. Like was shown with the RSS feed reader.

Direct UI

Direct UI has been around since Windows Vista days. Previous is seemed to be focused around UI basics for the OS such as theming app windows in the ‘new vista style’ vs. classic theming in WinXP. http://blog.vistastylebuilder.com/?tag=directui

Now it seems that Direct UI is being overhauled to have additional functionality to load XAML applications, new animations, etc.

Jupiter

interesting rumor fact : WP8 rumored to be codenamed Apollo, and Apollo is the son of Jupiter :) Jupiter being the new UI framework of Win8
http://twitter.com/#!/josefajardo/status/78826337250451457

…Jupiter is shaping up to be a very very lean SL/WPF implementation
http://twitter.com/#!/josefajardo/status/79423110755008512

…your SL/WPF skills will be invaluable for DirectUI apps, and you get a new framework that is seriously lean!!!
http://twitter.com/#!/josefajardo/status/79425349938712577

DirectUI.dll is basically Silverlight (agcore.dll) ported to Windows/WinRT
http://forums.mydigitallife.info/threads/26404-Windows-8-(7955)-Findings-in-M3-Leak?p=441627#post441627

Jose Fajardo has been a great source of information on Windows 8 leaks. From information he has dug up, as well as information on the forums, it seems that the new Jupiter programming API is a mashup between WPF & Silverlight.

While the new Jupiter programming model may not be a direct continuation of WPF or Silverlight it does seem to have a lot of code from both technologies. Jupiter instead seems to be a ‘Next generation’ XAML based framework. A framework that can be targeted against by all main current languages used by the typical .Net developer (C#, HTML, etc)

*speculation* This could be because of the calls from the development community to make WPF & Silverlight more aligned. Perhaps we’ll see an updated ‘Silverlight’ framework when Windows Phone 8 is released that is compatible with Jupiter.

Creating applications with Jupiter

As further evidence that Jupiter applications can be created with your language of choice, and that it has roots in Silverlight, here are some examples of how to create applications.

C# & XAML

Here is an example of using C# to invoke a new Jupiter based application. The really interesting thing to notice here is that the loading screen has the iconic Silverlight loading animation!

C++

Example of an application being created in C++ with a single call to CreateImmersiveWindowFunc

HTML + Javascript

There are some initial attempts at getting HTML working with the new frameworks. The apps and manifests have been created, but a few more hooks may be required to get a fully working version
http://forums.mydigitallife.info/threads/26404-Windows-8-(7955)-Findings-in-M3-Leak?p=446552&viewfull=1#post446552

There are mentions that you can hooks into Direct UI through the COM hooks from Javascript. And also that you may be able to use Direct UI XAML + Javascript. Similar to how Silverlight was done in the original Silverlight version 1.

Immersive applications

There is some confusion over the distinction between a “Jupiter app” and an “Immersive app”. Immersive apps require a call to CreateImmersiveWindow and can make calls to the new immersive namespace

Immersive applications are ones that were shown to live inside of the new Windows 8 shell. Examples of functions that an immersive app can do can be seen with the RSS reader app. When it was docked and resized, it knew to display its data in a different format.

  • Classic / Jupiter applicationswill run in the ‘classic windows’ desktop view that was seen when they fired up excel
  • Immersive applications will be embedded within the new shell

Will this work for existing applications?

There is evidence that existing applications can be wrapped up in the new packaging format.

WindowsStore is basically written in C++ and leverages Windows Runtime. HTML5/JavaScript is just a (very very) thin layer for the interface
http://forums.mydigitallife.info/threads/26404-Windows-8-(7955)-Findings-in-M3-Leak?p=442463&viewfull=1#post442463

So while existing applications may not run with the new Direct UI framework, it seems they will still be able to be packaged and distributed through the Windows 8 App store. This was discovered by Long Zheng a few months ago.

The AppX format is universal enough so it appears to work for everything from native Win32 applications to framework-based applications (WPF, Silverlight) and even *gasp* web applications. Games are also supported.
http://www.istartedsomething.com/20110405/first-look-at-the-future-of-application-deployment-on-windows-8-appx/

Conclusion

While Microsoft only showed off the HTML hooks into Jupiter, I am a LOT more excited about the upcoming XAML based framework.

If you are an existing WPF, Silverlight or Windows Phone 7 developer, it seems that your XAML based skills will carry across fine to the new development framework on Windows 8.

My thoughts are that Microsoft announced that applications can be created in HTML in the same way that they announced it in WindowsXP with active desktop, and then again in Vista with “HTML based sidebar gadgets”. It was a way of saying “hey you can use your existing web skills to create applications on Windows 8.
And that Microsoft plans on unveiling the new Jupiter SL/WPF hybrid framework for all of the “Real developers” at BUILD in 3 months.

riagenic [Scott Barnes, the harsh critic being a previous insider, see much below] Says:
June 14, 2011 at 7:13 pm

Hmmm… my memory is flooding mah brain with “remember…” moments… Before I left the team etc I remember hearing the windev teams wanted to put a 3rd Animation framework on the market. At first we laughed and ignored it with “oh great, what well need…a third option to confuse the already converted..”

Now thinking on it more, me thinks its this mystery framework coming to haunt us all. Now, i’m thinking this concept has existed but was already ported across to the XAML way of life around Windows 7 timelines (memory is sketchy on this one). If that’s correct then i think this is an official code-reset on WPF/Silverlight but with reduced capabilities (ie less the bloat).

Question is how mature is it compared to the two? it’s all well and good to throw a FILE->NEW->UX Platform onto the table, but if it lacks parity with the existing? what have we gained?….performance?…i’ll wait until i see how the fundametals found in most photoshop effects filters gets applied here and performs under what i call “developer-art load”….lots of glows, dropshadows and crazy ass animations..

Win8 M3 (7955) findings relevant to Managed .net & WPF/SL developers [[Jose Fajardo] June 14-17, 2011]

[Forum discussion on comparing WPF UIElement, Silverlight UIElement, WP7 Silverlight UIElement and WinMD(DirectUI)]

@vbandi András Velvárt
Don’t worry abt Silverlight! Jupiter has dep props, similar API & layout logic, RenderTransform, UIElement, etc http://bit.ly/mdL06i [Win8 M3 (7955) findings relevant to Managed .net & WPF/SL developers]
16 Jun via MetroTwit

@vbandi András Velvárt
After analysing http://bit.ly/mdL06i , Jupiter SEEMS to me like a customized Silverlight for Win8. Much like SL 4 WP7, but more custom.
16 Jun via MetroTwit

jmorrill Jeremiah Morrill
@josefajardo @markmacumber The other hard part is these guys are reverse engineering, so they might be looking at some private impls.
16 Jun

josefajardo Jose Fajardo
@jmorrill @markmacumber exactly, they could be doing things with the beta bits that it was never intended to do. Wrong assumptions 😉

16 Jun
@vbandi András Velvárt
@josefajardo @jmorrill @markmacumber Still better than burying an entire technology based on half a sentence. 🙂
16 Jun via MetroTwit

Continuation of that: Win8 M3 (7989) findings relevant to Managed .net & WPF/SL developers [[Jose Fajardo] June 19-24, 2011]

SilverlightWPF [Jose Fajardo] 21 Jun 2011 11:27 AM

Quote Originally Posted by NaiveUser View Post

  • God, this article got so many things wrong, or I should say I beg to differ so here is my take
    http://www.zdnet.com/blog/microsoft/…-trenches/9738 [Under the Windows 8 hood: Questions and answers from the trenches [by Mary Jo Foly in ZDNET, June 20, 2011]]
  • I guess there are two possible meanings for ‘Jupiter’, it could be the DirectUI.dll, or, it could be the whole api framework that exposed by WinRT/WinMD, includes DirectUI.dll and Windows.*.dll and some more. so basically Jupiter == DirectUI eitherway.
  • essentially Windows Runtime is just ‘Modern COM’, which is just an interface for exposing code. its not an actual ‘runtime library’ like CLR. I think you can expose code written with any ‘runtime library’ as WinRT components, just like you can write COM components in C/VC++/VB6/Delphi/.NET/etc.
  • DirectUI applications live in a HWND with a class called ‘JupiterWindowClass’ and a caption ‘Jupiter Window’, personally I think this IS strong ‘correlation’ betwwen Jupiter and DirectUI. and, as far as I can see there is ‘no direct correlation’ between DirectUI.dll and the old ‘DirectUI’ in dui70.dll which uses the ‘duixml’ markup.
  • and I have never seen any connections between SLR/WCL and ‘everything else’. wcl*.dll exposed as WinRT ? where ? Windows Runtime is the marketing name for the SLR ? where does that come from ?

[Jose Fajardo:]

Jupiter could be an entire ecosystem too, could be the tooling + api that goes into creating jupiter apps.

Jupiter could be the next marketing buzz world, like “Silverlight” was!

Who the hell knows! I know I’m not confident enough to say that Jupiter==DirectUI!

Nor am I confident in saying WindowsRuntime is COM version next..

Regardless it’s all interpretation until MS come out and explain themselves.

Power to you if you can conclude all this, personally I only talk about things i know are factually correct that I’ve chased down to registry settings, code in exe’s/dll’s, or reproduced in code myself.

June 1 – June 3 and 6:
TINY FACTUAL INFORMATION FROM MICROSOFT
(say just HTML5 for now, not a bit more)

ilyen világos megfogalmazásokban én ezt mondanám:

– amit láttunk és hallottunk a demókban az olyan UX funkcionalitás, ami HTML5 és JavaScript ALAPÚ fejlesztési környezetből érhető el

– azt is láttuk, hogy amikor “az Interneten végzendő teendőkhöz nincsen ehhez az új UX környezethez szabott (“tailored”), új stílusú (“new style”) alkalmazásunk”, akkor az IE9-hez képest “touch first”-re áttervezett IE10-et használjuk

– ebben ugyanúgy vannak “odatűzött” webhelyek (“pinned sites”, vagyis URL-ekkel azonosított webalkalmazások vagy webhelyek), de vagy a Start Screen csemperendszerében vagy egy teljesen új kialakítású, amennyire meg tudom ítélni dinamikusan megjelenő (pl. “Frequent” illetve “Pinned” listák a képernyős billentyű felett) task bar-on helyezkednek el

– az új UX környezethez szabott (új stílusú) alkalmazások a Windows eszközökhöz (facilities) — tehát a natív platform eszközökhöz — is hozzáférhetnek, tehát nincsen két shell, csak egyetlen shell

– ugyanakkor arra a kérdésre, hogy miért nem írja át az Office részleg alkalmazásait erre az új UX környezetre, a konkrét válasz: “Valamit lehetséges, hogy tesznek a jövőben, most azonban az volt a célunk, hogy megmutassuk, nem kell az embereknek a meglévő alkalmazásaikat, melyeket jól ismernek, feladniuk ahhoz, hogy egy mobilabb form factorhoz jussanak. Vagyis az embereknek egy billentyűzetet kell csatlakoztatniuk és használhatják [régi alkalmazásaikat] ugyanúgy, mint eddig.”

The factual details:

Metro styled new entertainment experience on Xbox 360 [June 6, 2011]

Next-generation cloud client experiences based on the Metro design language [Jan 24, 2011]

Metro Design Language of Windows Phone 7 [on-line tutorial from Microsoft, Dec 5, 2010]

Building “Windows 8” – Video #1 [June 1, 2011]

– related press release: Previewing ‘Windows 8’ [June 1, 2011

… a few aspects of the new interface we showed today:

  • Fast launching of apps from a tile-based Start screen, which replaces the Windows Start menu with a customizable, scalable full-screen view of apps.
  • Live tiles with notifications, showing always up-to-date information from your apps.
  • Fluid, natural switching between running apps.
  • Convenient ability to snap and resize an app to the side of the screen, so you can really multitask using the capabilities of Windows.
  • Web-connected and Web-powered apps built using HTML5 and JavaScript that have access to the full power of the PC.
  • Fully touch-optimized browsing, with all the power of hardware-accelerated Internet Explorer 10.

… also talked a bit about how developers will build apps for the new system. Windows 8 apps use the power of HTML5, tapping into the native capabilities of Windows using standard JavaScript and HTML to deliver new kinds of experiences. These new Windows 8 apps are full-screen and touch-optimized, and they easily integrate with the capabilities of the new Windows user interface. There’s much more to the platform, capabilities and tools than we showed today.

… we have much more to reveal at our developer event, BUILD (Sept. 13 – 16 in Anaheim, Calif.)

Microsoft’s Steven Sinofsky, live from D9 [June 1, 2011]

… Oh yeah, we built these in house, but we’re giving devs APIs and an SDK based on HTML5 and Javascript that allows them to create apps like this. We have lots of new tools, but still you can connect to our file tools, etc. … Apps can connect to each other. It’s not just apps alone, it’s applications connecting to each other. … You design for touch, and then we translate the touch commands to mouse and keyboard. …

Microsoft’s Windows 8 Demo From D9 (Video) [June 1, 2011]

Microsoft Unveils ‘Windows 8’ to World on 2011 Computex in Taiwan [June 2, 2011]

– the same with Silverlight Smooth Streaming video: Microsoft Unveils “Windows 8” to World
– the related Microsoft press release on 2011 Computex in Taiwan: Microsoft Previews ‘Windows 8’

Windows 8 NUI GUI Preview Video Shoots Past 2 Million Views the First Day [June 3, 2011]

… everything that users see in the demo videos will actually make it in the RTM Build of Windows 8, otherwise, Steven Sinofsky, President, Windows and Windows Live Division would not have allowed it to be made public, per the translucency communication strategy he implemented even before Windows 7.

In the end, I think it’s a safe bet to expect Sinofsky to underpromise and overachieve with Windows 8, just as he did with Windows 7.

Office and other apps:

Why not the Office team will rewrite the Office into that kind of aproach?
[Walt Mossberg, [6:45-6:51]]

They may do something in the future but we don’t think people should give up everything they know online just to get to a more mobile form factor. So people can plug-in a keyboard and use just like they would use otherwise.
[Julie Larson-Green [6:51-7:06]]

Windows 8: It’s the Applications, Stupid! [June 3, 2011]

It’s a huge question. While Larson-Green said that the current version of Office would behave in touch-friendly fashion in Windows 8, it’s obvious that it’s not going to feel like it was written for the new interface. (You could tell that when she fumbled with Excel as she tried to drag it off-screen with her fingertip.)

I imagine that the real answer to Walt and Kara’s queries is that yes, of course, Microsoft is going to reimagine Office for Windows 8.  But even then, it’s not obvious whether the company is going to give Office a truly touch-centric interface as the default. (Sounds hugely risky and probably impossible to do well–all the Office apps are rife with features that will never work well without a mouse and keyboard.) Or mirror what it’s doing with Windows 8 and give Office two different interfaces. (That also sounds extremely tricky.) Or do something akin to what Apple did with its iWork suite, and build a separate version of Office with fewer features and a wholly new interface. (That sounds like it could make sense.)

Every other significant software developer is going to have to deal with similar questions. It’s not yet clear what the right answers are–it’s possible that Windows’ new look will be a bust and it’ll be silly to invest energy in supporting it. And the right answers will be different for different companies. But ignoring Windows 8 won’t be an option.

Could You Turn A Windows 8 Smartphone Into A Windows 8 Computer? [June 2, 2011]

I caught Sinofsky after his D9 talk and asked — would Windows 8, the full-blown operating system, be running on future phones?

Sinofsky smiled, and smiled big, but he only said that’s not something Microsoft has announced yet. So, we wait to see.

What if it happens? Getting to that unification “first” doesn’t necessarily mean that Microsoft somehow “wins” in doing so. For one, would it really run that well on phone-sized devices? That remains to be seen.

For another, it also means that Windows 7 Phone users would be upgrade-orphaned. The apps they have for that platform probably wouldn’t run on Windows 8 devices.

BUILD:

Does this [BUILD] event replace PDC this year and in the future?
Dr. Know said on June 2, 2010

BUILD isn’t a replacement of the PDC but a new event that takes a broader view of a developer community that now extends far beyond the realm of just “pro developers”. From hardware, to the web, to software and the PC … BUILD is the key developer event you should attend in 2011 (there won’t be a PDC this year).
Jennifer Ritzinger [Microsoft] said on June 3, 2010

BUILDing a bright future [June 1, 2011] (emphasis is mine)

… At BUILD, Microsoft will show off the new app model that enables the creation of web-connected and services-powered apps that have access to the full power of the PC.

The conference name, BUILD, reflects a call to action for the more than one hundred million developers driving the pace of technology: build experiences with the next version of Windows that will transform the computing experience for billions of people across the globe.  …

Today, everyone can be a developer; the most tech-savvy generation we’ve ever seen is fueling demand for new tools and technologies.  Many of the developers building web sites and apps that make an impact have no formal education in computer science or engineering.  BUILD will be a gateway to new opportunity for all developers.

The professional developer community continues to be a vital part of the Microsoft ecosystem.  We value the longstanding and deep relationship with this group and will continue to engage with this important audience in a way that best meets its needs. For these developers, BUILD connects Microsoft’s past to Microsoft’s future.

June 1 – June 6:
UPHEAVAL OF ENORMOUS PROPORTIONS (or more questions than answers)

  • Food for harsh criticism because of absolutely no communication for the previous dev stories [ENORMOUS LENGTH]
  • From a quite opinionated but quite unsatisfied previous insider: http://twitter.com/#!/MossyBlog[ENORMOUS LENGTH]

    Food for harsh criticism because of absolutely no communication for the previous dev stories:

    Windows 8: A missed opportunity. [June 3, 2011]

    So the rumors were true. Microsoft was planning to radically reimagine Windows as we knew it. It would feature a modern, fluid touch interface, it was to be heavily inspired by Metro on Windows Phone, and it was to have an app store.

    Good. Right? Not exactly. Its a bitter sweet outcome, because another rumor ended up being true. This one started by Scott Barnes, the sometimes controversial, seemingly always right former Silverlight PM. This rumor said that there was an internal struggle inside Microsoft, and the factions at war were the .NET/Wpf/Silverlight heads versus the Windows division heads.

    The war is over. We lost. In an ironic, but telling turn of events, hot of the heels of the Mono guys forming a start up based around .NET, the inventors of the technologies themselves have seemingly given up on the platform.

    Sounds dramatic, even outlandish right? Well so did the rumors about Silverlight, WPF, et all’s death. Yet here we are, and its sad because it represents a monumental missed opportunity.

    Consider the following:

    Microsoft had rare opportunity to throw backwards compatibility to the wind and make a clean cut. A fresh start. A new Windows.

    Microsoft had the chance then to simplify and unify their developer story. Slim down .NET, remove the legacy cruft (Winform, older depreciated APIs) and simply call it “Silverlight”. Make it the de facto development platform on Windows, like it is on Windows Phone.

    Say to developers: Here’s our Windows App store. The ONLY way to get published on the app store is to write a cross platform Silverlight application. This application will work on x86, x64, and ARM based environments. Its resolution independent, completely hardware accelerated, and secure.

    You do many things at once: You simplify, unify, and move forward your developer story. You ensure a verifiable, secure execution environment on Windows 8. You solve the cross platform problem. You KEEP YOUR DEVELOPERS HAPPY. People who have invested years into your technologies do not appreciate being essentially shown the door.

    Its fine to embrace HTML5/JS, if web developers want to cause themselves pain, then hey, thats them. Do NOT subject your loyal, devoted, armies of developers to the horrors of the web platform.

    Microsoft: WTF?

    We dont just need to #fixwpf, we need to #fixwindows8.

    Microsoft refuses to comment as .NET developers fret about Windows 8 [Tim Anderson, June 3, 2011]

    There is a long discussion over on the official Silverlight forum about Microsoft’s Windows 8 demo at D9 and what was said, and not said; and another over on Channel 9, Microsoft’s video-centric community site for developers.

    At D9 Microsoft showed that Windows 8 has a dual personality. In one mode it has a touch-centric user interface which is an evolved version of what is on Windows Phone 7. In another mode, just a swipe away, it is the old Windows 7, plus whatever incremental improvements Microsoft may add. Let’s call it the Tiled mode and the Classic mode.

    Pretty much everything that runs on Windows today will likely still run on Windows 8, in its Classic mode. However, the Tiled mode has a new development platform based on HTML and JavaScript, exploiting the rich features of HTML 5, and the fast JavaScript engine and hardware acceleration in the latest Internet Explorer.

    Although D9 is not a developer event, Microsoft did talk specifically about this aspect. Here is the press release:

        • Today, we also talked a bit about how developers will build apps for the new system. Windows 8 apps use the power of HTML5, tapping into the native capabilities of Windows using standard JavaScript and HTML to deliver new kinds of experiences. These new Windows 8 apps are full-screen and touch-optimized, and they easily integrate with the capabilities of the new Windows user interface. There’s much more to the platform, capabilities and tools than we showed today.

    Program Manager Jensen Harris says in the preview video:

        • We introduced a new platform based on standard web technologies

    Microsoft made no mention of either Silverlight or .NET, even though Silverlight is used as the development platform in Windows Phone 7, from which Windows 8 Tiled mode draws its inspiration.

    The fear of .NET developers is that Microsoft’s Windows team now regards not only Silverlight but also .NET on the client as a legacy technology. Everything will still run, but to take full advantage of Tiled mode you will need to use the new HTML and JavaScript model. Here are a couple of sample comments. This:

        • My biggest fears coming into Windows 8 was that, as a mostly WPF+.NET developer, was that they would shift everything to Silverlight and leave the FULL platform (can you write a Visual Studio in Silverlight? of course not, not designed for that) in the dust. To my utter shock, they did something much, much, much worse.

    and this:

        • We are not Windows developers because we love Windows. We put up with Windows so we can use C#, F# and VS2010. I’ve considered changing the platform many times. What stops me each time is the goodness that keeps coming from devdiv. LINQ, Rx, TPL, async – these are the reasons I’m still on Windows.

    Underlying the discussion is that developers have clients, and clients want applications that run on a platform with a future. Currently, Microsoft is promoting HTML and JavaScript as the future for Windows applications, putting every client-side .NET developer at a disadvantage in those pitches.

    What is curious is that the developer tools division at Microsoft, part of Server and Tools, has continued to support and promote .NET; and in fact Microsoft is soon to deliver Visual Studio LightSwitch, a new edition of Visual Studio that generates only Silverlight applications. Microsoft is also using Silverlight for a number of its own web user interfaces, such as for Azure, System Center and Windows InTune, as noted here.

    Now, I still expect that both Silverlight and native code, possibly with some new XAML-based tool, will be supported for Windows 8 Tiled mode. But Microsoft has not said so; and may remain silent until the Build conference in September according to .NET community manager Pete Brown [response #1 to the Silverlight Forum discussion [06-02-2011 6:44 PM]]:

        • You all saw a very small technology demo of Windows 8, and a brief press release. We’re all being quiet right now because we can’t comment on this. It’s not because we don’t care, aren’t listening, have given up, or are agreeing or disagreeing with you on something. All I can say for now is to please wait until September. If we say more before then, that will be great, but there are no promises (and I’m not aware of any plans) to say more right now. I’m very sorry that there’s nothing else to share at the moment. I know that answer is terrible, but it’s all that we can say right now. Seriously.

    While this is clearly not Brown’s fault, this is poor developer communication and PR from Microsoft. The fact that .NET and Silverlight champion Scott Guthrie is moving to Windows Azure is no comfort.

    The developer division, and in fact the whole of Server and Tools, has long been a bright spot at Microsoft and among its most consistent performers. The .NET story overall includes some bumps, but as a platform for business applications it has been a remarkable success. The C# language has evolved rapidly and effectively under the guidance of Technical Fellow Anders Hejlsberg. It would be bewildering if Microsoft were to turn its back on .NET, even if only on the client.

    In fact, it is bewildering that Microsoft is being so careless with this critical part of its platform, even if this turns out to be more to do with communication than technical factors.

    From the outside, it still looks as if Microsoft’s server and tools division is pulling one way, and the Windows team the other. If that is the case, it is destructive, and something CEO Steve Ballmer should address; though I imagine that Steven Sinofsky, the man who steered Windows 7 to launch so successfully, is a hard person to oppose even for the CEO.

    Update: Journalist Mary Jo Foley has posted [June 6] on what she “hears from my contacts” about Jupiter:

        • Jupiter is a user interface library for Windows and will allow developers to build immersive applications using a XAML-based approach with coming tools from Microsoft. Jupiter will allow users a choice of programming languages, namely, C#, Visual Basic and C++.

    Jupiter, presuming her sources are accurate, is the managed code platform for the new Windows shell – “Tiled mode” or “Tailored Apps” or “Modern Shell – MoSH”; though if that is the case, I am not sure whether C++ in this context will compile to managed or unmanaged code. Since Silverlight is already a way to code using XAML, it is also not clear to me whether Jupiter is in effect a new Windows-only version of Silverlight, or yet another approach.

    Microsoft needs to tell Windows 8 developers now about ‘Jupiter’ and Silverlight [Mary Jo Foley, June 6, 2011]

    I’ve blogged before about the XAML layer that Microsoft is building for Windows 8 as part of its “Jupiter” initiative. Yes, it still exists, I hear from my contacts. And yes, this will enable support of native Silverlight applications. (Does this mean Windows Phone apps written using Silverlight will be able to run on Windows 8 with no/few tweaks? I don’t know.)

    Microsoft is still going to support Silverlight with Windows 8, and not only as a browser plug-in, my sources say.

    At the 50,000-foot level, Microsoft wants to find a way to reinvigorate the Windows-development ecosystem. (I believe that’s one reason the Internet Explorer team has been talking all that “native HTML” nonsense. They really mean they’re trying to get developers to write HTML/JavaScript apps that use IE’s hardware acceleration for the “best” HTML experience.)

    At the more granular and immediate level, Jupiter is the way that Microsoft is planning to get developers to write new “immersive” applications for Windows 8 that will use the IE 10 rendering engine while using the .Net and Silverlight technologies they already know. Jupiter is aiming to provide these developers with a managed code XAML library, so that developers can access the sensors, networking and other Windows 8 elements in a way to which they’re accustomed.

    Applications built using Jupiter won’t be targeting the “classic” mode/shell that Microsoft showed off last week during its Windows 8 preview, I hear. They’ll be the same class of immersive apps targeting the new Modern Shell (MoSH) that Microsoft will be writing itself and/or trying to convince others to write using HTML5 and JavaScript.

    It definitely seems Microsoft’s ultimate goal is to wean developers off Silverlight and to convince them to use HTML5 and JavaScript to write new apps for Windows, going forward. But until there’s better tooling for HTML5 (beyond what Microsoft provides via the F12 HTML tools in Internet Explorer), it seems the Softies are going to support .Net and Silverlight via new versions of Visual Studio, the .Net Framework and Expression.

    I believe Jupiter is key to enabling Microsoft to continue to insist that Silverlight’s not dead (as far as a development platform) — at least for now. But anything that’s not a new Windows 8 “immersive,” modern application, going forward, is now going to be considered “legacy,” from what I can tell.

    All of what I’ve said here is from sources who have asked not to be identified, not from Microsoft officials associated with Microsoft’s Windows or Developer Division. Like many devs I’ve heard from, I don’t believe Microsoft can’t afford to wait three more months to let its developer base know what its intentions are. So far, however, ill-advised silence seems to be the Softies’ plan….

    [Pete Brown had a numerous other responses on that thread [Windows 8 apps going html5, wtf [from 06-01-2011 8:06 PM to 06-03-2011 3:23 PM when locked by Pete Brown] as until 3 days later having enormous visibility of 10,030,100 views] but being just kind of moderation responses, including – not a usual thing – editing responses by other for “non-civil” words, and finally closing the first thread and responding to another one with same topic [Windows 8 apps going html5, wtf – part 2 [from 06-03-2011 3:46 PM still on] as until 3 days later having large visibility of 1,118,657 views].

    Besides Pete Brown’s responses the enormous bad publicity caused by that huge developers visibility will cost Microsoft quite a lot as Steve Barns nicknamed MossyBlog [See also his other responses after Pete Brown’s responses] remarked quite well on twitter:

    @MossyBlog Scott Barnes: 900k views of just “Microsoft you suck” forum warfare.. thats over 500k eyeballs that Microsoft has to repair in min 2 years.. #fail   8 hours ago via web

    replies ↓
    josephcooney Joseph Cooney by rickasaurus @ @MossyBlog The stats on this page say it’s 9M going on to 10M http://forums.silverlight.net/forums/17.aspx?PageIndex=3 8 hours ago

    rickasaurus Richard Minerich @ @MossyBlog We had an internal meeting today to discuss if we should discontinue all Silverlight development. It’s that bad.

    rickasaurus Richard Minerich @ @MossyBlog Oh yeah, plus all of the Kinect hate they’re getting from E3  8 hours ago

    @MossyBlog Scott Barnes @rickasaurus oh? i’ve missed reading the E3..on my afternoon todo list… whats the gist of it? 8 hours ago via web

    replies ↓

    rickasaurus Richard Minerich @ @MossyBlog Mostly just that hardcore gamers don’t give a toot about Kinect 🙂 8 hours ago

    MossyBlog Scott Barnes @ @rickasaurus i’d prefer to see more info around Kinect beyond gaming and into windows market(s)..well whats left of it post win8 lol 8 hours ago

    MossyBlog Scott Barnes  @  @rickasaurus well Kinect as a game platform is really a wii style approach to it.. hardcore gamers arent really a good mkt for it  8 hours ago

    @rickasaurus Richard Minerich @MossyBlog Sure, but E3 is a hardcore gamer conference, and MS was all Kinect! Kinect! Kinect! Kineeecccttttttt! 8 hours ago via TweetDeck

    replies ↓

    MossyBlog Scott Barnes @  @rickasaurus heheh well in Microsoft you ride the new shiny object until it loses its appeal..so they are in the peak of the kinect orgy  8 hours ago

    rickasaurus Richard Minerich @ @MossyBlog That’s the MS navel gazing culture for you. They’re so myopic and it drives me insane to watch. 8 hours ago

    in reply to ↑

    @KristoferA KristoferA  @MossyBlog @rickasaurus I presume there will be a JavaScript library for Kinect integration shipping with Win8… HTML + Kinect = Win 🙂 9 hours ago via web

    replies ↓

    MossyBlog Scott Barnes   @  @KristoferA @rickasaurus i can’t wait to combine jQuery and Kinect..it will be awesome… yay.. #celebratemediocrity   8 hours ago

    rickasaurus Richard Minerich   @   @KristoferA Why not :). That could make for some cool surfing.   8 hours ago


    @MossyBlog Scott Barnes Sinofsky’s team need to be fired. thats my thoughts. 8 hours ago via web

    replies ↓

    VicKlien Vic Klien @ @MossyBlog – Any counterweights to team-Sinofsky internally? Assuming ScottGu and Soma would have other ideas, I guess they’re outranked. 7 hours ago

    MossyBlog Scott Barnes @ @VicKlien well i always thought @scottgu and team-sinfosky were two dueling titans internally anyway..but bobmu left, scotts in azure..so.. 7 hours ago

    VicKlien Vic Klien @  @MossyBlog – The current when-to-reveal issue aside, do we really know Soma and ScottGu don’t also support promoting HTML5/JS above .NET?  7 hours ago

    MossyBlog Scott Barnes @ @VicKlien Of course they support it… just like i support <insert your belief system> when you have a gun to my head 🙂 7 hours ago


    @MossyBlog Scott Barnes   9 million is more than that site gets in a year almost… HOLY FUCK… 9 million people all seeing “Silverlight is kinda dead” undercurrent 8 hours ago via web

    replies ↓

    traskjd John-Daniel Trask  @ @MossyBlog Bet all the advertisers paying per impression on the SL forum are getting great ROI… 8 hours ago

    josephcooney Joseph Cooney @  @MossyBlog plus the follow-up post (which is presumably what you saw) is nearly at 1M. That’s a lot of discontent. 8 hours ago

    Pete_Brown Pete Brown  @  @MossyBlog @josephcooney And there’s an open letter thread with 100k views. Smaller threads too, mostly OT, but I’m letting them stay  8 hours ago

    in reply to ↑

    @MossyBlog Scott Barnes   I feel for guys like @Pete_Brown who later have to clean this shit up. Pete needs to clone himself fast… /cc @josephcooney

    @MossyBlog Scott Barnes

    I am so glad I’m not a Microsoft Evangelist still.. i mean..fark me.. talk about walking into the lions den. 8 hours ago via web

    @MossyBlog Scott Barnes     10 million pageviews so lets assume 50% of that is uniques5 million ppl around the world seeing “HTML5 vs JS is the future” undercurrents   8 hours ago via web

    replies ↓

    malcolmsheridan Malcolm Sheridan @ @MossyBlog I think you should stop computing and take up gardening! 8 hours ago


    @MossyBlog Scott Barnes      There goes 3 years+ of hard work around Silverlight branding… nice one Sinofsky you jackass   8 hours ago via web

    replies ↓

    jcdickinson Jonathan C Dickinson  @  @MossyBlog the whole Win8 + HTML5 thing is easily fixed: <object data=”data:application/x-silverlight-2,”… 🙂  7 hours ago


    @MossyBlog Scott Barnes       windows internal politically objectives was to make Silverlight / .NET fail.. Mission accomplished.. you just undid 3 years of work in ~1wk 8 hours ago via web

    replies ↓

    jtango18 Justin Taylor  @  @MossyBlog I think you overestimate the liklihood of MS devs walking away from the platform.  8 hours ago

    mstrobel Mike Strobel  @  @MossyBlog the Windows team really doesn’t have the clout to effect change of this magnitude; devs aren’t going to abandon .NET for HTML. 8 hours ago

    @MossyBlog Scott Barnes   @mstrobel well that and lets just say we just sized the market of who they have to convince..5 million devs need to believe HTML5  8 hours ago via web

    @MossyBlog Scott Barnes 5million+ is now your baseline for html5 convince metrics msft in 2yrs need to say They have more than this in adoption  8 hours ago via Twitter for iPhone


    @MossyBlog Scott Barnes      What if the Blend team were working on a HTML5 design tool… what would you all say… 😀    8 hours ago via web

    replies ↓

    shrage Shrage Smilowitz    @  @MossyBlog Html 5 design tool? yea and they’re going to call it Microsoft FrontPage?   7 hours ago

    SilverlightMan Noah Addy  @  @MossyBlog I would love that idea!!! Spitting out Javascript code for HTML5 development is no fun!   7 hours ago

    lazycoder Scott Koon    @   @MossyBlog “Please stop” 8 hours ago

    KristoferA KristoferA   @  @MossyBlog If the new Win8 UI instead was C# + HTML5/MSHTML instead of HTML5+JS then I would be less sceptical about it8 hours ago

    kitron kitron   @   @MossyBlog They better be working on something like that.   8 hours ago

    mstrobel Mike Strobel  @   @MossyBlog Same thing I said to Blend: no thanks.    8 hours ago

    KristoferA KristoferA    @  @MossyBlog .net is strong on the language and framework side. UI design tools is only a tiny part of the dev story…  8 hours ago

    KristoferA KristoferA   @   . @MossyBlog HTML5 and the HTML DOM is *not* the weak part. JavaScript is. A C# compiler that emits JS would be a different story.   8 hours ago

    @MossyBlog Scott Barnes   @KristoferA its possible 😉 …but to what gain? XAML out..HTML5 in? ..what gain?  8 hours ago via web

    replies ↓

    KristoferA KristoferA  @  @MossyBlog You know that SL and WPF sucks performance wise. If IE can supply a rendering engine that can be used from .net then it is a Win   8 hours ago

    KristoferA KristoferA   @   @MossyBlog A good app framework (.net fx), a solid language (C#), and a good rendering engine is all I ask for. JS is not a C# replacement.   8 hours ago

    KristoferA KristoferA  @   @MossyBlog XAML to HTML5 would be status quo. Maybe better performance. But what I am saying is: the UI rendering is a tiny part of apps.  8 hours ago

    —————-

    mstrobel Mike Strobel  @  @MossyBlog Same thing I said to Blend: no thanks.  8 hours ago

    mabster Matt Hamilton   @   @mstrobel I was shocked at the number of hands (including mine) that went up at #mvp11 when asked who hand-codes XAML. /cc @MossyBlog     8 hours ago

    in reply to ↑

    @MossyBlog Scott Barnes   @mabster @mstrobel i stopped being shocked and it grew into frustration.. “if only there was a tool that did that for you?” hmmm.. 8 hours ago via web

    replies ↓

    mstrobel Mike Strobel   @ @MossyBlog @mabster I mean, would you use a tool that wrote C# code for you? I loathe Blend. Hand-coding w/ R# is so much better IMO.   8 hours ago

    mabster Matt Hamilton   @  @MossyBlog I’ll try Blend at some point I guess. Hand coding works really well for me. /cc @mstrobel   8 hours ago


    @MossyBlog Scott Barnes   Heh sinofsky gets on stage and suddenly 10m voices all vanish at once – starwars / sl forum joke Tehehehe  5 hours ago via Twitter for iPhone

    replies ↓

    redboltsnz Guy Robinson  by MossyBlog  @MossyBlog bottom line is D9 was about the end UX. Should never have talked about the technology unless they wanted to engage with devs3 hours ago

    in reply to ↑

    @MossyBlog Scott Barnes   @redboltsnz that’s actually a great insight… i agree! ..they should of just said “this is purty win8”..  3 hours ago via web

    Back to Pete Brown’s real responses: I will consider his first non-moderating response on that as his real response #2 (almost a whole day passed between those, he probably got permission from the above to really respond):]

    Pete Brown’s #2 response [06-03-2011 4:30 PM] (Microsoft Community Program Manager – WPF, Silverlight, XNA, Windows Phone, more) (emphasis is mine)

    That first link is a gizmodo article [Windows 8 and Its Incredibly Cool New Touch Interface [June 1, 2011]]. Nowhere in there is a microsoft person saying that HTML/Javascript are the exclusive way to write applications. It’s a new way, it’s an exciting way, and, let’s face it, a way that is likely to be hugely popular with web developers.

    News outlets make assumptions. I can’t respond to that, neither does MS PR for reasons I don’t entirely fathom.

    The press release shows only what we showed that day and is carefully worded to state as much. It doesn’t speak to Windows 8 as a whole.

    I’m not a PR person. I don’t know why we word things the way we do, or why we show certain things. I’m just asking folks not to make assumptions here (one way or the other) based on information we haven’t actually shared.

    We can’t say anything else until September. Trust me that the previous thread was visible at some of the highest levels inside Microsoft (one reason I edited to remove the trolls and insulting that was a problem and obscuring the message the thread was sending)

    To be very clear: I’m not saying anything here other than “wait for //build/” and our press release is the official word until you hear otherwise from PR or top Microsoft leadership. There are no promises being made here. I’m not stating support or lack of support for any specific technology or group of technologies.

    Pete Brown’s #3 response [06-03-2011 5:33 PM] (emphasis is mine)

    Guys, don’t make it personal. It’s heading down the same road as next time.

    Keep it to issues on topic. Keep it civil. Don’t be mean. Be respectful. Remember, we’re all peers here, not enemies.

    Pete Brown’s #4 response [06-03-2011 6:32 PM] (emphasis is mine)

    g.t.:

    We spent 2 years developing a WPF project, and after all what I have seen, I am defiantly going html5 + JavaScript.

    This makes zero sense to me and seems reactionary rather than a well-thought-out architectural decision.

    You saw that you can write WPF apps for Windows 8. “Existing apps will run”. TBD if they can use the new shell, but they do run in classic mode at a minimum.

    While I’ll be happy to be proven wrong, I’m going to go out on a limb here and say the majority of internal business applications are not going to make use of the new tile interface in a big way. Why? From my own informal surveys and 15 years in consulting (I’ve been at Microsoft just over 1.5 years), most business users, developers, and managers, are still stuck in “500 fields and a 100 column datagrid” mode when designing apps. It’s rare to find a team with a real UX pro involved up-front and who have the capability, skill, desire (and time/funding) to move beyond that. In addition, many businesses still run XP, or they run Windows 7 and will continue to do so for a long time. Windows 8 won’t be released for some time, and 7 is a very good OS with long legs. I’ve even seen businesses that require their users to stick with the classic Win2k style shell no matter what OS.

    That all said, we’re squarely targeting WPF at ISV type applications, and Silverlight at business developers. I’ve been saying that one for a while now. That has no bearing on what we’re doing for Windows 8. Whether or not you can target the tile interface using anything beyond HTML/JS/CSS is a question for the //build/ conference to answer.

    Silverlight 5 is still in progress. WPF v.next is still in progress. Both are scheduled for release. Both are real products with real features that real developers find really useful 🙂

    Finally, we don’t have the full story. Making future architectural decisions based on assumptions from demos is irresponsible. Saying we should tell you more does not change the fact that you are making a decision based on a very minimal amount of evidence.

    Pete

    Pete Brown’s #5 response [06-05-2011 1:52 AM] (emphasis is mine)

    GOD_G:

    In september I expect to see in Pete’s blog articles like “The Present of  Silverlight and WPF!” and “A lap around HTML5!”

    I’m not a good Javascript developer. I dabble from time to time just with my site, but I have other people on my team who are currently doing an awesome job covering that side (Jon and Joe). Plus, if you knew me or my history in the WPF and Silverlight community (I doubt you do given your newness here), I’m not really one for party-line messaging.

    History will be the only thing that shows what I do in September. Anything else is just additional speculation.

    Until then, fire away. Going after me is easy at the moment (as a community guy, I expect this), but unfortunately that’s doing nothing to further your purposes. I’m not offended, but I feel like if you’d apply that energy to a different approach, you might accomplish something.

    FWIW, With the exception of the few posts that came in after the thread lock in the old thread (*I* think there was a race condition there, but the site dev team doesn’t quite agree<g>), I haven’t deleted posts criticizing me or Microsoft, just those attacking other members, and none in this new thread so far.

    Pete Brown’s #6 response [06-05-2011 2:02 AM] (emphasis is mine)

    HephaistosX:

    “The interface is so new that applications will have to be re-written for it from the ground up, just like DOS applications had to be re-written for Windows. These new applications will have interesting qualities. For example, they’ll be written in either HTML5 or JavaScript”

    Unless it came directly from the mouth of Microsoft – specifically through our press releases, it’s not “fact”. It’s “speculation”.

    Unfortunately, that’s what news outlets do – it helps to pull in readers when they appear to be offering additional detail. They don’t have access to any more detail than the rest of the public.

    Pete Brown’s #7 response [06-05-2011 2:48 PM] (emphasis is mine)

    Light Crystal:

    I invested 3 years of my life to study C#, XAML and Silverlight framework, MVVM pattern to build games. 2 Years ago, it was a party, was all super happy times, just before the damn iphone take foot along the market. And now “ipèd” too. Apple and Google have no dev tools, so they leverage the standard one just to not be pitiful, and they have had success, unfortunately.
    Now, i’m ready to start a new company with a huge project, and i’m BLOCKED until September.

    Why are you blocked? Why does an operating system your customers won’t have for years block you from using tools that are out *now*? Silverlight 5 will be released before end of year, as promised. Nothing has changed there.

    While I know direction is very important for long-term planning, as developers we need to stop chasing the shiny ball and instead use what best serves us and our customers today. Keep an eye to what is in the future, but don’t block your current projects because of that.

    It’s like buying PC components. I’ve built every PC I’ve owned since my last and only boxed purchase: an IBM PS/1 286 (which itself followed the Commodore 128 I got for Christmas). Each time I do that, I have to make a decision as to what CPU/memory/motherboard etc. to purchase as there is *always* something better coming down the pike. Those better chips often mean different memory architectures and lots of other things. However, if I waited each time instead of using the best of what I had right then, I’d still be running that 286 I had before I built my first computer, a 486dx33.

    This is by no means a comment on how the message is being handled, nor am I downplaying the impact here. I totally understand what’s going on; I haven’t had enough Kool-aid to lose that 🙂

    As a former consultant for 13 years (where I did VB4,5,6, SQL Server, .NET, WPF, Silverlight and more) and internal IT guy for 4 years before that (doing lots of projects in a mix of VB3, Powerbuilder, Delphi, dBase, FoxPro, QBasic, and Borland C++ – when was the last time our portfolios were that diverse?), I’m just hoping to offer a little perspective. We should work with what we have today, and with what we know for sure is coming short-term, especially when all we have to go on otherwise is speculation.

    At its core, last week’s questions, votes, threads and more come down to:

    • What can we use to write Modern / Immersive applications in Windows 8
    • What’s going to run on tablets

    I’m not sure that either of those impact that vast majority of business developers in a real day-to-day way other than peace of mind (which is important, but not business critical). For sure there will be lots of app developers targeting the new stuff, but for most, it won’t come for quite a while. There’s the Windows release schedule, then the adoption schedule, then the internal IT adoption schedule (which is always way behind), then the ramp up on taking advantage of the new features of the OS.

    For a bit now, we’ve been saying “Silverlight for high-end media and business applications, HTML for broad reach and consumer-oriented stuff, Silverlight/XNA on phone, and WPF for ISV (big shrinkwrapped apps)”. I haven’t heard/seen anything that would make me change that recommendation.

    For the people who are quick to jump on “Silverlight is dead” at companies, I can’t help you there. Those folks were looking for any excuse. Every nugget of news that comes out gets reinterpreted as that, despite Microsoft having come out and explicitely stated several times that these technologies aren’t dead. We had a Silverlight firestarter 7 months ago, and despite the HTML-heavy messaging at MIX, we also had a bunch of Silverlight 5 sessions *and* the release of Silverlight 5 beta.

    And when things do change sometime in the future (eventually, everything has to change – nothing is forever, this is not a comment about anything short-term) you and your management should take a measured approach to transition to the new technology. This is no different than many other migrations. Heck, I’ve been trying for a while to get people to move from Windows Forms (a technology which is being maintained, but not enhanced) but folks want to stay there. When I give Silverlight talks at events like Tech Ed, the vast majority of the room is still doing Windows Forms projects, many on Windows XP or Vista. That’s the reality of what’s actually out there in businesses. You will have plenty of time to adapt as necessary (or not, as appropriate) and make reasonable and educated decisions about where you want to take your skills personally, and your company as to where it what it wants to leverage.

    I have to question any time I hear rumors about projects being canceled or put on hold based on a rumor of where we may take a technology several years down the road. While some of those are certainly sound, the rest seem like either knee-jerk reactions, or the management wasn’t sold on the technology to begin with.

    I don’t think anyone here has been wasting time learning these skills.

    And while I don’t agree with the extremes on either side of this debate (the “nothing is wrong, why are you complaining” and the “I’ve wasted my career” sides) I do think that, as developers, diversifying your technology portfolio is always a good idea. Specialization can be good, but just like with stocks, if you invest too much in just one thing, your results are going to have lots of peaks and valleys instead of being more even. Of course, the person saying that has spent the last 4+ years deeply specialized, so take that as you will 🙂

    Pete Brown’s #8 response [06-05-2011 2:53 PM] (emphasis is mine)

    .netdan:

    Why doesn’t the Silverlight.net home page get updated as often as it used to?

    The blogs keep coming, but what about the News, Community Samples?  There used to be loads of samples now theres about 5 a month if were lucky.

    The showcase hasn’t been updated for ages, there used to be 10+ new showcases every 2 weeks or so, what’s happened to that?

    Silverlight has a future I’m sure, I just wonder what exactly it is.

    I curate a fair bit of this stuff. Here’s an explanation

    Community Samples: They need to be written by the community. They’re just not coming as quickly as they used to. This is both because what’s there already covers almost all the easy scenarios, and because many Silverlight devs are doing WP7

    Showcase: I took it upon myself to start weeding out old stuff, and to raise the bar for new submissions. Showcase needs to be showcase-level material, not a dumping ground. While I’m not yet where I want to be there, we have certainly rejected a lot more things than we had before. If the submission doesn’t meet the bar and they’re willing to include source code, I ask them to submit to the community samples.

    Even blogging has slowed down. That’s partially because it’s the summer, partially because folks are waiting for the next release, and partially because many Silverlight devs are doing WP7 work.

    FWIW, we’re also working on the next version of this site. Check it out at http://beta.silverlight.net

    Just some insight 🙂

    Pete Brown’s #9 response [06-05-2011 3:29 PM] (emphasis is mine)

    SilentObserver:

    ray reymond:

    Lure disheartened SL/WPF/.Net folks to Android world, “Look Java and C# are almost the same so there’s not much transition pain, and we are serious about supporting Android. We will not back-stab you guys like Microsoft just did.

    And it’s working for them. My team needs to kick off building a relatively simple app for tablets during this and next month. Since Microsoft is giving us the silent treatment until September, I’ve started watching the android dev videos here: http://developer.android.com/videos/index.html#v=Oq05KqjXTvs . We will be evaluating the platform while waiting for clarifications from Microsoft. It’s a familiar concept for every SL developer. Their tools aren’t as good and C# has surpassed Java, so it would be a step down for us. But not as big of a step down as moving to javascript. The back-stabbing argument is probably the most important of all. We need to be able to trust our OS vendor and Microsoft has lost a tremendous amount of developer loyalty.

    I’m with you all in that we could have/should have handled this better. However, I don’t think we’ve back-stabbed anyone. No one at Microsoft said HTML is the only way to go here, it’s just an approach we’re highlighting at the moment.

    Unfortunately, we have a long-standing policy of not responding to press rumors and whatnot, so we can’t say anything about the interpretations the press has put out based on this small demo. I’m not even supposed to be posting about this here, but as the community guy for SL/WPF etc., I can’t help myself.

    Yeah, “Wait until September” sucks for people who want to know *now*, but it’s not backstabbing. Remember, most other companies simply tell you nothing until the product is launched. We tried to give some info about something that we know will excite a segment of the community. I’m very concerned that the backlash is going to lead to silence being SOP in the future. 😦 I’m not blaming anyone, just pointing out a possible outcome.

    Pete Brown’s #10 response [06-05-2011 3:43 PM]

    Just a quick reminder for folks to keep it civil. I’ve seen a few posts that are starting to lean a little too far over the edge. Let’s keep language wars out (you won’t resolve anything), and no personal attacks.

    Thanks.

    Pete Brown’s #11 response [06-05-2011 3:57 PM] (emphasis is mine)

    SilentObserver:

    If the above is true, there is nothing to be gained by keeping it secret. So we must conclude that it isn’t true, at least as of now.

    We know we can get the “legacy desktop” experience. However, our customers are doctors who own the lastest Apple gadgets.  They expect us to deliver the same experience on their medical devices. If we are confined to the legacy desktop, we won’t be able to do that.

    If you’re planning to develop for Windows 8 tablets, you have plenty of time. The wait until September is pretty short in comparison.

    You’re also making an assumption based on the absence of information. “I didn’t hear from Joe, so he must be dead.” seems far less logical than just keeping it unknown – well, until some reasonable period passes anyway. There’s something about a box and a cat that applies here, but I’m not going there 🙂

    I know it’s going to be a long summer now, and I know this is very frustrating and has everyone on edge, but I encourage you to reserve judgment until //build/. Then, once we’ve come forth with a good and full picture of Windows 8 plans, rather than just a quick consumer-focused preview, make your informed decisions.

    Pete Brown’s #12 response [06-05-2011 4:59 PM] (emphasis is mine)

    SilentObserver:

    I appreciate you trying to calm everybody down . You’ve been given an impossible task by your PR people.

    Thanks. Not anything that was given me. In fact, we’re supposed to just be quiet. That’s not in my genes, though.

    I’m not so much interested in calming folks down as I am interested in getting to the core issues here and getting folks to keep any criticism on target (not attacking HTML devs or Silverlight devs, for example). And, of course, to remind folks that we’ll be talking much more about Windows 8 at //build/

    Pete Brown’s #13 response [06-05-2011 5:00 PM]

    SilentObserver:

    A more accurate analogy would be : “I know Joe and Jim were fighting in the parking lot, and Jim just showed up very happy, so Joe must be badly bruised.” 🙂

    lol. You win that one 🙂

    Pete Brown’s #14 response [06-05-2011 5:06 PM] (emphasis is mine)

    brosner88:

    A pretty, elegant or easy to use shell UI is can be a nice selling feature to end users. It does nothing for developers.

    And here we get to the crux. That demonstration video was not for developers. //build/ is for developers. HTML was mentioned as pretty much everyone gets it, even non-developers. And, quite frankly, that’s pretty cool that we’re doing that; a company that has gotten (in some cases, deserved) flak for not adopting standards is now incorporating one into the heart of their flagship product.

    Yes, we mentioned HTML, but no one showed code. If it was meant for developers, you *know* we’d have had someone up there with an IDE open.

    So: that demo, the walk-through video, and the related press release were all for non-devs, //build/ is for devs.

    Pete Brown’s #15 response [06-05-2011 5:16 PM] (emphasis is mine)

    jackbond:

    Psychlist1972:

    know it’s going to be a long summer now, and I know this is very frustrating and has everyone on edge, but I encourage you to reserve judgment until //build/.

    What if we say no, and that that’s simply unacceptable? I for one am willing to withdraw my app from the marketplace. Anybody else?

    That’s entirely your right. I just don’t think it’s a particularly savvy move given that it is based on speculation and rumor which themselves are based on a consumer-focused demo of an unreleased operating system and the related consumer-focused press release.

    Pete Brown’s #15 response [06-06-2011 1:11 AM] (emphasis is mine)

    kimsk112:

    Anyone knows if the Prism group (patterns & practices) is now working mainly on this Silk project (HTML5/JQuery) instead of Silverlight/WPF Prism?

    If they stop committing to Silverlight/WPF Prism, I think we know what Microsoft is thinking now.

    P&P is a peer team to mine (although much larger), in the same side of devdiv, called EPX. I believe they’re still working on Silverlight/WPF prism; I haven’t heard anything to the contrary. They’ve been beat up a bit in the past, however, for not having enough web guidance. Silk is part of the effort to make up the difference there.

    That said, I’m not sure what else there is to add to prism. I haven’t looked at the backlogs, but it has to be getting pretty mature by this point.

    The prism book was one of the hottest things at the Developer Guidance/P&P booth at Tech Ed 🙂

    Pete Brown’s #16 response [06-06-2011 3:44 PM] (emphasis is mine)

    FWIW, we don’t use third-party media outlets to announce things or do damage control unless it’s a quoted interview or video of MS folks. Even then, it’s rare not to have the real annoncement on our PR site.

    Pete Brown’s #17 response [06-06-2011 9:29 PM] (emphasis is mine)

    In case you haven’t seen this, Hanselman’s “Don’t give bile a permalink” is a good read.

    [Why? For things like that: “If you’re a nudist and you give your technical talks on C# naked, I likely won’t be there to watch your talk. You may feel REALLY strongly about nudism, and I wish you well. You may believe in the legalization of drugs and prefer to give your technical presentations high, and I say, kudos, but I and others may not show. There are some social norms, and you should know what they are and know how strongly you feel about them when you take your message to a larger audience. ”]

    From a quite opinionated but quite unsatisfied previous insider: http://twitter.com/#!/MossyBlog

    Scott Barnes

    @MossyBlog Brisbane
    Former Product Manager (Silverlight/WPF) Microsoft Corp, UX Specialist, The guy leading the mob on FIXWPF.org and blogging dude behind RIAGENIC.com
    http://www.riagenic.com

his response to the on going debate on Silverlight Forum

MossyBlog response #1 [06-06-2011 10:03 PM] (emphasis is mine)

A few points if I may:

  • Not saying anything is one thing admitting it… dear god why. This isn’t directed at Pete to all staff members, if you can’t get involved in the discussion then avoid the discussion completely. Jumping into the fray and asking all to calm down while at the same time not offering answers is not wise. It only fuels further conspiracy theories for one and secondly it creates a focused point of frustration for all to increment geek-rage at.  Either join the discussion or don’t but not half-way.
  • Perception vs Reality. The amount of times when we use to deal with constant battles around Silverlight mainly from a perception base vs the reality was a daily occurenceso Microsoft Staff, while I admire your bravery here by jumping into the fray with “probably” correct is a diasterous way of handling the corporate communication(s). You’re actually doing more harm that way and if i was still in the Silverlight team i’d be making moves to put a gag order on you for it – its not your motivates aren’t righteous but you are actually now validating some of the speculation by keeping it half-yes half-no.
  • New Joins vs Trolling. On one hand its great to see new members whilst on the other hand its sad under these circumstances. The point of order here is this, Corporate Comms 101 is a tire fire right now, people are frustrated and having an outlet like this to voice such concerns is a beast that well – staff – you created. If people are joining to either remain anonymous and voice their rage or so on, so be it all you can all do is reallly just sit and listen …that..or join the conversaton and start squashing some of the rumous / speculation mentioned earlier. Time to get involved.
  • Moderation. If you have a situation whereby the villagers are going to storm your gates, its better to marshall them into an area you can control more to the point you can isolate. Having such a firm strict hand on a forum such as this isn’t smart as what you’re really saying to the hordes of both positive & negative emotion is “take your fight elsewhere”.  You don’t want that, you want this isolated and pocketed to one area of the web as much as possible as when you do finally do your reveal in September you can then provide a much more sturdier platform to voice your smackdowns. Right now this is just plain stupid.

Pete. Personally I am fan of your work and will often support you even when I think you’re wrong because at the end of the day you work very hard to make a difference to communities like this. My personal advice to you is step aside, don’t take this bullet as the Windows team have some damage to fixand as some managers in the Silverlight team used to say “If you going to break up a fight, be prepared to be punched in the face”.

Let the horde vent their rage, its fast creating a marshalling point for you to provide some much needed corporate communication(s) to down the track.

To the masses here on this thread: You can argue amongst yourselves all you want, to what end? all you’re really doing is seeing who can bark the loudest.. the reality is this won’t have impact as the decisions around this entire messaging framework if you want to call it that goes much higher than those who moderate / read these forums. At best all staff like Pete can do etc is provide a thread or snippet of quotes to execs in a “quoted” format with “Please help me help you” call to action. It’s more than likely that email will be ignored.

My advice – wait this HTML5 bubble gum pop idea out as it’s one thing to say “all devs will create HTML5 apps” and its entirely another to have it happen. This is about the 4th time Windows team have tried to kickstart the HTML pipedream and what they fail to realise is that folks who do adopt Microsoft tech enjoy .NET [while] folks who don’t, just don’t like Microsoft as a brand and it mainly has nothing to do with technology discussion. Can’t imagine why they loose faith in the brand though? can you 😉

Scott Barnes
Former Product Manager (well 1yr ago lol) for Silverlight/WPF 🙂

Scott Barnes
Anti-Evangelist

To which came the following:
npolyak1 reminder [06-06-2011 11:29 PM]

And here is an article by Scott Barnes written last September warning everyone about what is coming (would we all listen to him)

http://www.riagenic.com/archives/363

npolyak1 addendum #1 [06-06-2011 11:40 PM] (emphasis is mine)

Excerpt from Scott’s article:

I’m simply about highlighting the disconnect here and if the Windows 8 / IE teams of today think that Silverlight / WPF is something they can deprecate because they dislike people in DevDiv or its current model then think again, as this is one of those rare moments in time where you have a hung jury in terms of which of the two is really the best bet.

npolyak1 addendum #2 [06-06-2011 11:41 PM]

Apparently Windows 8 / IE teams decided that they indeed can deprecate WPF and SL. Moreover, MS seems to allow them to get away with it.

npolyak1 addendum #3 [06-06-2011 11:48 PM]

Windows team seem to have gotten what they wanted – they destroyed the developer tools division, but they are also destroying a large part of Microsoft – in my estimate this crazy idea will cost at least $50 billion in market capitalization.

Drzog response to npolyak1 [06-06-2011 11:51 PM] (emphasis is mine)

Interesting article – it explains much, and is very disconcerting. Call it conspiracy theory, but I’ve noticed a number of HIGHLY VISIBLE Silverlight marketing links are not functional on the following prominent Microsoft websites:

(1) http://www.microsoft.com/silverlight/   This is the entry point URL for anyone inquiring about Silverlight, and ranks first or second when searching on “Silverlight”.  Guess what? Click the first thing you see — the “Play” button — and then “Launch Demos” and sadly, none of the first three video streaming examples work. SHAMEFUL.

(2) http://www.microsoft.com/silverlight/future/  This is Microsoft’s “The Future of Microsoft Silverlight” page. Click the first call to action button “Watch the Silverlight Five Announcement” — guess what? NO VIDEO. Then try the “High Quality WMV” link. Guess what — staggered and strobed pixelation. SHAMEFUL.

These are Microsoft’s leading URLs for Silverlight information. Go figure.

Scott Barnes response to the erietta [user experience designer. news hound. art lover. in Sydney] 10 hours ago [vs 06-07-2011 11:00 CET]

UI experts upbeat on Windows 8 preview itnews.com.au/News/259674,ui… via @itnews_au what say you @MossyBlog ?

So copied here: UI experts upbeat on Windows 8 preview [June 6, 2011] (emphasis in bold is mine)

But are icons more effective?

User interface experts have expressed surprise at the re-design of the Windows OS interface, giving Microsoft the thumbs up for touch-based gestures and use of web app development standards.

The new interface, previewed late last week, replaces menu bars and icons with tiles akin to Windows Mobile 7.

A panel of Australian user interface gurus told iTnews the preview was significant.

Whereas web applications were once developed to mimic richer desktop applications, users now prefer the simplicity and ease of navigation of web applications.

Today, the desktop OS attempts to mimic the web.

“Hallelujah, at last, someone got it!” said Anthony Colfelt, Creative Director at web user experience firm, Different.

Microsoft’s tiles “take the best from informational web-design and applies it to the main computer UI,” he said.

He was particularly impressed that Microsoft has chosen to run applications developed with HTML 5 and Javascript, to prepare for an “inevitable shift toward light-weight terminal computers that rely on web-served applications.”

Colfelt said Microsoft was “finally attempting to lead in the area of UI and experience, rather than following Apple.”

“It has always been to Microsoft’s advantage to open up their system (for a reasonable fee) to the masses of developers and hardware manufacturers,” he said.

”Lots of programmers and machines equals lots of cheap programs and computers, and that means lots of accessibility for the consumer.”

Richard Edwards, Principal Analyst at Ovum said the preview proved Microsoft is still a “viable market-maker.”

Made for tablets

Shane Morris, director at UI specialists Automatic Studio said the interface “shows that Microsoft is serious about embracing touch and slate-based modes of use within Windows itself – as it should be.

Clearly Microsoft has thought hard about how to integrate the casual consumption model of tablet devices with ‘real’ operating system features like multi-tasking, file system access and rich applications that require extensive user input, like Office.” he said.

“Why abandon the power and familiarity of Windows if they can possibly help it?

The use of scrolling panels of tiles is a natural extension of the use of tiles and panning ‘panoramas’ in Windows Phone 7, which are proving popular with users,” he said.

Swiping left and right to scroll through choices is a very natural action, and leverages both spatial memory and muscle memory to help users find and re-find what they need.”

But Morris pointed out that the preview did not reveal any on-screen cues to users to show them how swiping in from the edge of the screen could activate operating system features like task switching. This could prove a sticking point until users grew used to the concept, he said.

Colfelt also noted that many of these same interactions would “feel clumsy using a mouse.

“That could cause RSI if the user gets too excited about using them,” he noted.

The only point on which the experts disagreed was the use of tiles on the home page. Whilst Colfelt felt it was a solution to what he calls “information spelunking” (areas of a site easy to fall into and hard to find your way back out of), Morris felt Microsoft was abandoning icons that have historically proven far more effective.

Tiles, Morris said, are difficult to differentiate and can crowd the screen.

“The use of larger, consistently sized tiles containing dynamic content has the potential to create a vista that ‘yells’ at the user – and the demonstrated use of bright, saturated colours might actually make it difficult for users to discriminate between tiles and to focus on individual tile content,” he said.

“We know that people use various cues to search the visual field. Outline shape is one of the primary prompts to help people discriminate and identify objects visually. The dominant and consistent rectangular shape of the tiles themselves means Windows 8 users cannot use this outline shape as the primary cue. They must instead rely on colour and the actual tile contents. Compare that to the carefully designed icons in Microsoft Office products. Those icons present unique outlines – for good reason.”

Morris raised concerns as to whether Microsoft would continue to support stylus and other pen-based input as well as touch.

MossyBlog Scott Barnes @erietta @itnews_au UI Experts? hah.. thats like saying “Lifecoaches enjoy windows 8” 🙂 9 hours ago

in reply to ↑ @MossyBlog Scott Barnes @erietta @itnews_au the only expert in that conversation was @shanemo and he nailed his remarks well.. wouldn’t say it was upbeat tho 9 hours ago

erietta erietta @ @MossyBlog is your microsoft bias shining through? Anthony is a well qualified UX designer (& my boss you ratbag!) @colfelt @itnews_au. 7 hours ago

MossyBlog Scott Barnes @ @erietta @colfelt @itnews_au he is? so am i? so is everyone.. UX Expert is an oxymoron imho 🙂 7 hours ago

erietta erietta @ @MossyBlog @colfelt @itnews_au and I was after YOUR thoughts as you are on the record of sledging microsoft UX design. What say you? 7 hours ago

in reply to ↑ @MossyBlog Scott Barnes @erietta @colfelt @itnews_au i personally think the Tiles Windows8 concept is still unproven firstly & secondly it’s lazy design that furthermore, I don’t think as much thought as one is lead to believe has been put into the science behind it..  the design behind current MS Metro is a state of confused schizo ver of Intrinsic & Extraneous cognitive load. 7 hours ago

in reply to ↑ @erietta erietta  @MossyBlog @itnews_au @colfelt This is the Scott I was looking for! Will be interesting to see if the process behind design is revealed. 7 hours ago

replies ↓ MossyBlog Scott Barnes @ @erietta @itnews_au @colfelt yeah i mean i feel like a crack record though on my metro insighs..basically i like its attitude not execution 7 hours ago

——————————–

colfelt Anthony Colfelt  @MossyBlog @erietta @itnews_au having worked alongside a few MS UX team members, I know PLENTY of thought went into the design.  9 hours ago

in reply to ↑

@MossyBlog Scott Barnes   @colfelt @erietta @itnews_au pink had potential and there were far better ideas on the table early on

@MossyBlog Scott Barnes   @colfelt @erietta @itnews_au it’s principles are great it’s execution is lazy   9 hours ago via Twitter for iPhone

colfelt Anthony Colfelt  @MossyBlog @erietta Isn’t it a tad insulting to them to suggest otherwise? 9 hours ago

in reply to ↑

@MossyBlog Scott Barnes  @colfelt @erietta so? Want to play in the big leagues be prepared to backup the science behind it all 9 hours ago via Twitter for iPhone

@MossyBlog Scott Barnes  @colfelt @erietta this execution panders to making engineers I to designers without context or personality  9 hours ago via Twitter for iPhone

@MossyBlog Scott Barnes   @colfelt @erietta current metro designs are what I call shoplifting for designers

@MossyBlog Scott Barnes  @colfelt @erietta it’s in my view the same as buying ui art from a $1 or less store

colfelt Anthony Colfelt  @MossyBlog @erietta I doubt most those reading @itnews_au cares abt the science. But next time, maybe they’ll ask a REAL expert to comment9 hours ago

in reply to ↑ @MossyBlog Scott Barnes @colfelt @erietta @itnews_au let me know if u meet one. I watched $1m usd research try and find one and it failed :$

MossyBlog Scott Barnes @ @colfelt @erietta @itnews_au btw i’m not looking to attack you per say, just the concept of “UX Experts say..”.. its kind of “wtf?” is my pt 8 hours ago

brettatitnews Brett W @  @colfelt @erietta @itnews_au I’m guessing if I’d included @MossyBlog there would be no argument on using the word “expert”.  7 hours ago

MossyBlog Scott Barnes  @ @brettatitnews @colfelt @erietta @itnews_au wanna take that bet ? 🙂 .. The word expert is an alt word for Life Coach in my vocab 🙂 7 hours ago

brettatitnews Brett W  @  @MossyBlog @colfelt @erietta @itnews_au how would you rather be addressed Scott?  7 hours ago

in reply to ↑

@MossyBlog Scott Barnes @brettatitnews @colfelt @erietta @itnews_au Me? why would you address me.. i’m just a developer who designs.  7 hours ago via web

replies ↓

erietta erietta  @  @MossyBlog @brettatitnews @colfelt @itnews_au What have I started here?! </flamewars> 7 hours ago

MossyBlog Scott Barnes  @ @erietta @brettatitnews @colfelt @itnews_au haha 🙂 no.. its just that article came up light..i want more meat on the bone..  7 hours ago

brettatitnews Brett W  @ @MossyBlog @erietta @colfelt @itnews_au I’ll be sure to include you next time Scott. 6 hours ago

MossyBlog Scott Barnes  @ @brettatitnews @erietta @colfelt @itnews_au hah.. that’d be funny. 6 hours ago

MORE FROM SCOTT BARNES

@MossyBlog Scott Barnes Blog Post:: Understanding “Why would Microsoft do that?” http://bit.ly/m8lRiL  8 hours ago via RIAGENIC Blog

China Mobile repositioning for TD-LTE with full content and application aggregation services, 3G [HSPA level] is to create momentum for that

Follow-up: – Good TD-LTE potential for target commercialisation by China Mobile in 2012 [July 13, 2011]

See also: Mobile Internet (Aug’11) which is a total update on Aug 26, 2011 with a lot of additions to the original July 19, 2010 content on the following subjects:
– LTE and LTE Advanced — HSPA Evolved (parallel to LTE and LTE Advanced) — Heterogeneous networks or HetNets — Femtocells and Picocells — Qualcomm innovations in all that — Ericsson’s LTE Advanced demo — Current roadmaps on evolutions of current 3G+ broadband mobile networks

China Mobile to accelerate TD-LTE commercialization [June 10, 2011] (emphasis is mine)

China Mobile reportedly has decided to accelerate its investment in TD-LTE technology aiming to push the commercialization of TD-LTE networks one year ahead of its original schedule, according to industry sources.

The affects of poor sales on the commercialization of its 3G TD-SCDMA networks has pushed China Mobile to move forward into the 4G segment, the sources indicated.

The move by China Mobile has attracted attention from a number of chipset makers including Qualcomm, Sequans Communications, MediaTek and VIA Technologies as well as China-based Spreadtrum Communications, Hisilicon Technologies and Innofidei, as they have all been eyeing the 4G chipset market in China, the sources noted.

MediaTek has decided to expand its R&D team for the development of LTE and WiMAX chips in Taiwan and China, with plans to raid talent from other wireless chipmakers as well as from HTC, said the sources, noting that MediaTek also does not rule out the possibility of acquiring related LTE R&D teams at home and abroad later.

Global opportunities for LTE TDD [Ovum, February 2011]

Quite often, LTE TDD (also known as TD-LTE) is wrongly presented as a Chinese technology. … However, unlike TD-SCDMA, which was originally a Chinese technology that was subsequently adopted by 3GPP, LTE TDD has been part of the 3GPP standardization effort since its inception. … China Mobile learned at its cost with TD-SCDMA that being a 550 million customer mobile operator helps to attract vendor attention but is not enough to make a technology a global success. The operator consequently built a strategy to position LTE as the next GSM, making LTE the de facto global standard for mobile broadband – something most cellular operators would welcome for cost reasons.

China Mobile is facing several challenges with TD-SCDMA. One of the most acute relates to the smaller economies of scale associated with a weaker device ecosystem compared to UMTS/HSPA. This is why China Mobile quickly oriented its long-term mobile broadband strategy towards LTE TDD. … In terms of LTE TDD network expansion, we believe that it could be faster than TD-SCDMA as the network will leverage many aspects of the current TD-SCDMA network including cell site facilities, backhaul, and even parts of the base stations. … Despite the large scale of the trials, the drawback of a 1H12 launch is the impact it may have on the development of the LTE TDD ecosystem. Fortunately for the technology, another significant market, India, may launch commercial LTE TDD services before the end of 2011.

It is Ovum’s view that LTE TDD will become widely adopted in the global market, but this will take time, as exemplified by our forecasts. There will be a delay of 12–18 months between the take-off of the two LTE variants. For LTE FDD take-off should be around 2012–13, while it is expected that this will be around 2013–14 for LTE TDD. We forecast 89 million LTE TDD connections by 2015, representing roughly 25% of total LTE connections.

First Pre-commercial LTE TDD/FDD Uni-Mode Single Chipset USB Dongle to be Launched in June [June 9, 2011]

In June 2011, the world’s first pre-commercial LTE TDD/FDD uni-mode, multi-band, single chipset USB dongle supporting LTE TDD/FDD idle mobility (cell reselection) will be launched by Huawei Hisilicon. Successful completion of the IOT tests with all of the 10 infrastructure vendorsindicated that it had fully satisfied the Uu IOT and terminal test requirements of MIIT and CMCC.

Detailed  design parameters are as follows:

The TD-LTE USB Dongle makes an unprecedented advance in functionality, performance, form factor, and interoperability. Prior to the launch of this pre-commercial TD-LTE dongle, 3 other critical development stages were completed:

  1. The first release of TD-LTE single-mode USB dongle test samples were released at the Shanghai World EXPO in mid 2010. All the terminals were custom-designed for the trial/ demonstration with the 65nm chipset design. Most of them passed the IOT tests with 1-2 infrastructures.
  2. The first release of LTE TDD/FDD dual-mode Single Chipset USB (65nm design) dongle test samples were released at GSMA MWC 2011 in February 2011. The USB dongles provided by Huawei Hisilicon and Qualcomm can support TD-LTE and LTE FDD in a single chip. The dongle is designed to support TD-LTE or LTE FDD based on the software that is loaded.  IOT tests with 3-4 infrastructrues were passed during this phase.
  3. The pre-commercial TD-LTE single-mode multi-band USB dongles (45nm design) were launched during the GTI 1st workshop in April 2011. These were targeted for trial applications and installations. More than 20 TD-LTE USB dongles from ZTE provided problem free services during the two-day GTI workshop. The DL peak data rate reached 80Mbps and the average single user DL data rate reached 4Mbps. The dongle demonstrated the commercial readiness, stable performance and rapid development of the TD-LTE dongle.

The development quickly progressed from a 65nm test sample to a pre-commercial, Full IOT, Uni-mode, 45nm solution in less than a year. TD-LTE Large Scale Trials in China and commercial deployment in India and Japan will speed up its commercial readiness. The TD-LTE dongle will be commercially available in 2011.

Spreadtrum Communications Acquired Stake in MobilePeak Holdings, Ltd., a Leading UMTS/HSPA+ Modem Chipset Designer [June 9, 2011] (emphasis is mine)

Spreadtrum Communications, Inc. (NASDAQ: SPRD; “Spreadtrum” or the “Company”), a leading fabless semiconductor provider in China with advanced technology in both 2G and 3G wireless communications standards, today announced that it has acquired approximately 48.44% of the total outstanding shares of MobilePeak Holdings, Ltd. (’MobilePeak’), a privately held fabless semiconductor company based in Shanghai and San Diego that specializes in the design of highly integrated UMTS/HSPA+ modem chipsets.

Spreadtrum acquired approximately 48.44% of MobilePeak’s total outstanding shares, and provided a short-term loan to MobilePeak for the repayment of MobilePeak’s outstanding convertible bridge loans, for an aggregate cash consideration of approximately US$32.58 million. Spreadtrum intends to purchase all of MobilePeak’s issued and outstanding shares, and expects to complete the acquisition in the third quarter of 2011. Thanks to MobilePeak’s efficient operations, Spreadtrum expects the acquisition to have a minor impact on its earnings per share in Q2 and the remaining quarters in 2011, and Spreadtrum maintains its Q2 2011 guidance in terms of revenue, gross margin, and operating expenses as a percentage of revenue.

Commenting on the transaction, Spreadtrum’s Chairman, President and CEO, Dr. Leo Li, said, ’We are very pleased and excited to welcome the MobilePeak team. The synergies between the two companies and the opportunities created by this transaction are clear. With MobilePeak’s complete UMTS/HSPA+ solution, we will broaden our portfolio of worldwide wireless handset technologies, and make inroads into the WCDMA feature phone, smart phone and tablet markets.

“Utilizing our advanced 40nm technology, mature GSM/GPRS/EDGE and TD-SCDMA platforms, and working closely with MobilePeak’s Shanghai and San Diego teams, we will be well equipped to expand our international market shares. These capabilities are also a solid foundation for developing the next generation multi-mode FDD-LTE/WCDMA and TDD-LTE/TD-SCDMA technologies over the next two years.”

Mr. Qiuzhen (Joe) Zou, Chairman and President of MobilePeak, said, ’ We are eager to work with the Spreadtrum team. Since MobilePeak’s inception in 2005, our team has developed world-class baseband chipsets with support for 3GPP Standard through Release 7, including HSPA+ technology up to Category 14 with 21Mbps maximum downlink speed and 11Mbps maximum uplink speed. MobilePeak has more than 100 patents granted or pending worldwide, and its solutions have passed GCF tests and top-tier handset makers’ strict in-house tests. We are confident to roll out the first 40nm HSPA+ solution platform for feature phones and smart phones by 2012.’Mr. Zou will assume the role of Chief Technology Officer at Spreadtrum.

Mr. Zou founded MobilePeak in 2005 and has since served as MobilePeak’s Chairman. He served as MobilePeak’s Chief Technology Officer from 2005 to 2010 and assumed the position of President in 2010. Mr. Zou has more than 18 years of experience in the wireless communications industry. From 1993 to 2003, Mr. Zou held various positions with QUALCOMM, Inc., where he became a Vice President of Engineering in 2000. At QUALCOMM, Mr. Zou led various semiconductor design projects, including multiple generations of CDMA baseband chipsets. Mr. Zou received a BSEE from Southeast University in Nanjing, China in 1992, followed by an MSEE from Stanford University in 1993.

China market: 3G network investment totals CNY289 billion [June 14, 2011]

China Mobile, China United Telecommunications and China Telecom have cumulatively invested a total of CNY289 billion (US$43 billion) in setting up 3G networks consisting of 697,000 base stations around China, China-based http://www.xinhua.com has cited Ministry of Industry and Information Technology officials as indicating.

The three carriers had 67.57 million 3G subscribers in total as of the end of April 2011, the report indicated.

Goal for domestic 3G network set at 50m users [June 9, 2011]

The Chinese government has set a target of achieving more than 50 million third-generation (3G) mobile users by the end of 2011 for its homegrown telecommunication standard, but analysts predict the technology may not be the biggest winner in the 3G era.

Zhao Bo, deputy director of the electronics and information department with the Ministry of Industry and Information Technology, said on Wednesday that China should continue to push forward its TD-SCDMA (Time Division-Synchronous Code Division Multiple Access) 3G technology.

“The TD-SCDMA technology should realize its strategic target of acquiring at least one-third of China’s market, and grab 50 million users by the end of this year,” Zhao said.

He said he is confident that China Mobile Ltd, the world’s biggest telecom carrier by users, will achieve the goal within the schedule.

China Mobile is building the TD-SCDMA 3G network in China, while its domestic rivals, China Unicom Ltd and China Telecom Corp Ltd, adopted the WCDMA and CDMA2000 3G technologies.

Ye Lin, an official from the technology department of the Ministry of Industry and Information Technology, said since the three Chinese telecom operators obtained 3G licenses in early 2009, China has made major progress in 3G network development.

The three carriers have invested a total of 289 billion yuan ($44.6 billion) in 3G network construction in the past three years, Ye said. More than 697,000 3G base stations have been set up in the same period, he added.

The ministry recently announced that the number of 3G users in China reached 67.6 million by April.

China Mobile topped the list with 29.4 million, and China Unicom followed with 20.4 million. The smallest telecom carrier, China Telecom, had 17.8 million by April.

The great leap forward: How the world’s largest operator aims to jump one generation [Ericsson Business Review, June 10, 2011] interview with Bill Huang, GM of the China Mobile Research Institute (emphasis is mine)

China Mobile is pushing the time division (TD) flavor of LTE hard. Why is it necessary to have more than one kind of LTE, and what benefits does TD offer end users?

To understand, you must look back at what caused this technology evolution. There was an understanding that to go digital we must have a global standard. There were many candidates but they fell apart. GSM was a very good effort and succeeded in becoming the first real global standard. Then came 3G. In retrospect, 3G was a questionable development. It optimized voice capacity and quality but data traffic was kind of an afterthought. GSM did the job just fine. The best example is China Mobile. We deployed the world’s largest GSM network with the lowest tariffs, and never saw the need for a better voice service. 3G was a solution looking for a problem. And indeed, WCDMA did not take off until HSPA was developed. So from a historical perspective, HSPA was the only killer application for WCDMA, and internet access is the only reason HSPA took off.

Mobile internet is the only growth area for mobile communicationLTE carries the heritage of GSM and WCDMA with it … the selection of TD technology as a strong candidate in the evolution of LTE gives us an internet advantage. Historically, mobile communication has been symmetrical, dominated by voice. Internet traffic is not symmetrical. Downlink is typically 10 times faster than uplink, and addresses this. TD is unique in the way you can adjust the uplink and downlink ratio. And that’s why TD has become very useful – not only does it allow operators to use spectrum more efficiently, it also offers consumers a better user experience and lower costs.

How will China Mobile use 3G?

We will accelerate. For China Mobile 3G is an important licensing issue, and we are building a 3G infrastructure to create the momentum [with 3G HSPA level?] with which we move towards 4G.

Isn’t that a long way off in the future? Don’t you need to develop mobile broadband now?

Completely wrong! We are targeting commercialization next year, not in five years. In fact, operators in India and Japan plan to go commercial this year, but we are not that aggressive. So you see: 4G is not being pushed by the vendors, like 3G was. 4G is being pushed by the carriers. LTE is the only standard in the industry where, if you have a product, people will buy it right away. It’s  the reverse of how things used to be, and very interesting. LTE is being developed fast, but not fast enough.

Instead of looking at data volume, we can charge for downloading a movie, regardless of size, or a song or a book. We have all of that already in place. But frankly I don’t think consumers are used to content based billing, so we need to educate them – in many cases. … China Mobile’s strategy is that we will be a content and application aggregator, therefore becoming a smart pipe – not a dumb pipe that just provides access without aggregating anything. So we become the Walmart of information.

Instead of charging for content or traffic we can create a club. People are familiar with that concept. You pay one monthly charge and everything is free. It’s very effective; Netflix is a good example of a subscription based service that I think has a very good future as a business model. At China Mobile we can do anything with scale, but we can’t do everything in a niched or personalized way. So, if we provide a club we get to leverage that scale. We have 600 million subscribers. If only 10 percent sign up, that’s already 60 million members. If just 1 percent sign up, that’s 6 million members.

How do you handle the threat from the over-the-top (OTT) players, the internet companies?

It is a very real threat: OTT services can now replace almost any communications service imaginable. ott services are usually free, so this business model is based on backward billing. … What we hope to entice the user with is the quality of service – that’s our most important competitive advantage. … we must also look to reduce the cost of our services, potentially making them free as well. If we use other ways to generate revenue – like advertising or the club concept, and the user subscribes to a bandwidth bundle – we could provide the voice club service for a fixed fee, while guaranteeing the quality. Then I think we could kill off OTT very easily.

What do you expect from the cloud?

For mobile internet we have established a three-front strategy: LTE; the smartphone (operating Ophone, which is based on Android plus); and cloud computing. Only by combining all three can we create a really competitive and successful mobile-internet business.

We believe the cloud is an infrastructure technology that can address the cost of computing, reduce energy consumption and become a common platform for society, consumers and companies. Historically telecom operators have been reluctant to embrace it, but this was a mistake. In the US, I think carriers have already given up. They allow Google, Amazon and Microsoft to run cloud computing. But there are opportunities for China Mobile. If anything, we can do infrastructure on a large scale, data centers and so on. We do not have to develop all of the internet services in the world to compete with Google or Facebook. What we could do is build a cloud-computing infrastructure and invite all the internet companies to partner with us.

The most important phenomenon that will drive change in the mobile communications industry today is the evolution of smart phones. What used to be a communications device is now an all-purpose computing device. Today, fewer than 20 percent of our subscribers use smartphones. We think that in three to five years over 80 percentof our subscribers will use smartphones.

Have tablets changed this picture?

No, I see them as just bigger smartphones. In fact, Microsoft and others have tried for many years to introduce tablets and failed. But when Apple introduced the iPad, which is just a big iPhone, everybody loved it. So, this proves that a successful tablet is a big smartphone. The look and feel is very similar to that of a phone.

How do you work with the app store concept?

We embraced it completely and the way we differ from Apple is that we support all operating systems – including iOS if Apple wants us to. … We hope to create a platform that is independent of operating systems. … The reason China Mobile chose Android was that we need the flexibility to differentiate. We need to add components, APIs and functionality to Android. That’s why we call it Android plus.

I don’t know if video is going to be a major revenue stream, but I am sure it’s going to be a major application. I say that because making video calls on IMS [IP Multimedia System]will become an internet application, so it depends on how we charge for it. It opens up the potential for more creative billing strategies. We would be able to deliver a level of quality that would be very difficult for an ott player to achieve.

We studied what kind of apps users download and you’d be surprised how similar people’s tastes are. The top 1,000 apps have a 99-percent share of the market. That’s very good news for operators. We are not very good at long tail, but we are definitely good at short tail.

We want a mobile phone to be able to transmit TV to a large screen – so you can watch the program on your phone’s small screen or your computer screen, but also take it with you when you visit someone and watch it together on a large screen, in high definition. You won’t need the DVD. The mobile becomes the set-top box. So China Mobile doesn’t need a three-screen strategy – we only need a one-phone strategy. We are working on a wireless multimedia transmission technology called WiMo for this, and expect it to be available in two to three years.

Are you ready for mobile banking?

To be frank, we have not figured out which technology’s the right one to get the credit card or the payment mechanism into the phone. The most viable one for phones would be near-field communication (NFC). We have already established our architecture for mobile commerce and an account system with connections to all the banks, so from a service point of view we already have everything in place. What we need right now is for more phones to have the capability to carry the mobile payment and transaction engine – the right chip and components to support it, along with NFC.

Is banking a comfortable area for operators?

We don’t necessarily have to compete with the banks. We can rather just be the wallet and charge a monthly fee for the service. In other words, the banks can issue the cards and put them into our phones. We will make our platform open for all the banks. We don’t have to issue our own cards; all we have to do is to become the channel for the credit cards. And then we can make money. It is a great service – to sign up you don’t have to fill in a lot of forms; we have all the customer data that is needed.

How China institutional changes influence industry development? The case of TD-SCDMA industrialization [May 25, 2011]

… in view of that China state capitalizing on different SOEs and accompanying institutional changes, we further break framework into two time-periods:
– During stage 1 (2002- 2008) that China central government started to support Datang Group, aiming to commercialize TD-SCDMA technology into products. State also assigned Datang to lead TDIA [TD-SCDMA Industry Alliance designed to function as the platform of TD-SCDMA development, involving the activities of setting standard, sharing IPR, organizing supply chain, and coordinating among members] for TD-SCDMA industrialization.
– In stage 2 (2009-present), China state turned to mandate China Mobile to promote TD-SCDMA, not only responsible for networking building and service providing, but also for organizing of mobile handset supply chain (Wang and Tsai, 2010).

The R&D capacity of Datang Group as a whole is questionable, despite that Datang set home-grown TD-SCDMA standard (interview ES1). Since 1992, CATT had received national grant to undergo the earliest home-grown standard (SCDMA, 2G), but failed to commercialize due to weak R&D capacity in commercialize large-scale system development (Chen, 2005; Soh and Yu, 2010)11. Second, Datang XiAn, founded in 1993 and specializing for telecommunication equipment manufacturing for digital automatic switching (SPC) product, can not compete with local minying enterprise Huawei and mixed enterprise ZTE since late 90’s to early 2000’s (Fuller, 2005: 201; Harwit, 2007; Liu, 2008).

… the Datang Group is state-owned enterprise spin off from CATT, and they didn’t directly confront market and no pressure for survival(interview ES1and IS1). Although state continuously channeled national resources to compensate the loss (cf. Table 1 2004 negative profit) from developing TD-SCDMA and that Datang Mobile indeed deployed on R&D and accomplish some patents, Datang Group as a whole can not develop innovation capacity in designing parts and testing whole TD-SCDMA network system. One of the reason is that Datang Group lacked of associated knowledge and experience before (Soh and Yu, 2010).

The same situation occurs in TD-SCDMA mobile terminal products. The joint ventures IC design firms of Datang and MNCs, such as T3G or Commit, launched none of TD-SCDMA products to the market and ended up merged by ST-Ericsson or bankrupted. Likewise, Datang Mobile fruited no complete TD-SCMDA handset, so the state turned to university and public-sector research institutes to support the development of TD-SCDMA (Liu, 2008, 2009).

TDIA also confronted frustration in knowledge sharing and organizing of supply network. There’s no patent license-out or cross-license among member (Sumtttier et al., 2006; Whalley et al., 2009), except occasional license out from Datang to ZTE and Putian (Soh and Yu, 2010). Theoretically, Datang supposed to invite and global companies, such as Huawei and ZTE, into the supply chain of TD-SCDMA and leverage on their experience. But Datang, as the father of TD-SCDMA, tried to protect and guard their child (interview ES1). On the other hand, the R&D capacity of Huawei and ZTE outperformed Datang, so Huawei and ZTE won’t bother to join Datang on patent sharing and further on TD-SCDMA technology/product (interview RS4 and RS6).

State pick winner [and looser] SOE as national team

By contrast to Datang, the state evolves to pick China Mobile as the new national team by assessing past performance as selection criteria. First, China Mobile has near 500 million (end of 2008) users, making it as the largest telecom operator worldwide (BMI, 2010). So it’s a feasible path to migrate most China users from 2G (GSM) to home-grown standard (Interview, ES1). Second, China Mobile is most profitable and potential operator in China that China Mobile had the capacity and capital to promote TD-SCDMA (Interview ES1, SS2, ES1).

… the state threatens China Mobile: TD-SCDMA or none of 3G licenses. Coupled with impact on Mr. Wang’s political career, China Mobile has no choice but to promote TD-SCDMA (Interview ES1). On the other hand, the state also subsidizes RMB$10 billion (SinoCast, 2009) to compensate for potential loss estimated RMB $30 billion each year (Interview RS5).

In short, China state changes institutional means of supporting core SOE by both subsidies and threat, rather than carrot without stick. The state also changes to assess SOE’s past performance for prospects of TD-SCDMA. Despite the mandatory mission, China Mobile indeed starts to recruit R&D staff with high salary (Interview RS5) and experiments several innovations on TD-SCDMA network deployment, mobile phone launch, and service package to users (Interview IS1).

For the particular case of TD-SCDMA development, this paper contributes to discover that China state experiments and adapts institutions, along with the mentality adjusted from ‘standard matters’ to ‘R&D capacity rules’. More, the macro-level institutional learning also leads to meso-level institutional adaptation in the telecommunication industry. China Mobile acts as a mediator between state and network of firms, with the resources re-distribution and demand for collective action through the whole supply chain. Therefore, China Mobile not only managed to offer users with innovative service and networking build through in-house R&D, but also to organize the preliminary formation of TD-SCDMA production networks.

China Mobile, as a customer rather than rival of equipment manufacturers, had invested RMB$148 billion during 2008 to 2010 through four stages bids of infrastructure construction (BMI, 2010; IEK, 2010). Both local and global firms, such as SOEs Datang and Putian, minying Huawei and MNCs Nokia-Siemens, all compete for TD-SCDMA network building (Wang and Tsai, 2010). The final winners are Huawei and ZTE, for their cheaper but good product quality than MNCs’ and SOEs’ (Interview ES2). It indicates that China Mobile also selects their cooperating partners basing on market performance as the foremost criteria. This is different from the previously protectionism signal that Datang sent, since the SOE was targeted to dominate China market under the umbrella of MIIT, and which formulated the national industrial policy.

China Mobile also realizes that the biggest problem of TD-SCDMA industrialization is the shortage of TD-SCDMA handsets in the market. Under the pressure from mission and profit, China Mobile urges their current partners (e.g. Nokia and Motorola) to produce TD-SCDMA products through replicating the same incentives tools that state imposed upon China Mobile. That is, China Mobile, basing on their market significance, threatens their main suppliers (e.g. Nokia and Motorola): TD-SCDMA products or none of other business (Interview IS1). On the other hand, China Mobile first offered RMB$ 600 million to three chipsets designers and nine handset suppliers, to induce these leading firms to offer cheap products to penetrate China market. Thus, Nokia, HTC, Samsung and some local firms started to launch TD-SCDMA handsets. Most of all, China Mobile plays as a coordinator to integrate the supply chain, from upstream IC design firms to downstream  manufacturers (Interview IS1).

China Mobile awards 12 companies TD-SCDMA research grants [May 17, 2009] (p. 4, emphasis is mine)

China Mobile will provide funding of RMB 600 million ($87.77 million) to 12 mobile phone and chip manufacturers for the research and development (R & D) of terminal devices based on the homegrown TD-SCDMA standard, China Mobile announced on May 17.

According to the announcement, the 12 companies include nine mobile phone manufacturers, namely Motorola Inc., Samsung Corp., Yulong Computer Telecommunication Scientific Co. Ltd., Dopod Communication Corp., LG Electronics (China) Co. Ltd., ZTE Corp., Hisense Group, Guangzhou New Postcom Equipment Co. Ltd. and Huawei Technologies Co. Ltd. along with three chip makers, namely T3G Technology Co. Ltd., MediaTek Inc., and Spreadtrum Communications Co. Ltd.

As China Mobile stipulated that chip makers and mobile phone manufacturers pair up in the R & D project, T3G will work with Motorola, Samsung, Dopod and Huawei while MediaTek will work with Yulong, ZTE and LG. Spreadtrum will collaborate with Hisense and New Postcom.

Motorola, Samsung, Yulong, Dopod and LG, together with their chip maker partners [T3G and MediaTek], will receive combined funding of RMB 310 million ($45.35 million) from China Mobile for R & D of high-end TD-SCDMA mobile phones. The remaining mobile phone manufacturers [Huawei, ZTE, Hisense and New Postcom], together with their chip maker partners [T3G, MediaTek and Spreadtrum], will be responsible for R & D of low-end TD-SCDMA mobile phones and will receive combined funding worth RMB 290 million ($42.42 million) from China Mobile, the announcement said.

China Mobile Reveals TD-SCDMA Handset Subsidy Bidding Results [May 17, 2009] (emphasis is mine)

On May 17, China Mobile (NYSE: CHL; 0941.HK) held a signing ceremony for subsidies targeted at joint TD-SCDMA handset R&D, with nine handset manufacturers and three chip manufacturers signing a “cooperative R&D” agreement. China Mobile will invest RMB 600 mln in the subsidies, driving total investment of over RMB 1.2 bln in TD-SCDMA R&D, with the remaining contributions coming from participating vendors.

6 joint bids won subsidies for China Mobile’s “Flagship Broadband Internet Handset” project: Motorola and 3G chip manufacturer T3G; Samsung and T3G; mobile handset manufacturer Yulong and TD-SCDMA chipmaker Leadcore Technology; Smartphone manufacturer Dopod and T3G; LG Electronics and Leadcore; and ZTE and Leadcore. China Mobile will invest approximately RMB 310 mln in the project.

For the “Low Cost 3G Handset” project, the five successful bids were ZTE and Leadcore; LG and Leadcore; Hisense and wireless baseband chipset provider Spreadtrum Communications (Nasdaq: SPRD); Guangzhou New Postcom and Spreadtrum; and handset manufacturer Huawei and T3G. China Mobile will provide approximately RMB 290 mln of funding for this project.

7 months later these 11 handsets were shown [as per China Mobile’s Dec 17, 2009 press release in Chinese

China Mobile‘s 200 Models of TD Mobile Phone Listing This Year [March 18, 2011]

Recenly Li Yue, president of China Mobile, attended the Results Announcement said that China Mobile has an adequate supply in the 3G mobile phones. Currently, 50 companies are available to TD phones, and another 200 models will be able to supply soon.

At the end of last year, China Mobile has conducted 6 million low-end TD mobile phones tender. And in February this year, China Mobile has conducted 12.2 million high-end TD mobile phones procurement, of which, about 150 million units flagship Internet terminals, 30 million units dual card dual standby terminals, 320 million units multimedia intelligent terminals, 400 million units fashion and entertainment terminals and 320 million units universal intelligent terminals.

Xue Taohai, vice president of China Mobile, said the group will control the handset subsidies in 17.5 billion yuan. It is reported that China Mobile set a new goal for 25 million 3G users this year, and the current 3G network has covered 656 cities.

China Mobile Changes Strategy in Terminal Procurement [April 22, 2011]

Foreign mobile phone makers that has been disappointed in the bidding invitation of China Mobile Ltd. (SEHK: 0941 and NYSE: CHL) for centralized procurement of 6 million TD-SCDMA terminals last year, have turned things around in this year’s first round of centralized procurement kicked off by the leading telecommunications carrier.

Reporters find out that foreign mobile phone makers have won more than half of the share in recent centralized procurement, indicating that China Mobile has adjusted its philosophy in terms of the development of TD-SCDMA terminals, pointed out an insider who declines to reveal his name, saying that the company is not satisfied about current situation for the distribution of TD-SCDMA mobile phones.

A top executive of China Mobile opens out that the sales volume of TD-SCDMA terminals is small, indirectly confirming the report, saying that TD-SCDMA mobile phones have bad quality and high prices.

In the opinion of a researcher of iSuppli, China Mobile has changed its strategy to snatch market share and enlarge user base through low-end TD-SCDMA terminals and will improve the brand influence and boost the sales volume of TD-SCDMA mobile phones through the promotion of flagship terminals.

At the end of 2010, a domestic TD-SCDMA chipmaker has begun preparing for the next year’s centralized procurement of TD-SCDMA mobile phones by China Mobile, since the distribution of TD-SCDMA terminals completely relies on telecom carriers.

The top management of the chipmaker has been determined to win the centralized procurement. However, in February 2011, the announcement of China Mobile about the result disappointed them.

China Mobile has focused on medium- and high-end mobile phones in this year’s first round of centralized procurement while bid winners were all domestic TD-SCDMA terminal makers last year.

The changing philosophy of China Mobile is unfavorable to domestic mobile phone makers, which are mostly oriented to the manufacturing of medium- and low-end TD-SCDMA terminals.

Take the example of upstream chipmaker Leadcore Technology Co., Ltd., its shipment of TD-SCDMA chips topped 13 million in 2010. In last year’s centralized procurement, the company took over half of the share.

In contrast, US IC designer Marvell Technology Group Ltd. (Nasdaq: MRVL) that is oriented to the medium- and high-end TD-SCDMA smart phone market is likely to snatch more than half of the share in the latest centralized procurement.

Whatever strategy China Mobile adheres to, its aim will not change. That is to attract more customers for TD-SCDMA mobile phones. A top executive of Leadcore Technology believes that high-end TD-SCDMA terminals will help China Mobile improve its brand influence. But, to boost sales volume, the company still has to rely on medium- and low-end mobile phones.

(1 USD = CNY 6.51) Source: http://www.nf.nfdaily.cn (April 22, 2011)

Muted group procurement result of TD smartphone in May, indicating backend loaded demand with low SP mix in 2011 [May 24, 2011]

Leadcore, Huawei, and Borqs indicated that China Mobile (CM) procured only 1.2mn TD smartphone (SP) with a minimum order of 200,000 for each model, well below the market expectation of 12mn units with minimum guaranteed order of 800,000 per model. CM has selected six models (three Ophone, two Android, and one feature phone) from Huawei, ZTE, Samsung, Lenovo, Motorola, and Coolpad. They attributed the disappointing central procurement result of TD smartphone to relatively poor quality of phones. That said, Leadcore believes that MIIT has required CM to add 30mn TD-SCDMA subs in 2011 and TD terminal or chipset shipment is likely to be 53mn in 2011. Leadcore is hopeful that feature phone and SP could represent most of the TD phones with fixed wireless terminals at only 3-4mn in 2011. Leadcore expects CM to shift to open channels, which also receives a subsidy through contracts with provincial or local CM subsidiaries; and we predict the mix of open channel and central procurement to increase from 30% and 70% in 2011 to 70% and 30% in 2012, respectively. Similarly, Spreadtrum also expects TD chipset market to reach 45-50mn in central procurement (fixed wireless 35%, feature phone 50%, smartphone 10-15%), and 60mn-70mn units in total (including the open channel). Spreadtrum has seen strong recent demand from open channel. We note that open channel tends to sell more feature phones and fixed wireless phones.

Leadcore and Spreadtrum aim to gain TD market share in 2011

Leadcore believes that it has 50% of TD market share together with Mediatek. Marvell has relocated some of its R&D resources to China and is getting support from OEM. CM would like to give 60% of its SP orders to Marvell. However, in a recent stability test by CM, Leadcore scored at 95% pass rate, with T3G at 93% and MRVL at only 65%.

Rumor: China Mobile Establishes National Handset Procurement Arm [May 27, 2011]

An industry source said recently that China Mobile (NYSE: CHL; 0941.HK) has circulated a memo internally announcing the establishment of a terminals center, to be announced officially in August, that will operate as a national-level handset procurement subsidiary. The operator is currently making necessary internal adjustments in order to transfer staff to the new center.

The new terminals center will be operated like a division of China Mobile, overseen directly by China Mobile headquarters, and will focus on terminal procurement and sales. The center will be comprised of several departments, including products, procurement, marketing, channels, systems support, general services, and finance. While it is being referred to internally as the “mobile terminals center,” externally it will operate like a company.

Previously, the source said, China Mobile’s headquarters had been separate from provincial-level procurement operations, which it will now unify under the new terminals center. If a handset manufacturer is not on the center’s supplier list, it will be unable to promote its handset through provincial subsidiaries.

Earlier reports claimed that China Mobile had planned to transform handset distributor Topssion, which it acquired in March, into a terminal sales subsidiary.

Borqs Unveils Latest OPhone Handsets at 14th China Beijing International High-tech Expo [May 20, 2011] (emphasis is mine)

With the coming of the World Telecommunications Day, the 14th China Beijing International High-tech Expo (the Expo) opened at China International Exhibition Center from May 18th to 22nd, 2011. This Expo was co-organized by several state departments of China, including the Ministry of Science and Technology, Ministry of Commerce, Ministry of Education, and Ministry of Industry and Information Technology. Many innovative enterprises participated into the Expo with their innovation achievements. Borqs, one of the members of China’s National Special Key Projects, were also invited and exhibited the new serial of TD smartphones running on OPhone OS 2.0 or higher.

From “Made in China” to “Created in China”, and then to “China Standards”, enterprises based in Zhongguancun have always been committed to innovation and development since their establishment. As technology advancement and industry transfer are seen everywhere around the world, China Mobile developed and launched the first 3G standard in China, TD-SCDMA, a decade plus ago. As of today, China Mobile has maintained 61.9 million 3G mobile users as well as 26.99 million TD-SCDMA users. Recently, Mr. Jianzhou Wang, the Chairman of China Mobile, pointed out that TD system was no longer a test network but a commercial one covering 656 cities around China with the joint efforts of China Mobile and its industry partners from within and outside the country. Especially, the TD-SCDMA industry chain has emerged in recent years,, consisting of near 50 telecommunication enterprises, including many manufacturers and providers of network, terminals and chips, in and outside China.

OPhone OS is closely related to TD. Up to now, OPhone smartphones account for 50% of TD smartphones. At the Expo, a wide range of TD terminals are exhibited, including many new OPhone-based models. Following its receiving recognition from the state officials at the prior 11th Five-year Plan Major Science & Technology Achievements Exhibition, OPhone OS continued to be all the rage and attracted many visitors at the Expo.

TD-LTE Industry Briefing – May 2011 by China Mobile [May 27, 2011]

TD-LTE Large Scale Trial in China Update –All 6 Cities Have Launched Base Stations

  • All 6 cities have launched base stations. The number of launched Base Stations has reached 20% of the planned ones.
  • The planning of continuous coverage in hot spot areas has been completed in all 6 cities. The constructions are under way:
    – 78% supporting facilities modification accomplished
    – 69% equipments arrived
    – 35% equipments installed
      • Transmission tests have been completed in several cities
      • EPC and Security tests initiated in several cities in April 2011
      • RANtests are planned to start in the end of May 2011TD

GTI Official Website: http://www.lte-tdd.org

The GTI official website was launched during the 1st GTI Workshop [on 27-28 April 2011 in Guangzhou, China]. The website shares the latest information about TD-LTE related News, Events, Reports and Statistics. GTI operators have the rights to access the Working Space on GTI website for technical presentations and further deliverables of GTI.

China Mobile Almost Finishes Pilot TD-LTE Network Deployment [June 7, 2011]

China Mobile, one of the Big Three telecom operators in the country, has completed deployment of a pilot TD-LTE network in most of the cities selected for a planned test, disclosed people familiar with the matter today.

Most of the system equipment makers have completed the first TD-LTE call in cooperation with the branches of China Mobile, according to one of the people, noting that additional telecom equipment makers are expected to make a presence in the program for an expansion of the test.

The TD-LTE network test, kicked off on March 24 with the releasing of document from the Ministry of Industry and Information Technology (MIIT), has been going on smoothly reflected by a group of telecom equipment makers’ success in TD-LTE call.

Huawei Technologies Co., Ltd., one of the top-ranking telecom equipment makers in the country, helped launch the first TD-LTE wireless connection in Shenzhen on April 6, facilitating the rollout of high-speed download service and high-definition video service based on the TD-LTE data card.

TD LTE to revolutionize wireless broadband [May 31, 2011] (emphasis is mine)

During the second international LTE conference held in New Delhi, the industry said that it has become imperative to deploy LTE technology to set standards. With numerous benefits of TD LTE, the industry is graping with deployment challenges while early availability of devices has become another area of concern. Bharti Airtel is conducting trial in Chandigarh. The deployment of TD LTE at right time as well as availability of devices will be a challenge, and it is coming out with a lot of hope.

Speaking at the event, J Gopal, Advisor (Technology), DoT said that they are looking forward for this technology to bridge digital divide and facilitate economic growth. With various consumer-centric advantages, TD LTE is becoming an important tool for every operator today while some of them have already begun trials.

“Eventually we see migration from WiMax to TD LTE and significantly there is a global initiative to promote it. India and China are the leading contenders of this technology, which is mature now,” said Sujit Bakre, head, 4G business development and product management (APAC), Nokia Siemens Networks. Large investments have already been done on 2G/3G and now we should leverage voice onto TD LTE, he added. Bakre reiterated that they bagged two commercial deals in Middle-East and Latin America but however couldn’t name the operators.

Puneet Garg, VP, Networks, Bharti Airtel said that TD LTE is a next step towards broadband wireless and is the fastest BWA technology and has become a realty now. “It will make high speed wireless broadband affordable to urban and rural consumers. This technology facilitate low TCO”, he added.

Rajan S Mathews, director general, Cellular Operators Association of India said that broadband is the single big imperative for the country. “As we are poised to be the largest economy by 2050, therefore we couldn’t afford to miss the broadband bus,” he said. Mathews said that the government is aggressively implementing the national policy on broadband and TD LTE is a great opportunity for the country to get into building standards.

20 Operators Have Joined GTI [May 19, 2011]

Following the 1st GTI Workshop, GTI has gained strong momentum. Till May 19th, 20 operators from Europe, Asia, America and Oceania have formally joined GTI.

These 20 GTI operators are:

Aero2, Belltell, Bharti Airtel, China Mobile, Clearwire, Datame, E-Plus, FarEastone, First International Telecom Corp,KT, Omantel, Nextwave, Packet One, Smoltelecom, SoftBank, Tatung Infocomm, Vividwireless, Vodafone, Voentelecom, Woosh.

GTI was formed to promote the TD-LTE ecosystem as a major standard in mobile broadband technology and drive the early development TD-LTE networks. Seven operators including Aero2, Bharti Airtel, China Mobile, Clearwire, E-Plus, Softbank Mobile and Vodafone jointly kicked off GTI activities in February during Mobile World Congress in Barcelona.

GTI objectives are:

1) Energizing the creation of a world-class and a growth-focused business environment;

2) Delivering great customer experience and bringing operational efficiencies;

3) Promoting convergence of TD-LTE and LTE FDD in order to maximize the economy of scale;

4) Facilitating multilateral cooperation between and/or among operators.

GTI has started preparing the 2nd Workshop and initiated the discussions on the technical areas which will be investigated among GTI operators.

Vividwireless joins global TD-LTE promotion initiative [May 19, 2011]

vividwireless a Seven Group Holdings Limited [media-related] company, owns and operates Australia’s first 4G wireless broadband network. vividwireless launched in Perth in March, 2010. The network has since been expanded to cover select parts of metropolitan Sydney and Melbourne, Adelaide, Canberra and Brisbane.

Vividwireless – which presently operates mobile WiMAX networks in capital cities – has joined the Global TD-LTE Initiative (time division long term evolution) launched at Mobile World Congress in Barcelona in February.
GTI, which held its first working meeting in Guangzhou earlier this month, was formed to promote the TD-LTE ecosystem as a major standard in mobile broadband technology and drive the early development TD-LTE networks. Its founding members were ChinaMobile, Bharti Airtel, Softbank Mobile, Vodafone, Clearwire, E-Plus, and Aero2. Vividwireless says it was invited to join at the launch.

Commenting on the launch of GTI at the time, Julien Grivolas, principal analyst at Ovum said: “A certain scale for LTE TDD was guaranteed by strong support from China Mobile, the largest operator in the world. However, as TD-SCDMA [China’s 3G mobile standard] proved to its cost, this is not necessarily enough to make LTE TDD technology a global success. China Mobile consequently considered it strategically vital to garner support from other key players.”

He added: “This LTE TDD evangelism started years ago, often behind the scenes, and finally came to fruition with the creation of the GTI. As a consequence, the main merit of the GTI announcement really lies in the official support for LTE TDD (and better harmonisation with LTE FDD) from a number of international players.

“With heavyweights such as China Mobile, Bharti Airtel, Softbank Mobile, and Vodafone Group – serving more than 1.1 billion subscribers in total at the end of 2010 – the GTI is certainly heading in the right direction. However, to further contribute to the virtuous cycle that the GTI aims to fuel, the organisation remains fully open to all operators and technology vendors interested in promoting LTE TDD.”

Vividwireless said that the GTI would “organise a series of activities to bring TD-LTE operators and vendors together to share development strategies and technology know-how, expediting the development of terminals and fostering global roaming and low-cost terminals.”

Vividwireless trialled LTE in Sydney earlier this year and says “The trials…demonstrated that TD-LTE can deliver wireless broadband that is faster than ADSL2+, with peak speeds as high as 128Mbps and consistent ‘real world’ speeds between 40 – 70Mbps.”

Following the trial the company said it was sufficiently impressed to consider using TD-LTE rather than WiMAX for its planned major east coast network rollouts. CEO Martin Mercer said “The technology is far more mature than we had expected. The Huawei SingleRAN solution [used in WiMAX mode in Vividwireless’ networks today] is basically ready to go today and is at a price point that would enable us to take service to market at prices comparable to what we offer today.

“We could deploy this technology in our east coast rollout and provide customers with services superior to those we provide today and equivalent prices. The question for us now based on the results of the trial is: do we rollout TD-LTE on the east coast…and do we deploy it in other markets as well?

vividwireless First To Trial 100Mbps Broadband TD-LTE In Australia [Nov 10, 2010] (emphasis is mine)

Leading 4G wireless broadband provider, vividwireless, today announced the first
Australian trial of superfast mobile wireless broadband – TD-LTE – (Time-Division
Duplex Long Term Evolution) which can deliver peak speeds of more than 100Mbps.
vividwireless CEO Martin Mercer said the trial with technology partner Huawei Australia
was part of the company’s continuing technology roadmap assessment.

“vividwireless is trialing the advanced TD-LTE technology to evaluate and determine the
very best mobile voice and broadband service to meet our customers’ future needs.
vividwireless is determined to ensure that it retains its ranking as Perth’s fastest wireless
broadband provider,” he said.

Huawei’s global experience with the technology has found TD-LTE can deliver wireless
broadband that is much faster than ADSL2+, with peak speeds of more than 100Mbps.
The trial will cover the market readiness of TD-LTE, including the technology’s capacity,
coverage and ‘real world’ performance.

“Demand for high speed wireless connectivity is increasing rapidly. Customers want fast,
reliable HD video streaming, gaming, communications, transactions and other
entertainment to be available wherever they are,” said Mr Mercer.

“Our current network satisfies this demand and this trial will help us to ensure that we
continue to be Australia’s leading wireless broadband provider,” he added.

The trial will commence in December 2010 in inner-city Sydney around Redfern, as well
as Western Sydney around Horsley Park. These locations will allow vividwireless to test
the performance of the technology in high demand, high density, inner city conditions
such as apartments and cafes, as well as suburban conditions.

Huawei Australia Chief Technology Officer Peter Rossi said, “Having worked with
vividwireless in rolling out its Perth network and the initial footprints in Sydney,
Melbourne, Adelaide, Canberra and Brisbane, we are delighted to be working on this
TD-LTE trial.

“Huawei’s SingleRAN solution allows vividwireless to make a smooth transition from
WiMAX to TD-LTE to suit its network requirements, and with Huawei holding the title of
the world’s number-one LTE essential patent holder
, vividwireless will always have a
cutting-edge mobile network,” he concluded.

Ovum encourages operators in developed countries to be pragmatic [May 6, 2011] (emphasis is mine)

Ovum has highlighted the potential of LTE TDD on many occasions, but has also pointed out the various challenges it faces. In particular we have highlighted that the current status of the device ecosystem may negatively impact the pace of rollout. Devices are always a crucial success factor for any kind of technology, but for LTE TDD they are even more important. This is largely due to the fact that most of the operators that have announced aggressive LTE TDD plans are based in emerging markets (China, India, and Russia).This means that low-cost devices will have to be made available quickly to serve these markets. In that sense, the creation of the Global TD-LTE Initiative at Mobile World Congress 2011 is a step in the right direction.

Launch of the GTI accelerates ecosystem development

In February 2011, China Mobile, Bharti Airtel, Softbank Mobile, Vodafone, Clearwire, E-Plus, and Aero2 officially launched the Global TD-LTE Initiative (GTI). The organization will focus on promoting the fast development of LTE TDD technology, promoting the convergence of LTE TDD and FDD modes to maximize economies of scale, and sharing the ecosystem with other TDD technologies, such as the Japanese eXtended Global Platform (XGP) technology.

In the mobile telecoms industry, scale is vital – something that WiMAX can testify to. A certain scale for LTE TDD was guaranteed by strong support from China Mobile, the largest operator in the world. However, as TD-SCDMA proved to its cost, this is not necessarily enough to make LTE TDD technology a global success. China Mobile consequently considered it strategically vital to garner support from other key players (as stated in our report TD-LTE, China Mobile’s long-term engagement with ‘TD’, OVUM051850). Attracting vendors’ interest was the easy part given China Mobile’s size, but making sure that other operators would consider the LTE TDD option required more imagination. This LTE TDD evangelism started years ago, often behind the scenes, and finally came to fruition with the creation of the GTI. As a consequence, the main merit of the GTI announcement really lies in the official support for LTE TDD (and better harmonization with LTE FDD) from a number of international players. With heavyweights such as China Mobile, Bharti Airtel, Softbank Mobile, and Vodafone Group – serving more than 1.1 billion subscribers in total at the end of 2010 – the GTI is certainly heading in the right direction. However, to further contribute to the virtuous cycle that the GTI aims to fuel, the organization remains fully open to all operators and technology vendors interested in promoting LTE TDD.

China Mobile will not be the first to launch commercial LTE TDD services

The GTI launch event in Barcelona confirmed what we expected (see the report Global opportunities for LTE TDD, OT00063-016): with a launch expected in 2012, China Mobile will not be the first operator in the world with commercial LTE TDD services. However, it is true that the operator’s large-scale trial networks to be deployed in seven cities in 2011 will be much bigger than the majority of LTE (TDD and FDD) commercial networks available at that time.

Among the LTE TDD frontrunners, the GTI event confirmed Aero2 from Poland as a candidate to become the first with commercial services, in as early as May 2011. The operator will use equipment from Huawei to construct a converged LTE FDD/TDD network. Softbank Mobile also unveiled plans to commercially launch LTE TDD services in Japan before the end of 2011. Like Aero2, the Japanese operator will use the 2.5GHz spectrum band. Softbank Mobile recognizes that the timeline set for its LTE TDD project is aggressive, but claimed that it has full confidence in vendors to overcome the various challenges. In Softbank’s opinion, LTE TDD is better suited to handle mobile data services. This is because the technology’s asymmetric nature fits well with mobile broadband data usage patterns and because of the greater technical efficiency of LTE TDD versus LTE FDD in terms of smart antenna systems. Finally, the official support of LTE TDD by Bharti Airtel means that there are now three 2.3GHz broadband wireless access spectrum owners committed to rolling out the technology in India. Speaking at the event, the CEO of Bharti Airtel, Sanjay Kapoor, stated that support from operators in India and China will ensure scale for LTE TDD and definitely signals the end of WiMAX’s hopes.

Ovum encourages operators in developed countries to be pragmatic

So far, operators have continued to favor the FDD variant of LTE, especially in developed markets. However, we recommend that these operators, which sometimes own unused TDD spectrum, closely monitor the development of the LTE TDD market. The reason is simple: given the rise of data traffic, all spectrum is valuable. They should continue to adopt a very pragmatic approach to LTE TDD. This consists of ensuring LTE FDD/TDD integration into network equipment now and into devices once the LTE TDD device ecosystem is sufficiently mature. If LTE TDD becomes widely adopted, by 2014-15 LTE FDD operators may well be tempted to leverage LTE TDD cost benefits to add extra capacity to their networks.

The E-Plus Group, China Mobile and ZTE sign a MOU for TD-LTE field trial in Germany [Feb 14, 2011]

The E-Plus Group, China Mobile Communications Corp. and ZTE will work together to launch a TD-LTE field trial in Germany in Q1 2011. The trial is based on 2.6 GHz spectrum that E-Plus acquired in the German spectrum auction. China Mobile, with its leading position and rich experience in the operation and maintenance of TDD networks, will empower this trial. ZTE will provide base stations developed on the advanced SDR platform and co-siting solution of LTE FDD/TD-LTE, which is a breakthrough in the industry.

The E-Plus Group is the third largest mobile network operator in Germany. The E-Plus Group has been one of the most innovative mobile operators during years. After revolutionizing the mobile voice market for larger user groups E-Plus is now opening the mobile data market for the masses with low-priced data tariff schemes and the roll-out of a HSPA+ network with speeds up to 21.6 Mbps. On top of the high speed mobile data network roll out, E-Plus will now test TD-LTE in the field. The E-Plus Group is one of the founding members of the Next Generation Mobile Networks (NGMN) Alliance.

The E-Plus Group and ZTE agreed and scheduled a field trial program for 2011 consisting of several streams to investigate the capabilities of ZTE’s commercial SDR equipment and best utilisation of the spectrum holdings of E-Plus in 1.8 GHz, 2.1 GHz and 2.6 GHz, both TD-LTE and LTE FDD.

China Mobile claims the largest number of mobile subscribers in the world. From TD-SCDMA to TD-LTE, China Mobile is devoted to promoting TDD industry being equipped with rich experience in TDD network deployment. Furthermore, China Mobile is pro-active in TDD technology globalization and convergence of TD-LTE and LTE FDD industry by seeking cooperation with overseas operators in Europe, Asia, America and Australia.

With joint effort of the E-Plus Group, China Mobile and ZTE, this trial will not only demonstrate the latest progress of TD-LTE/LTE FDD convergence in standards and industry development, but also lay an excellent ground for the full commercialization of TD-LTE.

About the E-Plus Group
The E-Plus Group is the challenger on the German mobile communications market. Simple services tailored to customer needs and a major reduction in call and data charges can be traced back to the initiative of the third-largest mobile network operator in Germany. After revolutionizing the voice market for larger user groups now the company opens the mobile data market for the masses by its massive network roll-out and highly attractive low-priced data tariff schemes. As a result of innovative business models, modern structures and strong partnerships the E-Plus Group was able to significantly strengthen its market position and show a more dynamic and profitable development than the market. Since 2005 E-Plus Mobilfunk GmbH und Co. KG has developed into a family of brands offering target group-specific services and thus breaks new ground in mobile communications in Germany. More than 20 million customers are using the network of the E-Plus Group to make calls and send text messages or data. The Group generates an annual revenue of €3.2 billion (2010) and employs more than 2,500 people (FTE) in Germany.

326 Million Dual-Mode 4G Devices to be Activated by 2016 [May 31, 2011]

326 Million Dual-Mode (3G + LTE) Devices will be Activated by 2016 according to Maravedis’ latest research titled “Global 4G Device Forecast 2011-2016”.

“All LTE devices activated during 2010, including USB data cards, modems and notebooks, were single-mode,” said Cintia Garza, author of the report. “However, LTE+3G smartphones have emerged during 2011 as more LTE operators begin to add LTE to their device offering, in particular smart phones whose adoption will be key to LTE uptake.”

In the United States, Sprint’s early success with WiMAX smart phones suggests a very promising uptake for LTE smart phones. Many other carriers around the world are also looking at introducing smart phones in their LTE device portfolio by the end of 2011, such as NTT DoCoMo (Japan), and Yota (Russia).

“By 2013, more than 50% of LTE devices activated worldwide will support both FDD and TDD duplex modes, once TD-LTE deployments consolidate in China, India, Malaysia, Korea and other APAC countries,” continued Garza. “On the other hand, 75% of the LTE devices will support legacy systems (2G/3G) and 9% will support WiMAX technology; these devices will mainly include smart phones, tablets and USB dongles”.
Tablets are also one of the most promising devices in the 4G device market. Maravedis’ report predicts tablet shipments will grow from 46 million in 2011 to nearly 150 million by 2016. Apple iOS is expected to remain the most popular tablet for the coming years, reaching 46% market share by 2016.

Additional Research Findings: 

  1. 260 million dual-mode (TD LTE + FDD LTE) devices will be activated by 2016
  2. Android will account for 48.5% of the smart phone market, Windows 21% and iPhone (iOS) 16.5% by 2016.
  3. APAC and Europe will account for the largest number of smart phones and tablets activated by 2016.
  4. By 2016, 95% of the tablet installed base will be 3G/4G enabled.

Source:Maravedis

LTE Subscriptions to Experience Growth of over 3,400% Between 2011 and 2015 [June 9, 2011]

Between mobile applications, data, voice, and streaming and broadcast video, global wireless bandwidth usage has increased ten-fold since 2008, and there are no signs of it stopping. This obsession to connect anywhere, any time, on any device, viewing any type of digital content is about to have a very real and sudden impact on the wireless world. In-Stat (www.in-stat.com) forecasts that LTE subscriptions will experience a 3,400% explosion of growth between 2011 and 2015.

“Although there are regional variations in the adoption of cellular services, due in part to current available technology, LTE will clearly be the 4G service of choice moving forward,” says Chris Kissel, Analyst.  “3G will remain the predominant service subscription, also with robust growth, but over the next 5 years things will trend toward LTE as 4G service availability is ramped up.”

Recent research by In-Stat found the following:

  • North American FDD-LTE subscriptions are set to increase roughly 2100% from 2011 to 2015. In 2015, the ratio of North American FDD-LTE subscribers to TDD-LTE subscribers will be almost 14 to 1.
  • 3G subscriptions remain dominant with WCDMA technology capturing 26% of 3G subscriptions.  CDMA Rev B will be the smallest segment of the 3G technologies based on subscriptions.
  • 2G service subscriptions will peak in 2012, then they will begin a slow decline during the remainder of the forecast period.
  • More than half of all new deployments are LTE.

Mobile broadband subscribers overtake fixed broadband [June 7, 2011] (“in the text” emphasis is mine)

Market research firm Infonetics Research today released excerpts from its latest Fixed and Mobile Subscribers market forecast report

ANALYST NOTE

“As we predicted, mobile broadband subscribers surpassed wireline broadband subscribers in 2010 (558 million vs. 500 million). Fixed-line services are not dead, though, especially with China giving a boost to the worldwide wireline broadband base with its massive fiber-based program led by the Chinese government, which has set a 20Mbps benchmark for all broadband subscribers, where most today receive 2Mbps to 3Mbps at best,” notes Stéphane Téral, Infonetics Research’s principal analyst for mobile infrastructure.

FIXED AND MOBILE SUBSCRIBERS MARKET HIGHLIGHTS

  • Infonetics forecasts the number of mobile phone subscribers to grow to 6.4 billion in 2015 (the current global population is 6.9 billion)
  • In 2010, Asia Pacific accounted for nearly half of all mobile subscribers
  • The number of cellular mobile broadband subscribers jumped almost 60% in 2010 to 558 million worldwide and should top 2 billion by 2015
  • Access lines (residential, business, and wholesale PSTN, POTS, and ISDN connections) are forecast to continue declining, falling to 759 million worldwide by 2015
  • As access lines disappear, new forms of wireline broadband continue to thrive; the number of wireline broadband subscribers (DSL, cable, PON, Ethernet FTTH, FTTB+LAN) hit 500 million worldwide in 2010
  • WiMAX, in high demand in many regions with inadequate wired infrastructure, remains modest in scale but not growth: despite the global recession, the number of WiMAX subscribers grew 75% in 2010, with more strong growth ahead, reaching 126 million in 2015
  • The number of VoIP subscribers (including VoIP over access lines and over other broadband lines, such as cable) is forecast to grow from 157 million in 2010 to 264 million in 2015
  • While growth in the number of video subscribers is being challenged by over-the-top (OTT) and free-to-air services, telco IPTV subscribers are forecast to triple between 2010 and 2015, and digital and satellite cable subscribers will see healthy annual growth as analog cable video subscribers continue their inevitable decline

REPORT SYNOPSIS

Infonetics’ report provides worldwide and regional market size and forecasts through 2015 for access lines and fixed and mobile subscribers, including cable broadband, DSL, PON and Ethernet FTTH, residential and SOHO VoIP, telco IPTV, cable video, satellite video, mobile (GSM, W-CDMA, TD-SCDMA, cdmaOne, CDMA2000), cellular mobile broadband (W-CDMA/HSPA, CDMA2000/EV-DO, LTE, WiMAX, phone-based, PC-based), WiMAX (802.16m, 802.16e, 802.16d), and IMS subscribers. See report prospectus for details.

The report includes customizable pivot charts and analysis comparing subscriber types, regional service provider subscriber highlights, fundamental drivers of the market, technology developments, excerpts from Infonetics’ service provider capex reports, and analysis of overall market conditions for service providers, enterprises, subscribers, and the global economy.

Acer repositioning for the post Wintel era starting with AMD Fusion APUs

Follow-Up (Aug 2, 2011):
Acer & Asus: Compensating lower PC sales by tablet PC push [March 29, 2011 with comprehensive update on Aug 2, 2011] which is showing serious technical and market problems with the original version of Honeycomb (particularly for Acer!) which are only now overcome

Acer reducing 2011 tablet PC shipment target by 50% [June 16, 2011]

Acer, on June 15, announced that the company has reduced its annual tablet PC shipment forecast from originally 5-7 million units to only 2.5-3 million units, a drop close to 50% and with brand vendors such as Motorola, RIM and Samsung Electronics all reportedly having reduced their tablet PC sales targets for 2011, concerns about whether Android-based tablet PCs will be able to compete against Apple’s iPad are starting to rise among market watchers.

At the company’s investors meeting on June 15, Acer chairman JT Wang pointed out that the company is currently in the middle of a great transition and the company’s current goal is to lower its retail channel inventory. The company expects to continue working on digesting its inventory throughout the third quarter with expectations to have an inventory level the same as 7-8 years ago. Although Acer will reduce its annual tablet PC shipments, Wang is still confident about the performance of Android-based tablet PCs.

Wang pointed out that all the things that the closed system can do will all be able to function in the open system, but if consumers use the former, they will need to follow everything the closed system designers says and have no choice for expansion, or run Flash, and will not be able to be their own master. Acer is trying to serve consumers who want to make their own decisions.

Wang noted that after taking a series of emergency measures, Acer is currently in a safer state than before and should reach its shipment goal for the second quarter of a sequential drop of 10%. For the future, Wang expects Acer’s third-quarter shipments to share a similar volume as in the second with a chance to be better. Its performance will bounce out of the button after the third quarter.

In addition to reducing inventory, the company is also working on reorganizing its employee management and is set to lay off about 300 employees in Europe, Africa and the Middle-East, while the US, Greater China and Asia Pacific markets will see no changes.

Acer president Jim Wong pointed out that the company already shipped 800,000 tablet PCs before the end of June and with the launch of its new 7-inch tablet PC, Acer’s tablet PC shipments in the third quarter will reach 800,000 units. Wong added that the estimated numbers are all retail channel sales and include no additional ‘push’.

Acer may fall out of the worldwide top-3 notebook ranking in 2Q11 [June 16, 2011]

As Acer is still working on resolving its notebook inventory issues and expects to suffer a sequential shipment drop of 10% in the second quarter, Lenovo, the fourth-largest global PC vendor, which is expected to see shipment growth in the quarter may surpass Acer and become the third-largest PC vendor worldwide.

In the first quarter of 2011, Acer shipped 9.01 million PCs and ranked the third-largest PC vendor worldwide with Lenovo behind with shipments of 8.18 million units, a gap of about 800,000 unit, according to data from IDC. If Acer sees shipments drop, while Lenovo enjoys an increase, the two firms may see their ranking switch in the third quarter.

In addition to strong PC demand in the China market, Lenovo’s acquisition of NEC’s PC business has successfully helped Lenovo to become the largest vendor in Japan, while its purchase of Germany-based brand Medion also significantly raised its visibility in Western Europe.

However, Acer president Jim Wong, at its investor conference on June 15, pointed out that Acer lost about 3% share in the EMEA market while clearing its inventory, but the situation already turned stable in May and Acer is expected to maintain its advantage in the market.

Acer decreases netbook shipments to focus on tablet PCs, say Taiwan makers [June 15, 2011]

Acer shipped 400,000-500,000 netbooks in May, 50% fewer than in April, and will maintain such decreased shipments in June and July, implying that Acer will not give up netbooks but will shift R&D and operational resources from the product line to tablet PCs, according to Taiwan-based makers in its supply chain.

With Acer’s tablet PC orders quickly rising to 200,000-300,000 units per month in May, the sources are optimistic about Acer’s strategy to turn its focus to the tablet PC as the profitability generated by netbooks is much lower than that of tablet PCs, and Acer’s upstream partners should all benefit from the higher gross margins of tablet PC products.

In addition to Acer, players such as Asustek Computer, Hewlett-Packard (HP) and Lenovo have all switched their focus to tablet PCs, although the players are still launching new netbook products, related marketing resources invested are rather low compared to before, as netbooks can be easily substituted by tablet PCs.

Although Acer is turning its focus to the tablet PC market, the company still launched its second-generation Aspire One Happy this month in the US and Europe.

Acer notebook shipments in retail channel expected to surpass 3 million in June [June 14, 2011]

Acer’s notebook shipments in the retail channel are expected to surpass three million units in June and if the company’s upstream partners such as Compal Electronics, Wistron and Quanta Computer all see increased shipments in the month, it will indicate that Acer has achieved a great advance in digesting its inventory and should return to its normal operation in near future, according to sources from the upstream supply chain.

Acer only shipped about 1.6-1.8 million notebooks to the retail channel in April and the volume increased close to 60% on month in May; however, notebook shipments of Acer’s upstream partners did not enjoy the same amount of growth in May, especially Compal, which only shipped 3.6-3.7 million notebooks including tablet PCs in both April and May. Compal even saw s shipment drop on month in May, indicating that Acer was still working of digesting its inventory.

The sources pointed out that Acer still has a high inventory level in Europe retail channel, but since the company has already seen improvements in both Southeast Asia and China, the company is now working aggressively to clear up its remaining inventory through its global logistic system with estimates of seeing shipments of 7.2-7.4 million notebooks in the second quarter.

Acer’s non-consolidated revenues in May grew 25.9% on month indicating that the company is seeing slow recovery in its operation, but since the company still has not yet provided its guidance for the third quarter, the sources expect Acer to have chance to release the related information at its investor conference on June 15.

Acer shareholders approve cash dividend and elect new board of directors [June 15, 2011]

Acer’s shareholders have approved the 2011 cash dividend of NT$3.60 (US$0.12) per share, and the reduction of employee bonuses for 2010 by 40%. Shareholders also elected a new board of directors and supervisors.

Acer announced in early June plans to lower channel inventory in Europe, Middle East and Africa (EMEA) by providing US$150 million in sales allowances and a one-time write off. The board and supervisors also voluntarily cut their remuneration by 50%. Today, the shareholders further approved plans to reduce employee bonuses by 40%, from NT$1.5 billion to NT$900 million. The cash dividend of NT$3.60 per share remains unchanged.

Shareholders elected a new board of directors and supervisors for the next three-year term. The newly elected seven-member board consists of JT Wang, Stan Shih, Hung Rouan Investment, Philip Peng, representing Smart Capital, Hsin-I Lin (former chairman of Industrial Technology Research Institute), Dr FC Tseng, and Sir Julian Horn-Smith. The supervisors are Carolyn Yeh and George Huang.

New to the board are the independent directors FC Tseng and Julian Horn-Smith. Acer expects to benefit from the knowledge and experience of Tseng and Horn-Smith, who are both globally distinguished talents. Their contribution from an independent standpoint to the company strategy, along with the board, will create a strong and well-rounded team to lead the corporation forward and enhance corporate governance, the company said.

Tsengco-founded Taiwan Semiconductor Manufacturing Company (TSMC) as a pioneer specializing in the foundry-only semiconductor manufacturing business. A core member of the TSMC management, he is also considered a veteran in the semiconductor industry. Horn-Smith was a founding member of Vodafone Group and is regarded as the principal architect in developing Vodafone’s international strategy. He retired from the Vodafone board in July 2006, where he held the title of deputy CEO.

What is an APU? [Jan 8, 2011]

With Fusion technology from AMD, the PC industry will be changed forever. AMD is incorporating multi-core CPU (x86) technology, a powerful DirectX®11-capable discrete-level graphics and parallel processing engine onto a single die to create the first Accelerated Processing Unit (APU). Learn how AMD is doing that here.

Computex 2011: AMD announces solution for tablet PC [June 2, 2011] (emphasis is mine)

AMD, at its press conference at Computex 2011, announced a new 40nm Z series APU codenamed Desna to target the tablet PC market, according to Rick Bergman, Senior Vice President and General Manager Products Group, AMD.

In 2012, the company will advance its Z series APU to a new structure with a codename Hondo. The Hondo-based Z series APU will have an even lower power consumption to allow it to become more suitable for tablet PC products.

Bergman pointed out that AMD’s tablet PCs will be deeply integrated with operating systems such as Windows to support HTML 5, Adobe Flash 10.2 and external screens, and will add enterprise-level security functions to make them suitable also for the enterprise market.

Bergman, at the conference, also displayed AMDs 28nm Trinity APU, which is set for mass production in 2012.

AMD also announced its 9-series chipset, a part of AMD’s new desktop Scorpius platform. In addition to the chipset, the Scorpius platform is formed with an eight-core Zambezi processor and Radeon HD 6000 series discrete graphics card.

The 9-series chipset supports AMD’s AM3+ CPU and is backward compatible with AM3-based CPUs. With native support for AMD’s CrossFireX, the chipset can support up to four Radeon graphics cards and through AMD’s OverDrive software, the chipset can also manage the clock speed of each card.

A New Visual Computing Experience for Tablets | Fusion – AMD Blogs [May 31, 2011]

While I’m not planning to edit or create any PowerPoint decks on a tablet anytime soon, I personally see value in a tablet that gives me both the ability to consume and create content. For example, one of the applications I use every day in my work and home life is the OneNote application in Microsoft Office. Being able to access it across multiple devices via Windows Live has been invaluable for me of late. When I tried to access this on a non-Windows device, you can see what the result was in this picture below:

This is why I’m looking forward to getting my hands on one of the new tablets based on the new Z series AMD Fusion APU, code-named “Desna”. At Computex earlier today, we announced these new AMD Fusion APUs as part of our 2011 AMD HD Tablet Platform targeted at the fast-growing number of Windows-based tablet designs coming to market. And since a press release can only tell part of the story, here’s what you can expect from tablets powered by the new 2011 AMD HD Tablet Platform:

  • AMD Z-01 APU with AMD Radeon™ HD 6250 discrete-class graphics. This APU features two 1 GHz “Bobcat” CPU cores and checks in at TDP of 5.9 watts.
  • Full intelligence and operability of the Windows® 7 OS
  • Consistency in user interface and applications from work to home
  • Full access to view and edit work and personal documents created in Microsoft Office and other leading applications
  • Free and automatic online Windows 7 OS updates to enable the most current features
  • Full compatibility with iPhone, Windows Phone, Blackberry and other leading mobile phones
  • Seamless connectivity with virtually any USB device
  • HDMI support to enable a full 1080p visual experience
  • Full compatibility with XBOX 360 Media Extender Functionality

The AMD Z-Series Fusion APUs are shipping today. MSI’s WinPad 110W is the first tablet announced by an OEM that leverages the new platform, giving consumers high-end performance graphics in a tablet that takes advantage of the Windows ecosystem –  the largest installed base of any client platform … by a wide margin.

One final thought, a company to keep your radar screen as you do your tablet research is BlueStacks. BlueStacks is helping to reshape the tablet ecosystem by essentially bridging the Windows and Android ecosystems together, thus opening up new application possibilities in the amazing clarity and detail that only an AMD Fusion APU-powered tablet can offer.

Look for a review of my experience on the MSI WinPad 110W in the coming weeks on our AMD Fusion blog.

Computex 2011: AMD Announces Bobcat-based Z Series APUs for Tablet Market [June 1, 2011]

While AMD does not have a true SoC to combat the likes of Intel, NVIDIA, and ARM, this doesn’t mean they’re completely ignoring the market for the type of devices SoCs normally go in. Announced today at Computex 2011 and shipping immediately will be AMD’z Z series APUs, AMD’s formal entry into the modern tablet market.

While at this time it’s nigh-on impossible to get into a phone without a SoC (just ask Intel), tablets can be more forgiving. With a larger device and a larger battery, such devices don’t necessarily have the same extreme integration requirements and battery life requirements as a phone, even if the processors used in such devices are often the same. As a result of AMD’s current resources and technologies, it’s the tablet market that they have decided to go after first.

The Z-series, codename “Desna”, currently has a single APU that is shipping immediately: the Z-01.

AMD APU Lineup
APU Model
Number of Bobcat Cores
CPU Clock Speed
GPU
Number of GPU Cores
GPU Clock Speed
TDP
AMD Z-01
2
1.0GHz
Radeon HD 6250
80
276Mhz
5.9W
AMD C-30
1
1.2GHz
Radeon HD 6250
80
280MHz
9W
AMD C-50
2
1.0GHz
Radeon HD 6250
80
280MHz
9W
AMD E-240
1
1.5GHz
Radeon HD 6310
80
500MHz
18W
AMD E-350
2
1.6GHz
Radeon HD 6310
80
500MHz
18W

The Z-01, as near as we can tell, is a power optimized version of AMD’s existing C-50 APU. It features the same dual-core CPU design, using a pair of Bobcat CPU cores running at 1GHz. The GPU meanwhile is a Radeon HD 6250, and while AMD hasn’t listed the clocks, we believe it’s clocked at the same 280MHz as in the C-50. We don’t have any information on whether AMD is using the same packaging for the Z-01 as they are the C series, but otherwise the available specifications are identical to the C-50 with one exception: TDP. While the C-50 is rated for 9W, the Z-01 is rated for 5.9W. Given the 33% power reduction, it’s a fair guess that AMD is binning Ontario chips to find ones that operate at the low voltages Z-01 would require.

Based on what we’ve seen with the C-50, the Z-01 should perform far above any other tablet processor. However the 5.9W TDP means that it’s not going to be in the same market as the likes of OMAP 4, Tegra 2, Apple’s A5, or even Intel’s Moorestown. All of these SoCs/platforms use well under 5.9W, and with the exception of Moorestown are all ARM based.

Ontario and Atom by Hans de Vries [Sept 16, 2010] [he is an industry and enthusiast community veteran]

Improved image with some benchmark info:

http://www.chip-architect.com/news/AMD_Ontario_Bobcat_vs_Intel_Pineview_Atom.jpg

[Such sensity is indicating that TSMC’s 40nm process is quite dense. If these numbers hold true that would mean Ontario is not only smaller than Atom, but also much higher performing. Note the amount of die area dedicated to graphics. This is going to be very good for entry level systems.]

Re: Welcome Llano! by Hans de Vries [March 13, 2011] (emphasis is mine)

Azazel wrote:
BTW, did you notice that top speed of mobile 4c Llano is just 1.8GHz when mobile 4c/8t SB lies in 2.2/2.3 GHz.
Why is that?

The “top-speed” part is made up by you……….

A 1.8GHz quad core AMD propus uses only 25W at 45nm.
Expect the power dissipation of the four 32nm Llano cores to reach far lower levels as that. It will get under 15W at 1.8GHz when the process matures.

Intel doesn’t have any quad core mobile processor running at less than 45 Watt, not even at 32nm. 45W is too much power dissipation especially if you also want a bit of reasonable (discrete) graphics in your very expensive notebook.

It’s seems we’ll have to wait until 2013 when Intel’s 22nm process matures enough to yield an economic quad core Ivy Bridge before we’ll see a quad core Intel mobile processor for the mainstream mobile market.

Regards, Hans

Acer Iconia Tab W500 Microsoft® Windows® 7 Tablet Delivers Ultimate Productivity for Customers in North America [April 21, 2011] (emphasis is mine)

Acer America today announced that the Acer Iconia Tab W500 – a 10.1-inch tablet running Microsoft® Windows® 7 – is available for sale now in North America.

The Acer Iconia Tab W500 is the ultimate productivity device for anyone who wants the flexibility and mobility of a tablet with the efficiency and familiarity of a Windows PC. It’s especially ideal for schools, small businesses, and for industries such as healthcare that need a tablet to be productive and stay in touch as they move around their work environment. In addition, customers can use the tablet to keep up with social networks and enjoy digital entertainment at work, at home and on the go.

The unique design centers on the high-resolution 10.1-inch multi-touch screen. Supporting multi-touch allows customers to interact intuitively with the display to check email, access websites, use cloud-based applications, and enjoy digital media. When it’s time to focus on productivity and creating content such as reports, spreadsheets and presentations, customers can get a true notebook PC experience with the system’s full-size chiclet docking keyboard.

“The Acer Iconia Tab W500 is the perfect tablet for people who want the touch capabilities that are so natural and efficient on the go, but also need a Windows environment to access productivity applications for work and school,” said Eric Ackerson, senior product marketing manager, Acer America. “So much of what we’re doing on the go is accessing information and consuming content in cloud-based applications, such as realtors and salespeople who need access to databases and Intranet sites. The Acer Iconia Tab W500 is the ultimate reflection of our lives – able to multitask between work and fun, and ready at a moment’s notice.”

“We’re pleased to see Acer continue to drive innovation that delivers new, exciting computing experiences to customers,” said Soren Lau, general manager of OEM Marketing, Microsoft Corporation. “The Acer Iconia Tab W500 combines the familiarity, security and portability of Windows 7 with entertainment and social connection features that allow customers to work and play on a single PC.”

Innovative Design Boosts Productivity
The combination of a responsive and intuitive touch experience with a dedicated docking keyboard makes the Acer Iconia Tab W500 a productivity booster. The full-size chiclet docking keyboard easily connects to the tablet via USB, holding it up at a comfortable viewing angle. The keyboard also provides docking station capabilities with extended connectivity of an Ethernet port for fast Internet connections, and a USB port for external devices. Plus, the docking keyboard features the Acer FineTrack™ pointing device with two buttons for convenient navigation.

When it’s time to transport the Acer Iconia Tab W500, the tablet deftly connects to the docking keyboard with quick-linking magnets, transforming it into an easy-to-store clamshell notebook. It easily fits in a briefcase or book bag. If users want to minimize travel weight, they can simply leave the keyboard behind; the tablet weighs only 2.14 pounds and measures 10.83(W) x 7.48(D) x 0.63(H) inches. The additional docking keyboard weighs 1.34 pounds and measures 10.83(W) x 7.48(D) x 0.43-0.77(H) inches.

The embedded Acer PowerSmart long-life 3260 mAh Li-polymer battery pack delivers up to four hours of unplugged HD video playback and six hours of Internet browsing.(1)

Configurations, Availability and Pricing
The Acer Iconia Tab W500 is available in two models: the W500-BZ467 with Windows® 7 Home Premium has a Manufacturer’s Suggested Retail Price (MSRP) of $549.99, while the W500P-BZ841 with Windows® 7 Professional has a MSRP of $619.00. Both models are ready to be used for productivity and creation with Microsoft® Office Starter 2010 and are now available for sale at select retailers and channel partners in the United States.

The Acer Iconia Tab W500-BZ607 with Windows® 7 Home Premium is available at select retailers and channel partners in Canada for a MSRP of $599 CAD. The Acer Iconia Tab W500P-BZ412 with Windows® 7 Professional has a MSRP of $649.00 CAD and will be available in the channel by end of June.

Meaningful Communication with Video, Voice, Internet
Staying in touch on the go is easy with the Acer Iconia Tab W500. Customers can connect to Wi-Fi networks with reliable Acer InviLink Nplify 802.11a/b/g/n Wi-Fi CERTIFIED wireless technology at home and on the go for Internet access, checking email, and staying current on everything from news and blog sites to their Twitter feed. They also have Bluetooth to connect to printers, keyboards and other Bluetooth devices.

Two Acer Crystal Eye 1.3MP webcams – one each on the front and back of the device – used with Acer Video Conference Manager, let customers engage in video conferencing, as well as record HD videos and then quickly share them on Facebook, YouTube and other sites. The tablet also delivers excellent audio with Acer PureZone technology with two built-in stereo microphones featuring beam forming, echo cancellation, and noise suppression technologies.

Entertainment and Fun on the Go with Latest Technology
Work seamlessly blends into entertainment in so many ways today, and the Acer Iconia Tab W500 can be used to handle productivity and fun simultaneously. Powered by an AMD C-50 processor and supported by 2GB of DDR3 memory, the tablet delivers fast and reliable mobile performance. It also boasts integrated ATI Radeon HD 6250 graphics for realistic, crisp visuals on movies, web video and games. It also supports Adobe Flash and comes installed with Adobe Flash 10.1.

The tablet is ready to play back high definition Internet content and 1080p video on the high resolution 1280×800 LED-backlit display. Plus, sound is vibrant and clear with Dolby® advanced audio v2. The models come with a 32GB solid state drive,(2) which provides incredibly fast data access while reducing weight and noise. The SD card reader can support SD cards up to 32GB in capacity.(2)

The ambient light sensor on the Acer Iconia Tab W500 allows it to be used in a range of environments. The integrated accelerometer provides auto-rotation between portrait and landscape modes for viewing presentations, documents, websites, movies, games and more in the most appropriate orientation.

Acer Ring Elevates Intuitive Touch Experience
Like all Acer Iconia products, the core of the Acer Iconia Tab W500 touch experience is the Acer Ring. Easy to launch with a simple grab gesture, it offers immediate access to special features and touch applications. By placing five fingers in a circular pattern, the Acer Ring appears to let consumers surf the web, capture screen images, post photos and status updates, watch movies and more, all in the manner most comfortable and natural to them.

Utilities in the Acer Ring include Clean Disk to manage and optimize disk space; Snipping Tool to quickly select, tag, and clip screen images; Device Control to fine-tune the tablet settings; Camera to launch Acer Crystal Eye Webcam; Calculator and Games.
The Acer Ring also features a series of AppCards that enhance everyday usage:

  • TouchBrowser provides a touch-optimized browsing experience to let customers search for, open, resize, and select content from the web.
  • SocialJogger connects three of the most popular social networking sites – Flickr, Facebook, and YouTube – in a single interface so that customers can connect with and update their networks holistically.
  • My Journal lets customers collect web clips that are dynamically updated to stay posted on news of interest.
  • Scrapbook is a convenient place to store, annotate and share website and photo images and other content.
  • TouchPhoto, TouchMusic and TouchVideo provide direct access to multimedia files stored on the tablet.

clear.fi for Digital Media Sharing
Acer clear.fi is the digital media sharing system that lets customers enjoy their digital media content across their home quickly and effortlessly. Clear.fi automatically connects all Acer devices on a network (smartphones, notebooks, desktops, HD media players and storage devices) and then gathers and organizes media files by type (video, music, photo, pre-recorded TV). Users can browse the categories and then drag and drop the media to any of the connected PCs or devices for playback. The HDMI port with HDCP support ensures a single cable for true HD audio and video output.

ICONIA FAQ 13 (emphasis is mine)

Q: Does a stylus work on the Acer Iconia TAB W500 or Acer ICONIA dual screen touchbook?

A: Yes, a stylus that is compatible with capacitive touch screens can function on the Acer Iconia TAB W500 or Acer ICONIA dual screen touchbook.

Specifications Part Number: ICONIATabW500 Acer ICONIA Tab W500 Tablet Series

Following are the specifications for the Acer ICONIA Tab W500.
Specifications are subject to change without notice or obligation.

Feature
Specification
Operating System
Genuine Windows® 7 Home Premium 32-bit
CPU and chipset1
AMD C-Series dual-core processor C-50 (1 MB L2 cache, 1 GHz, DDR3 1066 MHz, 9 W)
AMD A50M Fusion™ Controller Hub
Memory1, 2,
Up to 2 GB of DDR3 onboard system memory
Display1
10.1″ HD 1280 x 800 resolution, high-brightness (350-nit), 146 PPI Acer CrystalBrite™ LED-backlit TFT LCD with integrated multi-touch screen, supporting finger touch and image auto rotation
Wide viewing angle up to 80/80/80/80 degrees (up/down/left/right)
Mercury-free, environment-friendly
Graphics
AMD Radeon™ HD 6250 Graphics with 256 MB of dedicated system memory, supporting Unified Video Decoder 3 (UVD3), OpenGL® 3.1, OpenEXR High Dynamic-Range (HDR) technology, Shader Model 5.0, Microsoft® DirectX® 11
Dual independent display support
16.7 million colors
External resolution / refresh rates3:
  • VGA port up to 1920 x 1200: 60 Hz
  • HDMI™ port up to 1920 x 1080: 60 Hz
MPEG-2 DVD decoding
VC-1 and H.264 AVC decoding
MPEG-4 Part 2 DivX® decoding
HDMI® (High-Definition Multimedia Interface) with HDCP (High-bandwidth Digital Content Protection) support
Audio
Optimized Dolby® Advanced Audio® v2 audio enhancement, featuring Audio Optimizer, Audio Regulator, Volume Leveler, Volume Maximizer, and Surround Virtualizer (for built-in speakers) technologies4
High-definition audio support
Two built-in stereo speakers
MS-Sound compatible
Acer PureZone technology with two built-in stereo microphones, featuring beam forming, echo cancellation, and noise suppression technologies
Storage
Solid state drive
  • 32 GB or larger, with mini-SATA (mSATA™) interface connector1, 5,
2-in-1 card reader, supporting:
  • Secure Digital™ (SD) Card, MultiMediaCard™ (MMC)
  • Storage cards with adapter: miniSD™, microSD™, Reduced-Size Multimedia Card (RS-MMC)
Webcam
Acer Video Conference1, featuring:
  • Dual Acer Crystal Eye webcams with 1280 x 1024 resolution
  • Acer Video Conference Manager software, featuring Video Quality Enhancement (VQE) technology, supporting online video calls6
  • Acer PureZone technology
Wireless and networking
WLAN:1, 7, 8,
  • Acer InviLink™ Nplify™ 802.11b/g/n Wi-Fi CERTIFIED™
  • Acer InviLink™ 802.11b/g Wi-Fi CERTIFIED™ (available only in Russia, Pakistan, Ukraine)
  • Supporting Acer SignalUp™ wireless technology
WPAN:1 Bluetooth® 3.0+HS
LAN: Fast Ethernet on the dock
Dimensions and weight
Dimensions
275 (W) x 190 (D) x 15.95 (H) mm (10.83 x 7.48 x 0.63 inches) for the tablet
275 (W) x 190 (D) x 11/19.5 (H) mm (10.83 x 7.48 x 0.43/0.77 inches) for the dock
Weight
0.97 kg (2.14 lbs.)9 with 3-cell embedded battery for the tablet
0.61 kg (1.34 lbs.)9 for the dock
Power adapter and battery1
Product Safety Electric Appliance and Materials (PSE) certified for battery pack
Power adapter
2-pin 40 W Acer MiniGo AC adapter:
  • 93.2 (W) x 48 (D) x 32.2 (H) mm (3.66 x 1.88 x 1.26 inches)
  • 180 g (0.39 lbs.)9 with 250 cm DC cable
Embedded battery
  • Acer PowerSmart long-life battery, supporting up to 1,000 charge cycles10
  • 36 Wh 3260 mAh 3-cell Li-polymer embedded battery
Battery life: 6 hours11 for Internet browsing; 4 hours11 for 720p HD video playback
Input and control
84-/85-/88-key full-size Acer FineTip keyboard with international language support on the dock
Acer FineTrack™ with two FineTrack™ buttons
Dedicated Windows® key supporting single-press for Windows Start; single-press combined with power button for Ctrl+Alt+Del
Dedicated volume up/down keys
Rotation lock switch
Input and output
2-in-1 card reader (SD™, MMC)
Two USB 2.0 ports each on the tablet and the dock
HDMI® port with HDCP support
Headphone/speaker jack, supporting 3.5 mm headset with built-in microphone for Acer smart handhelds
Ethernet (RJ-45) port on the dock
DC-in jack for AC adapter
Sensors
Ambient light sensor
G-Sensor
Software16
Productivity
  • Acer Ring
  • Acer ePower Management
  • Adobe® Flash® Player 10.1
  • Adobe® Reader® 9.1
  • AUPEO! (US only)
  • Bing™ Bar
  • Device Control
  • Kobo™ (Canada only)
  • Microsoft® Office 2010 preloaded (purchase a product key to activate)13
  • Microsoft® Office Starter 201014
  • New York Times Reader (US only)
  • NOOK for PC (US only)
Security
  • McAfee® Internet Security Suite Trial15
Multimedia
  • Acer clear.fi
Gaming
  • WildTangent® Tablet Edition
Communication and ISP
  • Acer Crystal Eye for dual cameras
  • Acer Video Conference Manager1
  • Microsoft® Silverlight™
  • My Journal
  • SocialJogger
  • Skype™
  • TouchBrowser
  • Windows Live™ Essentials 20111
Web links and Utilities
  • Acer Identity Card
  • Acer Registration
  • Acer Updater
  • eBay® shortcut 2009 (Canada, France, Germany, Italy, Mexico, Spain, UK, US only)
  • Netflix shortcut (US only)
Ecocompliance
ENERGY STAR®, WEEE, RoHS, Mercury-free
Options and accessories
Optional:
  • Exclusive USB keyboard dock
  • 2-pin 40 W Acer MiniGo AC adapter
  • External USB HDD
  • External USB ODD
Warranty
One-year International Travelers Warranty (ITW)
Windows®. Life without Walls™. Acer recommends Windows 7.
  1. Specifications vary depending on model.
  2. Shared system memory may be allocated to support graphics, depending on system memory size and other factors. Actual system memory available to the operating system will be reduced by any memory used by the graphics solution and resources required by the operating environment.
  3. Resolution/refresh rates depend on display capability and color/depth settings.
  4. Dolby® is a registered trademark of Dolby® Laboratories. Dolby® Home Theater® is a trademark of Dolby® Laboratories.
  5. 1 GB is 1 billion bytes. Actual formatted capacity is less and may vary depending on preloaded materials and operating environment.
  6. Two VQE-enabled Acer notebooks with dual-core processors are required to enjoy the exclusive benefits and added performance of VQE.
  7. Actual throughput may vary depending on network conditions and environmental factors such as network traffic or overhead, building construction, and access point settings.
  8. Acer Nplify™, a high-throughput wireless solution, delivers superior performance and reliable connections while enabling emerging voice, video and data applications. Wi-Fi CERTIFIED™, it supports Acer SignalUp™ wireless technology and is compliant with 802.11a/b/g/n and 802.11b/g standards.
  9. Weight may vary depending on product configuration, vendor components, manufacturing variability, and selected options.
  10. The battery will hold up to 80% of its original capacity after as many as 1,000 recharges. A full recharge comprises a complete charge-and-discharge cycle, and does not always occur each time the notebook is plugged in to a power source, as several partial charges can add up to a full recharge.
  11. The listed battery life is based on the following test conditions: wireless on; 150-nit LCD brightness; 3G, light sensor, Bluetooth® off; McAfee® anti-virus program enabled; Windows® scheduled programs and Standby/Hibernation power states disabled. Battery life rating is for comparison purposes only. Actual battery life varies by model, configuration, applications, power management settings, operating conditions, and utilized features. A battery’s maximum capacity decreases with time and use.
  12. Bundled software may vary depending on hardware configuration, OS and regional availability.
  13. Purchase an Office 2010 product key to activate one of the following Office 2010 suites preloaded on this PC: Office Home and Student 2010, Office Home and Business 2010, Office Professional 2010.
  14. Includes limited-functionality Microsoft® Word and Excel with advertising; no PowerPoint or Outlook. Purchase Office 2010 to activate full-featured Office.
  15. Trial periods vary depending on the geographic region and specifications: 365-day trial for China, Taiwan, Hong Kong and Singapore (Simplified Chinese and Traditional Chinese OS models); 60-day trial for other regions.

Acer places orders for 80,000 Z series APUs from AMD for tablet PCs [June 9, 2011] (emphasis is mine)

Acer has recently placed orders for 80,000 Z series APUs from AMD for use in tablet PCs, targeting the enterprise market, according to sources from upstream component makers. However, both Acer and AMD did not confirm the orders.

In addition to Acer, Micro-Star International (MSI) is also developing tablet PC models using AMD’s APU.

Since Google Android 3.0 currently still has issues which need to be resolved, while the next-generation Android operating system codenamed Ice Cream Sandwich will not appear until the end of 2011, some tablet PC vendors have decided to launch Windows 7-based tablet PCs targeting the enterprise market to maintain their shipments.

Since Intel’s Oak Trail-based Atom processor is higher in both price and power consumption, several notebook vendors have already started considering AMD’s platform. In addition to Acer and MSI, some vendors have also started inquiring about AMD’s Z series APU.

AMD’s Z series APU is produced through Taiwan Semiconductor Manufacturing Company’s (TSMC’s) 40nm process and is already shipping, targeting the Windows-based tablet PC market, noted the sources adding that they expect shipments of Z series APUs to reach at least 500,000 units in the second half of 2011, creating strong pressure on Intel’s Oak Trail processor.

AMD announces details of a new generation of Fusion chips for 2011-2012 – slideshow [June 15, 2011]

AMD has now announced a complete line of series hybrid CPU + GPU Fusion chip designed for portable computers and mobile devices such as tablet (see previous news from the list of chips). In addition, AMD has presented information on the rest of the Fusion generation including processors that will compete with Intel’s Sandy Bridge generation – details can be seen on the slides.

AMD announces A series APUs for mainstream PCs [June 14, 2011]

AMD has announced the availability of the new high-performance AMD Fusion A series accelerated processing units (APUs) for consumer notebooks and desktops.

The AMD A series APUs combine up to four x86 CPU cores with an integrated DirectX 11-capable discrete-level graphics unit that features up to 400 Radeon cores along with dedicated HD video processing on a single chip. AMD A series APUs also support features such as gesture interfaces, multiple-monitors, 3D and real-time image stabilization.

The AMD A series APUs (Llano) are currently shipping and scheduled to appear in more than 150 notebooks and desktops from the global OEMs throughout the second quarter of 2011 and beyond. Delivering serial and parallel computing capabilities for HD video, 3D rendering and data-intensive workloads in a single-die processor, the AMD A Series APUs offer software developers unprecedented power and potential in an ever smaller package, said AMD.

The AMD A series APUs are capable of delivering more than 10.5 hours of battery life during idle mode, a more than 50% increase compared to AMD’s previous mainstream platform. Additionally, AMD dynamic switchable graphics optimize battery life on PCs featuring AMD dual-graphics solutions by intelligently managing power states on the APU and separate discrete AMD Radeon GPU.

TSMC wins orders for 28nm GPU from AMD, says paper [June 17, 2011] (emphasis is mine)

AMD reportedly has completed the tape-out of its next-generation GPU, codenamed Southern Islands, on Taiwan Semiconductor Manufacturing Company’s (TSMC) 28nm process with High-k Metal Gate (HKMG) technology, according to a Chinese-language Commercial Times report. The chip is set to expected to enter mass produciton at the end of 2011.

TSMC will also be AMD’s major foundry partner for the 28nmKrishna and Wichita accelerated processing units (APUs), with volume production set to begin in the first half of 2012, the report said.

TSMC reportedly contract manufactures the Ontario, Zacate and Desna APUs for AMD as well as the Northern Island family of GPUs. All of these use the foundry’s 40nm process technology.

TSMC was quoted as saying in previous reports that it had begun equipment move-in for the phase one facility of a new 12-inch fab (Fab 15) with volume production of 28nm technology products slated for the fourth quarter of 2011. The foundry previously said it would begin moving equipment into the facility in June, with volume production expected to kick off in the first quarter of 2012.

Foundry partners for next-generation AMD APU and GPU series
Product/Partner 2011 2012
Mainstream and high-end APU Llano Trinity
Foundry partners Globalfoundries 32nm SOI Globalfoundries 32nm SOI
Entry-level APU targeting tablets Ontario/ Zacate/ Desna Krishna/Wichita
Foundry partners TSMC 40nm TSMC 28nm HKMG, Globalfoundries 28nm HKMG
GPU Northern Islands Southern Islands
Foundry partners TSMC 40nm TSMC 28nm HKMG

Source: Commercial Times [Chinese language], compiled by Digitimes, June 2011

AMD Said to Contract TSMC, GlobalFoundries to Make 28nm Chips [June 20, 2011]

Advanced Micro Devices (AMD) is reportedly to designate Taiwan Semiconductor Manufacturing Co. (TSMC) as its primary contract supplier of 28nm Krishna/Wichita microprocessors early next year and GlobalFoundries as another contract source later in 2012, according to local media.

The report said that Krishna/Wichita are the next-generation versions of the low-end AMD Ontario/Zacate family. AMD has contracted TSMC, currently the world`s No.1 pure silicon foundry, to build its Ontario/Zacate processors and the Desna processors meant for tablet PCs using 40nm process technology.

Robust demand for Ontario/Zacate and Desna processors in developing economies has promoted AMD to ramp up contracts to TSMC.

Also, AMD Northern Island-family graphics processing units are under volume production at TSMC based on 40nm process. The graphics lineup`s next generation, the 28nm Southern Island family, has seen its tapeout completed by TSMC, which is expected to start contract manufacturing of the chips for AMD by the end of this year.

AMD`s 32nm Llano processors have entered into volume production at GlobalFoudries. The report also noted that GlobalFoundries will be also a major contract manufacturer of AMD`s Trinity processors, which are designed on 32nm SOI rule, in 2012. Trinity is developed for laptops and more efficient than Llano.

Globalfoundries names interim CEO, new key management appointments [June, 2011] (emphasis is mine)

The board of directors of Globalfoundries, along with its majority shareholder the Advanced Technology Investment Company (ATIC), has announced its new leadership.

Semiconductor industry veteran Ajit Manocha has been appointed interim CEO of Globalfoundries. James Norling will serve as executive chairman and Ibrahim Ajami will serve as VP of the company’s board of directors. All appointments are effective immediately.

Doug Grose, who has served as CEO of Globalfoundries since its inception, will transition to become senior adviser to Globalfoundries and ATIC with a focus on technology leadership and ensuring delivery of next generation technologies for competitive differentiation. COO Chia Song Hwee will remain with the company in that position until August 2011, when he will return to be part of Singapore’s business future, Globalfoundries indicated.

“Doug Grose and Chia Song Hwee formed the foundation of Globalfoundries, bringing together the world’s leading-edge manufacturing technology with the heritage of a full-service foundry partner,” said Norling. “This new leadership team will build on that foundation, as we increase investment in technology, capacity and talent while optimizing performance.”

Norling also said an executive search for a permanent CEO has already begun. Manocha’s focus is to work closely with top management and talent of the company to optimize performance, and continue progress on the capacity and technology roadmap.

Manocha has more than 30 years of global expertise in operations, general management and manufacturing. He was previously executive VP of Worldwide Operations at Spansion.

Norling is the former chairman of Chartered and also served as interim CEO of that company in 2002. He was previously with Motorola from 1965 to 2000 holding various positions.

“Globalfoundries, with the continuous support of ATIC, is in the middle of an intense, competitive ramp-up of manufacturing capacity and technology development,” said Ajami, who will also remain CEO of ATIC. “Under this new leadership team, investment in Globalfoundries will double over the next 18 months.”

Through end of May 2011, ATIC had invested over US$6 billion to acquire the former manufacturing assets of AMD in Dresden, Germany, and the assets of Chartered Semiconductor Manufacturing of Singapore, as well as an estimated US$1 billion to construct a new fabrication facility in upstate New York. Through the end of 2012, ATIC will invest another approximately US$6 billion in manufacturing capacity in Dresden, Singapore and New York with initial construction to begin in Abu Dhabi, Globalfoundries said in a statement.

AMD displaying next generation APU platform; adopts 28nm process in 2012 [June 16, 2011] (emphasis is mine)

AMD has displayed notebook models using its next-generation Trinity platform, based on Bulldozer at its Fusion Developer Summit (AFDS), and is set to launch the new platform in 2012 with enhanced performance and power consumption compared to its current Llano platform. The new platform’s parallel calculations are also estimated to perform 50% better, according to Rick Bergman, Senior Vice President and General Manager Products Group, AMD.

AMD’s APU product line is currently divided into several different segments:
G series CPUs, set to target embedded products;
C series CPUs designed for ultra-thin notebooks or tablet PCs;
Z series mainly targeting tablet PCs;
E series targeting ultra-thin notebooks or small form factor (SFF) desktop PCs; and
A series targeting mainstream notebooks, all-in-one PCs and desktop PCs.

Compared to Intel’s processors, Bergman believes AMD’s APU shares a similar concept as Intel’s Sandy Bridge, but Sandy Bridge is unable to provide parallel calculations as strong as AMD’s APU, and does not support the existing industry standards such as DirectX 11, Open GL 4.1 or OpenCL. In addition, Sandy Bridge is designed based on the application user interface of Windows Vista, while AMD’s APU is capable of fully supporting the application user interface of Windows 7, Bergman added.

As for the product design, Intel’s graphics technologies only account for a small proportion of the CPU product’s size, while AMD’s GPU design accounts for about 40% of the APU’s size. The company is even integrating a graphics solution with a performance level of discrete graphics chips to offer strong parallel calculations and Intel’s graphic solution, which is rather basic and simple, is not capable of competing against such advances, Bergman noted.

In addition, AMD’s Dual Graphics technology also allows its APU to coordinate with AMD’s discrete graphics cards to allow a graphics performance boost of 75%. With Intel’s graphics solution in Sandy Bridge, the integrated graphics is not used if an additional discrete graphics card is added to the platform, Berman pointed out.

The Trinity platform will still adopt 32nm process and AMD is set to launch Krishna with 28nm process in 2012, Bergman noted. Commenting on questions whether AMD will outsource its production to Globalfoundries or Taiwan Semiconductor Manufacturing Company (TSMC), Bergman only said that both firms will have the chance to produce the 28nm products for AMD.

Leaked Presentation Reveals AMD’s Fusion Strategy [May 27, 2011]

AMD APUs for 2012: 32nm Trinity, 28nm Krishna, 28nm Hondo. Not shown are 28nm Wichita, Weatherford and Richland

AMD Details Future Technical Roadmap for its Award Winning Fusion Architecture at Industry Developer Summit [June 14, 2011] (emphasis is mine)

AMD (NYSE: AMD) detailed to more than 700 developers and PC industry executives the roadmap for its Fusion System Architecture (FSA). The specific design features planned for future AMD products were presented in the opening keynote of the AMD Fusion Developer Summit. FSA describes AMD’s overarching design for having combinations of CPU and GPU processor cores operate as a unified processing engine that is both higher performance and much lower power than previous architectures. Many of the specific FSA enhancements discussed will be leveraged by newer programming languages, and interfaces like OpenCL™ and DirectCompute, making it easier for the software developer to fully exploit the unique capabilities of the AMD accelerated processing unit (APU).

“The first APUs from AMD dramatically increase processing performance while consuming less power and now we are building upon that achievement with our next generation of products” said Phil Rogers, AMD Corporate Fellow. “Future innovations are intended to make the different processor cores more transparent to programmers. They can then seamlessly tap into the gigaflops of power-efficient performance available on the APU and design even faster, more visually stunning applications on a wide range of form factors.”

Today’s APUs

Available since January of this year, AMD’s line-up of APUs are the first to integrate x86 CPU cores and DirectX™ 11-capable Radeon™ GPU cores on a single die and have been widely adopted by computing OEMs worldwide.  Being on the same chip reduces the system power and bill-of-materials, speeds the flow of data between the CPU and GPU through shared memory, and allows the GPU to function as both a graphics engine and an application accelerator in highly efficient compute platforms.

APUs of Tomorrow

Building on the success of the integration of CPU and GPU processing cores on the same chip, AMD is now focused on evolving the architecture to make it appear as a unified processing element to the software programmer.   That includes a number of evolutionary steps expected to continue through 2014 such as:

  • Support for C++ features that more fully leverage the GPU as a parallel processor
  • User-mode scheduling for lower latency task dispatch between CPUs and GPUs
  • Unified memory address space and fully coherent memory shared by the CPU and GPU so they operate seamlessly together

AMD also announced plans to publish a detailed specification on the features and functionality required to meet the requirements of the architecture.

Supporting Resources

  • A webcast replay of Phil Roger’s keynote will be available for 10 days
  • Access AMD’s Developer Central site for the latest tools and tutorials
  • Information on the AMD Fusion Family of APU processors

What’s next for AMD Fusion? [June 15, 2011] By Phil Rogers – Corporate Fellow at AMD (emphasis is mine)

What a year it has been already for AMD and its APU products – we have now announced top-to-bottom families of processors that support everything from low-power tablets to performance notebooks and desktops.   All of which integrate DirectX™ 11™-capable graphics with new “Bobcator 32nmStars” x86 CPU cores.   Bringing the GPU and the CPU together on a single chip was a critical step for AMD, and the resulting processors are finding a welcome home with OEMs and end-users.

We are just getting started.

At this week’s AMD Fusion Development Summit in Bellevue, Washington, I spoke to more than 600 attendees about where we plan to take the industry next with the AMD Fusion System Architecture (FSA).  The audience was primarily software developers, recognizing that they are critical to our success and that we want their participation during the development of the platform.  I have been developing 3D graphics and parallel computation software for more than 20 years, so I understand why total platform design is required to fully enable a programmer’s creativity and productivity.

In steering the architectural direction of FSA in my role as Corporate Fellow, my primary concern has been how to make heterogeneous (i.e., APU) programming easier, more natural and accessible to the largest possible community of software developers.

So what does that mean, really?  We aim to make the unprecedented parallel processing capability of the GPU on the APU as accessible to programmers as the CPU is today.  To do that there are a series of simplifying steps we plan to take that will improve on what is already a great foundation:

  • Add support for C++ features that more fully leverage the GPU as a parallel processor
  • Unify the memory address space shared by the CPU and GPU, and make it coherent, so they operate seamlessly together.
  • Add user mode scheduling, to dramatically reduce the time it takes for the CPU and GPU to dispatch work to each other.

There are others, but these are big ones, resulting in the biggest leap forward.  Once the AMD Fusion System Architecture is realized, the GPU is a true peer processor to the CPU, with direct access by software.

In the meantime, the benefits of the integration step are readily apparent:  dramatic improvements in battery life for AMD platforms; smaller form factors through reduction in the silicon footprint; acceleration of applications that leverage OpenCL and DirectCompute via the GPU, just to name a few.

I hope you will check back in to the AMD Fusion Blog from time-to-time to get updates on our progress!

A webcast replay of my keynote will be available for the next 10 days.

AMD Announces Thought Leaders from ARM and Microsoft to be Among Keynote Speakers at AMD Fusion Developer Summit [April 26, 2011] (emphasis is mine)

AMD (NYSE: AMD) today announced a distinguished line-up of keynote speakers as well as technical session topics for the inaugural AMD Fusion Developer Summit (AFDS), which will be held June 13-16, 2011 at the Meydenbauer Center in Bellevue, Washington.

Industry keynote presentations will be delivered by esteemed industry experts from AMD, ARM and Microsoft. In his keynote “Heterogeneous Parallelism at Microsoft” Herb Sutter, Microsoft principal architect of Native Languages, will showcase upcoming innovations to bring access to increasingly heterogeneous compute resources directly into the world’s most popular native languages.

Jem Davies, ARM fellow and vice president of Technology, Media Processing Division, will deliver a keynote about ARM’s long history of heterogeneous computing, its future strategy, and ARM’s support of standards, including OpenCL™.

The summit will open and close with AMD keynote presentations as well. AMD corporate fellow Phil Rogers will explore the programmer’s guide to Accelerated Processing Units (APUs), and Eric Demers, AMD corporate vice president and chief technology officer, Graphics, will deliver a keynote that chronicles the evolution of AMD’s graphics cores and discuss next-generation AMD graphics technology.

“The development experts we’ve chosen to share their work at AFDS are at the forefront of next-generation programming, and are working to harness the full processing power of heterogeneous computing technologies,” said  Manju Hegde, corporate vice president, AMD Fusion Experience Program. “The AMD Fusion Developer Summit is the best place for developers, academics and innovators to collaborate around parallel programming and industry standards, helping the developer community to realize the promise of the latest computing methodologies, today and into the future.”

Technical sessions, tutorials, hands-on labs and keynote presentations at AFDS will cover a range of topics including heterogeneous and high-performance computing (HPC), next-generation user interfaces, parallel programming tools and industry-standard application programming interfaces (APIs) such as OpenCL™, OpenGL™, Java and Microsoft DirectCompute. The Session Catalog for the AMD Fusion Developer Summit lists more than 90 in-depth technology sessions to be presented by industry and academic experts.

Speakers will be in attendance from a range of industry companies, universities and government organizations. Session topics include:

  • Developer Tools
  • Enterprise Computing
  • High-Performance Computing
  • Multimedia Processing
  • Professional Graphics and Visual Computing
  • Programming Models
  • Security
  • User Interface and Media Experiences

Developers interested in the latest heterogeneous computing tools and training can register for AFDS on the event website and take advantage of a special low registration fee of $300 this inaugural year.

Resources

AMD Demonstrates Llano APU [Oct 18, 2010]

AMD’s Chris Cloran demonstrates the Llano APU in Taipei at the 6th annual AMD Technical Forum and Exhibition. In the first public demonstration of Llano, Chris demonstrates simultaneous HD video playback, multi-threaded Pi calculation, and N-Body simulation utilizing the CPU and GPU cores.

AMD Ushers in Next Generation of Computing with AMD A-Series APUs [June 14, 2011] (emphasis is mine)

AMD (NYSE: AMD) today announced the next generation in mainstream consumer computing with the availability of the new high-performance AMD Fusion A-Series Accelerated Processing Units (APUs). Enabling truly immersive computing experiences in consumer notebooks and desktops, the AMD A-Series APUs enable brilliant HD graphics, supercomputer-like performance and over 10.5 hours of battery life2.

In an increasingly digital and visually oriented world, consumers are placing ever-higher priorities on multitasking, vivid graphics, lifelike games, lag-free videos, and ultimate multimedia performance. To meet these needs, the AMD A-Series APUs combine up to four x86 CPU cores with powerful DirectX®11-capable discrete-level graphics and up to 400 Radeon™ cores along with dedicated HD video processing on a single chip. AMD A-Series APUs also allow for advanced capabilities such as gestural interfaces, multi-monitor support, 3D entertainment and real-time image stabilization3.

“The AMD A-Series APU represents an inflection point for AMD and is perhaps the industry’s biggest architectural change since the invention of the microprocessor,” said Rick Bergman, senior vice president and general manager, AMD Products Group. “It heralds the arrival of brilliant all-new computing experiences, and enables unprecedented graphics and video performance in notebooks and PCs. Beginning today we are bringing discrete-class graphics to the mainstream.”

The AMD A-Series APUs (previously codenamed “Llano”) are currently shipping and scheduled to appear in more than 150 notebooks and desktops4 from leading OEMs throughout the second quarter of 2011 and beyond. Delivering powerful serial and parallel computing capabilities for HD video, 3D rendering and data-intensive workloads in a single-die processor, the AMD A-Series APUs offer software developers unprecedented power and potential in an ever smaller package.

AMD AllDay™ Power: Battery Life that Lasts

The AMD A-Series APU delivers the power to match how consumers actually use their PCs: all day – without sacrificing performance. Delivering more than 10.5 hours of resting battery life – a more than 50 percent increase compared to the 2010 AMD Mainstream Platform – users can get their work done or watch multiple HD movies on a single charge5. Additionally, AMD dynamic switchable graphics optimize battery life on PCs featuring AMD dual-graphics solutions by intelligently managing power states on the APU and separate discrete AMD Radeon™ GPU.

“The battery life of the AMD A-Series APU is a huge leap forward and will surprise many consumers and commercial customers,” said Chris Cloran, Vice President and General Manager, Client Division, AMD. “And the supercomputer-like performance will give people some revolutionary capabilities, like real-time image stabilization –taking out all the shakes and jitters in those hand-held videos on the fly, while you’re watching.”

Brilliant HD: Every Pixel Matters

People are making, sharing and enjoying more digital content than ever on their PCs, and the AMD VISION Engine – cutting-edge hardware and software featured with every AMD A-Series APU that automatically helps digital content like videos, games and photos look their best. HD video is crystal clear through dedicated video playback technology and dynamic post-processing, and websites render faster with accelerated HTML5 and Direct2D performance. Editing, transferring and viewing HD content is fast and easy with support for advanced connection standards, including HDMI 1.4a, DisplayPort 1.1, and USB 3.0, along with native support for multiple monitors.

Also introduced with the AMD A-Series APU is a new feature called AMD Steady Video6 designed to stabilize videos during playback – making unsteady, jumpy content look steady and smooth. The AMD A-Series APU can also enables advanced capabilities like gestural interfaces, 3D gaming and 3D Blu-ray video entertainment – features that are now key to consumer PC experiences and expectations.

Every PC built with an AMD A-Series APU delivers brilliant HD by offering discrete-class DirectX® 11-capable graphics – with models available at virtually every price point. Only AMD Fusion APUs offer true AMD Dual Graphics, with up to 75 percent graphics performance boost, when paired with an AMD Radeon™ discrete graphics card7.  This faster, higher-quality, more vivid and lifelike delivery makes consumers feel fully present in their digital world, especially when gaming.

Personal Supercomputing: Ultimate Performance

Consumers are doing more than ever before with their PCs – from work to play – and with the AMD A-Series APU, even their laptops can keep up, delivering  next generation  parallel processing.  With up to 400 gigaflops for notebook, and up to 500 gigaflops for desktops8, AMD A-Series APUs ensure users have the horsepower needed to handle the most demanding applications such as video and image processing, facial recognition, gesture recognition and multitasking scenarios. For the most challenging environments, AMD Fusion A-Series APUs offer AMD Turbo Core Technology, which dynamically optimizes and boosts CPU and GPU performance to power-efficient levels depending on the applications being run.

The Growing AMD Fusion Ecosystem

AMD has seen great momentum in the software developer community since the launch of AMD Fusion APUs in January 2011, with more than 50 leading applications now accelerated by the family of AMD Fusion APUs and advanced browsers like Internet Explorer 9 delivering even more immersive, next generation web experiences when running on an AMD Fusion APU-powered PC. And, the inaugural AMD Fusion Developer Summit, running now through June 16 in Seattle, Washington, is providing a forum for developers, academics and innovators to collaborate around parallel programming and industry standards, like OpenCL™, helping the software ecosystem build on the promise of the latest computing methodologies.

Supporting Resources

AMD Fusion APU Llano in a Multi-Tasking Technology Demonstration [Feb 28, 2011]

AMD’s Fusion APU code-named Llano handles high definition graphics and video with ease and excellent power efficiency. In this demonstration, The Llano APU goes head-to-head in visually intense workloads against a system based on Intel Core i7-2630QM based on the Sandy Bridge architecture. CPU –

Configurations Employed In Video Demo
APU – AMD Accelerated Quad-Core Processor [A8-3510MX later coming out @1.GHz and 45W] Engineering Sample
Chipset – AMD Fusion Controller Hub Engineering Sample
Video Driver – 8.830.0.0
Screen Size – 14 inch Diagonal
Screen Resolution – 1366 X 768
Memory – 4 Gb 1333 DDR3Ram
Hard Drive – C300 128Gb SSD
OS – Windows 7 Professional 64 bit

CPU – Intel® Core™ i7-2630QM 2.0Ghz
Graphics – Intel® HD 3000 Graphics
Chipset – Intel® 6 Series/C200 series chipset family
Video Driver – 8.15.10.2279
Screen Size – 14 inch Diagonal
Screen Resolution – 1366 X 768
Memory – 4 Gb 1333 DDR3Ram
Hard Drive – C300 128Gb SSD
OS – Windows 7 Professional 64 bit

AMD Platform Innovations with ‘Sabine’ [A-Series] [June 9, 2011] (emphasis is mine)

I recently attended an AMD event in Abu Dhabi, UAE where we held a briefing of our upcoming “Sabine” notebook platform featuring our new APU, codenamed “Llano.  In AMD parlance, “Llano” is the “big iron”, that is, processors designed for performance first.  After I delivered my presentation, I had a chance to speak with some of the press to gauge their feedback.  One universal theme was the great impression that we made with our platform innovations, features, features outside of the core x86, graphics, video and compute functions.  Here is a brief summary of the great steps forward we have made with the platform features of “Sabine”.

Power

Systems based on AMD technology have long been criticized for having a shorter battery life than systems based on competing technology.  This is no longer the case with “Sabine.”  Yes.  In fact, internal testing demonstrates our “Sabine” platform will yield as good or better battery life than our competitor’s current platforms.  In our labs we were able to exceed our expectations in terms of battery life using the Windows 7 idle test on the very same platform that we sampled to the press. This battery life performance handily surpasses a competing platform that was purchased at retail.

This will be a shocker to many people including the competition.  As with any significantly disruptive product, the “Llano” APU is transformational across many vectors.  As if the nearly 500 Gigaflops or Quad Core x86 combined with a Discrete Class DirectX 11-capable GPU wasn’t enough, Llano has exceeded expectations is reducing our idle power consumption and increasing our power efficiency.

AMD has become increasingly religious about lowering power consumption over the past few years.  When we designed the “Llano” APU, power was of primary importance in our design goals.  It would be very convenient if there was just one area that consumed excessive power; what we found however was that cumulative savings came from many contributing factors and our engineering teams fought for every last mW of those savings. In the end we delivered enough power savings to enable us boost battery life dramatically over our prior platforms! How long exactly? You’ll have to wait until we launch in June for that info. But trust me, it will be worth the wait.

Ironically, we have engineers in the company who work on delivering the best performance available for a 300 watt graphics card — and those same engineers fought for 50 mW on other products.  50 mW is 1 6000th of 300 watts!

Our course, it is not just idle power where AMD has innovated.  With modern graphics based workloads, we really show “Llano’s” mettle.  As the video below demonstrates, the “Llano” APU enables several hours of intensive graphics active platform use, while on battery power, surpassing the capability of the competitive platform. This is a testament to AMD’s decision to use an extremely efficient and powerful graphics processor.

USB 3.0 Integration

With our new “Sabine” platform, AMD is the first company to integrate USB 3.0 into its core logic.  Because of this, we’re enabling the following benefits of USB 3.0 over USB 2.0:

  • 10X bandwidth allowing up to 5 Gbps transfer rates
  • Full Duplex and Asynchronous operation
  • More power available through the ports

Translation:  USB 3.0 enables the use of 1080p cameras!  This means a new level of realism for video conferencing and other forms of tele-presence.  We have been working with our partner, Point Grey who have developed a very small USB 3.0 based camera which they call “Flea3”.  This camera can stream uncompressed 1080p60 video. As you can see in the linked video <link>, while an AMD system using Flea3 is able to request and process the same frames per second rate as the Intel system, it’s also able to display up to 4x the Hz— enabling a much sharper, jolt-free visual experience.  There are other benefits to integrating USB 3.0 as well, including the availability of 4 ports instead of the current 2 found in most discrete solutions today.

AMD has really transformed itself over the past 4 years as “Llano” gestated.  As we get closer to the launch, more details will continue to trickle out.  AMD is extremely excited to finally deliver the “Big Iron” APU.  Personally, I cannot wait until I can get hold of one to call my own.

The art of the possible with Unilimited Realities [June 14, 2011]

You know when you see something that makes you say “Wow”. That was my reaction when I saw the work that New Zealand-based Unlimited Realities was doing in the area of touch-based consumer applications. And now, I’m pleased to be able to talk about our collaboration on the next generation of their Fingertapps suite of apps.

What is unique about Unlimited Realities is that they combine the latest technologies, like graphics acceleration with DirectX 11, with new ways of interacting with your PC, like touch, to create applications that appeal to a broad consumer base. Things like touch-based musical instruments, family activity apps and multi-player touch enabled games.

At AMD’s Experience Brilliance launch of the AMD A-Series APUs in Seattle last night, we showed off some of the work that the teams have been doing over the past few months to demonstrate what is possible when you combine software and hardware innovation. The new apps take advantage of the unique capabilities in the AMD Fusion APUs to give you an amazing visual experience not possible on previous generations of processors.

The AMD APU-optimized versions of Fingertapps are expected to be available later this summer.

Flirtatious Francois: AMD Fusion [June 8, 2011]

AMD’s line-up of APUs are the first to integrate x86 CPU cores and DirectX™ 11-capable Radeon™ GPU cores on a single die.

AMD Unveils New Software Tools Designed to Accelerate the Development of Brilliant Computing Experiences [June 13, 2011]

AMD (NYSE: AMD) today announced a new set of software development tools and solutions to enable developers to optimize their applications for OpenCL™ standards. These advanced tools create a foundation for software companies to realize the full potential of the AMD Fusion Family of Accelerated Processing Units (APUs), harnessing the combined compute power of AMD’s high-performance CPUs and GPUs across a wide array of heterogeneous computing platforms. As a result, developers can bring to life innovative experiences like HD video, 3D gaming, video conferencing and intuitive user interfaces, to truly differentiate their applications in the market.

“AMD is working closely with the developer community to make it easier to bring the benefits of heterogeneous computing to consumers, enabling next-generation system features like vivid video, supercomputer-like performance and enhanced battery life,” said Manju Hegde, corporate vice president, AMD Fusion Experience Program. “Our advanced developer tools and solutions enable a new era of parallel programming that’s based on industry standards and focused on delivering innovative user experiences that span a variety of computing form factors.”

Among the new offerings is the gDEBugger™ product, which was created by experts from AMD’s new Israeli research center, based on AMD’s acquisition of startup company Graphic Remedy in October 2010. gDEBugger is an advanced OpenCL and OpenGL debugger, profiler and memory analyzer. The new AMD gDEBugger release provides developers with the ability to debug OpenCL kernels, running on AMD GPUs, and step through their source code while examining kernel variables and data. This product, which is a plug-in designed to work with Microsoft Visual Studio®, includes all of gDEBugger’s previous features and capabilities.

Additional developer solutions include a Parallel Path Analyzer (PPA), Global Memory for Accelerators (GMAC) and Task Manager tools, which are being developed by Multicoreware in collaboration with AMD. These new tools and solutions, expected to be available in Beta during Q3 of this year, are designed to make OpenCL GPU development easier and more efficient.

  • Parallel Path Analyzer (PPA) is an advanced profiling tool for developing applications that optimize both GPU and CPU load. The PPA visualizes data transfers and kernel execution, identifies system-wide critical paths and locates data dependencies.
  • The Global Memory for Accelerators (GMAC) API provides a framework in which a developer can create applications leveraging the immense compute capabilities of OpenCL, but without the overhead of having to explicitly manage multiple data buffers across the separate address spaces of GPU and CPU.
  • The Task Manager API provides a framework for managing compute tasks in a heterogeneous multi-core environment. OpenCL kernels can be automatically scheduled to execute on an available and task-appropriate device, providing dynamic load balancing, optimizing use of available compute resources and removing the burden of explicit schedule handling.
  • The new tools expand AMD’s robust line of developer solutions that are publicly available on the AMD Developer Central website, including software development kits, libraries, compilers, webinars and educational support. In addition, developers will be able to learn more about AMD’s comprehensive set of software tools and solutions at the AMD Fusion Developer Summit taking place this week in Bellevue, Washington. Summit participants will be able to engage in interactive sessions and hands-on labs to deepen their knowledge of advanced CPU and GPU programmability.

Resources

AMD Launches Contest for Developers to Create Heterogeneous Compute Applications [June 15, 2011]

AMD (NYSE: AMD) today announced the AMD OpenCL™ Coding Competition, being run by software development leader TopCoder. This contest is intended to encourage the creation of applications that take advantage of OpenCL™ as well as the award-winning AMD Fusion accelerated processing unit (APU) architecture. The OpenCL™ Coding Competition is open to software developers with great ideas, and up to $50,000 in prizes will be awarded to winning submissions.

“We’re at an inflection point in the computing industry with evolving chip architectures and the shift to common programming interfaces and industry standards, which enable developers to enable amazing new experiences,” said Manju Hegde, corporate vice president, AMD Fusion Experience Program. “The OpenCL Coding Competition is just the beginning of a new wave of application development by the software community as they embrace heterogeneous computing across multiple platforms.”

AMD Accelerated Parallel Processing (APP) technology (formerly ATI Stream) is a set of advanced hardware and software technologies that support OpenCL and enable highly parallel compute-capable GPUs to work in concert with a system’s CPU to accelerate applications beyond traditional x86 graphics and video processing. AMD Fusion APUs combine multi-core x86 technology with a discrete-level DirectX® 11-capable GPU in a single processor design, connected by a high speed link, to deliver up to 500 gigaflops of compute performance.1

Developers and students who choose to participate will be asked to submit an abstract that outlines how they plan to use the latest generation AMD APP software development kit (SDK) with OpenCL support to create an accelerated application for the AMD Fusion APU platforms.

Contestants can choose to create an application in any category including, but not limited to, the following:

  • Video Processing
  • Image Processing
  • Security
  • Human Computer Interface
  • Data Mining
  • Gaming
  • Physics processing
  • Social Networking / Communication
  • Other

“We see APU architecture continuing to be widely adopted for new computing designs, and believe that developers will want to build and optimize their applications around the high performance achieved with these new hardware platforms,” said Matt Murphy, TopCoder platform manager. “This technology shift signifies a sizeable opportunity for developers around the world who want to be early to embrace a new era of heterogeneous computing.”

In addition to the SDK, contestants will need the latest AMD Catalyst™ drivers that include the OpenCL runtime compiler. Released in May 2011, the latest AMD Catalyst drivers for Windows and Linux also bring new features, including expanded support for multi-display environments through AMD Eyefinity technology, which developers can leverage to create even more immersive experiences for end users.

For full details and a complete set of Official Rules for the AMD OpenCL™ Coding Competition, please visit http://community.topcoder.com/amdapp/

Resources

AMD and Academic Experts Collaborate with Morgan Kaufmann Publishers on OpenCL™ Book [June 15, 2011]

AMD (NYSE: AMD) today announced its   collaboration on a new book for developers, Heterogeneous Computing with OpenCL, to be published by Morgan Kaufmann, an imprint of Elsevier Science & Technology Books. The book provides hands-on OpenCL™ experience and details multiple device architectures and application programming interfaces (APIs), from multi-core CPUs, GPUs and fully integrated Accelerated Processing Units (APUs) like AMD Fusion APU technology, to fundamental parallel algorithms.

“This book is just one more example of how AMD enables the university and the developer communities with information and tools they need to embrace OpenCL and other common platforms,” said Manju Hegde, corporate vice president, AMD Fusion Experience Program. “The continued adoption of OpenCL will significantly expand the possibilities for software vendors and developers leading to a wide array of innovative applications and new experiences that benefit from massively parallel processing. There is a resultant need for education and training of the university community which this book will meet.”

“We are seeing increasing demand for reference resources about common APIs,” said Todd Green, senior acquisitions editor of Morgan Kaufmann. “Application development across the PC, tablet and smartphone markets are red hot in terms of reader interest. We thank AMD and Northeastern University for shedding light on the common platforms and parallel computing movement; it’s a must-read book for every developer.”

The book was co-authored by several industry and academic leaders from AMD and Northeastern University, including:

  • Benedict Gaster, OpenCL architect, AMD
  • Lee Howes, member of technical staff, AMD
  • David R. Kaeli, director of the Northeastern University Computer Architecture Research Laboratory (NUCAR), co-leader of the Northeastern University Institute for Information Assurance (IIA) and associate dean of Undergraduate Programs in the College of Engineering at Northeastern University
  • Perhaad Mistry, Ph.D Student, Department of Electrical and Computer Engineering, Northeastern University
  • Dana Schaa, Ph.D Student, Department of Electrical and Computer Engineering, Northeastern University

Heterogeneous Computing with OpenCL is expected to be available in print and electronic formats in August 2011 from many major booksellers. The book provides detailed examples that illustrate the power and elegance of OpenCL to handle image processing, web plugins, random number generation, video processing and more.

Resources

Hardware and Software Leaders Fulfill Promise of Brilliant Experiences and New PC Capabilities with AMD A-Series APU Technology [June 14, 2011]

AMD (NYSE: AMD) today announced growing support for the AMD Fusion Family of Accelerated Processing Units (APUs) with more than 50 leading applications now accelerated by AMD Fusion APUs. With today’s launch of the new AMD A-Series APUs, AMD unleashes unprecedented levels of performance in mobile and small form factors, with outstanding battery life. From software vendors and developers to motherboard suppliers, AMD’s APU ecosystem is basing hardware and software development on the new AMD A-Series APUs to help bring innovative new devices and applications to market. The APU is enabling new user experiences, for example, making video more life-like and enabling notebooks to achieve “supercomputer-like” performance.

“AMD’s APU architecture gives developers a new set of tools with which they can build exciting applications,” said Nathan Brookwood, research fellow at Insight 64. “Developers who best exploit these new capabilities will help position their organizations for dramatic success.”

“Our developer community is embracing the AMD Fusion APU platform with wonderful creativity and initiative,” said Manju Hegde, corporate vice president, AMD Fusion Experience Program. “We’re only at the beginning of a wave of innovation that’s powered by our APU technology. With forward thinking from leading software developers and device manufacturers, we are creating the next generation of computing experiences.”

New, Differentiated Applications

Dozens of today’s most popular software applications are accelerated by AMD APU technology, many of which are being showcased this week at the AMD Fusion Developer Summit in Bellevue, Washington. These applications span a wide range of PC and tablet user scenarios, including multimedia, gaming, productivity, web browsing, facial recognition, video conferencing and more.

Following is a sample of leading software and online content providers offering vivid computing experiences that are accelerated by AMD A-Series APUs:

“Our customers expect the ultimate viewing experience from their Storm media player,” said Tom Yang, chief technology officer, BaoFeng, Inc. “We optimized our application with AMD Fusion APU technology to continue to deliver outstanding performance. Now, hundreds of millions of users receive just that – clear, smooth and incredibly vivid video from BaoFeng, a leading high-definition media player company in China with 180M users.”

Industry-Leading Infrastructure Partners

AMD motherboard partners are also continuing to innovate around AMD Fusion APUs, as leading original design manufacturers (ODMs), including ASUS, ASRock, Biostar, ECS, Foxconn (Hong Hai Precision), Gigabyte, Jetway, MSI and Sapphire, are either shipping or have announced integrated APU/motherboard products featuring AMD Fusion technology.

AMD Vision Engine Software

AMD VISION Engine Software uniquely differentiates AMD APU-based PCs. This exclusive software suite includes the AMD software driver that controls graphics and display, the AMD Vision Engine Control Center, and an OpenCL driver. AMD Vision Engine offers graphics and video features enabling DirectX11 gaming, dynamic contrast, edge enhancement and vibrant colors to help videos and visuals look more life-like. This software set also includes AMD Steady Video, enabling advanced image post processing technology to help stabilize shaky images during real-time playback of streaming videos1.

Resources

AMD Celebrates Innovation with VISIONary of the Year Award Winners [June 14, 2011]

AMD (NYSE: AMD) today announced the AMD OpenCL™ Coding Competition, being run by software development leader TopCoder. This contest is intended to encourage the creation of applications that take advantage of OpenCL™ as well as the award-winning AMD Fusion accelerated processing unit (APU) architecture. The OpenCL™ Coding Competition is open to software developers with great ideas, and up to $50,000 in prizes will be awarded to winning submissions.

“We’re at an inflection point in the computing industry with evolving chip architectures and the shift to common programming interfaces and industry standards, which enable developers to enable amazing new experiences,” said Manju Hegde, corporate vice president, AMD Fusion Experience Program. “The OpenCL Coding Competition is just the beginning of a new wave of application development by the software community as they embrace heterogeneous computing across multiple platforms.”

AMD Accelerated Parallel Processing (APP) technology (formerly ATI Stream) is a set of advanced hardware and software technologies that support OpenCL and enable highly parallel compute-capable GPUs to work in concert with a system’s CPU to accelerate applications beyond traditional x86 graphics and video processing. AMD Fusion APUs combine multi-core x86 technology with a discrete-level DirectX® 11-capable GPU in a single processor design, connected by a high speed link, to deliver up to 500 gigaflops of compute performance.1

Developers and students who choose to participate will be asked to submit an abstract that outlines how they plan to use the latest generation AMD APP software development kit (SDK) with OpenCL support to create an accelerated application for the AMD Fusion APU platforms.

Contestants can choose to create an application in any category including, but not limited to, the following:

  • Video Processing
  • Image Processing
  • Security
  • Human Computer Interface
  • Data Mining
  • Gaming
  • Physics processing
  • Social Networking / Communication
  • Other

“We see APU architecture continuing to be widely adopted for new computing designs, and believe that developers will want to build and optimize their applications around the high performance achieved with these new hardware platforms,” said Matt Murphy, TopCoder platform manager. “This technology shift signifies a sizeable opportunity for developers around the world who want to be early to embrace a new era of heterogeneous computing.”

In addition to the SDK, contestants will need the latest AMD Catalyst™ drivers that include the OpenCL runtime compiler. Released in May 2011, the latest AMD Catalyst drivers for Windows and Linux also bring new features, including expanded support for multi-display environments through AMD Eyefinity technology, which developers can leverage to create even more immersive experiences for end users.

For full details and a complete set of Official Rules for the AMD OpenCL™ Coding Competition, please visit http://community.topcoder.com/amdapp/

Resources

AMD and Leading Software Vendors Continue to Expand Offerings Optimized for OpenCL™ Standard  [June 8, 2011]

AMD (NYSE: AMD) today announced increasing industry adoption of the OpenCL™ standard across a broad range of innovative software applications. As a long-standing proponent of industry standards, AMD works closely with leading software companies to help optimize their applications across common platforms, while accelerating these solutions with the latest technology offerings, including AMD Fusion Accelerated Processing Units (APUs).

“Software developers can benefit significantly from working with common programming interfaces to harness the outstanding performance of innovative, heterogeneous technology like AMD Fusion APUs across platforms,” said Manju Hegde, corporate vice president, AMD Fusion Experience Program. “The software industry continues to advance at breakneck speed with an ever increasing number of innovative applications that are coming to market, which are based on common platforms such as OpenCL, OpenGL and DirectCompute.”

As software developers embrace common application programming interfaces (APIs), the industry is seeing a groundswell of consumer and commercial applications built on the OpenCL standard, thanks to its inherent flexibility across platforms, operating systems and vendor hardware.

“Today’s creative professional needs a complete solution that delivers clear, crisp and stutter-free visuals that will allow them to edit, process and create content quickly and without interruption,” said Dave Chaimson, vice president of global marketing, Sony Creative Software. “New support has been added to Vegas Pro 10.0d for accelerated OpenCL based video rendering. We see this as a solid first step towards a faster production workflow for video professionals, and we are strongly committed to the OpenCL standard.”

HP Labs also is working with AMD to implement OpenCL acceleration of real-time imaging software for HP large-format, commercial and industrial printing solutions. “Innovative, leading-edge technology is key to providing the best possible support to HP’s commercial printing customers,” said I-Jong Lin, principal scientist, Print and Content Delivery, HP Corporate Research Laboratory. “The application of GPU acceleration in raster image processing has enabled a breakthrough in commercial printing solutions, and we anticipate replicating that success across market segments by porting our OpenPL library to OpenCL standards.”

Following is a sample of leading applications that already support OpenCL or will support it in the near future:

DVD/Media Players

  • ArcSoft, TotalMedia® Theatre – All-in-one video playback software
  • Corel WinDVD® – Blu-ray™ and DVD player software

Telepresence and Webcam Apps

  • ArcSoft, Webcam Companion® – Application bundle with HD and 3D support for web cameras
  • ViVu VuRoom – Multi-party desktop videoconferencing software
  • ViVu VuCast – Large-scale video webcast software

Video Creation/Editing Software

  • ArcSoft, ShowBiz® – Video editing software
  • Corel Digital Studio™ – integrated multimedia software suite
  • Corel VideoStudio® Pro – HD video-editing software
  • Cyberlink PowerDirector – Video editing software
  • Sony, Vegas Movie Studio HD – Home studio solutions for HD video editing
  • Sony, Vegas Pro – Professional solutions for HD video, audio and Blu-ray™ Disc creation

Video, Photo Effects, Imaging and Utilities

  • ArcSoft, Panorama Maker Pro – Photo and video stitch plus media manager
  • eyeon, Fusion® – Visual effects and compositing tool
  • HP Labs, “Every Page Is Different” raster image processing and giga-pixel real-time imaging for HP large-format, commercial and industrial printing solutions
  • Viewdle, Uploader® – Facial recognition software for photography formats
  • Viewdle, Video SDK – Facial recognition software kit for video development

Video Transcode Software

  • ArcSoft, MediaConverter – Multimedia file converter
  • Rovi, MainConcept® Transcoding Platform – Professional transcoding applications
  • Rovi, MainConcept® H.264/AVC OpenCL – Encoding Software Development Kit

Engineering Simulation Software

  • Altair Engineering, HyperWorks RADIOSS – Finite element analysis (FEA) solver for linear and non-linear simulations
  • Dassault Systemes, PLM (Product Lifecycle Management) – Simulation and CAD software
  • DEM Solutions, EDEM – Discrete element modeling software solutions for particle flow simulation
  • ESI Group, PAM-CRASH and PAM-STAMP 2G solvers – Digital simulation software for prototyping and manufacturing processes
  • MSC Software, MSC Nastran – General purpose finite element analysis solution
  • OPTIS, RTLab and VRLab – Real-time ray-tracing software solutions

A sampling of these applications will be demonstrated in the Experience Zone at the AMD Fusion Developer Summit to take place June 13-16 in Bellevue, Washington. Summit participants will be able to engage in interactive sessions and hands-on labs to deepen their knowledge of advanced CPU and GPU programmability, and gain a better understanding of how software applications can take full advantage of the parallel processing power of APUs, bringing supercomputer-like performance to everyday computing tasks.

Resources

AMD Fusion Accelerated Processing Units Win 2011 Best Choice of COMPUTEX TAIPEI Award [May 24, 2011]

MD (NYSE: AMD) is awarded today with the highest industry honor, “2011 Best Choice of Computex TAIPEI Award” for its Fusion Accelerated Processing Units (APUs) in the Computer & System category. The award is given by Taipei Computer Association, key player in IT industry and exhibition in Taiwan, and appraised by a panel of government representatives, academicians, research analysts, oversea media, editor-in-chiefs and industry experts.

AMD Fusion APUs offer a brand-new approach to processor design and better address users’ needs to handle more demanding workloads and visual computing in a small form factor device with long battery life. Only AMD Fusion APUs are engineered to deliver powerful CPU and GPU compute capabilities in a single-die processor for today’s HD video, 3D and data-intensive workloads for anyone looking for a richer visual computing experience whenever, wherever they want.

“We are honored to receive this prestigious award from the Taipei Computer Association, which is a manifestation of our efforts and excellence in AMD Fusion APUs,” said Andy Tseng, AMD Corporate Vice President and Taiwan General Manager. “AMD Fusion APUs are already widely recognized within the industry for being creative and innovative. This award proves the importance of listening to our customers and designing breakthrough products around their needs.”

Best Choice of COMPUTEX TAIPEI Award has recognized achievements in product design and technology innovation since 2002; it’s one of the important official events during COMPUTEX TAIPEI, the second largest ICT exhibition worldwide. Through reviews, the jury selected outstanding design and cutting-edge technology across 10 product categories.

AMD and other awarded products will be demonstrated at Best Choice Award Pavilion by Taipei Computer Association at the upcoming 2011 Computex Exhibition. In addition, AMD’s products showcase will be located at Booth# L0617 in the TWTC Nangang Exhibition Hall. For more information on AMD 2011 Computex, please visit our event portal.

For developers interested in learning more about APUs and heterogeneous computing, AMD will be holding its first AMD Fusion Developer Summit (AFDS) from June 13-16 in Bellevue, Washington. Summit participants will be able to engage in interactive sessions and hands-on labs to deepen their knowledge of advanced CPU and GPU programmability, and gain a better understanding of how software applications can take full advantage of the parallel processing power of APUs, bringing supercomputer-like performance to everyday computing tasks.

Additional Resources

AMD Fusion APU Receives “Best in Show” Award at Embedded Systems Conference [May 11, 2011]

AMD (NYSE: AMD) announced the AMD Embedded G-Series APU was named “Best in Show” for hardware at the Embedded Systems Conference by the industry analyst firm VDC Research, which has been presenting the Embeddy Awards at ESC for seven years running. The primary criteria for the hardware category are an enabling product that offers new innovation and new or significantly better functionality.

“We selected the AMD Embedded G-Series processor because it is an integrated circuit that combines a low-power CPU and a discrete-level GPU into a single embedded Accelerated Processing Unit (APU) for advanced graphics and multi-media integration,” said Richard Dean, program manager, VDC Research. “Among the benefits are the integration of the APU, which reduces the foot print size of a three-chip platform to two chips, and the overall reduction in costs across the product’s lifecycle.”

“Embedded Systems Conference showcases the best of the best in our industry and it’s very gratifying that a product we feel can change the dynamics of the industry has been recognized as the top hardware product this year,” said Buddy Broeker, director, Embedded Solutions, AMD. “The AMD Embedded G-Series platform represents a major advancement for the capabilities of embedded systems and yet still enables reduction of the key thresholds of power, area and costs. This is a trend that AMD expects to continue in the years to come.”

AMD is the only company in the industry today providing a complete roster of CPUs, chipsets, discrete GPUs, and APUs with the features and support to meet embedded system requirements.

Additional Resources

New AMD Embedded G-Series APUs Provide Thirty Nine Percent Power Reduction for Fanless Designs [May 23, 2011] (emphasis is mine)

AMD (NYSE: AMD) today announced immediate availability of two new AMD Embedded G-Series APUs (Accelerated Processing Units) with thermal design power (TDP) ratings of 5.5 and 6.4 watts, up to a 39 percent power savings compared to earlier versions1. The very low power consumption and small 361mm² package is ideal for compact, fanless embedded systems like digital signage, kiosks, mobile industrial devices and many of the new emerging industry-standard small form factors such as Qseven. This is an unprecedented low-power offering for the embedded market that features one or two low-power x86 “Bobcat” CPU cores and a discreet class DirectX® 11-capable GPU on a single die.

“We have seen many of our embedded customers deploy fanless systems even with our 15W TDP processors in the past. Today we take the ground-breaking AMD Fusion APU well below 7W TDP and shatter the accepted traditional threshold for across-the-board fanless enablement,” said Buddy Broeker, director, Embedded Solutions, AMD. “System designers can now unleash their creativity without being constrained by heat or size issues.”

A fanless solution is crucial for many small embedded systems where the added cost for an active cooling system can be prohibitive or for environments where silent operation is a key requirement. Additionally, many embedded products are deployed in harsh environmental conditions where the presence of a fan represents a potential failure point for the system. The AMD Embedded G-Series platform provides enterprise-class features and performance with the reliability, cost- and power-efficiencies these systems require.

Systems based on the new low power AMD Embedded G-Series platform include an industrial mobile device from Amtek, a Pico-ITX single board computer from Axiomtek, a Qseven form factor computer-on-module from datakamp, and a fanless digital signage platform from iBASE. Additional customers are expected to bring new products to market in the coming quarters.

Additional Resources:

Metro styled new entertainment experience on Xbox 360

Although not mentioned in any of the press materials (see the excerpts below) Microsoft has shown a brand new Xbox 360 UX interface in its E3 keynote today. It is based on the same Metro design language as Windows Phone 7 and other, including the latest ‘Windows 8’ UX. See more information about that in: Next-generation cloud client experiences based on the Metro design language [Jan 24]

Here are the screenshots of the new Xbox interface:

Xbox New Home
New Xbox Home

New Xbox Music

Xbox New Games
New Xbox Games

Xbox New Video
New Xbox Video

Xbox Bing for Discovery
Now joined by Xbox Bing: here for starting the discovery

Xbox Bing search results for voice introduced x-men
and here showing the search results for the voice introduced
‘X-Men’ keyword (the games and others with ‘X-Men’)

Xbox Live TV
Now joined by Xbox Live TV as well

The above screens of the new UX have beeen shown via voice activation on the scene and commented as:

Use your voice to find the entertainment [with the help of Xbox Bing].

… TV is more amazing when you are the controller.

At the same time navigation in the new UX has not been showm. First we could probably see that when Xbox Live TV service will be introduced in a month or so. Most likely we will have the new UX at the start of the holiday season when voice search is coming. See the following excerpt from one of the press materials:

Voice search with Bing on Xbox will become available this holiday season, as part of the Xbox LIVE update.

See more: Xbox 360: The Future Revealed – the already available recording of today’s morning show by Microsoft
(position to [1:04:44—1:10:45] to watch the above new UX in action)

Relevant excerpts from the press materials:

Xbox 360 Gives TV a New Voice — Yours [June 6, 2011] (emphasis is mine)

Microsoft Corp. today kicked off the Electronic Entertainment Expo (E3) by solving the challenge of finding the entertainment you want, quickly and easily. The solution: voice search with Bing on Xbox 360. Bing on Xbox searches Netflix, Hulu Plus and ESPN, as well as music, video and Xbox LIVE Marketplace to find exactly the entertainment you want to enjoy. With Bing on Xbox and Kinect for Xbox 360, you can effortlessly find the games, movies, TV shows, sports and music you want. You say it, Xbox finds it.

Over the past two years, Microsoft has joined with some of the world’s largest TV operators to bring live television to Xbox LIVE in the United Kingdom with Sky TV, in France with Canal+ and in Australia with FOXTEL. Now, Microsoft has announced its commitment to expand access to live television programming on Xbox 360 to more providers in the United States and around the world during the upcoming year. Consumers will enjoy news, sports and their favorite local channels, all just a voice command away, on Xbox 360. Also this year, Microsoft is teaming up with Ultimate Fighting Championship (UFC)* to bring the depth of the world’s best mixed martial arts programming to Xbox LIVE.

Microsoft is building on its expansive catalog of tens of thousands of movies and TV shows available on demand from Hulu Plus, Netflix and Zune by bringing YouTube** to Xbox 360. You will gain access to great “Web original” content from around the world — the latest videos, gaming tips and a universe of compelling content. And for the first time ever, you can control YouTube videos just by using your voice. A great way to experience YouTube is now on Xbox 360.

Did you miss “The Social Network” in the theater? You will be able to simply tell your television what you want to watch and choose from the multiple sources on Xbox 360 that may be offering it live or on demand. Want to play the latest viral videos from YouTube from the comfort of your couch? Xbox 360 and the magic of Kinect make it as easy as using your voice. Xbox 360 brings together the entertainment you want, whether it’s movies, TV shows, music, sports, or your favorite games, available instantly with the command of your voice through Bing on Xbox 360 and Kinect.

Xbox LIVE Fact Sheet [June, 2011] (emphasis in bold is mine)

Xbox LIVE is the online entertainment service for your Xbox 360 console, connecting you to an ever-expanding world of games, movies, TV shows, music, sports, and ways to be social with family and friends. … Xbox LIVE is an active community of nearly 35 million people throughout 35 countries.

Better with Kinect. Compatible with every Xbox 360 console, Kinect for Xbox 360 makes you the controller. With Kinect, your voice is the remote control. Interact with your entertainment on Xbox LIVE through the sound of your voice or a wave of your hand. Kinect creates experiences that are familiar, intuitive and tailored for each game or entertainment experience.

Voice search. Finding the right entertainment is easy when you are the controller. Coming Holiday 2011, you say it, and Xbox finds it immediately, regardless of where your favorite entertainment resides across Xbox LIVE.4 Through the simplicity of Kinect and the intelligence of Bing on Xbox, you’ll have the ability to find entertainment content on your Xbox 360 system including games, movies, TV shows, sports and music.

Xbox: All-In-One Hub for the Living Room [June 6, 2011] (emphasis is mine)

“Last year, Xbox 360 changed the game with Kinect. This year with the power of Xbox, the simplicity of Kinect and the intelligence of Bing, Xbox 360 will change living room entertainment forever,” says Don Mattrick, president of the Interactive Entertainment Business. “Combine all that we offer with great partners and a growing audience, and Xbox is poised to register another record year. This year Xbox 360 will go from being the number one selling console in North America to the number one selling console globally.”

At last year’s E3, Microsoft introduced the world to Kinect, which went on to become the fastest-selling electronic device in history. Though Microsoft doesn’t have a singular star like last year’s Kinect to showcase at E3, the so-called Super Bowl of the electronic entertainment industry, Molly O’Donnell, Xbox 360 director of marketing integration, says the company will show competitors, the media and fans that Xbox 360 “has a deep bench.”

“Last year with Kinect, you could say, ‘Xbox, play’ to start a movie or music, but we thought we’d take the power of voice to the next level,” O’Donnell says. “With voice search, you can say ‘Xbox, Bing, Harry Potter,’ and your Xbox will find all the Harry Potter content available to you on Xbox LIVE, whether it’s a game, a movie, or a soundtrack.”

Voice search with Bing on Xbox will become available this holiday season, as part of the Xbox LIVE update.

High expectations on Marvell’s opportunities with China Mobile

Follow-up: First real chances for Marvell on the tablet and smartphone fronts [Aug 21 – Sept 25, 2011]

After the technical and business excellence well reflected in my previous posts Marvell seems to be on the high rise.
See my previous posts as well:
ASUS, China Mobile and Marvell join hands in the OPhone ecosystem effort for “Blue Ocean” dominance [March 8, 2011]
Kinoma is now the marvellous software owned by Marvell [Feb 15, 2011]
Marvell to capitalize on BRIC market with the Moby tablet [Feb 3, 2011]
Marvell ARMADA beats Qualcomm Snapdragon, NVIDIA Tegra and Samsung/Apple Hummingbird in the SoC market [again] [Sept 23, 2010 – Jan 17, 2011]

Update: Marvell Leads TD-SCDMA Market with Industry’s First Commercially Available Single-Chip Solution Shipping in China [June 1, 2011] (emphasis is mine)

Company showcases at Computex 2011 a suite of new smartphones, tablets and mobile hotspot devices developed for the China market powered by Marvell’s PXA920 series of high performance single-chip TD-SCDMA solutions.

… said Weili Dai, Marvell’s Co-Founder. “Marvell has raised the technology bar for the entire industry.  We believe Marvell has delivered a quantum leap to the development and adoption of the TD-SCDMA standard.  Because of this breakthrough, more than a dozen world-leading mobile OEMs are launching Marvell® PXA920 based products in China. We’re very proud to enable the next billion users of connected devices in China.”

Marvell’s industry-leading TD-SCDMA solution is designed to deliver world-class performance – 3D graphics, mobile gaming, mobile TV, and high definition video with a unified user experience across different product platforms enabled by Marvell’s beautiful and easy-to-use Kinoma® software. Additionally, the PXA920 series of products are the industry’s first TD-SCDMA solution that combines a high performance application processor and modem and enables realization of the long-standing quest for mass market smartphones priced at 1,000 RMB.  This same platform is designed to support worldwide 3G and 2G standards, allowing OEMs to rapidly deploy WCDMA smartphones, tablets, and mobile hotspot devices in China and beyond.

Marvell provides a complete solution including system-on-chip (SoC) communication processors, modems, RF, PMIC, and integrated Wi-Fi/BT/FM connectivity including 1×1 and 2×2 mobile MIMO with beamforming capabilities.  Marvell’s TD-SCDMA silicon and software solutions were developed at its Shanghai design center, home to approximately 1,000 engineers dedicated to the China market.

Update: The PXA920 opportunity was realized only in September 2011, two years later than the September 2009 launch. See:First real chances for Marvell on the tablet and smartphone fronts [Aug 21, 2011]

Marvell Up 11%: Street Says ‘Inflection Point’ [May 27, 2011] (emphasis is mine)

Shares of Marvell Technology Group (MRVL) are up $1.53, almost 11%, at $16.09 after the company last night missedfiscal Q1 estimates but forecast the current quarter ahead of consensus, based on an expectation for a pick-up in its wireless chip business.

Most analysts this morning are saying business has hit bottom and is on the way back up. Estimates are up all around, though there are no ratings revisions, as far as I can see, and price targets are mostly staying where they were.

The China Mobile (CHL) “OPhone” project for TD-SCDMA handsets could bring the company $40 million in the latter half of this year.

… in Ophone it believes it has ~80% of a 10-12M C12 TD unit oppty …

… the Q2 forecast is “a fundamental inflection point,” even though the ramp-up of wireless chips for China Mobile’s OPhone will be relatively immaterial. “We believe the company is ramping several OEMs this quarter, with one being ASUS. Previously, management indicated that it had garnered design wins for 90% of current OPhone models across eight of the top nine OEMs. The company now expects to ship to over 12 customers this year with a design win rate of ~80%.” …

With that market capitalization of Marvell went from $9.2B to $10.2B in a single day.

Marvell Technology Group’s CEO Discusses Q1 2012 Results – Earnings Call Transcript [May 26, 2011] (emphasis is mine)

Given the recent market concern surrounding our Mobile and Wireless business, I would like to take a moment to address this up front. First, I would like to stress that the mobile end market is a key area for Marvell, and we continue to invest new product development and to strengthen our infrastructure to support new customers.

As an example, we are currently supporting over 20 handset designs at new customers. In addition to our current 3G and TD offerings, our investment in advanced technologies, such as LTE, are starting to pay benefits. We are already sampling our LTE solutions at some of our key customers and believe we are well positioned to benefit when the market ramps. Although quarter-to-quarter fluctuations are hard to avoid, we believe our business at our leading customers will be sustained, and we will continue to be a significant player in this space.

Second, I want to share with you the current status of the ramp in TD products. We are winning about 80% of the TD smartphone designs on the Android and OMS platforms. Our single-chip solutions address the entire spectrum of low- to high-end TD phones, and we are firmly entrenched in the high-volume sweet spot. We believe our solutions are compelling for this market and should translate into solid growth for our TD business this year.

We remain confident that our early investment in support of the TD has been extended in China will be very beneficial to us as the majority of China’s mobile 600 million subscribers continue migrating to the smartphone market on the TD standard.

In addition, we are working with our key carrier partners and handset customers on prototypes for our next-generation TD LTE, which we’ll be sampling later this year. These new products are best in class and fully backward-compatible. We believe these investments will further distance us from our competitors in TD.

During the last quarter, we achieved a significant milestone as the first company to ship TD single-chip solutions in production volumes. We expect these revenues to more than double in the second quarter. This should provide clear evidence that our strategy in TD is successful.

Question-and-Answer Session [of the above]

Let me add a little bit more color about why is TD so important to China. There’s a lot of people — a lot of people in outside China are skeptical about the opportunities of TD in China. The way I look at it, I can explain it from a technical point of view. But then, I can speak until I’m tired, and nobody will care anyway. So I’m trying to, this time, answer you from a different angle, from a non-technical point of view.

As you know, Chinese have been run — the society has been run for 4,000 or 5,000 years of history. And over those history, they invented many new technologies hundreds of years before anybody else invented those technologies. Yes, okay, recently, okay, in the modern eras, in the cell phone, they were behind. But they were behind only for a few years. The TD-SCDMA industry standard was developed a few years later than the WCDMA 3G standards. So it’s natural for the WCDMAs to be ramping up in the rest of the world first.

However, China, with understanding the Chinese, already waited 5,000 years in history. Waiting for a few more years for ramping up all the majority of their cell phones to use Chinese phone standard. Okay, it’s of the highest priority for the Chinese people. So this, compared to anything else, this is more important than, let’s say, speeding up the deployment of 3G into China by using outside technology. And they’re only few years. And from then on the Chinese people will be labeled do not have any 3G technology. So the way I look at it, okay, that’s not going to happen.

What’s going to happen is that TD is beginning to be deployed in China for the Chinese people. They’re ramping up huge number of subscriber, and as I mentioned earlier, 600 million subscribers. Over time, those subscribers will all move to TD-SCDMA and TD LTE. The base stations already been deployed. More than 220,000 base station last year being deployed throughout the whole China, not just in the big cities. Everywhere, throughout the whole China. That’s more than base stations, the number of base stations in the largest area in, let’s say, in the U.S. in total. And this is just the new base station for China Mobile, and they continue to invest in new base stations this year and next year.

So you can see that the opportunities for us is great. The only thing, as Clyde said, is we need to just wait and see when the rest of the customer will ramp up. As the products get more mature, as the prices goes down, it will be natural for those design wins to continue to go into production. And the beauty is that we have 80% of design wins. So at least we don’t have to worry about, okay, when it actually ramps, it will be somebody else, not only us.

… there’s a 800-pound gorilla that’s out there that’s very strongly the tablet business. So every other — the vast majority of companies there working on the tablet solutions do have a challenge on trying to get the tablet market in the short term.

In the long term. In the long term, I do believe that our strength in being able to integrate the modem and the application processors will be important not just in the cell phone, in the smartphone, but also in the tablet. There are so many — because after all, the tablet — if you think about what’s in the tablet, the tablet really is a smartphone with a bigger screen. So it’s just a matter of time.

You’re asking about in the next 2 or 3 years, I do believe in the next 2 years or so when things, the dust settle down, the tablet and the smartphones really looks just the same like we have design wins like we have significantly done with in the smartphones market, but we’ll have design wins, sizeable design wins, in the tablet. For the market, they are obviously, we’ll use the type of technology, the modem technology that we developed. For this market that we don’t use our own, the modem that we don’t develop, obviously, they’ll go somewhere else.

But as I said, TD-SCDMA, we invest in TD-SCDMA, LTE, TD LTE, as well, and WCDMA. So this is at least 70%, 80% of the market of the world anyway, so that’s enough. There’s a big enough time for us to address. And so if we can address our fair share of market share for those markets, we’ll be just fine.

And so for now, for us is to invest. We have to invest in the software. We have to invest and support of the customers. We have to design new chips with more advanced technology, better and higher integrations, and make the things lower cost and so on. So the standard stuff that we do in any other businesses. So sometimes these things takes time, longer time than we expect. I understand the frustration. I also wish I could get things get done sooner, but sometimes we win some. Sometimes, we lose some, and then things get delayed. We’ll come back and recover, and then we’ll become a stronger company as a result.

Microsoft’s next step in SoC level slot management

Update: Microsoft postpones IDP for 2 weeks to re-consult with chip players [June 2, 2011]

Microsoft has postponed its Integrated Development Program (IDP) for Windows 8 as the plan created significant dissatisfaction within the upstream supply chain. Microsoft is set to re-consult with the five major chip players about IDP, while Microsoft OEM vice president Steven Guggenheimer also paid visits to executives of Acer and Asustek Computer on June 1, to communicate and is set to re-release details of IDP after two weeks, according to sources from notebook players.

Sources from chip players pointed out that Microsoft’s actions have their reasons, but the way the company unfolded the plan to its partners could make its partners feel unpleasant since players that do not participate believe they will lose the opportunity to launch Windows 8-based products first hand, which could seriously affect their product lineup in the future.

The chip players also noted that the development of ARM-based Windows 8 has difficulties and if Microsoft adopts an open development program as in the past, the company may not have enough manpower to support and answer all the problems and questions chip and system players have.

Following Microsoft’s CES 2011 move to the SoC level slot management of the market, here is the next step in that direction:

Taiwan PC vendors seeking participation in developing Windows 8 [May 25, 2011] (emphasis is mine)

Microsoft has talked with Nvidia, Qualcomm, Texas Instruments (TI), Intel and AMD for their participation in its Integrated Development Program specifically for developing Windows 8 for use in tablet PCs and has asked each IC vendor to invite two PC vendors for joint development and testing, according to industry sources in Taiwan. Taiwan-based PC vendors who have been in long-term partnerships with Microsoft have complained to the Ministry of Economic Affairs (MOEA) because they were not invited to participate, and hope for the government’s negotiation with Microsoft, the sources added.

For each of the five IC vendors, Microsoft seems to have desirable PC vendors such as Samsung Electronics, Hewlett-Packard (HP) and Dell, the sources indicated.

The IC vendors are actually unwilling to invite only two PC vendors because they each have many PC clients and participation of more PC vendors is commercially favorable for them. Thus, the IC vendors have urged Microsoft to invite more PC vendors, but Microsoft has so far insisted on the quota of two for the initial period, the sources said.

Wu Ming-ji, director general of the Department of Industrial Technology under MOEA, indicated the department has heard about Microsoft’s move from Taiwan-based PC vendors although Microsoft has not confirmed it.

In view of the business performance and global reputation of Taiwan-based vendors Acer, Asustek and HTC, the Taiwan government recommends that Microsoft invite them to co-develop Windows 8 in the first round because this would be in Microsoft’s best interest, Wu emphasized.

However, Wu did not indicated whether the government will negotiate with Microsoft or make any arrangement.

What happened at CES 2011 has been described in my CES 2011 presence with Microsoft moving to SoC & screen level slot management that is not understood by analysts/observers at all [Jan 7, 2011] report.

Since that report is enormously large I will include here all the relevant excerpts regarding the SoC level of slot management:

Microsoft’s CES 2011 presence is summarized in two detailed parts below, one for the System on a Chip (SoC) support announcement and the other based on the Steve Ballmer’s CES 2011 opening keynote. The first one has, however, been a source of great confusion among the company watchers, analysts and observers, therefore before we start the detailed overview in these two parts we should look into that situation first.

While the company has clearly stated that Microsoft Announces Support of System on a Chip Architectures From Intel, AMD, and ARM for Next Version of Windows [Jan 5] even such an ardent Microsoft watcher as Mary-Jo Foles interpreted this as a simple message that CES: Microsoft shows off Windows 8 on ARM [Jan 5]. No wonder that Computerworld has written an article that an Analyst ‘baffled’ by Microsoft talk of Windows 8 on ARM [Jan 6]:

In an accompanying analysis article IDG News Services has even up the ante by declaring that Microsoft must get ISVs onto ARM bandwagon, Microsoft has a lot of work to do moving Windows to ARM chips [Jan 6]:

This is all absolutely wrong. The truth is that Microsoft made a strategic decision of moving its core slot management approach to the key System on a Chip (SoC) vendors. It is a decision of enormous significance because up to now the company was managing the slots created by the PC vendors. That is Microsoft had been trying to ensure all along that the client PCs shipped to the market, the “slots” in terms of Microsoft internal way of thinking:

  1. Are best when they are running Microsoft system software.
  2. Have that software already installed when the devices are out of the factory floor (with OEM versions)

From now on Microsoft will do a kind of similar thing on the SoC level (and on the screen level as well), this is my conclusion as I carefully compiled all the available information in the two parts available below. This became absolutely obvious to me as I compared the below details with the radically new “slot situation” represented in my previous post Changing purchasing attitudes for consumer computing are leading to a new ICT paradigm [Jan 5].

Look for example how PC vendors were underrepresented in the keynote compared to what had been before (see my earlier posts: Windows slates in the coming months? Not much seen yet [July 13 – Oct 6, 2010] and Windows 7 tablets/slates with Oak Trail Atom SoC in December [Nov 1 – 24, 2010]) as well as how on the electronics industry level things had been changed recently (see my earlier posts: Marvell ARMADA beats Qualcomm Snapdragon, NVIDIA Tegra and Samsung/Apple Hummingbird in the SoC market [again] [Sept 23 –Nov 4, 2010,] and Intel’s industry position and prospects for years ahead [Dec 9, 2010]).

Notes:
– Mary-Jo Foley started to discover some, but only some real motives in her latest With Windows coming to ARM, what happens to Windows Embedded Compact? [Jan 7]. There she mused about the really significant fact of the cancellation of Microsoft OEM chief’s planned appearance at the J.P. Morgan Tech Forum at CES (see the final agenda where Microsoft is missing) which was much anticipated by the investor community.
– Although for me that sign is important as well, the fact that HTML5 related announcements (as was anticipated in my previous post of Windows 7 slates with a personal cloud based layered interface for touch-first HTML5 applications on the CES 2011 [Dec 14, 2010] post) were postponed has even much bigger significance. Whatever will come regarding that upto the MIX 2011 of April 12-14 will be equally important to clarify the rest of the new strategic Microsoft picture. Particularly I am expecting that Silverlight technologies will nicely join the already known IE9/HTML5 push in a new platform technology setup.

Part I. The SoC support announcement

Microsoft Announces Support of System on a Chip Architectures From Intel, AMD, and ARM for Next Version of Windows [Jan 5], (emphasis is mine):

Microsoft Corp. today announced at 2011 International CES that the next version of Windows will support System on a Chip (SoC) architectures, including ARM-based systems from partners NVIDIA Corp. [Tegra platform], Qualcomm Inc. [Snapdragon platform] and Texas Instruments Inc [OMAP platform]. On the x86 architecture, Intel Corporation and AMD continue their work on low-power SoC designs that fully support Windows, including support for native x86 applications. SoC architectures will fuel significant innovation across the hardware spectrum when coupled with the depth and breadth of the Windows platform.

At today’s announcement, Microsoft demonstrated the next version of Windows running on new SoC platforms from Intel running on x86 architecture and from NVIDIA, Qualcomm and Texas Instruments on ARM architecture. The technology demonstration included Windows client support across a range of scenarios, such as hardware-accelerated graphics and media playback, hardware-accelerated Web browsing with the latest Microsoft Internet Explorer, USB device support, printing and other features customers have come to expect from their computing experience. Microsoft Office running natively on ARM was also shown as a demonstration of the potential of Windows platform capabilities on ARM architecture.

Next version of Windows on Qualcomm Snapdragon ARM demo at CES 2011 Ballmer keynote -- Jan 5, 2011

SoC architectures consolidate the major components of a computing device onto a single package of silicon. This consolidation enables smaller, thinner devices while reducing the amount of power required for the device, increasing battery life and making possible always-on and always-connected functionality. With support of SoC in the next version of the Windows client, Microsoft is enabling industry partners to design and deliver the widest range of hardware ever.

Next Version of Windows Will Run on System on a Chip (SoC) Architectures from Intel, AMD and ARM [Jan 5]
(emphasis is mine) Q&A: In a technology preview at CES, Microsoft demonstrates Windows running on new SoC x86 and ARM-based systems.

The Microsoft News Center team talked with Steven Sinofsky, president of the Windows and Windows Live Division, in advance of the announcement.

Microsoft News Center: Can you give us an overview of what led you to make this announcement today and what the specific news is?

Sinofsky: We are making this announcement now to allow greater collaboration across our expanded partner ecosystem so we can bring to market the widest possible set of PCs and devices, from tablets on up, with the next generation of Windows. We’re at a point in engineering the next release of Windows where we are demonstrating our progress and bringing together an even broader set of partners required to deliver solutions to customers.

We’ve reached a point in technology where everyone really does want everything from their computing experience — the power and breadth of software for today’s laptop, the long battery life and always-on promise of a mobile phone, and the possibilities from a new generation of tablets. Bringing these capabilities together to meet customer demand requires innovation in hardware as well as a flexible, evolving software platform to bring it to life.

Microsoft News Center: Tell us about your partners on ARM-based systems. How were they selected and what do they bring to the table?

Sinofsky: It takes experienced partners to help deliver Windows to a whole new set of devices and we’re pleased NVIDIA, Qualcomm and Texas Instruments have joined us in this technology demonstration. We look forward to even more robust collaboration between silicon partners and a broader set of partners as we work together to bring new PCs and devices – from tablets on up – to market with the next version of Windows.

Microsoft News Center: You’ve talked about these new systems being ready for the next version of Windows. What does this mean for future hardware innovation on Windows 7?

Sinofsky: Windows 7 continues to be extraordinarily well-received by customers – consumers and businesses – using a broad selection of PCs for a wide variety of usage scenarios. There is no better place to see this array of choice and innovation than at a show like CES. At the Windows 7 launch, we saw a terrific line-up of new offerings from partners, and this CES brings another wave of great Windows 7 PCs across a wide range of form factors and capabilities, including new designs on Intel’s 2nd Generation Intel® Core™ Processor Family and AMD’s Fusion APUs. OEMs are delivering great designs and personalized selection across the wide range of PCs including convertibles, gaming rigs, all-in-ones, ultraportables, everyday laptops, and tablet PCs. We know we’ll see additional waves of hardware innovation over the next several seasons as well and we look forward to continuing to work closely with our partners.

Microsoft News Center: What exactly are you demonstrating today as part of this announcement with respect to Windows on ARM?

Sinofsky: Today’s demonstrations will highlight the work we have done on the architecture of Windows to enable the richness of the Windows platform to run natively on the ARM platform. That includes support across a full range of scenarios like hardware accelerated media playback, hardware accelerated Web browsing with the latest Internet Explorer, USB device support, printing, and other features customers have come to expect from their computing experience.

The underlying architecture and engineering work includes a significant set of capabilities to run natively on ARM across the low-level subsystems of Windows as we bring Windows together with this new hardware platform.

Today’s demonstration represents the first showing of the next release of Windows. We know many of our most enthusiastic supporters are interested in learning more about the user interface, programming APIs, and other new features to come in Windows. The announcement today is just the start of our dialog with a broad community around Windows and, as with Windows 7, we will be engaging in the broadest pre-release program of any operating system. So there is a lot more to come.

Microsoft News Center: What can you tell us about Office on ARM?

Sinofsky: We’re committed to making sure that Windows on SoC architectures is a rich Windows experience. Microsoft Office is an important part of customers’ PC experience and ensuring it runs natively on ARM is a natural extension of our Windows commitment to SoC architectures.

Microsoft News Center: What else can you say about the next version of Windows?

Sinofsky: What we showed today was a technology preview of how Windows can adapt to run on SoC architectures. We are making this announcement now to enable our silicon partners, including new ARM partners, to collaborate across the ecosystem to bring innovation to market with the next version of Windows. We’re hard at work on all the aspects of the next version of Windows and we’ll share more information when the time is right.

Update: Intel CEO Paul Otellini addresses Microsoft’s ARM move in the wake of record earnings announcement [Jan 13] (emphasis is mine)

The plus for Intel is that as they unify their operating systems we now have the ability for the first time, one, to have a designed-from-scratch, touch-enabled operating system for tablets that runs on Intel that we don’t have today; and, secondly, we have the ability to put our lowest-power Intel processors, running Windows 8 or the next generation of Windows, into phones, because it’s the same OS stack. And I look at that as an upside opportunity for us.

On the downside, there’s the potential, given that Office runs on these products, for some creep-up coming into the PC space. I am skeptical of that for two reasons: one, that space has a different set of power and performance requirements where Intel is exceptionally good; and secondly, users of those machines expect legacy support for software and peripherals that has to all be enabled from scratch for those devices.

Part II. The Steve Ballmer CES 2011 opening keynote and all other Microsoft related
– Footage from the Microsoft keynote with some relevant keynote transcript excerpts included
– New Windows Laptops, Tablets and Slates Showcased
– The Next Generation of Microsoft Surface – LCDs That Can ‘See’
– New Xbox Avatar Capabilities on Display
– Copy-and-Paste Coming to Windows Phone 7
– Additional details for the three PCs demonstrated in the keynote
– Other new PCs
– Hardware acceleration for cloud clients (browsers etc.): AMD Fusion APUs, NVIDIA GeForce 500M [Jan 14]
– Xbox and Surface 2 additional information
– Windows Embedded Standard 7: the first wave of OEM partners exploiting the included Windows Media Center

See more in my CES 2011 presence with Microsoft moving to SoC & screen level slot management that is not understood by analysts/observers at all [Jan 7, 2011] report.

Barnes & Noble NOOK offensive

Follow-up: Core post: NOOK Media LLC: the finalization of the strategic joint venture between Barnes & Noble and Microsoft [Oct 6, 2012]

Ammunition Teams with Barnes & Noble on All-New NOOK [May 24, 2011] (emphasis is mine)


Ammunition’s long-standing partnership with Barnes & Noble reached a milestone today with the announcement of the All-New NOOK, the ground up redesign of the company’s successful NOOK digital reader. Working alongside the world’s largest book retailer, Ammunition developed product concept, industrial design, and packaging for the All-New NOOK, the third e-reader and electronic publishing device to join the NOOK product line.The challenge for the All-New NOOK was to create a lower cost, full featured e-reader and to do so on a timeline that would allow it to move to market quickly. The result is a $139 device that uses eInk technology, a touch interface, and wireless connectivityto create a more immersive and personal reading experience for users. With its simple, soft, rubberized form and refined details, the All-New NOOK is by far the smallest and lightest dedicated e-reading tablet to come to market to date.Pre-orders are available at Barnes & Noble retail and online stores with a ship date on or about June 10, 2011.

NOOK work [by Ammunition]

… In addition, our team provided the retail packaging accessory strategy for NOOK Color.

The NOOK website

Highly recommended event report: Barnes & Noble Nook announcement of new ereader [TeleRead, May 24, 2011] (only a few excerpts are here, emphasis is mine)

Nook Color is the best selling Android tablet in the US and second only to the Ipad in overall tablet sales.

Compared to Kindle 3: no buttons and optimized interface makes it faster and easier to use; same size display as Kindle with 10% less size and bulk; countoured form factor so it is shaped to the hand, uses soft-touch paint; twice the battery life of the Kindle; Kindle uses reflash to change pages and until now this was the only option to address the ghosting effect, the new Nook is 85% faster.

Touch screen uses infra-red technology.  Design goal was that technology should disappear to make reading as much like a book as possible.  Will display how many pages left in a chapter.  6 different fonts with 7 different sizes.  The shop screen will give readers recommendations based on what you are currently reading. WiFi but no 3G.  Will connect automatically to AT&T hotspots.

Questions: WiFi is the dominant share in readers so went with that also helped keep the cost down.  800 MHz TI Omap chip [the same as in the Nook Color].  In hearing from customers battery life was always 1 or 2 in requirements. Two months is based on 1/2 hour reading per day with WiFi off. Nook apps only available on the Nook Color – this is a pure and simple device.  Uses Android 2.1.  Expandable up to 32Gb.  Old Nook device will be discontinued. Don’t expect it to cannibalize Nook Color sales because is aimed at a different market segment. Research suggests that some people will buy both products for different members of family. In next 3 to 5 years physical books will continue to dominate the market.  Store sales are not declining.  For touch screen worked with Neo Node. Digital revenue is fastest growing part of B&N revenue, by far.  No ads on Nooks.  Surprised at how well Apps have done.  Store managers by slightly less than 1/3 of their books regionally.

Barnes & Noble Partners with Leading Content Providers and Developers to Launch NOOK Apps™ for NOOK Color™, Best Reader’s Tablet™ [April 25, 2011] (emphasis is mine)

– NOOK Developer™ Program Brings Popular, High-Quality Applications For Customers to Play, Learn, Connect and More on Award-Winning Device
– Major NOOK Color Software Update Expands Best-In-Class Reading Experience with Most Requested Tablet Features Including Shopping For Apps in NOOK Bookstore™

NOOK Apps were introduced with the major NOOK Color software update launched today (available at no cost at www.nookcolor.com/update). The update delivers what customers want: shopping for popular apps, full-featured built-in email, an enhanced Web experience, as well as new ways for adults and children to enjoy rich content. NOOK Color v1.2 includes a platform upgrade to Android OS 2.2/Froyo, along with support for AdobeŽ AIRŽ and Adobe FlashŽ Player.

… Built on the Android OS, it is fast and easy for third-party developers to deploy existing Android-based apps to NOOK Color’s open eReading platform. With the v1.2 update, Adobe AIR is available pre-installed on the NOOK Color eReading platform, allowing developers to create and deliver rich and interactive applications for NOOK Color using tools in Adobe Creative SuiteŽ 5.5 including Flash Builder™ 4.5, and Flash Professional CS 5.5. Developers can learn more about the tools and resources available to create AIR and native Android applications for NOOK Color on the NOOK Developer portal.Barnes & Noble will continue to work with the development community – including the program’s more than 5,000 registered parties – to bring NOOK Color customers the highest quality apps, through a simple, organized method of discovery through the Shop experience. The number of NOOK Apps will continually expand as new applications are added to the growing collection. The NOOK Developer program continues to experience strong momentum with hundreds of developer requests to qualify for application submission in the three weeks since Barnes & Noble opened its submission process for qualified registrants and introduced a new suite of tools and services to accelerate application delivery and distribution.

Developers are invited to join and qualify to submit their applications by visiting www.nookdeveloper.com. Unlike other developer programs, there is no program fee for developers to participate in NOOK Developer. Developers who qualify will be able to submit paid and free apps and will receive 70 percent of any paid app purchased by Barnes & Noble customers. Developers also have the option to offer free trials to NOOK Color users.

Barnes & Noble Quickly Hits 1 Million NOOK Apps™ Downloads by NOOK Color™ Customers [May 16, 2011]

Milestone Reached Just One Week After NOOK App Shopping Made Available to All NOOK Color Customers
– Angry Birds, Drawing Pad, Fliq Calendar and Pulse Among Most Popular Apps

Barnes & Noble Introduces The All-New NOOK™, The Simple Touch Reader™ [May 24, 2011]

– Best Battery Life Ever – Up to an Incredible Two Months on a Single Charge
– Ultra-Light and Compact for Optimal Portability, Lighter than a Paperback
Full Touchscreen with E Ink(R) Pearl Display Technology for Reading Anywhere
– Optimized Display Performance Offers 80 Percent Less Flashing than Any Other eReader for the Most Immersive Reading Experience
– The Most Intuitive, Easy-to-Use eReader for Everyone
Barnes & Noble Expert Recommendations, Plus the Most Social Reading Experience with NOOK Friends™
– Pre-Order for $139 in Time for Father’s Day and Summer ReadingBarnes & Noble, Inc. (NYSE: BKS), the world’s largest bookseller, today expanded its bestselling digital reading offering with the All-New NOOK, The Simple Touch Reader. With a full touchscreen, NOOK™ features record-setting, extra-long battery life on the easiest-to-use, ultra-light, portable 6-inch eReader with the most-advanced E Ink Pearl display, and the world’s largest bookstore available by Wi-FiŽ. Now available for pre-order at www.nook.comand at Barnes & Noble stores for just $139, NOOK will begin shipping on or about June 10. Barnes & Noble adds the All-New NOOK, a significant leap forward in the dedicated eReader category, to a product line that includes the bestselling NOOK Color™, the only Reader’s Tablet™. Based on the success of the NOOK product line, combined with focus on the absolute best reading experience, Barnes & Noble now claims more than 25 percent of the digital book market – just 18 months after launching NOOK 1st Edition™.

Barnes & Noble has always recognized the simplicity and ease that the element of touch brings to its NOOK product line, and the All-New NOOK is no exception. With a simple tap to the 6-inch touchscreen, it’s intuitive and easy to navigate, shop and read. Customers can look up words, highlight passages, adjust the font size and style or search by typing on the responsive on-screen keyboard that appears only when a customer needs it. The paper-like E Ink display features crisp, clear text that’s great for reading anywhere, even in bright sunlight. The no-glare display offers 50 percent more contrast than NOOK 1st Edition.

At only 7.48 ounces (212 grams), the artfully designed All-New NOOK is lightweight and thin – 35 percent lighter and 15 percent thinner than NOOK Wi-Fi 1st Edition™.  Lighter than a paperback, NOOK’s sleek but durable, compact design (6.5 inches high by 5 inches wide by 0.47 inches deep) makes it easy to fit in a jacket, pocket, purse or backpack, holding up to 1,000 digital books and more personal content using the expandable memory slot. Its ergonomic, contoured design with a soft-touch back makes it easy and comfortable to read, even with just one hand, and for extended periods of time.  And thanks to best-in-class battery life, read for up to 2 months on a single charge with Wi-Fi off – that’s twice as long as the other leading eReader available.

Barnes & Noble’s use of the latest-generation E Ink screen and proprietary technology offers unmatched performance on the All-New NOOK, delivering a seamless and immersive reading experience. NOOK offers 80 percent less flashing than other eReaders – whether turning pages, browsing for books or scrolling through your library. Page turns are lightning fast, using the touchscreen or well-placed side buttons, and with the new Fast Page™ feature, just press and hold a side button to quickly scan through content and skip right to the desired section.

“We set out to design the easiest-to-use, most optimized, dedicated reading device ever created and accomplished it with the All-New NOOK,” said William Lynch, Chief Executive Officer of Barnes & Noble. “Touch makes it simple to use, and the beautifully compact design makes it the most portable eReader in its class. Add to that an unmatched battery life, the most advanced paper-like touch display on the market and wireless access to the world’s largest digital bookstore, and we believe that for readers of all ages, the All-New NOOK is the best eReader on the market, and a great value at $139.”

The World’s Largest Bookstore in Your Pocket
With the All-New NOOK, customers can enjoy a wide variety of digital content, all at their fingertips. Shop for everything from new releases and current bestsellers to classics and more, all in a single search. The NOOK Bookstore™ offers one of the most expansive digital catalogs of more than two million books, magazines and newspapers. Enjoy helpful recommendations from Barnes & Noble’s experts, personalized based on customers’ favored authors and genres, to decide what to read next. Have more than 80 popular national and local market newspapers and magazines from the NOOK Newsstand™ automatically delivered to NOOK the moment they’re released, including The Wall Street Journal, The New York Times and USA TODAY, as well as Forbes, Reader’s Digest, Discover, Fast Company and New York magazine. All periodicals are available for subscription with a 14-day free trial or via single copies.

Most NOOK Books™ are $9.99 or less, including most of The New York Times Bestsellers, plus there’s over a million free classics. Enjoy more than 100,000 titles from independent publishers and self-publishing authors using Barnes & Noble’s PubIt!™ digital publishing platform. Young readers will find more than 12,000 NOOK Kids™ chapter books in Barnes & Noble’s world’s largest collection of digital children’s content. Sample NOOK Book titles for free and download all content wirelessly over a Wi-Fi connection in just seconds.

When customers visit Barnes & Noble stores with their All-New NOOK, the shopping and reading experience gets even better. Connect to free and fast Wi-Fi and browse complete NOOK Books for free through the company’s innovative Read In Store™ program and get exclusive content and special promotions through the More In Store™ program. NOOK customers receive access at more than 24,000 AT&T Wi-Fi hotspots, as well as other personal and public hotspots to browse, buy and download new content wirelessly.

Get Social with NOOK Friends
Another way NOOK customers can learn more about great books is through NOOK Friends, an exciting social experience previously available only to NOOK Color customers. From the home page, customers can see book recommendations from friends.  See what your friends have posted about their current read, swap recommendations, share reading status, favorite quotes, and much more. Through TwitterŽ and FacebookŽ integrations, right from their current book, customers can tweet the title they’re reading, post on their Facebook wall and see what their NOOK Friends “like” on Facebook. With Barnes & Noble’s exclusive LendMeŽ technology, you can also lend eligible books to your friends at no cost for 14 days, and see and request to borrow friends’ LendMe books.

And coming in the next few weeks, Barnes & Noble will offer a new custom website, mynook.com, where customers can get recommendations from Barnes & Noble expert booksellers and NOOK Friends, access their NOOK Library™, and manage their device.

Read Your Way
Customers can customize their All-New NOOK and reading experience to their liking. Choose from 7 font sizes and 6 font styles. NOOK owners can personalize their device with one of Barnes & Noble’s screen savers or transfer personal photos (JPG, PNG, BMP and GIF) to make NOOK their own, and choose from a complete line of exclusive, new NOOK accessories (www.nook.com/accessories) to show their style wherever they go. They can also create personalized My Shelves to organize their NOOK Library and group reading content similar to their bookcase.

Read Everywhere
A customer’s entire NOOK Library follows them wherever they go. They can also easily transfer personal EPUB and PDF files to their All-New NOOK device to read documents on the go using the 2GB internal memory or a microSD™ card. Since the All-New NOOK is built on Android™ Operating System 2.1 and uses Adobe technology, device owners can also borrow digital books from their local library, a feature Barnes & Noble has always offered to NOOK device customers. Customers can also read seamlessly, accessing their NOOK Library and sync the last page read across their NOOK devices and their favorite mobile and computing devices using Barnes & Noble’s free line of eReading software (www.bn.com/freenookapps).

Availability
The All-New NOOK can be pre-ordered for $139 today and is expected to begin shipping on or about June 10, making it the perfect gift for dads and grads, and a great addition for every book lover’s summer reading wish list. Experience the All-New NOOK at www.nook.com or at the NOOK Boutiques™ and displays in one of Barnes & Noble’s more than 700 bookstores. With The Barnes & Noble Promise™, the company offers unmatched customer support in neighborhood Barnes & Noble bookstores, as more than 40,000 booksellers across the country are ready to assist customers with setting up their NOOKs or choosing their next great read. The company also continues to provide award-winning customer service support via phone and email. The All-New NOOK will also be available beginning next month at Best Buy, Walmart, Staples and Books-A-Million, along with NOOK Color.

About NOOK™ from Barnes & Noble
Barnes & Noble’s NOOK brand of eReading products makes it easy to read what you love, anywhere you like™ with a fun, easy-to-use and immersive digital reading experience. With NOOK, customers gain access to Barnes & Noble’s expansive NOOK Bookstore™ of more than two million digital titles, and the ability to enjoy content across a wide array of popular devices. The award-winning NOOK Color™ Reader’s Tablet™, the best-value on the tablet market ($249), features a stunning 7-inch VividView™ Color Touchscreen to read all of the content you love, shop popular apps, connect via email, browse the Web and more. The All-New NOOK ($139), the Simple Touch Reader™, is the easiest-to-use 6-inch touch reader, with the longest battery life of any eReader. In Barnes & Noble stores, NOOK owners can access free Wi-Fi connectivity, enjoy the Read In Store™ feature to read NOOK Books™ for free, and the More In Store™ program, which offers free, exclusive content and special promotions. Barnes & Noble was the first company to offer digital lending for a wide selection of books through its LendMeŽ technology, available through NOOK eReading products. Find NOOK devices in Barnes & Noble stores and online at www.BN.com, as well as at Best Buy, Walmart, Staples and Books-A-Million.

In addition to NOOK devices, Barnes & Noble makes it easy for customers to enjoy any book, anytime, anywhere with its free line of NOOK software, available at www.bn.com/freenookapps. Customers can use Barnes & Noble’s free eReading software to access and read books from their personal Barnes & Noble digital library on devices including iPad™, iPhone(R), iPod touch(R), Android™ smartphones and tablets BlackBerry(R), PC and Mac(R). Lifetime Library™ helps ensure that Barnes & Noble customers will always be able to access their digital libraries on NOOK products and software-enabled devices and BN.com. Barnes & Noble also offers NOOK Study™ (www.nookstudy.com), an innovative study platform and software solution for higher education, NOOK Kids™ (www.nookkids.com), a collection of digital picture and chapter books for children, and NOOK Books en espańol™ (http://www.barnesandnoble.com/ebooksenespanol), the first-ever Spanish language digital bookstore in the United States.

For more information on NOOK devices and eReading software, updates, new NOOK Book releases, Free Friday™ NOOK Books and more, follow us on www.twitter.com/ebooksbn and www.facebook.com/nookbn.

Nook Color e-book reader review from Consumer Reports [Nov 17, 2010]

Barnes & Noble Expands Award-Winning NOOK Color™ Reading Experience with the Most Requested Tablet Features [April 25, 2011]

– Reader’s Tablet™ Now Offering Popular Apps, Email, Enhanced Web Experience and New Rich Content for Adults and Children
– Customers Can Explore One of World’s Largest Digital Bookstores Featuring New NOOK Apps™, More than 2 Million Books, 150 Interactive Magazines and Newspapers and More Than 12,000 Children’s Chapter and Picture Books
– At Only $249, the Easy-to-Use, Full-Featured NOOK Color is the Best Value in the Tablet Market, Offering a Great Alternative to Expensive Tablets
– Exciting Free Software Update Now Available to All Current and Future NOOK Color CustomersBarnes & Noble, Inc. (NYSE: BKS), the world’s largest bookseller, announced today that it added significant new features and content to the NOOK Color Reader’s Tablet, making what has already been acclaimed as the best reading device on the market, the best tablet value on the market at just $249. With a major update to its bestselling device, Barnes & Noble is delivering more of what NOOK Color customers want: shopping a broad collection of popular apps, staying connected with full-featured, built-in email and an enhanced Web experience. In addition, NOOK Color’s reading experience gets even better with enhanced books featuring in-page video, new interactivity in digital children’s picture books, and now over 150 interactive magazines and newspapers, including new popular titles like The Economist and Food & Wine. All current and future NOOK Color customers can experience all of the great new features in v1.2 now available at www.nookcolor.com/update and provided for free over the air (OTA) via Wi-Fi to customers beginning next week.

“NOOK Color offers the best reading experience of any device, and now delivers the most popular tablet features such as engaging apps so customers can play, learn and explore, free, built-in email, an Android operating system update for enhanced Web browsing and more interactive content,” said William Lynch, Chief Executive Officer of Barnes & Noble. “With our new NOOK Apps program, we’ve partnered with the world’s best publishers and developers to offer popular brands like Angry Birds, Epicurious, Uno, Lonely Planet, Dr. Seuss, Little Critter and many more quality and entertaining applications. These and other enhancements, plus new ways for adults and children to experience exciting content, make NOOK Color a great alternative to paying double the price – or more – for an expensive tablet. Our easy-to-use, full-featured Reader’s Tablet is available for only $249, and presents the best value of any tablet on the market.”

Introducing NOOK Apps
NOOK Color customers can get even more out of their Reader’s Tablet – built specifically for reading and complementary experiences – with a collection of top quality apps specially designed to take advantage of NOOK Color’s stunning 7-inch color touchscreen and to keep the whole family entertained, engaged, connected and organized. Enjoy great games like Angry Birds, Uno and More Brain Exercise, and stay up-to-date on news and weather with Pulse and My-Cast. Learn new languages with Lonely Planet Phrasebooks apps, and try new recipes with the app from Epicurious. Keep sharp with pre-loaded crossword puzzles, chess and Sudoku. Stay organized with calendar apps, relax with streaming music from PandoraŽ Internet Radio and spark creativity in children with Drawing Pad and more fun apps made just for kids like Sandra Boynton’s Going to Bed Book.

NOOK Color customers can easily discover and download apps in seconds from Shop on NOOK Color, so they can browse complementary apps alongside books, magazines and other content. Customers can explore a growing collection of more than 125 favorite NOOK Apps from leading third-party developers and content providers in categories including Play, Organize, Learn, Explore, Lifestyle, News and Kids. The NOOK Apps offering will continually expand as new high-quality applications, optimized for NOOK Color, are added from the large and growing number of qualified developers and content providers submitting their applications through the company’s new app submission process.

Barnes & Noble offers a selection of free NOOK Apps – including calendar and notes apps, requested by NOOK Color customers – and paid apps, with approximately half of the collection available for $2.99 or less and the vast majority priced at $5.99 or less. Customers will easily find their newly downloaded or preloaded apps by tapping the NOOK Apps button on the Quick Nav menu or Apps section in their library, as well as through the newly refined search. All updated NOOK Color devices will now include NOOK Email™ and NOOK Friends™ apps preloaded in addition to Pandora Internet Radio, Crossword Puzzle, Sudoku, Chess, Contacts and Gallery.

Stay Connected with Email
NOOK Color now helps customers stay connected with the full-featured free NOOK Email application built in to organize Web mail accounts in one inbox. Given NOOK Color’s compact design that fits easily into a purse, jacket or bag, email was one of the most-requested features requested by customers. Connect to Wi-Fi to check and send emails with a full-screen virtual keyboard, making it easier than ever to stay in touch while on the go. NOOK Email works across the top Web mail services including Yahoo! Mail, Gmail™, AOL and Hotmail.

Updated Platform and a More Complete Web Experience
NOOK Color’s update to Android OS 2.2/Froyo offers system improvements, enhanced browser performance and a more complete Web experience giving customers access to enjoy even more video, interactive and animated content. NOOK Color now includes support for AdobeŽ FlashŽ Player. Surfing the Web is even better with the ability to easily switch between larger desktop or mobile Web experiences and enhanced pinch and zoom. Additional enhancements include improved global search and quick settings such as battery indicator, shortcuts to settings and audio.

Enhanced Reading Experience and More New Rich, Interactive Content to Enjoy
Designed for people who love to read everything in rich color, NOOK Color now has even more engaging and rich content, plus a sliding page turn animation, requested by customers. Easily access personal files transferred to NOOK Color on your customized Home screen.

By exploring Barnes & Noble’s more than 2 million digital titles, one of the world’s largest collections of digital reading content, customers will find even more exciting and engaging content to enjoy on NOOK Color.

  • NOOK Kids™: Barnes & Noble’s state-of-the-art NOOK Kids digital picture book experience – the first with the innovative Read to Me™ feature – has been expanded with 15 new Read and Play™ titles that bring animation, activities and stories together. In NOOK Color’s innovative Read and Play books, children can interact with their favorite characters and enjoy activities built right into the story they’re reading. Whether it’s drawing with Fancy Nancy or making the dogs go in Go, Dog, Go!, parents and children will enjoy narration, animation and interactivity that fits into the story and plot lines of new Read and Play titles including Splat the Cat, Are You My Mother?, Caps for Sale, Little White Rabbit and more, now available to explore and enjoy.

With more than 350 NOOK Kids digital picture books and more than 12,000 children’s chapter books, Barnes & Noble offers the world’s largest collection of digital content for children. Children can choose stories featuring popular characters like Nickelodeon’s Dora The Explorer and SpongeBob SquarePants, and Disney favorites like Mickey and Minnie Mouse, Snow White and Cars.

  • NOOK Books™ Enhanced: Watch that appetizing recipe being made step-by-step or learn how to perfect yoga poses with embedded video and audio in cookbooks, health and fitness, biography, photography and travel books, along with other interactive content on NOOK Color. With more than 225 multimedia titles (and growing), Barnes & Noble offers instructive content including Knitting for Dummies, You: Raising a Child and ELLE: Workout Yoga starring Brooklyn Decker. Learn more about bestselling books from authors including David Baldacci, Pat Conroy, Russell Brand, Keith Richards and many more.
  • NOOK Newsstand™: Dozens more favorite magazines and newspapers are now available on NOOK Color – the first reading device to offer popular newsstand titles in rich, full color. From Us Weekly and Elle to The New York Times and The Wall Street Journal, NOOK Newsstand delivers your morning paper and latest magazines right to your NOOK Color, ready to read in an amazing new way. With enhancements to magazine navigation on NOOK Color, it’s even easier to enjoy the full-color, digital edition of the print magazine, including Barnes & Noble’s innovative ArticleView™ feature.  Barnes & Noble continues to build its NOOK Newsstand offering, now with more than 150 top full-color magazines and newspapers including recent additions such as OK! Magazine, ESPN The Magazine, Travel + Leisure, National Geographic Kids, Every Day with Rachael Ray, Dwell, Outside, Saveur, The Onion, PC Gamer, Family Handyman and many more. All can be enjoyed with a 14-day free trial, via subscription or purchased in single issue form.

Get Social with NOOK Friends
With the new NOOK Friends App (Beta), NOOK Color creates the go-to social network for people who love to read, and offers even more ways to connect. Customers can create a group of NOOK Friends to easily swap books, get a friend’s take on a new bestseller, discover great new reads or see if someone’s enjoying a book they recommended on the Friends’ Activity tab. NOOK Color customers can view their NOOK Friends’ content ratings and reviews, shared quotes, recommendations and how they’re progressing on their latest book. Check out all or individual NOOK Friends’ LendMe™ books available and track all current and pending sharing activity. Updates to NOOK Color also make it easy for customers browsing the great content available in Shop to share which products they “Like” on Facebook and view how many other Barnes & Noble customers “Like” it, too.

NOOK Color v1.2 Now Available
NOOK Color customers can experience all of the great new features in v1.2 immediately at no cost via manual download at www.nookcolor.com/update. A free over-the-air (OTA) update will begin rolling out to customers via Wi-Fi over the coming weeks. Experience the new NOOK Apps and other exciting new features at the NOOK Boutique™ or display in one of Barnes & Noble’s more than 700 bookstores across the country or by visiting www.nookcolor.com. NOOK Color, along with NOOK devices, can also be found at Best Buy, Walmart, Staples and Books-A-Million.

Barnes and Noble NOOK COLOR eBook Reader Tablet [Nov 7, 2010]

Nook Color Goes Froyo [April 25, 2011]

Nook Color Review: Get the Scoop on the Barnes & Noble Nook Color [eBook Readers Resource, Feb 16, 2011]

As one would anticipate, the 7-inch, 1024 x 600 resolution LED-backlit color screen takes up most of the front portion of this reader. Note that the In-Plane Switching (IPS) display utilized here is the same screen technology used in Apple’s iPads and iMacs. Barnes & Noble however, has customized the Nook with its proprietary VividView technology which fully laminates the screen coating, thereby significantly reducing the glare.

… despite its VividView treatment, the Nook Color’s IPS display remains pretty reflective, thus, it still doesn’t quite match up to e-ink technology when it comes to providing a glare-free reading experience.

Nook Color review [Engadget, Nov 16, 2010] (emphasis is mine)

It’s hard to believe we’re already writing a review of the Nook Color, considering Barnes & Noble’s first foray into the e-reader world was revealed just over a year ago. In that time, the company has gone from no presence in e-books to owning 20 percent of the marketshare, and now has moved from a somewhat sluggish hybrid E-Ink / LCD device to a full color, tablet-like product. …

… the front of the device is eaten up mostly with that 7-inch, 1024 x 600 IPS display. …

… As we said, the screen is of the 7-inch LCD variety, and at the 1024 x 600 resolution, looks reasonably dense (from a pixel perspective) with a 178-degree viewing angle. Barnes & Noble is particularly proud of the screen, which the company says utilizes its “VividView” treatment to provide less glare. What that really means is that the screen coating is fully laminated against the display itself, making for less tiny, almost-imperceptible unglued areas which can catch light. Still, the display is pretty reflective, making reading in bright locations (like on a subway with stark fluorescent lighting) sometimes difficult. …

… Web browsers and gaming aside, the main focus of the Nook Color is that it’s an e-reader — so how does it fare in that department?

First let’s get something out of the way. Obviously this isn’t an E-Ink screen, so you have to decide if you’re on board or not for reading on an LCD display. If you’re entertaining an iPad or Galaxy Tab, we’ll assume this screen technology is not going to deter you from using the device as a reader. For us, the display tech isn’t a major hang-up — in fact, lots of the staff have been using iPads as reading devices with little to no trouble.

So as far as screen tech goes, the Nook Color looks gorgeous as an e-reader for standard books and goes one step beyond, delivering magazines and children’s books the way they were meant to be viewed. For standard e-book reading, there are tons of options for formatting, fonts, and coloring — even those with poor eyesight should be able to find settings that make the reading experience enjoyable. We really liked reading with the Color, and even though the device doesn’t sport animated page turns (a la the iPad), it does offer great options for notation and word or phrase discovery (you can do dictionary, Google, and Wikipedia searches right from a contextual menu). We also loved that you’re able to share quotes or info about what you’re reading via email, Twitter, or Facebook.

For magazines, the reading format is a bit different. The full pages of the magazine are displayed on the screen, and you can swipe left and right to move through them. What’s even better, however, is a scrubber (for lack of a better term) that you’re able to bring up just below your magazine content which lets you quickly jump through the magazine and then zoom into a page you want to read. We found this option great for skipping ads. Once in a magazine page, you can zoom and pan to see photos up close or read, but the Nook Color also provides a novel (no pun intended) option called ArticleView which lets you break out text on the page into a strip down the middle of the screen with plain, clearly readable content inside. It’s a great idea that worked most of the time. Sometimes, on pages with lots of captions or cutaway text it didn’t seem to capture everything. As avid magazine readers, we really love the option of a unified method of getting periodicals, and the Nook Color is the first device to actually show that it can be done without a tremendous amount of effort (and surprisingly little lost). There’s clearly room to grow in this area (and a lot of content still to nab — the current magazine catalog is only about 70 strong), but we like where it’s headed. We hate to beat a dead horse, but as with the rest of the interface, the magazine experience is hampered by the sluggishness of the UI.

The Nook Color also offers newspapers delivered daily, but we’re not quite as psyched on the layout of the traditional dailies. We found the page ordering and design of these digital editions confusing and clunky. There’s likely a hybrid of what Barnes & Noble is doing with magazines and what the company does with books for these publications — but the current state of daily papers is a bit of a mess on the platform.

The final piece of the puzzle is B&N’s push into the kids’ book market with its new formatting that not only allows children and their parents to page through full color versions of popular kids titles, but introduces a “read to me” function. The premise is rather simple: a professional voice actor reads the copy out loud through the Nook Color’s speaker, and a child can follow along. We’re sure this will be a quality addition to a parent’s arsenal of options for keeping the kids happy. We did have a few issues with some audio skipping early on in one of the books we tested, but it went away quickly and didn’t return. The kids books also offer a scrubber similar to the one found in the magazine section. One thing of note — loading these volumes takes a little more time — though overall the feature worked as advertised.

E Ink and Epson achieve world-leading ePaper resolution

PVI Joins Hands With Epson to Produce E-Paper Displays [May 23, 2011] (emphasis is mine)

PVI`s chairman Scott Liu said that the cooperation marks his company`s entry into the commercial and educational segments, indicating that the company`s e-paper displays will be produced for not only consumer use, but also professional purposes in the future.

To achieve better visibility of Japanese and Chinese words displayed on electronic screens, the two parties are determined to jointly develop 300-dpi, high-resolution e-paper displays, which will be mainly used in commercial and educational e-book readers with screen sizes of 11 inches and above and sold in Japan and mainland China.

In the cooperation, Epson will take charge of manufacturing and providing a high-speed display controller platform for e-paper displays, which incorporates a display controller IC, processor, power supply control IC and related software for optimal operability.

Meanwhile, PVI is engaged in manufacturing and promoting the 300dpi e-paper display, which, with screen sizes of 9.68 inches, 11 inches or above, boast lightweight design, low power consumption, and a vivid, easy-to-read display of words and images.

Accordingly, the cutting-edge product has been sent to customers of e-book readers and system integration for certification and will be set for volume production in the fourth quarter of this year at the earliest.

E Ink and Epson achieve world-leading ePaper resolution [May 16, 2011] (emphasis is mine)

TOKYO, Japan and HSINCHU, Taiwan, May 16, 2011 – E Ink® Holdings Inc. and Seiko Epson Corporation (“Epson”) today announced the joint development of a 300-dpi electronic paper device with razor-sharp text and images for ePaper Document Reader. Combining E Ink’s high-resolution ePaper display and Epson’s high-speed display controller platform, the new device will enable the world’s highest resolution ePaper tablets. With sharply improved readability and ease-of-use the ePaper Document Reader is expected to catch on in business and education settings where huge amounts of data have to be processed, as well as in countries that use character-based text, including Japan and China.

Thin, lightweight, energy-efficient eReaders with easy-to-read, paper-like displays have won over consumers, who are snapping up ePaper devices in unprecedented numbers, causing the market to surge. Demand has also been on the rise in business and education, market segments that require exactly what ePaper provides: the fast and accurate display of enormous amounts of information. Applications in these segments demand higher resolution than that offered by today’s 160-dpi displays due to the need to crisply render, with smooth gradations, engineering diagrams, illustrations, Asian characters, and other fine or intricate content. These market segments also demand faster page navigation and sophisticated user interfaces to allow instant viewing of vast amounts of data.

“As the adoption of eReaders continues to rise worldwide, the opportunities for our EPD technology are expanding in new market segments including business and education,” said Scott Liu, chairman of E Ink. “We continue to improve E Ink’s technology to meet the demands of our customers and the needs of consumers, and this new EPD delivers the low power, sunlight readability and thin, lightweight form factor users have come to expect from E Ink at an even higher resolution.”

“We developed this device specifically to meet the high data demands of business and academia,” said Torao Yajima, managing director at Epson. “Our IC controller and processing power enables the display to handle large files while maintaining the excellent display control and operability found in today’s EPDs, including fast page navigation and a sophisticated user interface.”

Epson’s high speed controller platform is an ideal choice for developers who wish to develop high resolution eTablets with ease and within a very short period.

The respective roles of E Ink and Epson and the products they offer are described below.

E Ink
E Ink will manufacture, sell and support the newly developed 300-dpi ePaper displays, which measure 9.68 inches on the diagonal and have 2,400 x 1,650 pixels. These paper-like, high-resolution displays demonstrate in full the very best features of ePaper: crisp and clear text and images on an easy-on-the-eyes screen, a thin and light form factor, and ultra-low power consumption.

Epson
Epson will manufacture, sell and support a high-resolution, high-speed display controller platform optimized for controlling E Ink’s high-resolution display. Leveraging Epson’s experience with image processing technology developed for photo-quality printers, the display controller platform combines a display controller IC, applications processor, system power management IC, and firmware to provide excellent display control and improved operability.

Moving forward, E Ink and Epson plan to continue collaborating to promote the popularization of ePaper based devices in the business and education markets by developing technology, expanding and upgrading the product lineup, and providing customer support.

Exhibition plans, high-resolution e-paper device
The jointly developed device will be on display at the E Ink booth at SID, to be held in Los Angeles from May 15 to 20.

Related links
News release about Epson’s high-speed, high-resolution display control platform: http://global.epson.com/newsroom/2010/news_20101027.html.

Epson to Provide Display Controller Platform that Sharply Improves e-Paper Product Performance [Oct 27, 2010]
– Platform to enable laser-quality images and high-speed refreshes

Seiko Epson Corporation (“Epson”, TSE: 6724) today announced that it has developed a new display controller platform for electronic reading devices and other electronic paper products that provides laser-sharp image quality and rapid refreshes. The company will begin shipping the platform to e-paper-based product manufacturers in April 2011.

The display control platform will enable e-paper product manufacturers to speed up their time to market by allowing them to efficiently develop products with fast display refresh times and the ability to display images as sharp and clear as any produced by a laser printer. Notably, the platform will facilitate the development of products for business and education applications, which typically require higher image quality and faster displays.

Epson is the world’s no.1* supplier of controller ICs for e-paper displays, partnering with E Ink Holdings Inc. of Hsinchu, Taiwan, the world’s number 1 supplier of e-paper.

The display controller platform employs a newly developed e-paper display driving scheme that is unlike those used in current e-book readers. The new driving scheme capitalizes on high-speed image processing technology originally developed for Epson’s photo-quality printers to enable e-paper displays with resolutions of 300 dpi and higher to be refreshed at high speed, which is ideal for higher education, professional office and general business environments.

E-paper devices outfitted with the display controller platform and a high-resolution e-paper display will render intricate content, such as “kanji” characters, mathematical formulas and engineering drawings, as well as illustrations, photographs and other images that require smooth gradations, much more clearly than current e-paper displays. They will also be able to flip through the pages of an e-book much faster than existing e-readers. When combined with sensors, these devices will provide powerful handwriting recognition, a critical function for business applications. The sharp improvement in readability and usability are expected to fuel the popularity of e-paper products in Japan, China, and other regions where Chinese characters are used, as well as in business and education applications where huge amounts of data have to be processed.

E Ink Announces Next Generation Display Platform [July 1, 2010]

E Ink® Corporation, the leading developer and marketer of electronic paper display technology, today announced the Q2 release of its next generation display technology, Pearl. With Pearl, E Ink expands the capabilities of reflective displays, bringing electronic paper performance to the next level. With the whitest reflective displays in the industry, and a contrast ratio now approximately 50 percent greater than today’s products, text on Pearl “pops” from the page, enabling a reading experience most similar to reading text on printed paper.

The E Ink Pearl design builds on the current generation of Vizplex designs, which is used in millions of eReader devices today. Due to a unique and proven two pigment system that is extremely stable, the current E Ink products in the market today have demonstrated long life and high reliability, enabling a whole new class of consumer products.

Images and text become crisp on the screen as the contrast between the background and item of interest is increased. E Ink Pearl raises the bar for displays used in digital reading. This allows for eReaders to go from a contrast ratio typical of newspapers, to a higher contrast ratio typical of paperback books. The crisp text and detailed graphics also continue to remain pleasant to view when E Ink products are enjoyed outside. In addition, with 16 gray level depth, E Ink Pearl offers the sharpest rendering of images and allows product developers to display images with smooth tones and rich detail.

Chromebook / box with Citrix Receiver going against Microsoft

Update:
– “Asus is more hesitant about another new entrant to the notebook space: Google Chromebooks. Google introduced these lightweight Web-centric devices in May with Samsung and Acer’s support. Asus works with Google on its tablets and smartphones but Shih said the manufacturer is still assessing the Chromebook market.
Asus: Super-Thin ‘Ultrabooks’ Can Capture 50% Of Notebook Market [July 29, 2011]
– “Chromebooks work best for people who live on the web – spending most of their time in a browser using web applications. We expect many consumers as well as many businesses and schools to greatly value the speed, simplicity and security this operating system provides.
Internet at the heart of everything: Q&A with Chrome OS [July 15, 2011]

Chromebooks Are Doomed to Fail [PCWorld, May 15, 2011]

The Chromebook is not any lighter or smaller than a standard netbook. It boots up faster, and has longer battery life than a full notebook, but so do most netbooks. The difference between the Chromebook and a standard netbook is that with a netbook you can do everything you can do with a Chromebook, and you can still do all of things you normally do with a PC.

Essentially, buying a Chromebook is like buying a television that is only capable of delivering some of the channels, even though there are televisions available for the same price that can give you all of the channels. The Chromebooks are going to retail from $350 to $500. Funny thing about that–at BestBuy.com there are 15 netbooks listed that range from $230 to $530.

Google, Intel set to upgrade Chromebook performance [July 20, 2011]

Google plans to upgrade the Chromebook design from originally adopting Atom N570 processors to mainstream Core i series processors to significantly boost system performance, while strengthening the machine’s security. The plan has already received support from Intel with the company giving a 10-20% discount for related processor quotes, according to sources from notebook players.

In addition to Samsung and Acer, there are already several notebook vendors including Asustek Computer, already considering to join the upcoming Chromebook upgrade project and are set to launch related products after the fourth quarter, the sources noted.

The sources pointed out that despite the 12-inch Chromebook is mainly being pushed for its cloud computing capability, with most work being done by the back-end servers, since their hardware specifications are the same as a netbook, while being US$50-100 more expensive than a Windows 7-based netbook, and having an unattractive industrial design, the overall price/performance ratio is disappointing.

Therefore, Google has recently started notifying its partners that Chrome OS already has an obvious upgrade path for its hardware specifications and related security, while the company is also providing assistance with marketing and is aiming to push the product’s price range to above US$500 and increase its attractiveness in the market.

However, some notebook vendors believe Android’s success in smartphones and tablet PCs does not guarantee the success of Chromebook, and Microsoft still has an un-touchable position in the PC industry. Since most consumers are already used to Windows, while Windows has great software compatibility, if Chromebooks cannot outmatch Windows products on pricing, while maintaining standard performance demands, consumers are unlikely to accept a brand new operating system in the short term.

New computers for the browser-based world [May 11, 2011] (emphasis is mine)

For businesses and schools, we’re offering a subscription that includes the Chromebook, a web-based management console and 24/7 support from Google starting at $28 per month for businesses and $20 per month for schools. … to date the innovation has stopped at the PC. We still worry about crashes, long boot times, software incompatibilities, endless program updates, outdated hardware, viruses, and all the other headaches associated with a personal computer. What’s more, managing a PC is expensive when you include setup, maintenance and security – not to mention the lost productivity when things break. According to Gartner Research, the total cost for a desktop computer is between about $3,300 and $5,800 per year and laptops can cost even more.

Chromebooks relieve these pains. They boot in 8 seconds, resume instantly and have WiFi and optional 3G so that users can always stay connected. Since Chromebooks update automatically, the software gets better over time, delivering the latest features as soon as they are released. Chromebooks are the first PCs designed with ongoing security threats in mind, which is critical for businesses. Chromebooks employ the principle of “defense in depth” to provide multiple layers of protection, including sandboxing, data encryption, and verified boot – to help keep your organization safe.

We also recognize that organizations want to centrally manage their Chromebooks, so we’re happy to announce we’re making this easy, with the ability to control accounts, applications and devices from a single web-based console. The new Chromebooks pricing model and simple, central maintenance means that Chromebooks are far more cost-effective than traditional PCs. Companies can save thousands of dollars per employee each year!

… 85% of new software vendors will be focused on developing web-based apps by next year … Chromebooks work with your existing web apps, browser-based apps behind the firewall and we even have a solution for your desktop applications via our collaboration with Citrix. By navigating to an HTML5-based version of Citrix Receiver, users can access virtualized applications such as Adobe® Photoshop® right from the browser.

We believe that a combination of web and virtualized apps will suit most business users today; in fact, a recent survey we commissioned found that two-thirds of companies could already switch the majority of their employees to an exclusively browser-based computing environment.

Learn more about Chromebooks for Business and how pilot customers are using them.

Update: Another step in the browser-based desktop revolution [May 25, 2011] (emphasis is mine)

Today we’re excited that Citrix has announced Citrix Receiver for Chromebooks, based on HTML5 standards – coming soon to the Chrome Web Store. This is great news for businesses and schools that want to take advantage of a modern browser-based operating system while preserving access to their existing desktop applications. At I/O for instance, we demonstrated Citrix Receiver running on Chromebooks and accessing a virtualized version of Adobe® Photoshop® right from the browser.

Now Chromebook users can not only access the huge number of business web apps and browser-based applications behind the firewall, but through Citrix Receiver they can also access an exhaustive set of desktop applications. This means that organizations don’t have to repurchase or rewrite existing applications when moving to Chromebooks, and they can offer Chromebooks to a wider range of users. We’re working to make the browser the platform for business computing, and we’re happy to be collaborating with Citrix on this transformation.

Update: Citrix Receiver Now Helps Business say “Yes” to More than 1 Billion End User Devices — Self-Service Access to Any SaaS, Web and Windows App [May 25, 2011]

Today at Citrix Synergy™, where virtual computing takes center stage, Citrix Systems announced multiple new updates to Citrix Receiver™, its universal software client that allows companies to deliver corporate apps, desktops and data to any device, whether corporate or employee owned. With today’s announcement, Citrix Receiver is now verified to support more than 1,000 different PC and Mac models, 149 different smartphones, 37 tablets, 10 different classes of thin clients, and all major device operating platforms, including new environments like iOS, Android, webOS and Google ChromeOS. With consumer devices flooding the workplace, Citrix Receiver now gives businesses around the world the power to say “yes” to more than 1 billion end user devices, knowing that they can deliver a secure, high-definition experience to virtually any device in the world.

In addition to offering complete choice and flexibility to use the devices they choose, Citrix Receiver gives end users full self-service choice of the apps they want to run, when Windows, web or SaaS based. The ability to seamlessly interact with all their desktops, apps and data on any device, from any location, effectively gives users 24×7 access to a “personal cloud” where anything they need is just a click or touch away.

By delivering this level of choice and flexibility, customers can achieve increased business productivity and transform IT from managing internal systems to on-demand service delivery. When combined with key Citrix infrastructure products like Citrix XenDesktop®, Citrix XenApp™ and the new NetScaler® Cloud Gateway™, Citrix Receiver provide the essential components to embrace this shift and allow employees to work anywhere, anytime, on any device.

Supporting Partner Blogs

Expert Blogs

A new kind of computer: Chromebook [May 11, 2011] (emphasis is mine)

A little less than two years ago we set out to make computers much better. Today, we’re announcing the first Chromebooks from our partners, Samsung and Acer. These are not typical notebooks. With a Chromebook you won’t wait minutes for your computer to boot and browser to start. You’ll be reading your email in seconds. Thanks to automatic updates the software on your Chromebook will get faster over time. Your apps, games, photos, music, movies and documents will be accessible wherever you are and you won’t need to worry about losing your computer or forgetting to back up files. Chromebooks will last a day of use on a single charge, so you don’t need to carry a power cord everywhere. And with optional 3G, just like your phone, you’ll have the web when you need it. Chromebooks have many layers of security built in so there is no anti-virus software to buy and maintain. Even more importantly, you won’t spend hours fighting your computer to set it up and keep it up to date.

Chromebooks will be available online June 15 in the U.S., U.K., France, Germany, Netherlands, Italy and Spain. More countries will follow in the coming months. In the U.S., Chromebooks will be available from Amazon and Best Buyand internationally from leading retailers.

Day 2 kicked off with the announcement that Chrome is now at 160M active users, up from 70M last year. Watch for more announcements from the Chrome Web Store, Angry Birds, Chromebooks and Chrome In-App Payments.

There is a 30”+ talk about “the power of the web” till [39:00] (with most emphasis on WebGL based things including hardware accelleration) then going to Chrome OS and fast [40:35] moving to Chromebook, then again to Chrome OS which is ending at [52:20], then the use case of using Chromebooks disconnected, hundred of apps on Chrome webstore already working offline, Google Apps coming in June 15, then [54:10] Samsung, Acer (with price starting at $349), Intel etc. partners. From [57:40] the businesses and education institutions part. Along Citrix mentioning VMware as well. At [1:01:30] showing Chromebox as well. Complete End-to-End Offering for businesses. $28/month price complete, changing fundamentally the way computing is … Order directly from Google. … every of our attendee gets a free Chromebook. Ending at [1:08:10]. But no Chrome In-App Payments.

Samsung Chromebook Series 5

Intel® ATOM Processor N570 [1.66Ghz]
2GB Standard System Memory [DDD3]
16GB SSD (mSATA)

White / Titan Silver
WiFi / 3G
$429 / $499

SuperBright 12.1” LED display [1280×800]

Battery Hour Life: Up to 8.5 hours (Google Chrome Battery Test)

image image

SlashGear 101: Google Chromebook [May 11, 2011]

This summer, Gmail, Google Calendar and Google Docs will all get “offline support” for Chrome OS – i.e. you’ll be able to use them without a data connection. Netflix and Hulu streaming video support will also be added, though you’ll obviously need to be online for those.

Google is also readying a desktop version, the Google “Chromebox”, about which little is known but that we’re assuming will bring the same Chrome OS experience to users not concerned about mobility. Since part of Chrome OS’ charm is that users can log in on any machine and get the same experience, schools and businesses could have a combination of Chromebox and Chromebook hardware and staff/students share them depending on where they were going to be working.

Google Chrome OS “Chromebook” Detailed [May 11, 2011]

Hands On With Google’s New Chromebook [May 12, 2011]

Citrix, VMware Bringing Enterprise Apps To Google Chromebooks [May 11, 2011] (emphasis is mine)

Citrix Receiver acts as a front door for enterprise applications stored on XenDesktop and XenApp servers in the customer’s data center, delivering them to notebooks, tablets and mobile devices.

Citrix Receiver For Chrome, currently in beta and slated for launch this summer, will do the same for Chromebooks, Google’s new Web optimized PCs, according to Gordon Payne, senior vice president and general manager of Citrix’s Desktop Division.

Payne says his company has plenty of relevant experience in delivering enterprise applications to Google Chromebooks. “For the past 10 years we’ve been lifting apps up off the desktop, centralizing them in the data centerand delivering them as a service,” he said.

Citrix is looking forward to introducing Chromebooks to its customer base, Payne said. During the Q&A, Payne was asked how this might affect Citrix’s Windows business, a fair question since Citrix is one of Microsoft’s largest partners.

“Users should be able to use whatever device makes sense to them,” Payne responded. “Bring Your Own Device feeds into this philosophy. Chromebooks are a compelling argument for a new class of hardware, and we at Citrix love diversity.”

VMware, meanwhile, is building a similar version of VMware View that works in the browser, Rajen Sheth, group product manager for Chrome For Business, said in the Q&A. While Citrix has a timetable for its release of Receiver For Chrome, VMware is still in the midst of working on its implementation, Sheth said. VMware did not have a representative at the Q&A.

The virtualization partnerships show that Google is stepping up its efforts to crack into enterprise accounts. Most companies can switch 75 percent of their users to Chromebooks today by using Web applications and virtualization, Sundar Pichai, senior vice president of Chrome, said in a Wednesday keynote at Google I/O in San Francisco.

New Citrix Receiver Lets Chrome Notebook  Users Run Windows Business Apps [Dec 7, 2010]
Citrix joined Google on stage at its live Google Chrome event in San Francisco to preview the new Citrix Receiver for Chrome Notebooks.

Today, Citrix Systems (NASDAQ: CTXS) joined Google on stage at its live Google Chrome event in San Francisco to preview the new Citrix Receiver™ for Chrome Notebooks (see today’s related announcement blog). Available soon as a free app on the Google Chrome Web Store, Citrix Receiver will allow Google customers to run their existing Windows business applications directly on the new web-based Chrome notebooks with a native user experience, fast performance, and full enterprise security. As a result, Google customers will be able to enjoy all the benefits of a fast, lightweight, web-based notebook computer for personal use, and still have easy, secure access to their Windows-based work applications, desktops and data at any time (see visuals).

Citrix Receiver also represents a win for corporate IT departments, allowing them to deliver existing enterprise applications and desktops as a secure, on-demand service to Chrome notebook users with no new support requirements – and no compromise in security or user experience. Because Citrix Receiver supports all popular security standards, corporate data is safe at all times. End users also enjoy a rich, high-definition experience for all apps and desktops, thanks to the built-in Citrix HDX™ technology.

Citrix Receiver is a key part of the Citrix end-to-end virtual computing strategy, designed to simplify computing for IT, and give end users more choice and flexibility in how and where they work. It is available today for a wide variety of end user devices, including PCs, Macs, laptops, thin clients, tablets and smartphones.

Pricing and Availability
Citrix Receiver for Chrome Notebooks is scheduled to be available as a free app from the Google Chrome Web Store in the first half of 2011. Citrix Receiver works by connecting to the Citrix XenDesktop® or Citrix XenApp™ servers already running in the datacenters of most corporate customers. Every day, XenDesktop and XenApp deliver virtual desktops and applications to 100 million corporate employees at more than 230,000 enterprises worldwide, including 99 percent of the Fortune 500.

Sundar Pichai, Vice President of Product Management for Google
“The web has become an incredibly powerful platform for innovation, allowing users to do much more online than ever before. We’re happy to work with Citrix to give Chrome notebook business users a way to enjoy all the benefits of the web, while still having the flexibility to access important business applications in their work environments.”

Gordon Payne, Senior Vice President and General Manager at Citrix
“The new Chrome notebook breaks new ground in simplifying end user computing devices. Citrix is pleased to be working with Google on this exciting new technology and promise it holds for our joint customers.  Together, we can ensure that these new devices are enterprise-ready, allowing our customers to securely run their existing corporate applications on their Chrome notebooks. Extending Citrix Receiver support for Chrome notebooks will provide virtual computing solutions that simplify computing for IT, and enable productive, virtual workstyles for users.”

Related Links and Announcements:

Google Search Finds Citrix Receiver for Chrome Notebooks [Dec 7, 2010] (emphasis is mine)

Citrix has just announced Citrix Receiver for Chrome Notebooks. The new Google OS and reference design for notebooks is designed to run apps entirely from the web. That’s relatively easy for web and SaaS apps, but for the thousands of corporate Windows apps Google needed another answer in order to make the new platform useful as a business tool or even a consumer device with casual access to work apps. The answer came from talking to CIO’s and IT Pros at companies who would need to endorse the device, ” add Citrix Receiver ” was an obvious solution. ( You can also find the answer by Google searching run windows apps from any device or any variation of that )

Google’s announcement today included a keynote demonstration of Citrix Receiver accessing a number of Microsoft applications hosted on XenApp. This Receiver for Chrome Notebooks is also unique in that it’s based on HTML5 and requires no download and install like most Receivers. It’s very cool, just click the icon, log-on and everything required comes down from the web. The new Web Receiver interface is presented including the ability to search, subscribe and select favorite apps. The apps launch as expected and the performance is great. What’s different is the apps run maximized inside the Browser vs conventional windowing, and task switching is accomplished through the browser tabs. Check out the demo at http://www.youtube.com/watch?v=Xjb5kFLOz_Q&feature=channel fast forward to Minute 21 [ending at 39:00].

Video footage from the Chrome event on 12/07/10. Sundar Pichai, Product Management Lead for Chrome gives update on Chrome OS and announces the pilot program.

Some screen shots of Citrix Receiver for Chrome Notebooks:

The Citrix Receiver will also be included in Google’s Chrome Web Store when its available in 1H2011. Users will only need a company provided link to get to a log-on page making app delivery simple for IT.

Google’s entry into the OS market is interesting and fits well with their vision to host everything on the web. Users get device independence, and IT meets the objective to minimize support for distributed end point devices. With Google Chrome for Notebooks, Google will provide automated updates to the OS as required, and security exposures are minimized because nothing can be installed locally. Add Citrix Receiver and IT should be happy. I think user adoption will depend on the devices that hardware vendors come up with. These new Notebook devices will compete with Tablets in the limited task mobility segment and full function Windows 7 Netbooks & Laptops on the other side, time will tell…

Embrace the consumerization of IT – Citrix Receiver gives you the power to say ‘yes’ [Dec 7, 2010] (emphasis is mine)

Today Citrix demonstrated Citrix Receiver for Google Chrome Notebook at Google’s launch event in San Francisco (watch the replay). Citrix Receiver gives people access to their enterprise apps using any device, anywhere – enabling IT to embrace consumerization and make their employees more productive.

Consumerization will force more IT change over the next few years than any other technology or trend. The phrase “consumerization of IT” stems from people’s experiences as consumers of technology at homesuch as using simple online self-service applications, or using mobile devices to instantly access their information and it is changing the way all of us think about computing. Computing has become integrated into our everyday life and is not just for work activities, and it is changing our expecations of what computing at work should be. This is a big trend – something that none of us as individuals can control. As an IT industry, we have no other option but to embrace this trend, and plan for how consumerization will impact computing for people at work.

If you are unsure about what consumerization of IT means for computing at work, here are few things that you need to know:

  1. End users will have a choice of device – they will be able to use a device of their convenience to get access to their apps. They may be company owned or may be employee owned. You may have users using their corporate Windows device and have other devices that you do not have full control over.
  2. Users will be able to use the same device for their personal and corporate appssimultaneously.
  3. Users will prefer a self-service experience to access their apps

These three requirements are almost impossible to address with traditional distributed computing within IT environments. Instead, IT needs to do something different.

Google’s announcement regarding the Chrome OS notebook and Chrome OS Web store is a good example of the choice that people have for computing at home. I attended the Google’s launch event live and found the demos quite interesting – seeing how end users can add their apps to their notebook and run them on-demand. It means that there will be another device that someone at work will show up alongside their corporate PC to access their Windows applications.

This is a problem for IT. Enterprise apps and data were never built for the kind of flexibility and security challenges this kind of user choice and mobility introduces. Many IT teams are now struggling to embrace this “consumerization of IT.”

Citrix’s solution to this problem is virtual apps and desktops along with Citrix Receiver – both designed to deliver any enterprise app or desktop to any user, anywhere. The Majority of these are Windows based apps and soon to be adopted Windows 7 desktops. Citrix Receiver, which is available for virtually every device – Windows PCs/laptops, Macs, iPhones, iPads, Android smartphones/tablets, Blackberry, and Windows Mobile, offers users a high performance access to any enterprise app, anywhere.

Today, Citrix demonstrated an early version of Receiver for Chrome OS Notebook at the Google launch event, showcasing access to enterprise Windows based applications securely with a high definition experience. As with all versions of Citrix Receiver, customer demand is strong, making Receiver a “must have” app for new consumer devices. Google’s enterprise customers asked them to partner with Citrix Google Notebooks can have access to enterprise apps & desktops – most of them based on Microsoft Windows. Citrix Receiver for Chrome Notebook will be available in first half of 2011. Users will be able to download it from Google Chrome Web Store.

So, the next time when an employee says they wish to use one of their devices to access the enterprise apps, you no longer have to say ‘no’. With Citrix Receiver, you have the ability to say ‘yes’ to any device – offering a rich high definition application access to all your employees anytime, anywhere.

Citrix Receiver, XenApp and the Windows Application Delivery Infrastructure

Citrix Receiver is a lightweight software client that makes accessing virtual applications and desktops on any device as easy as turning on your TV.

Much like a satellite or cable TV receiver in a broadcast media service, Citrix Receiver allows IT organizations to deliver desktops and applications as an on-demand service to any device in any location with a rich “high definition” experience.

As long as employees have Citrix Receiver installed, IT no longer has to worry about whether they are delivering to a PC in the office, a Mac at home, or an iPhone on the road. This approach radically simplifies desktop management for IT and gives end users far more flexibility and independence in how and where they work.

XenApp is the central software component of the Citrix Windows Application Delivery Infrastructure. The goals of XenApp and the Citrix Windows Application Delivery Infrastructure are to deliver on-demand applications to both physical and virtual desktops, and to determine and provide the best method of delivery. XenApp offers three methods for delivering applications to user devices, servers, and virtual desktops:

  • Server-side application virtualization: applications run inside the Data Center. XenApp presents each application interface on the user device, and relays user actions from the device, such as keystrokes and mouse actions, back to the application.
  • Client-side application virtualization: XenApp streams applications on demand to the user device from the Data Center and runs the application on the user device.
  • VM hosted application virtualization: problematic applications or those requiring specific operating systems run inside a desktop in the Data Center. XenApp presents each application interface on the user device and relays user actions from the device, such as keystrokes and mouse actions, back to the application.

A typical deployment is shown below. Delivery Services 1.0 provides the infrastructure that enables the next generation of Receiver functionality. The figure shows the architecture of Delivery Services and the interactions between the components in a typical environment.

Citrix Receiver—manages plug-ins, including the Self-service Plug-in, on the user device:

  • Online Plug-in/Offline Plug-in—enable users to access their subscribed resources. These plug-ins are used for application streaming when executables for applications are put in profiles and stored on a file server or Web server (the App Hub) which simplifies application delivery to users by virtualizing applications on client devices. To support streaming applications to the server, install either the online plug-in or Web plug-in on user devices. These applications must be published as “stream to server.” The Citrix offline plug-in is the new name for the Streaming Client. To support streaming applications to the user’s desktop (“stream to desktop”), as well as offline access to applications and dual-mode streaming, install both the offline plug-in and online plug-in on user devices. With dual mode streaming (“streamed if possible, otherwise accessed from a server”) XenApp is configured to stream software to client devices; otherwise, virtualize from a XenApp server. If launching a streamed application fails on the client device, XenApp seamlessly streams the application to the server and virtualizes the application on the client device from XenApp.
  • Self-service Plug-in (formerly Dazzle)—presents the resources and services available across the configured stores. Enables users to subscribe to and organize their resources. Corporate employees get 24 × 7 self-service access to the applications and content that they need to work productively. The Citrix Receiver self-service view offers a rich, intuitive user experience that requires no training. Citrix Receiver and the Self-service Plug-in make self-service IT a reality, giving users instant access to their resources and bringing the economics of the Web to enterprise IT.

Merchandising Server—delivers plug-ins and configuration updates to Citrix Receiver. Uses the Authentication Service to identify users and provides the administrative interface for configuring, delivering, and upgrading plug-ins for your users’ computers..

Delivery Services—integrates with your existing XenDesktop and XenApp infrastructure and employs Microsoft .NET technology running on Internet Information Services (IIS) and, optionally, Microsoft SQL Server to provide authentication and resource delivery infrastructure for Citrix Receiver and the Citrix Self-service Plug-in. Delivery Services consists of three services:

  • Authentication Service—authenticates users to the Citrix servers using explicit authentication and stores user credentials. Once a user’s credentials have been validated, the Authentication Service handles all subsequent interactions with the servers to ensure that users do not need to log on again.
  • Stores—retrieve user credentials from the Authentication Service to authenticate users to the Citrix servers. Enumerate the resources currently available from the configured servers and send the details to the Self-service Plug-in so the resources can be displayed to users.
  • Database—stores details of user subscriptions plus associated shortcut names and locations. When a user accesses a store with application synchronization enabled, the subscribed resources on the user device are automatically reconfigured so that the configuration is the same as that stored in the Delivery Services database.

Citrix Delivery Services Management console—enables administrators to create and manage stores and the Authentication Service.

Citrix servers—provide desktops, content, and online and offline applications.

The interactions that take place between the components in the environment shown above are described below.

  • A user logs on to a device; Citrix Receiver starts automatically.
  • If the user has not yet subscribed to any resources or if the user opens Citrix Receiver, the self-service view is displayed.
  • The user logs on to the stores that the Self-service Plug-in is configured to contact.
  • The Self-service Plug-in sends the user’s credentials to the Authentication Service.
  • Merchandising Server uses the Authentication Service to identify the user and sends any configuration updates specified by the administrator to Citrix Receiver.
  • The Authentication Service authenticates the user to the Citrix servers that provide the resources in the stores.
  • Using the Authentication Service to provide the user’s credentials, the stores contact the Citrix servers, obtain details of the available resources, and send this information to the Self-service Plug-in.
  • The Self-service Plug-in aggregates the resources from all the stores, but only those resources that the administrator has made available for this particular user are displayed in Citrix Receiver.
  • When application synchronization is enabled for a store, the store queries the Delivery Services database and sends details of the user’s subscribed resources and associated shortcuts to the Self-service Plug-in as part of the resource enumeration process.
  • The Self-service Plug-in compares the configuration received from the store with the configuration of the current device to determine whether the user has subscribed or unsubscribed from any resources, or modified any shortcuts on any other devices.
  • If any differences are detected between the user’s subscriptions on the current device and the configuration stored in the database, the Self-service Plug-in automatically adds and removes resources and moves or renames shortcuts to resolve the differences.
  • The user subscribes to and organizes resources in the self-service view of Citrix Receiver.
  • Shortcuts to the subscribed resources are added to the user’s device.
  • Any offline applications to which the user subscribes are downloaded from the XenApp farm to the user device by the Offline Plug-in. Once downloading is complete, the applications are available for use.
  • If the user subscribes to a Citrix Online product, the associated client application is installed locally on the device. If configured by the administrator, the user may also be prompted to create a Citrix Online account or request an account from the IT department.
  • When application synchronization is enabled for a store, the Self-service Plug-in notifies the store of any changes to the user’s subscribed resources and associated shortcuts. The store updates the database with the new configuration.
  • The user clicks on a shortcut to a subscribed resource.
  • For offline applications, the application starts and runs locally within an isolation environment.For desktops, content, and online applications, the Online Plug-in initiates a session with a XenDesktop or XenApp server providing the selected resource.

More information:

Designing a XenApp Deployment (inside XenApp 6 for Windows Server 2008 R2) [April 11, 2011] where detailed architecture diagrams and explanations are provided as well:

image

A XenApp deployment consists of three deployment groups: user device (represented in this diagram by Citrix Receiver and Citrix Dazzle), Access Infrastructure, and Virtualization Infrastructure.

  • On the left of this diagram are Citrix Dazzle and Citrix Receiver, which represent the set of devices on which you can install client software. Citrix Dazzle provides your users with a selection of applications you have made available to them. Citrix Receiver manages the client software plug-ins that enable your users to interact with virtualized applications. When designing a XenApp deployment, you consider how your users work, their devices, and their locations.
  • Access Infrastructure represents secure entry points deployed within your DMZ and provide access to resources published on XenApp servers. When designing a XenApp deployment, you provide secure access points for the different types of users in your organization.
  • Virtualization Infrastructure represents a series of servers that control and monitor application environments. When designing a XenApp deployment, you consider how applications are deployed based on your user types and their devices, the number of servers you need, and which features you want to enable in order to provide the support, monitoring, and management your organization requires.

The following diagram shows the access infrastructure in greater detail.

image

In this access infrastructure diagram:

  • All of your users use Citrix Dazzle to choose applications they want to run. Citrix Receiver plug-ins run them.
  • Onsite users within your corporate firewall interact directly with the XenApp Web and Services Site.
  • Remote-site users access applications through sites replicated by Citrix Branch Repeater.
  • Off-site users access applications though secure access, such as Access Gateway.
  • The Merchandising Server makes available self-service applications to your users through Citrix Dazzle.
  • EasyCall Voice Services enables your users to initiate telephone calls by clicking on telephone numbers displayed in their applications.
  • The XML Service relays requests and information between the Access Infrastructure and the Virtualization Infrastructure.

The following diagram shows the virtualization infrastructure in greater detail.

image

In this virtualization infrastructure diagram:

  • The XML service relays information and requests.
  • Based on Active Directory profiles and policies, the XenApp servers invoke the correct application delivery type for the user. The XenApp servers provide server-side application virtualization and session management. Session and deployment configuration information are stored in data collectors and a central data store represented by the deployment data store.
  • The App Hub provides Streamed Application Profiles, which are client-side virtualization applications housed in your enterprise storage.
  • The VM Hosted Apps server isolates problematic applications inside a seamless desktop, which, depending on the user profile, can be virtualized on the user device or on the server. The desktop images are provisioned through Provisioning Server. Session and server configuration information are stored in the deployment data store.
  • Provisioning Services delivers desktops to servers, which are stored as desktop images in your image repository.
  • SmartAuditor provides session monitoring. Recorded sessions are stored in your enterprise storage and configuration information is stored in the deployment data store.
  • Service Monitoring enables you to test server loads so you can estimate how many servers you need for your deployment and to monitor those servers once they are deployed.
  • Power and Capacity Management enables you to reduce power consumption and manage server capacity by dynamically scaling the number of online servers.
  • Single Sign-on provides password management for virtualized applications. Passwords are stored in the account authority.

Delivery Services & Self Service Plug-in Video Series [March 21, 2011]
– Part 1 – Merchandising Server component, concentrating on what’s new in Merchandising Server 2.1
– Part 2 – Receiver component, concentrating on what’s new in Receiver for Windows 2.1
– Part 3 – Delivery Services component, overview of what Delivery Services 1.0 is all about and how to configure it
– Part 4 – Self Service Plug-in component, covering an overview of Self Service Plugin 2.0, what’s new and how to configure it

Amazon Tablet PC with E Ink Holdings’ Hydis FFS screen

Follow-up: $199 Kindle Fire: Android 2.3 with specific UI layer and cloud services [Sept 29, 2011]

See also:
Hydis
E Ink Holdings (8069.TWO) Initiate at Buy: Dual Growth Engines to Propel Earnings [comprehensive 32 pages evaluation by Citi Investment Research & Analysis, a division of Citigroup Global Markets Inc., Aug 4, 2011] HIGHLY RECOMMENDED READ and NOT ONLY FROM PURE SHARES AND FINANACIALS
POINT OF VIEW

Updates: E Ink suspending FFS panel production cooperation agreement with LG display [Nov 25, 2011]

E Ink Holdings (EIH) will suspend a cooperation agreement it signed with LG Display for the production of FFS (fringe field switching) LCD panels and will buy back a sum of corporate bonds (CBs) issued by its Korea-based subsidiary Hydis Technologies from LG Display, according to EIH.

EIH’s production of FFS wide viewing angle panels will not be affected by the suspension of cooperation as EIH has teamed up with Taiwan-based Chunghwa Picture Tubes (CPT), utilizing the panel maker’s 6G production line to produce FFS panels, said industry sources.

Hydis will also continue to hold the patents pertaining to the production of FFS panels although it may lose some orders from clients in Korea, indicated the sources.

The book value of Hydis’ CBs held by LG Display totals KRW34.257 billion (US$30.5 million), EIH revealed. EIH’s board of directors has approved the company’s plan to invest US$30.5 million for the purchase of Hydis CBs, according to a Chinese-language Commercial Times report.

CPT sees small-size flat panels increase in July [Aug 11, 2011]

CPT will begin volume production of 10.1-inchFFS LCD panels soon, with 7-inchFFS models to follow in September, the company said.

Amazon 10-inch tablet PC to start mass production in 1Q12 [Aug 31, 2011]

Mass production of Amazon’s 10.1-inch tablet PC reportedly will be conducted in the first quarter of 2012 with Foxconn Electronics (Hon Hai Precision Industry) to handle the orders, according to sources from upstream component suppliers.

In addition to the tablet PC, Amazon also outsources its Kindle e-book reader to Foxconn with an estimated volume of 15-18 million units, accounting for 60-70% of global e-book reader shipments of 25-30 million units in 2011.

Amazon’s 7-inch tablet PC, which is supplied by Quanta Computer, is expected to start shipping in October, the sources added.

Amazon Tablet rumour round-up [Aug 31, 2011]

Specification details for the tablet PC are sketchy. The Boy Genius Report claims there will be an entry-level tablet (presumably the 7in device), codenamed ‘Coyote’ that will feature a dual-core Nvidia Tegra 2 chip, while the ‘Hollywood’ will be the larger higher-end tablet PC and will sport the new ‘Kal-El’ quad-core mobile chip.

First announced in February during Mobile World Congress in
Barcelona, the new Kal-El quad-core chip is capable of displaying 1440p video on a 2,560×1,600 pixel display. Nvidia also claimed the chips can help deliver up to 12 hours of battery life.

Researcher at Forrester, Sarah Epps, speculated that the Amazon tablet could come with a $299 price tag in the US, that nearly half the price of many existing Android tablets, and while the price would initially result in a loss for Amazon, it could help to send sales soaring. There’s no doubt that a cheaper price point can cause a surge in sales. After all, HP recently revealed it will manufacture another batch of its TouchPad tablet PC,  following “unfulfilled demand” after it slashed the price to $99 in the  US and £89 in the UK on announcing it was to discontinue the device.  Epps says the $299 (£183) price tag closer to what most consumers want  to pay for a tablet, based on a Forrester survey. However, some rumours  on the web suggest the tablet PC might be a little higher in price.

E INK HOLDINGS AND CPT COOPERATE TO EXPAND EREADER AND TABLET MARKETS[July 19, 2011]

Chunghwa Picture Tubes, Ltd. (TAIEX: 2475; “CPT”) and E Ink Holdings Inc. (TAIEX: 8069; “E Ink”) jointly announced today that each of their board of directors had passed a resolution, enabling E Ink to make an investment into CPT with a view to strengthen their collaboration in technology and in production capacity. Through this investment and cooperation, both companies expect to further expand electronic paper and FFS (Fringe Field Switching) panel business. The strategic alliance will further solidify their existing leadership position in eReader, tablets and other mobile devices markets.

The investment will be a total of NT$1.5 billion [US$ 52M] in the form of unsecured convertible bonds issued through private placement in Taiwan. The conversion price will be at NT$3.25 per share. This issue, expected to be completed by the end of July this year, is for a period of 3 years.

This investment enables the expansion of panel production capacity and exchange of related technological information between the two companies. This investment is also aimed at improving the utilization of CPT’s production lines and enabling them to focus on higher-end value-added products.

“This cooperation will strengthen E Ink’s capacity to meet the demand of the fast-growing eReader market while CPT can better utilize their 6th-gen fab,” says E Ink’s Chairman Scott Liu. “More importantly this strategic alliance will expand the relevant markets for both companies”.

The co-operation is expected to result in an integrated supply chain. CPT will also manufacture FFS LCD displays, thereby expanding Hydis’ FFS manufacturing capacity. FFS technology based LCD are the market share leaders in displays for tablets and other mobile devices, just as E Ink’s dual pigment ePaper technology is the market share leader for eReader displays. E Ink’s investment will secure a steady supply of display panels for both its EPD and FFS business.

How Amazon Could Disrupt the Android Tablet Market [Aug 8, 2011]

… the center of its design would be on reading books. That appears to be true, as multiple sources tell me that it will have the best reading experience of any tablet on the market. … Apparently, the company’s key goal is to make the tablet very inexpensive and then use a new business model to own the Android tablet market.

… while its tablet could marginally compete against Apple, this is not the company Amazon is going after with its tablet offering. It is smarter than that. Rather, I believe Amazon’s goal is to be the market leader in Android and be the top seller of tablets with this mobile OS.

… Amazon may actually sell it for as much as 20 to 25 percent below cost. In this situation, think of the tablet as a razor and the Android Appstore, UnBox movie service, and music service as the blades, which can be sold to users over and over again.

Now imagine how this could affect the other Android vendors that are making tablets. If Amazon provides a product that is sold under cost with the goal of making up the rest of the cost and profit from apps, services, and even advertising, it could give all of the other Android vendors a serious run for their money. And, given Amazon’s deep ecosystem, other Android vendors would find it very difficult to compete against it. When measuring by units shipped, this method could make Amazon the king of Android tablets very quickly. In fact, I would go as far as to say that it could “own” the Android tablet market.

Amazon to launch tablet PCs in August-September, say Taiwan component makers [June 22, 2011] (emphasis is mine)

Amazon is poised to step into tablet PCs and will launch models as son as August-September, with targeted global sales of four million units for 2011, according to Taiwan-based component makers.

The timing of launch is to meet the peak sales period prior to Thanksgiving in the US and the year-end holidays in the US and Europe, the sources pointed out.

Amazon adopts processors developed by Texas Instruments, with Taiwan-based Wintek to supply touch panels, ILI Technology to supply LCD driver ICs and Quanta Computer responsible for assembly, the sources indicated. Monthly shipments are expected to be 700,000-800,000 units.

Amazon will provide streaming movie services for users of its tablet PCs, the sources noted.

End of Updates

Quanta receives tablet PC orders from Amazon, say upstream sources [May 3, 2011] (emphasis is mine)

Taiwan-based notebook maker Quanta Computer has recently received OEM orders from Amazon for its reported tablet PC and the device will also receive full support from Taiwan-based electrophoretic display (EPD) maker E Ink Holdings (EIH) for supplying touch panel as well as providing its Fringe Field Switching (FFS) technology, according to sources from upstream component makers.

The device’s monthly orders during the peak season are expected to reach about 700,000-800,000 units and Quanta is expected to start shipping as soon as the second half of 2011 with the orders to contribute more than NT$100 billion (US$3.5 billion) to Quanta’s annual revenues in 2011, the sources noted. In response to the report, Quanta declined to comment on its clients.

In addition to Amazon, Quanta is currently also the tablet PC OEM partner of RIM and Sony, while the company has also been aggressive in contact with Lenovo in hoping to land orders from the company for its second-generation LePad.

The sources pointed out that Amazon’s Kindle still has strong sales, but the e-book reader is currently still unable to successfully cut into the markets outside of North America and Europe; therefore, Amazon internally plans to reduce Kindle’s market price to attract consumer demand from the education and consumer market, while will push tablet PC using its advantage in software and content resources to challenge iPad2.

EIH has also recently been in contact with a Taiwan-based small- to medium-size panel maker [presumably CPT, see below] and is aiming to book up the maker’s full capacity through a private investment and will fully supply the capacity to Quanta and such strategy will allow EIH to gain more profit from the patents of its FFS technology.

Update: Amazon Turns to Taiwanese Manufacturers for Tablet Rollout  [June 1, 2011]

Planning to roll out own-brand tablet PCs in September this year, online store Amazon.com has reportedly contracted Taiwan`s manufacturers to supply components and assemble the computing devices.

E-Ink Holdings Corp.`s Hydis Technologies Co., Ltd. will supply the unique Fringe Field Switching (FFS) display technology; TPK Holding Co., Ltd. and HannsTouch Solution Inc. will supply touch panels; and Quanta Computer Inc. will assemble the computers.

Informed sources pointed out that Amazon.com will ship around 800,000 tablets a month as the first step of its plan to snatch up over 20% of global market for non-iPad tablets, which numbers around 15-20 million systems a year.

Industry executives estimated Amazon.com`s tablet contracts would bring in Quanta revenue of NT$24-30 billion (US$827.5 million-US$1 billion at US$1: NT$29) and boost its earnings this year alone. They said Amazon.com purposely contracts Quanta instead of Foxconn Electronics Inc. because Apple Inc. has signed up the No.1 contract electronics manufacturer to assemble its iPad and iPhone.

Industry executives estimated Amazon.com`s tablets would be more attractive than Motorola`s Xoom and Samsung`s Galaxy for their lower prices.

Update: Why Amazon Will Enter the Overcrowded Tablet Market [May 23, 2011]

In a recent interview with Consumer Reports, Amazon CEO Jeff Bezos was asked if Amazon would make a tablet. He coyly responded with the comment “stay tuned” but gave no other specific details about a product of this nature. He basically confirmed, however, that something like this was in the works. He also pointed out that if Amazon made a tablet device, the reading experience would be at the center of its design.

My sources in Taipei say that the actual product is set to debut in time for the holidays and that the device will use a display similar to the one in the Nook and the Galaxy Tab. They also tell me that the original RFQ wanted a screen that could switch between an easy-to-read black and white E Ink-like display and a color LCD, but that this type of screen, which is already in the works by at least two vendors, will not be ready for the market until at least 2012 or early 2013. So Amazon was forced to use a 10-inch screen that was available now, which is LCD-based. It will also reportedly have a 7-inch model. And I am hearing it will sport a new version of Nvidia’s Tegra quad-core chip and will be using Android as its OS.

E Ink April revenues down sequentially [May 9, 2011] (emphasis is mine)

Taiwan-based electrophoretic display (EPD) maker E Ink Holdings saw April consolidated revenues of NT$2.465 billion (US$84 million) decreasing 26.59% on month but increase 45.41% on year. January-April revenues of NT$12.551 billion rose 87.11% on year, according to the company.

The sequential drop was because Hydis Technologies, its subsidiary in South Korea, delayed shipments of FFS panels to the third quarter of 2011, E Ink indicated.

So manufacturing capability seems to be under significant overhaul to prepare for the H2 CY11 en masse delivery (higher yield) of FFS panels and/or higher quality versions (see below ex. AFFS V, AFFS+).

CPT develops FFS panel and aims to cooperate with E Ink [Jan 21, 2011] (emphasis is mine)

Chunghwa Picture Tubes (CPT) has started development of FFS (Fringe Field Switching) panels and expects to cooperate with E Ink Holding (EIH) and support EIH’s Korea-based subsidiary Hydis’ production capacity to fulfill demand.

Panel makers noted that IPS and FFS panels are not easy to produce, hence CPT will not be able to start mass production immediately. Furthermore, capacity for wide viewing angle panels such as IPS is limited, and panel makers will need some learning time before going into mass production.

E Ink`s Subsidiary Hydis Wins Big Order from International Customer [August 16, 2010]

Hydis has ramped up production of FFS products to 75% and lowered that of e-paper products to 25%, compared to 50:50 before.

Hydis to supply IPS panel for Samsung tablet PC, says Digitimes Research [Sept 8, 2010]

LG Display Inks E-Paper Deal [Dec 29, 2009] (emphasis is mine)

The agreement will allow LG Display to tap Hydis’ fringe-field switching technology, which enables liquid crystal displays to be viewed under sunlight and improves their viewing angle.

In return, LG Display will provide consulting to Hydis on production efficiency and quality. Both companies will also work together to source for materials.

Apple’s iPhone 4: Thoroughly Reviewed [June 30, 2010] (emphasis is mine)

The display panel itself uses a subset of IPS (In Plane Switching) display technology called Fringe Field Switching (FFS). Where IPS switches the crystal polarization in the plane of the display with two opposing electrical substrates composed of semi opaque metals (which decreases transmission and viewing angles), FFS uses considerably less metal by arranging the electrodes in a comb [fésű] like structure.

The result is that there’s considerably less metal in back and in front of the pixel, resulting in much higher transmission of light through the display, and higher brightness for a given backlight level. Using FFS to drive pixel switching is critical here because of the high dot pitch in the iPhone 4’s display.

http://www.tftcentral.co.uk/speccontent.htm

IPS (In Plane Switching) was introduced to try and improve on some of the drawbacks of TN Film. It was developed by Hitachi and was dubbed “super TFT”. They improved on viewing angles up to about 170H. This was done by controlling liquid crystal alignment slightly differently, but unfortunately, can affect response rate of the pixels. As such they are not as good for gaming as TN panels. IPS panels were later developed into Super-IPS (S-IPS) panels by their main manufaturer now, LG.Display (formerly LG.Philips). Production costs were lowered which has meant they have become more widely used. S-IPS offer perhaps the most accurate colour reproduction available in the TFT panel market, and the widest viewing angles as well. They are also free of the off-centre contrast shift which is evident on VA matrices, and as such are commonly the choice of graphics and colour professional displays. Response times were traditionally behind those of TN Film and VA panel variants, but modern IPS panels using response time compensation (RTC) including the new generation of Horizontal IPS (H-IPS),Enhanced S-IPS and Advanced Super IPS (AS-IPS) panels can offer responsiveness to rival both. For more information, see our detailed panel technologies guide.

Hydis website: Greater Outdoor Readability ¦ Tablet Applications

The AFFS technology applied in VIEWIZ tablet applications ensures perfect readability in any environment, even under bright sunlight, and allows you to enjoy the entertainment longer with low power consumption, high brightness, and a fast response time. AFFS’ outdoor readability is significantly improved through lowering the reflectance level of the panel surface. (<1% at white and <0.5% at black)

Hydis website: Low Power Consumption ¦ Mobile Applications

For portable applications, the lower the amount of power needed; the better. Commonly mobile LCD manufacturers must sacrifice transmittance for cost-effectiveness, or reduce the viewing angle to lower power consumption. However, due to its effectiveness in transmittance technology, AFFS manages to reduce power consumption by 30 percent than that of TN for mobile phone applications without sacrificing any of the visible benefits. 

More AFFS information from the Hydis website: AFFS Technology, AFFS Progression, AFFS Concept, Technological Benefits, Sunlight Visibility ¦ Mobile Applications, Fast Response Time ¦ Tablet Applications, Scratch Prevention ¦ Tablet Applications, Low Power Consumption ¦ Notebook Applications, Increased Color Reproduction ¦ Notebook Applications, Increased Transmittance ¦ Notebook Applications, AFFS+: True Evolutionary Progress, AFFS+ Concept: True Mobile Lifestyle Technology, Technological Benefits: True Viewing Pleasure

Motion Computing F5 [review] — Superior display technology [Sept 15, 2009]

While the original Hydis AFFS was not an outdoor display, AFFS+ adds reflective areas to what is essentially a transmissive design, and also adds special polarizers and cell design optimized to reduce surface reflectance. As a result, AFFS+ screens are bright and vibrant indoors while being amazingly vibrant and readable outdoors, combining the best of both worlds better than any of the older transflective displays can.

One problem we faced when reviewing this latest version of the Motion F5 was that the original was already so good. The Hydis AFFS display with Motion’s View Anywhere technology on our “old” F5 was already excellent, and so the difference between it and the latest AFFS+ with all the trimmings was not as large as it would have been comparing the new F5 with a standard display.

That said, below are some comparison shots. The first picture shows the new (black housing) and the older F5 (gray housing) side by side outdoors, facing away from the sun. The first thing you notice is that, at full brightness, the new display is considerably brighter. That can make a difference in readability.

Motion Computing J3500 [review] — Fantastic display [June 22, 2010]

The LCD in the J3500 uses AFFS+, an evolutionary advance to AFFS that lowers power consumption and increases outdoor readability. It has a resolution of 1280 x 800 pixel and uses an LED backlight. Brightness is about 320 nits, but thanks to the AFFS+ technology you’d swear it was a lot more than that. Since the display essentially uses transmissive technology with certain transflective features, the screen is bright and crisp indoors while being amazingly vibrant and readable outdoors.

In everyday use, the J3500 display’s outdoor performance is excellent. The perfect viewing angle from all directions means you never have to tilt and angle the tablet to see what’s on the screen. The display itself excels in eliminating unwanted reflection or diffusion. Where other displays appear matte or milky or are overcome with reflections, the J3500’s stays perfectly readable. In head-on, direct sunlight the display is still readable, here thanks to the inner reflectance of the Hydis LCD.

How does it all work? Hydis claims that the reflective polarizer used in AFFS+ displays lowers surface reflectance and minimizes screen scattering. They claim a screen reflectance of under 0.3% (and here I assume the value supplied by Hydis means total reflectance of all surfaces). Given that the effective contrast ratio of an LCD used outdoors is computed as 1 + (emitted light / reflected light) and that average sunlight is about 10,000 nits, the J3500 screen has an effective contrast ratio of 1 + (320 / >.003 x 10,000) = 1 + >10.66 = >11.66. On our scale that means “definitely readable in sunlight” and subjective viewing tests confirm that.

Gartner has already indicated Amazon’s Android/tablet strategy 6 weeks ago: Curated App Stores, Security, And Why The Next Kindle Will Be An Android Device [March 23, 2011] (emphasis is mine)

There has been some serious rhetoric against Apple’s “walled garden” approach in recent months but, like it or not from a philosophical standpoint, it certainly provides more protection for users than the Android Market.

… from the point of view of the user – particularly the non-computer savvy user – all of this just works. Couple of clicks to search for your app. One click to purchase, download and install. And – most important of all – Trojan-free once it arrives. Curated app stores are essential to the well-being of the ecosystem.

Google needs to emulate that experience with its Market, though its very credo seems to suggest that will never happen. Yet without it the store will descend into anarchy, with users scared to purchase for fear of what new and terrible piece of malware they might be introducing to their phone or tablet.

So along comes Amazon from nowhere, and in one fell swoop it might have beaten Google at its own game. Amazon has the position of trust. It has the customer review infrastructure in place. It already has our credit card details (who hasn’t bought anything from Amazon?) And now it has an Android Appstore (TM) to go with it. Now all it has to do is make sure that the stuff it sells is safe.

It has promised to do that, by applying both quality control and security vetting to the app review process. So why wouldn’t you buy from there rather than the Google Android Market? Well, I would – I already have. But my Auntie Edna probably wouldn’t. It is way more difficult than the Apple process, and right now requires a multi-step process just to get the Appstore app on your phone. It is not that difficult, but it is certainly a sub-optimal user experience compared with the “It Just Works” approach of Apple.

So what needs to happen for the Amazon Appstore (TM) to succeed? Simple – it needs to arrive pre-installed on Android devices. Lots of them.And while I am sure Amazon is probably in discussions with a bunch of carriers to achieve that objective, what better way to make sure it happens than to ship it in huge numbers on Amazon’s very own Android tablet – The Kindle IV?

Give us that great Kindle experience with Android flexibility at a super-low price point, and you might just have your iPad-killer… I certainly haven’t seen one among the devices announced so far.

Introducing Amazon Appstore for Android [Amazon press release, March 22, 2011] (emphasis is mine)

Amazon.com, Inc. (NASDAQ:AMZN) today announced the launch of the Amazon Appstore for Android at www.amazon.com/appstore. Customers can now find, discover – test! – and buy Android apps using the convenient shopping experience that Amazon customers know and love. An innovative new feature called “Test Drive” will enable customers to test apps on a simulated Android phone. Customers control the app through their computer using a mouse.

“Test Drive lets customers truly experience an app before they commit to buying. It is a unique, new way to shop for apps,” says Paul Ryder, vice president of electronics for Amazon.com. “Our customers have told us that the sheer number of apps available can make it hard to find apps that are high quality and relevant to them. We’ve spent years developing innovative features that help customers discover relevant products. By applying these features – plus new ones like Test Drive – we’re aiming to give customers a refreshing app shopping experience.”

In addition, the highly anticipated Angry Birds Rio for Android debuts today, exclusively in the Amazon Appstore. For a limited time, customers have the opportunity to download it for free. In fact, the Amazon Appstore will offer customers a paid app for free every day.

Customers can shop in the Amazon Appstore from any computer using a Web browser. They can also access the Amazon Appstore directly on their Android phones or tablets, once they’ve installed the Amazon Appstore application. When customers purchase an Android app from the Amazon Appstore they can use the app on any of their Android devices.

The Amazon Appstore will include popular Amazon features like personalized recommendations, customer reviews, and 1-Click payment options. There will also be detailed product descriptions, including screenshots and video content that shows apps in action. In order to ensure customers have the best possible experience with the apps they purchase, all apps are Amazon-tested before they’re made available in the Amazon Appstore.

For the first time ever on the Android platform, ad-free versions of Angry Birds and Angry Birds Seasons will launch today exclusively in the Amazon Appstore. The Amazon Appstore also features a selection of bestselling and new apps from top developers, including Pac-Man, Doodle Jump Deluxe, Evernote, WeatherBug Elite, Zagat to Go, TweetCaster Pro and more.

“The Android platform’s openness provides a great opportunity to reach new customers,” said Mikael Hed, CEO of Rovio, the maker of Angry Birds. “We are thrilled to offer the Angry Birds suite of Android games using the easy and trusted shopping experience that Amazon is known for.”

Developed in conjunction with Twentieth Century Fox, Angry Birds Rio features the animated stars of the studio’s upcoming motion picture, RIO, debuting in theaters worldwide on April 15. Angry Birds Rio will launch with 60 dedicated levels, with more content to follow via app updates.

Visit www.amazon.com/appstore today to get Angry Birds Rio for free and browse thousands of apps at great prices.

Note: all apps are Amazon-tested before they’re made available in the Amazon Appstore

Amazon Introduces New Kindle Family Member: Kindle with Special Offers for $114 [Amazon press release, April 11, 2011]

Millions of people are reading on Kindle, Kindle has more 5-star reviews than any other product on Amazon, and in just five months the latest-generation Kindle became the bestselling product in the 16-year history of Amazon.com. Today, Amazon introduced a new member of the Kindle family – Kindle with Special Offers for only $114. Kindle with Special Offers is the same #1 bestselling Kindle, plus special offers and sponsored screensavers. Kindle special offers and sponsored screensavers display on the Kindle screensaver and on the bottom of the home screen. Learn more about all three latest-generation Kindle family members–$114 Kindle with Special Offers, $139 Kindle, and $189 Kindle 3G–at www.amazon.com/kindle. Kindle with Special Offers is now available for pre-order to customers in the U.S. and will ship on May 3.

“We’re working hard to make sure that anyone who wants a Kindle can afford one,” said Jeff Bezos, Amazon.com Founder and CEO. “Kindle with Special Offers is the same #1 bestselling Kindle – and it’s only $114. Kindle is the best deal in consumer electronics anywhere in the world.”

Buick, Olay (Procter & Gamble), Visa, and Amazon.com Reward Visa Card (Chase) are sponsoring the first series of screensavers specially-designed for Kindle’s high-contrast, no glare electronic ink display (for screensaver examples, visit www.amazon.com/aboutkindlespecialoffers). Examples of deals that will be delivered directly to Kindle with Special Offers devices in the initial weeks include:

  • $10 for $20 Amazon.com Gift Card
  • $6 for 6 Audible Books (normally $68)
  • $1 for an album in the Amazon MP3 Store (choose from over 1 million albums)
  • $10 for $30 of products in the Amazon Denim Shop or Amazon Swim Shop
  • Free $100 Amazon.com Gift Card when you get an Amazon Rewards Visa Card (normally $30)
  • Buy one of 30 Kindle bestsellers with your Visa card and get $10 Amazon.com credit
  • 50% off Roku Streaming Player (normally $99)

To make sure customers don’t miss any of the offers, a full list of active offers will be available from the menu of Kindle with Special Offers at any time.

Amazon is also introducing “AdMash” – the free Kindle app and website where customers choose the most attractive and engaging display advertisements that will become Kindle sponsored screensavers. Kindle’s sponsored screensavers are specially-designed display advertisements that take advantage of Kindle’s high-contrast, no-glare electronic-ink display. Before these advertisements can be presented to Kindle customers, they are first previewed by customers using AdMash. Users are presented with pairs of sponsored screensaver candidates and asked to select which one they prefer. Screensavers with the most preferred votes qualify to become sponsored screensavers. The AdMash Kindle app will launch in the coming weeks – for a preview, visit www.amazon.com/aboutkindlespecialoffers.

In addition, Kindle with Special Offers customers can give Amazon hints on the style and types of sponsored screensavers they would like to see. From the Manage Your Kindle page on Amazon.com, customers can use Kindle Screensaver Preferences to indicate whether they like to see more or less screensavers that include elements such as landscapes and scenery, architecture, travel images, photography, and illustrations. Together, AdMash voting and Kindle Screensaver Preferences help Amazon present sponsored screensavers that customers find attractive and engaging. For screenshots of Kindle screensavers, AdMash and Kindle Screensaver Preferences, visit www.amazon.com/aboutkindlespecialoffers.

“The opportunity to offer custom-designed Kindle screensavers was a natural fit for Buick because Kindle is such a unique device surrounded by a community of intelligent, passionate people,” said Craig Bierley, Director of Advertising and Promotions, Buick. “Kindle’s high contrast e-ink display eliminates glare and is perfect for emotionally engaging and impactful brand imagery, allowing us to connect with Kindle readers wherever and whenever.”

Kindle with Special Offers includes all the same features that helped make the third-generation Kindle the #1 bestselling product in the history of Amazon.com:

  • Paper-like Pearl electronic-ink display, no glare even in bright sunlight
  • 8.5 ounce body for hours of comfortable reading with one hand
  • Up to one month of battery life with wireless off eliminates battery anxiety
  • Kindle Store with over 900,000 books – largest selection of the most popular books
  • Seamless integration with free “Buy Once, Read Everywhere” Kindle apps for iPad, iPod touch, iPhone, PC, Mac, BlackBerry, Windows Phone and Android-based devices

Learn more about all three latest-generation Kindle family members–$114 Kindle with Special Offers, $139 Kindle, and $189 Kindle 3G–at www.amazon.com/kindle. Advertisers and agencies interested in learning more about Kindle sponsorship opportunities can contact kindle-sponsorships@amazon.com.

Amazon to Sell the Kindle Reader at a Lower Price, but With Advertising Added [The New York Times, April 11, 2011] (emphasis is mine)

Amazon is shaving another $25 off the price of its Kindlee-reader, this time with the help of advertisers.

The newest Kindle is $114. Amazon will sell its e-book reader at the lower price by showing ads as screen savers and at the bottom of the home screen, and by selling special offers, similar to Groupon and other daily deal sites.

The ads are the latest step in Amazon’s transition from e-commerce retailer to full-fledged digital media company. By selling ads that will show up next to digital content, Amazon is laying further groundwork that could enable it to someday sell tablet computers that would compete with Apple and Google Android tablets.

The ads and offers appear to be another significant step toward Amazon building its own tablet and competing more directly with the iPad, said James L. McQuivey, an analyst at Forrester Research who studies digital media and consumer electronics. Amazon opened an Android app store last month and has been hiring Android software developers.

An Amazon tablet could tie together the seemingly disparate parts of the company’s business, Mr. McQuivey said, including e-commerce, e-books, video and audio.

I can so easily see them selling a tablet in the future at a dramatically reduced price,” he said. “To me, this is a way for them to test that out and to start talking to advertisers.”

Kindle Wireless Reading Device, Wi-Fi, Graphite, 6″ Display with New E Ink Pearl Technology – includes Special Offers & Sponsored Screensavers

Details [as of May 3, 2011]

New, Lower Price
Get the same bestselling Kindle for $25 less—only $114.
Special Offers & Sponsored Screensavers
Receive special offers directly on your Kindle. Examples include:

  • $10 for $20 Amazon.com Gift Card
  • $6 for 6 Audible Books (normally $68)
  • $1 for an album in the Amazon MP3 Store (choose from over 1 million albums)
  • $10 for $30 of products in the Amazon Denim Shop or Amazon Swim Shop

Special offers and sponsored screensavers display on the Kindle screensaver and on the bottom of the home screen—they don’t interrupt reading.

Kindle for Android Now Tailored for Tablet Computers [Amazon press release, April 21, 2011] (emphasis is mine)

Today, Amazon announced an update to Kindle for Android that brings new features and adds support for tablet computers running Android’s Honeycomb, including the Motorola Xoom. The latest version of Kindle for Android includes an integrated immersive shopping experience tailored for tablets, a new layout for newspapers and magazines designed for the unique interface of Honeycomb, and dozens of other new enhancements that take advantage of the larger screens. Like all Kindle apps, Kindle for Android includes Amazon’s Whispersync technology, which saves and synchronizes a customer’s books and bookmarks across their Kindle, iPad, iPod touch, iPhone, Mac, PC, BlackBerry, Windows Phone and Android-based phones and tablets. Customers can learn more about Kindle for Android at www.amazon.com/kindleforandroid and download the app from the Amazon Appstore for Android or Android Market.

“We’ve taken all the features customers love about Kindle for Android, and created a beautiful new user interface and a seamless shopping experience tailored to the look and feel of Honeycomb tablets,” said Dorothy Nicholls, Director, Amazon Kindle. “As always, Kindle customers ‘Buy Once, Read Everywhere,’ so Kindle for Android is the perfect companion for the millions of customers who own a Kindle and a way for customers around the world to download and enjoy books on their Android phone or tablet even if they don’t yet own a Kindle.”

New features of Kindle for Android include:

  • Seamless integrated shopping experience tailored for tablets gives you quick access to personalized recommendations, customer reviews, and more
  • Refined newspaper and magazine layout including full color images
  • Ability to pause, resume download at any time
  • Enhanced word look-up capability (for Android-based phones and tablets) with built-in dictionary with over 250,000 entries and definitions.

The Kindle Store offers the largest selection of books people want to read, including 110 of 111 New York Times Bestsellers and New Releases from $9.99. Millions of older, out-of-copyright, pre-1923 books are also available to read. Kindle for Android offers customers many features that are unique to the Kindle and Kindle App experience, including:

  • “Buy Once, Read Everywhere” – sync and read your books, last page read, bookmarks, notes and highlights across Kindle devices and the most popular devices and platforms
  • Worry-Free Archive – Amazon automatically backs up your books and highlights online in your Kindle library where they can be re-downloaded wirelessly anytime on any Kindle device or app
  • Unparalleled shopping experience – Get all of the features you love about shopping on Amazon.com, including customer reviews, personalized recommendations, and instant 1-click buying using your Amazon account information

For over two years, Amazon has been building and introducing a wide selection of free “Buy Once, Read Everywhere” Kindle apps for iPad, iPod touch, iPhone, Mac, PC, BlackBerry, Windows Phone and Android-based devices that let customers read and sync their reading library, bookmarks, notes, and highlights with the device or platform of their choice. Learn more about Kindle apps at www.amazon.com/kindleapps. Customers can download Kindle for Android from the Amazon Appstore for Android or Android Market.