Hands On With Ubuntu For SmartPhones
adeelarshad82 writes "Ubuntu for smartphones may be pretty late to the smartphone ecosystem, but as the hands-on video demonstrates, Canonical has been paying attention. The operating system is just called Ubuntu, allowing the company to complete their illusion that this operating system offers everything that desktop Ubuntu runs. If you're a fan of the Unity UI you will find yourself right at home with this interface since every bit of Ubuntu has visual cues that come straight from Unity. As the video shows, the animations looked great, and the phone feels incredibly fast. The top bar of the OS has several icons across it, offering a quick glimpse into things like battery life, messages and others. Settings for every app are available by swiping up from the bottom of the screen, in a gesture that is quite similar to the one used in Windows 8 to access the menu. Given that it's early days for the OS, Ubuntu is far from perfect. For instance, their welcome screen allows for way too many apps to be rapidly accessible without a pin lock of some kind."
I wanted 2013 to be the year of the Linux desktop, not the Linux phone. Now I'm going to have to get this tattoo changed again.
I heard you have to use a terminal to dial the phone.
>call -n 8005551234 -calrid 0 | foneaudapp -spkr 1 -micr 1
Tablets and phones are where Unity should be, it seems like it would function best on those devices.
~~ Behold the flying cow with a rail gun! ~~
I would take APT over play.google.com any day.
There's still tons of room for improvement in the mobile market, example: better networking features for wifi networks aka the whole desktop experience on a phone, which is what this is all about, so right on ubuntu!
Just wait 'till you see the Ubuntu Software Center!
There's no -1 for "I don't get it."
They are using Qt5 / QML to make native applications. Qt5/QML is fully hardware accelerated.
Slashdot's rate-of-post filter: Preventing you from posting too many great ideas at once.
I'm on board with this Ubuntu-on-a-phone idea. But I want to know how it works. Is the phone itself one display (display 0) and when you plug in another display (conventional monitor) you get a traditional Ubuntu desktop on display 1? Two display managers on one system? How does the window manager work? Can I drag windows to my phone screen?
Slashdot's rate-of-post filter: Preventing you from posting too many great ideas at once.
This is how the first types of the OpenMoko phones worked. AFAIK, picking up a call was similar weird.
Nothing seems to be stepping up to replace Symbian. An operating system is needed for baseline devices. Not all phones need a camera, accelerometer, smooth window transitions, but these features are expected with every smart phone, and hence app developers expect them also.
Feature phones and dumb phones do not receive the spotlight often, however many users do not need or want a 600 dollar computer in their pocket all the time, but still need the functionality of email and web browser. If a dedicated low resource mobile OS was available, then the OS could receive updates and applications suitable, unlike the current ecosystem of leaving old phones with their original operating system.
I don't think Unity has many fans when it comes to desktops and laptops. But tablets and netbooks? Yeah, I can see that. I don't like Canonical forcing a tablet OS on the desktop (and I like it even less when Microsoft does it). But moving a touch-based tablet OS onto a phone sort of makes sense. Perhaps we'll see the day when Ubuntu is nothing more than a tablet and phone OS and we'll all laugh when we think about the days we used it on the desktop.
Tic-Tac-Toe, Global Thermonuclear War, and relationships all have the same winning move.
I'm still using Ubuntu Netbook Remix (Unity style GUI) and it's great for smaller screens. No, no way would I prefer Unity over a traditional desktop if I'm working on a traditional desktop, but it works for me on small screens where space is at a premium (and you can always switch to a traditional GNOME/KDE/etc interface if you wish). For a phone Unity or similar does actually make sense.
Please consider this account deleted, I just can't be bothered with the spam anymore.
Ubuntu sacrificed usability on the desktop for usability on a phone OS that, ironically, no-one is likely to use at all.
Shuttleworth can sprout all the design language he wants. Fact is, he completely missed the most simple of principals when breaking Ubuntu with Unity - make sure the audience exists before you design for it.
Also, those developer build have debugging information in them which slows them down. When you run production code they are stripped down to be lean and mean.
Slashdot's rate-of-post filter: Preventing you from posting too many great ideas at once.
I don't want a Shuttleworth phone, I want a linux capable phone. I want a phone so controllable that if the phone is capable of doing it then I or someone else is doing it. The ideal phone would be one so controllable that some hardcore dude would instantly cobble together a complete command line interface to the phone:
phone-dial 5551234
sms-message -u5551234 'I will be 5 minutes late'
list-recent-calls
I am sick of phones that are missing features that would tick off the telcos. I want to block text messages from certain users (I'm looking at you Telus) I want to have a list of people who can and can't call me at certain times of the day. I want to block calls from certain callers. I want an easy button to turn my cell data on and off. I want to delete any app that I don't want. When (not if) I reinstall the OS I want to strip out everything and then put back only that I want (I'm looking at you NewsStand). Whereas I see an Ubuntu phone as being Shuttleworth trying to get his piece of the appstore pie. I want a phone that cannot be locked to a carrier.
It looks to me like somebody forgot to specify the network device over which the call is supposed to go out, as well as failing to specify the tty that the SIM is listening on...
It's not forgetting if they're in environment variables that the system sets when it enumerates radios and SIMs.
I for one am in high anticipation of the 1000 paper cuts.
You're forgetting command line development and editing
time. If I need to do something like:
head -n 120 FILE | grep foo
and on first run it doesn't turn out what I was expecting, I
may well edit the previous command line changing it into:
cat FILE | grep foo
Plenty of seeming redundancy there too, but not when you
take the actual editing into acount as well.
If you're a fan of the Unity UI you will find yourself right at home
I hear he feels right at home.
I don't think Unity has many fans when it comes to desktops and laptops. But tablets and netbooks? Yeah, I can see that. I don't like Canonical forcing a tablet OS on the desktop (and I like it even less when Microsoft does it). But moving a touch-based tablet OS onto a phone sort of makes sense. Perhaps we'll see the day when Ubuntu is nothing more than a tablet and phone OS and we'll all laugh when we think about the days we used it on the desktop.
To be fair, they aren't forcing Unity on you. They're offering it as an option. I don't like it so currently I'm running Gnome 2 as my window manager, but I also have KDE4, Gnome 3, LXDE, OpenSTEP, wm2 and twm installed so I can choose whichever I feel like on the day.
I'm old enough to remember when discussions on Slashdot were well informed.
The original command line we're flaming about started with " cat ~/mail/contacts/* | grep [...] ", so assuming there's more than one file in that directory, you can't just use
Also, "cat ~/mail/contacts/* | grep [...] " produces different results than "grep [...] ~/mail/contacts/* " - either RTFM or try it. Pay attention to the filename: at the beginning of each line. Maybe you want it, maybe you don't.
Bill Stewart
New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
Look at the original - the source data was ~/mail/contacts/* , which is potentially multiple files.
Bill Stewart
New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
That's quite stupid to have debug symbol on a demo. If it crash, that's likely too late ( ie, your software is buggy forever ), and if it doesn't, it is slow. And if you cannot prepare a demo for CES, then you are doing it wrong.
Now, maybe that's regular build and Ubuntu on phone is just slow, but people are so eager to believe that it will have a real impact that they start to imagine this is debug build.
I fail to see what seems so great in unity on a small screen. besides the "merge the title bar" system, the dock do not seems so great when the space is limited, or did I miss something ?
Nokia N9 :
- developper mode right from the UI, just a click ( and it install ssh, and lots of linux tools ), really pleasant
- developped in qt, mostly free software ( not all, unfortunately ), and using regular linux stuff ( dbus, hal, bluez ) and some custom stuff too
- lots of doc
too bad that nokia/elop killed it before even living. Take a look at mer and jollia.
Just when the nerd hodes scorn and berate Microsoft for bringing the desktop to the mobile, suddenly the FOSS think it makes sense... shit, make up your minds. Can I have a desktop on my phone or not?
but as the hands-on video demonstrates, Canonical has been paying attention
lol paying attention to what?
All the failed/failing device manufacturers and OSes, Ubuntu Phone looks like a mashup of WebOS, MeeGo and BB10 features. What it lacks is the same thing all of those lacked, in fact Windows Phone has the same problem, it's not that the OS is bad or anything like that, it's that this late in the game you can't just be as good as the established competition, you have to be better and better in a way that the general populace (who have already adopted one of the dominant platforms) cares about enough to switch from what they already have and know.
I agree. Its another attempt by the linux community to (read)unintentionally dilute any form of standardization or group effort, resulting in again, another fragmented culture unable to focus. Hows linux on desktop doing? Far better, but its been how long? and how many different versions of linux are there?
before i get flamed, Imagine how much could have got done if all those different developers focused on a few projects and made them awesome....(no, im definitely not talking about ubuntu, but thats another diluted conversation).
In fareness to the manufacturers: that contract you are stuck with is not with them nor was it arranged by them. Though you are right, lack of updates for rather expensive devices after small amount of time is something that puts me off Android based devices at the moment.
it doesn't run Android apps (not most of them, anyway) and it doesn't run Linux software. So really, what's the advantage here?