We're Not Walking Away From Continuum, Says HP (theregister.co.uk)
An anonymous reader shares a report: While Windows roadmaps purportedly leaked to a blog last week appear to have a big hole in them where mobile should be, HP Inc tells us it has been assured by Redmond there are no plans to drop Continuum. HP is the sole major mobile vendor committed to the Windows Mobile Edition of Windows 10 and bet big on Continuum, the multimode "use-your-phone-as-a-PC" feature on which some of HP's ambitions rest. El Reg was impressed by HP's plans to build an ecosystem around the multi-mode capabilities of the HP Elite x3 phone, which doubles up as a PC replacement. (Or tries to.) Launching in over 50 markets, the ecosystem includes a streaming apps service HP Workplace to fill in the app gap, and even a "lap dock." HP pitched it at field workers and verticals. The only thing letting Inc-ers down was the quality of the software from Microsoft. Spring came and went without the expected improvements to Continuum. Unauthorised briefings last week suggest the Windows Mobile branch of Windows 10 is now an orphan.
With Itanium, HP also was the last OEM committed to it.
They're bringing the TV series back!!!
Wait wha?
It really isn't HP's choice. That's what happens when you don't own the platform.
I wonder if they still think abandoning WebOS was a good idea?
Now what will you do HP? Hurry, the clock is ticking!!!
multi-mode capabilities of the HP Elite x3 phone, which doubles up as a PC replacement
Nevermind the UI problems from trying to make phone software work reasonably on a desktop with a 30 inch monitor and a mouse and keyboard. There's a non-starter here. The phone software ecosystem is a fucking nightmare.
At least with my BSD box the software is not selling me out. With phone software, everything exists to harvest as much data about you as possible. Calculators scraping your contact lists, flashlists harvesting your call history, and now many apps even harvest audio clips. Facebook talking about harvesting periodic images from the phone's camera so they can figure out "your current mood, to better supply the content you want to see".
The phone software ecosystem is not suitable for this use. Technically, it could have worked out. Culturally, it didn't. The phone culture was shaped by legion tech illiterates. There are still vestiges of cultures formed by tech literates in the Linux and BSD desktop worlds. Until the phone world cleans up its act, it is a non-starter for doubling as a "PC replacement".
Fixed that for you
RIP, you won't be missed! :-)
Phone-as-PC is the future of personal computing, and Software-as-Service is the future for Microsoft. Microsoft shouldn't care if you are using Windows/Android/Mac/iOS/Linux/WhateverOS so long as you are using their subscription Office Software to reach their Exchange Servers. The longer they try to fight Android and iOS the more time they give competing systems the opportunity to entrench themselves.
They don't exactly sell a lot of phones, do they?
Seems like they are really trying to break into a competitive market with something almost nobody is going to care about.
"there are no plans to drop Continuum."
Well I like Canadian TV series but Continuum's last season sucked.
I really enjoyed that TV series.
-- Tigger warning: This post may contain tiggers! --
You don't need continuum or any other separate "desktop" mode to use a phone as a computer. Just make it really easy to connect to an external monitor, keyboard and mouse (either USB or Bluetooth), and scale the OS UI to the DPI of the external monitor. As a bonus, add a system event that tells apps that the DPI has changed to allow them to update their interface for the new DPI.
My old Nexus 4 could do almost all of it, except for the UI scaling, and also the SlimPort adapter did not feel very integrated. Nevertheless, it was usable as a desktop for browsing, email, youtube and even some spreadsheets and word processing. Even Alt+Tab works for switching between apps! The only announce was how huge everything was on the 27" monitor, and how Google does not see the opportunity to make inroad into the desktop space with just a few lines of code.
Microsoft really should resurrect this marketing for Windows 10 Mobile, except for the entire world, not just India.
Windows Vista Launch - Wow is Now
Comment removed based on user account deletion
but Continuum isn't it.
They need the mobile device to be running actual Windows with the ability to tap into all the software that Windows can.. then you really can have one device to rule them all.
That is the last play Microsoft has in the mobile market, it has to be coming soon, but Continuum is the half-baked version of it.
For microsoft to do that, you'd need x86 phones... Yet Intel is abandoning the mobile atom series.
Linux/android could have done it years ago, it's already possible to install a desktop linux distro on a phone and has been for years, connect it to an hdmi screen and use bluetooth keyboard/mouse and you have a full linux desktop with 99% of the same software you'd have on an x86 desktop.
The problem is it has never really been marketed or made available by default, its just a hack that you can apply yourself.
http://spamdecoy.net - free throwaway anonymous email - avoid spam!
The fact that phones have no direct equivalent of a standard PC BIOS or ISA architecture complicates things quite a bit.
Today's Linux & Windows might use the BIOS mainly as a stage 1 bootloader to launch their stage 2 bootloader (Grub, Windows' boot manager, etc), but devices like Android phones & tablets don't even have *that* benefit... in ARM-land, every platform is different & proprietary to the device vendor (or semi-proprietary to the device vendor, and totally proprietary to the SoC vendor).
There is literally NO vendor-agnostic "right way" to lay out the boot code in flash... or even any vendor-agnostic standard way to WIRE UP that flash. Literally everything that made it possible for Linux, DOS, Windows, OS/2, FreeBSD, etc to be installed on a random "PC" doesn't EXIST in the mobile-device realm. And it probably WON'T ever exist. The fact that "PC" (as a generic, vendor-agnostic platform) even EXISTS is basically a lucky accident.
At best, two Android devices built around the same Qualcomm SoC by different Chinese vendors cranking out variations of the same reference design MIGHT be about as mutually-compatible (at the "bare metal" level) as an IBM PC-AT and a Tandy 2000 were (ie, "sort of"). And most modern mobile devices actively try to prevent you from running other operating systems (usually, in the holy name of DRM-enforcement or one-sided enterprise security).
You learn something new every day.
Ubuntu tried with what they called "convergence", but they recently gave up on that.
Well Motorola Atrix G4 offered a dock and allowed for desktop usage, the again the Atrix is probably the worst cellphone I ever had.
All very true, but that isn't how "desktop Linux on Android" setups work. Your Android phone already has all the (proprietary, vendor specific, locked down) mechanisms in place to load the Linux kernel the phone came with. Fortunately that's pretty much the same kernel you need for desktop Linux. You just need a different userland.
So we can let all of Android load, then start an app that chroots into a directory containing all the usual Debian ARM binaries, and runs everything through a customized X11 server that displays through Android's display server.
With a rooted phone I suppose it might be possible to replace everything from init up with a desktop system. However at the very least you'd need a custom compiled X server to work with each SoC GPU. Not to mention making some acceptable setup for calls and texts, or still wanting to run Android apps now and then. So it makes more sense in most cases to have desktop mode load through an app on top of a full Android system.