Slashdot Mirror


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.

5 of 179 comments (clear)

  1. great, so my phone can be even slower by SuperBanana · · Score: 5, Insightful

    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...

    1. Re:great, so my phone can be even slower by lamapper · · Score: 5, Informative

      *Checks calendar* Yup, it's 2009. VOIP still not possible on my smartphone...

      My phone is smart because it runs a Linux distro that allows for root access when required. Meaning I am not restricted, tethered, limited etc...

      I bought my phone two years ago, so it is not new.

      Nokia Nxxx (770, 800, 810, 900) all will allow you to run WiFi, VoIP, etc... With the N900 you have the option of getting a cellular plan if you must. Personally I would not bother with cellular any time soon, but that is my choice.

      Thanks to my choice (VoIP + WiFi on my "smart" linux enabled (maemo) hand set) my total cost of ownership (TCO) is less than $100 per year. You read that right, less than $100 per year. $24 per year for SkypeIn (with SkypePro) + $3.00 per month for unlimited calling. $24 + $36 and I am done. That is for one year.

      I love it. So make sure you purchase the right phone. Hint on the WiFi Firewall/Router, get a DD-WRT supported device!. Check the website first before you purchase and only purchase hardware that supports DD-WRT, that way you can control your router and insure WiFi access via a secure intranet.

      Your solution is simple, purchase the right hand set. Buy the right phone. If it will not run a Linux (that allows you to access root when required) then do not buy it! Are you limited, tethered, restricted...then you must not have root access to fix that!

      A strong password for your root account is enough of a security deterrent and has been for years, so please do not spread that FUD.

      --
      Is your Internet Throttled? Install DD-Wrt, OpenWRT or Tomato to learn the truth! Google: 1Gbps/1Gbps: 5 Communities
  2. Re:Why? by oxfletch · · Score: 4, Funny

    Because they're VMware and they don't have anything more useful to do?

  3. Re:Why? by Fred_A · · Score: 4, Funny

    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.
  4. Already most of the way there by david.given · · Score: 4, Informative

    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.