Ubuntu Phones Now Available Worldwide (On Some Networks)
An anonymous reader writes: When Canonical's phone-centric adaptation of Ubuntu first made it onto devices last year, it received a mostly "wait-and-see" reception. For anyone outside Europe, they didn't have much choice, since it was unavailable elsewhere. Now, BQ has opened sales of the Ubuntu phones worldwide. That said, the devices still have technological restrictions. "Both of these devices support GSM bands 850, 900, 1,800 and 1,900, as well as UMTS 900 and 2,100 — so you're not going to get any joy if you're on a CDMA network like Verizon."
Are the audio and video formats supported in hardware or in software?
AT&T and T-Mobile are the big GSM carriers in the United States. Which bands do they use, so we can compare them against the bands compatible with the phone?
What programs does it run? Can I run a bash terminal out of the box? Is it possible in any way to run something like KDE for tablets, or a different GUI?
Are the scopes any good for something if you disable privacy-violating features?
What browser does it even use?
I have many questions, in fact too many questions. Hard to know what the phone really is about.
On the plus side it doesn't cost 500 or 600 euros..
How good is this Ubuntu phone?
What windowing system does it run?
Does it come with a terminal program like my N900?
I can get root if I want it?
Most reviews don't answer these important questions, and when I search on google, I just get ubuntu stuff.
Seems to me this could be competition gor Google, Microsoft and Apple, so it's a good thing. I guess it could pave the way for your favorite Linux distro to follow?
Time for bed, said Zebedee - boing
Only 2G and 3G.
Finally! A year of moderation! Ready for 2019?
in theory, one day the desktop will run the phone operating system. I think this is what they mean by convergence, it will all be the same and it will all be QML. You might still be able to run GTK things on a desktop, but I am not 100% sure of that, I just can't see a viable desktop based on just QML things if it is supposed to be a successor to Ubuntu desktop.
QML is just a layout description language, sort of like a much better implementation of Android's layouts. It has a tiny bit of smarts, so you can write simple applications just in QML, but the general way it's used is that C++ code loads the QML layout, then selects and manipulates widgets within the layout (again, like a much saner reimplementation of Android's UI approach).