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."
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..
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?
I think T-Mobile uses the two of those four that are used in Europe, and AT&T uses the other two, but I may be a few years behind on my information. A quick search on Google says AT&T uses 850 and 1900. A phone that supports all 4 bands should work on both AT&T and T-Mobile.
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.
Or, because, you know, NOT GOOGLE or MICROSOFT
Time for bed, said Zebedee - boing
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?
This Ubuntu phone will work on AT&T and T-Mobile's 2G GPRS/EDGE networks, but not their 3G/"4G" UMTS/HSPA networks and not their LTE networks. In other words... it will work, but data will be very slow.
This (and more) is the kind of information I fully expect to find in the article.
I realize no one reads the articles, but I made the mistake of reading this one. The summary is just a (rather well done) paraphrasing of the entire article, which weighs in at 275 words (vs 87 for the summary), and it includes zero additional information; not even a link to a full article elsewhere!
Thank you PhotoJim for the info. Personally, I'd appreciate it if there was a clear statement by the manufacturer, or the carriers themselves, and would like to have it detail exactly what limitations there are. I think I'd be ok with 3g. Otherwise, I think I'll just hope to find them on ebay to pick one up for wifi-only use.
... some additional info to save others the trouble:
* BQ is selling them for €199.90 and €169.90 respectively (E5 HD, E4.5)
* Engadget apparently converted that wrong. That is currently $223.82 and $189.21 respectively.
* http://store.bq.com/gl/
* ebay seems to have these at around $300 - $400 right now
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).