VMware's Dual OS Smartphone Virtualization Plan Firms Up
Sharky2009 writes "VMware is developing virtualisation for smartphones which can run any two OSes — Windows Mobile, Android or Linux — at once. The idea is to have your work applications and home applications all running insider their own VMs and running at the same time so you can access any app any time. VMware says: 'We don't think dual booting will be good enough — we'll allow you to run both profiles at the same time and be able to switch between them by clicking a button,' he said. 'You'll be able to get and make calls in either profile – work or home – as they will both be live at any given point in time.'"
Also mentioned in February of this year, but now the company's announced a target of 2012 for mass production.
The idea is to have your work applications and home applications all running insider their own VMs and running at the same time so you can access any app any time.
Are they including a free RAM upgrade kit? And why does this seem to be a hammer in search of non-existent nails?
The biggest problem I have right now: lack of dual SIM (or multi-line) support in almost any phone. I don't need to separate "work applications" from "home applications." I need to have a work number / data plan billed to my company, and a home number (with no data plan) billed to me.
*Checks calendar* Yup, it's 2009. VOIP still not possible on my smartphone...
Please help metamoderate.
With Microsoft's OS lagging way behind the others in the mobile market, does VMware plan to convince Steve Ballmer that running other companies' OSes side-by-side with Windows Mobile will be a good way to regain market share?
VMware says virtualization can separate personal data and apps from work ones. But if the trend is for smartphone apps to be essentially browser-based, or at least built with Web standards, isn't running a hypervisor and multiple OS instances on a phone the very definition of overkill?
Equally important, if Apple is unwilling to allow even the Flash player onto iPhones, how does VMware figure it's going to convince Apple to run a hypervisor?
Oh wait, the last one is actually easy: VMware's release doesn't even mention Apple. Doesn't mention BlackBerry either. Or Symbian. Funny how this revolutionary, much-in-demand technology specifically excludes the top 85 percent of the smartphone market.
Breakfast served all day!
At our company employees do get their own cell phone, company chips in $30 or $60 a month depending on whether they need a data plan (which we cover the cost of) into the first paycheck of the month.
Works extremely well.
I don't really see the point of this in the real world. I could see where this could be useful where we would have 1 phone and test in Windows Mobile and Android on one hardware platform. Outside of that, I see no real value.
"The problem with socialism is eventually you run out of other people's money" - Thatcher.
Virtualization is hip. Somebody at your management will be swayed.
One that hath name thou can not otter
Because they're VMware and they don't have anything more useful to do?
Just because the poster is unwilling void his warranty to make his phone useful and be price gouged by at&t by a mandated data plan just so he can get some of the worst 3G coverage in the nation hardly makes him an elitist; In fact, I would say he's just smarter / more fiscally responsible than you for using just what he needs with out paying for extra.
Virtualization is hip. Somebody at your management will be swayed.
Virtualisation is so last year, it's all in the cloud now.
Where is my cloud phone ?
May contain traces of nut.
Made from the freshest electrons.
I do. Windows Mobile has still got the most useful apps, real multitasking and lots and lots of features and is also nice to develop for. I personally like it more than any other current mobile OS.
"It's such a fine line between stupid and clever" -- David St. Hubbins, Spinal Tap
Hypervisors are already widely used in mobile phones --- L4 is very popular. I think that this is largely because it allows the vendors to easily reconfigure the user mode address space to abstract over any platform-specific issues involved with a particular phone model. I've also seen some very neat tricks using L4 such as doing on-demand page fetching from a compressed NAND flash device. (In essence, that gives you the equivalent of executable ROM from a smaller, non-mappable flash part.)
So it wouldn't be much of a bigger step to use L4's other hypervisor features to support two different user space modes, each running a complete operating system. This has a lot of advantages to the phone manufacturer. Right now, most smartphones such as the G1 have a big chunky processor running the application OS and a smaller processor running the hard realtime radio stack OS. Using a hypervisor would allow them to run both operating systems on the same processor, with the hypervisor's own scheduler ensuring that the radio stack remains real-time no matter what the user OS is doing. That reduces the hardware complexity, and therefore the build price, while still maintaining the regulator-mandated isolation between the application processor and the radio processor.