Slashdot Mirror


Firefox OS Smartphones Launching, But Will Anyone Buy One?

Nerval's Lobster writes "Mozilla and its hardware partners have begun launching the first Firefox OS smartphones, starting with Spain's Telefonica releasing the ZTE Open later this week. A lightweight mobile OS based on HTML5, Firefox OS (once known as 'Boot to Gecko') offers a user interface instantly familiar to anyone who's used Google Android or Apple iOS: in addition to home-screens of individual apps arranged on a grid, features include messaging, email, built-in social-networking, maps, and the Firefox Web browser. There's also Firefox Marketplace, an online storefront of HTML5 apps; early apps include Twitter, Facebook, AccuWeather, and a handful of games. But can Firefox OS make any headway in a mobile-device crowded with options? At this February's Mobile World Congress, Mozilla claimed that some 17 operators around the world have committed to the Firefox OS initiative, including China Unicom, Sprint, MegaFon, and the Telecom Italia Group. But many of those operators released rather ambiguous statements about whether they would launch an actual Firefox OS smartphone. Tony Cripps, principal device analyst at Ovum, wrote in a research note earlier this year that 'the real acid test for Firefox OS and its long-term prospects is the quality of the software itself and the user and developer experiences that it fosters.' In other words, Mozilla and its partners need to produce some quality devices, paired with a variety of spectacular apps. Some early reviews of the ZTE Open weren't good, to put it mildly, with The Verge citing: 'unremarkable hardware' and a 'laggy' OS. But that doesn't mean future phones can't go toe-to-toe against anything else on the market, provided Mozilla and its partners provide solid support and marketing."

127 comments

  1. I really like Mozilla but by Anonymous Coward · · Score: 1

    I can't follow why this is a good idea for them.

    1. Re:I really like Mozilla but by gl4ss · · Score: 4, Insightful

      I can't follow why this is a good idea for them.

      I like mozilla too! I just haven't liked any of their products or visible personnel for years!

      --
      world was created 5 seconds before this post as it is.
    2. Re:I really like Mozilla but by i+kan+reed · · Score: 2

      I think they'll become likable again when all their google-money dries up, and the corporate types start bailing, and it becomes a hobby maintained technology again.

    3. Re:I really like Mozilla but by Qwavel · · Score: 1

      Totally agree. And Mozilla has a great browser on Android - I love it!

      But no way I want to be limited to just Mozilla, when I can get Mozilla + Android.

      Now, apparently they are targeting the lower end of the market, but the idea of limiting a mid-range or low-end phone to javascript apps is crazy.

      So I think this makes no sense at all.

    4. Re:I really like Mozilla but by ChaseTec · · Score: 2

      The average person may not even bother with owning a traditional computer in the future, just a phone and maybe a tablet. Mozilla will get locked out of that space if they don't compete. Releasing a browsers for the other mobile platforms doesn't really cut it because it is not a level playing field. On iOS you can't even make your own browser that performs as well as the native one unless you just want to reskin Safari.

      If they don't capture a chunk of the mobile space they will die.

      --
      My Hello World is 512 bytes. But it's also a valid Fat12 boot sector, Fat12 file reader, and Pmode routine.
    5. Re:I really like Mozilla but by rjstanford · · Score: 2

      The average person may not even bother with owning a traditional computer in the future, just a phone and maybe a tablet. Mozilla will get locked out of that space if they don't compete.

      So what? They can and should do one thing, do it really well, and maybe add related products. Going from a web browser to an email client is somewhat reasonable - most of what they do is handle network traffic, filter, and render the results. Going from a web browser to an OS makes no sense whatsoever.

      --
      You're special forces then? That's great! I just love your olympics!
    6. Re:I really like Mozilla but by Anonymous Coward · · Score: 0

      i really like my iphone, so i can't imagine switching. unless the phone was compatible with the apple ecosystem? call me a fanboi if you must, but that's how I feel. also the phone should have the same cashe.

    7. Re:I really like Mozilla but by Anonymous Coward · · Score: 0

      I can't follow why this is a good idea for them.

      Now that they've done "agile", they get to put "mobile" on their CVs.

      At some point in the evolution of all organizations, the job ceases to be about the product or the end user, but about making yourself look good to your next employer.

    8. Re:I really like Mozilla but by Anonymous Coward · · Score: 0

      I'd start to like them again if they'd properly resolve the 8 year old complaint that FireFox is trying to be a tabbed, multi-window browser running in a single thread that only allows one instance running at a time.

      (Hint: "That sounds difficult, we don't want to do it." is not a proper resolution to this problem)

      (Disclaimer: it might only be 7 years old, it's been a while since I read that debate on their bug tracker)

    9. Re:I really like Mozilla but by gl4ss · · Score: 1

      ok since when was the aim of mozilla world monetary domination?
      they wouldn't die. there would still be some platforms where they can release a browser even if they didn't make a mobile os of their own.
      and since they're acting straight up like a company would, so I don't think they need my donation cash for their so called foundation and salaries.

      they wouldn't die without having a mobile os.. they couldn't expand and pay more to execs though if they don't at least try that. I'd just like a good browser without bullshit from them, but they're spending on resources making all kinds of forays.. like, do I really want an appstore from them? hell no. did personas make a good long term impact? hell no.

      (btw even if you reskin safari you don't get same performance as apples safari..)

      --
      world was created 5 seconds before this post as it is.
    10. Re: I really like Mozilla but by Anonymous Coward · · Score: 0

      Cashew nuts?

    11. Re:I really like Mozilla but by Anonymous Coward · · Score: 0

      I own the MK809 and while it is good for multi-media apps as well as basic apps, Android is hopeless at the moment as a Desktop based OS. Firefox OS could be a good replacement.

    12. Re:I really like Mozilla but by Anonymous Coward · · Score: 0

      Sorry prev replay should should be

      I own a MK809...

      Don't want people to think I am the creator of the product lol.

    13. Re: I really like Mozilla but by deergomoo · · Score: 1

      I was just thinking that. Not only will these phones be sluggish because they're targeting the low end, but they're not running native code either. Ever likely it's described as laggy.

    14. Re:I really like Mozilla but by BZ · · Score: 2

      What do you think a browser and an OS do, exactly?

      A web browser needs to do render text, various high-performance graphics stuff, show some widgets that a user can interact with, provide a programmable runtime that can be used to create things like gmail or the github UI out of those widgets, do various network access, handle prioritizing things like web workers, painting, layout, and so forth. Oh, and nowadays also audio processing, real-time audio and video communications (WebRTC) and a few other things along those lines.

      The non-kernel part of an OS needs to have libraries for high-performance graphics, show some widgets a user can interact with, a modern one will typically provide a programmable runtime for creating UI backed by some logic out of those widgets (C#, Objective C, Dalvik, etc). Pretty similar to a browser, actually.

      Oh, and an OS needs to mediate hardware access, which is done by the kernel. Oddly enough, Mozilla is not creating a kernel from scratch; they're using the Android neé Linux kernel in FirefoxOS. Maybe because they figured this was not something they were experts in and maybe using an existing reasonably good solution would be better than trying to create a new thing.

      Which is why it was possible to create FirefoxOS by taking a browser and adding a few APIs for touching hardware that the kernel exposes (things like cameras, FM radio, cell radio, etc). Plus a bunch of optimizations to the browser core that are needed no matter what to have a competitive browser.

    15. Re: I really like Mozilla but by Anonymous Coward · · Score: 0

      Performance can actually be better than e.g. Android because running the browser directly on the OS (without e.g. Android's Dalvik JVM and other layers in the way) allows for much better performance and makes it easier to optimise. The production phones are actually pretty slick - certainly usable. And the key feature is the price. Firefox OS 1.0 isn't competing with the iPhone and the SGS II, it's competing for the businesses of people buying their first smartphone and paying $50.

      Gerv

    16. Re:I really like Mozilla but by Shirley+Marquez · · Score: 1

      The single process model does have the advantage of lowering the memory footprint of Firefox. Firefox with lots of tabs loaded uses significantly less memory than either Chrome or IE. IE has the edge with a single tab because it cheats; a lot of the code is already present as part of the OS.

      For most people, the performance and security advantages of the process-per-tab model outweigh the memory cost. But it's nice that somebody offers an alternative.

  2. NSA? by Anonymous Coward · · Score: 3, Funny

    Does the NSA app come pre-installed, or do I have to download it?

    1. Re:NSA? by ArcherB · · Score: 1, Funny

      Does the NSA app come pre-installed, or do I have to download it?

      It's the only app available at this time. More to come soon!

      --
      There is no "I disagree" mod for a reason. Flamebait, Troll, and Overrated are not substitutes.
    2. Re:NSA? by rjstanford · · Score: 1

      Dude, its Mozilla. Its a required plugin.

      --
      You're special forces then? That's great! I just love your olympics!
    3. Re:NSA? by preflex · · Score: 1

      Does the NSA app come pre-installed, or do I have to download it?

      I wish.

      Unfortunately, it looks like Mozilla is heading in a different direction.
      You did mean this, right?

    4. Re: NSA? by Anonymous Coward · · Score: 0

      Funny

  3. Introducing the new Slashdot Phone! by Anonymous Coward · · Score: 5, Funny

    Get hourly updates featuring
    -Vague laws misinterpreted by engineers to be threats to privacy/civil liberties
    -The latest release of every obscure Linux distro and its shortcomings compared to 10 other distros
    -Factually spurious articles about the death of the IT industry.
    -Philosophical flame wars about the validity of alternative energy/electric cars
    -Mental masturbation regarding drones/macs/climate change
    -Hypothetical discussions of Rasberry Pi created by Arduino driven 3-D printers purchased with BitCoins.
    -Windows 8 trolling

    Fully compatible with
    ¦Android
    ¦BlackBerry 10
    ¦iOS
    ¦Nokia Asha
    ¦Sailfish OS
    ¦Windows Phone
    ¦Windows RT
    ¦Bada
    ¦BlackBerry OS
    ¦Grid OS
    ¦Linux
    ¦Mer
    ¦S40
    ¦Brew
    ¦SHR
    ¦Symbian
    ¦webOS
    ¦Tizen

    *Unicode support included in a future update

    1. Re:Introducing the new Slashdot Phone! by Anonymous Coward · · Score: 0

      You forgot bitcoins. :)

    2. Re:Introducing the new Slashdot Phone! by 93+Escort+Wagon · · Score: 5, Funny

      Bug report: On my Slashdot phone, I will often receive a duplicate phone call a couple days after I receive the first one.

      --
      #DeleteChrome
    3. Re:Introducing the new Slashdot Phone! by Cappadonna · · Score: 0

      Hahahaha!!!

    4. Re:Introducing the new Slashdot Phone! by jobsagoodun · · Score: 2

      In soviet mozilla slashdot phones you?

    5. Re:Introducing the new Slashdot Phone! by Anonymous Coward · · Score: 0

      Is Nick Kolakowski an ass-hat for Slashdot phone?

    6. Re:Introducing the new Slashdot Phone! by Anonymous Coward · · Score: 0

      Will any of the functionality be written in COBOL, because I think I heard that might be coming back? Or is it dead? Or is it coming back?

    7. Re:Introducing the new Slashdot Phone! by furbyhater · · Score: 1

      No he didn't :)

    8. Re:Introducing the new Slashdot Phone! by DeBaas · · Score: 1

      You get phone calls on that thing? As in I have to talk to people?

      eww, don't want one

      --
      ---
  4. Oh thank ${DIETY} by NoNonAlphaCharsHere · · Score: 0

    Just what the world needs, another phone OS.

    1. Re:Oh thank ${DIETY} by oobayly · · Score: 5, Funny

      ${DIETY} - Use of an undefined higher being found at line 0. Did you forget to feed it?

    2. Re:Oh thank ${DIETY} by Anonymous Coward · · Score: 5, Interesting

      Does it spy on you less than Google's offering?

      Is it more affordable and generally compatible than Apple's offering?

      If so, then the world does, in fact, need it.

    3. Re:Oh thank ${DIETY} by NewWorldDan · · Score: 1

      Someone wake me up when a mobile device has the following features:

      can install any arbitrary OS (does not have a locked bootloader)
      The default OS is secure
      The default OS is not a walled garden

      It took my kid hardly any time at all to get her Nexus 7 tablet filled with malware.

    4. Re:Oh thank ${DIETY} by Microlith · · Score: 1

      Yeah, we should shut up and be happy with iOS or Android. It's not like choice and competition ever benefited anyone, anyway.

      Also, it's ${DEITY}, which currently evaluates to 0.

    5. Re:Oh thank ${DIETY} by slaker · · Score: 1

      From WHAT? Loading ,apks from torrent sites? Installing apps from random Chinese app stores? Clicking on every mobile porn site ad he could find? I've never encountered an Android device with a malware problem. I'm sure that they exist but for normal users of the Google and Amazon app stores I have a hard time believing that it's a serious problem.

      --
      -- I wanna decide who lives and who dies - Crow T. Robot, MST3K
    6. Re:Oh thank ${DIETY} by NoNonAlphaCharsHere · · Score: 0

      Also, it's ${DEITY}, which currently evaluates to 0.

      D'oh! Why do they say "'I' before 'E', except after 'C'"? That's weird.

    7. Re:Oh thank ${DIETY} by Anonymous Coward · · Score: 0

      *Underfed* higher being, surely ?

    8. Re:Oh thank ${DIETY} by ChipMonk · · Score: 1

      That system has been terminated, due to too many exceptions.

    9. Re:Oh thank ${DIETY} by Patch86 · · Score: 2

      Yeah; monopolies are the best! Who wants any of that stinking choice and competition?

      Currently, mobiles are pretty much a two horse race- Android and iOS. There is no credible third player- Windows and Blackberry are both down to the margins. Personally, I'd love to see that two horse race become a three or four horse race. And for vague philosophical reasons, I'd rather that those extra two horses weren't either Windows or Blackberry.

      Personally I'm hoping that Sailfish or Ubuntu will do well. But hey, nothing wrong with Mozilla. If they can pull off a decent OS, then more power to them- I'd buy it, if it were any good.

    10. Re:Oh thank ${DIETY} by MysteriousPreacher · · Score: 2

      Have a good long piss before you go to bed. You'll be sleeping for quite some time. Security and functionality are about trade-offs. Even walled garden systems are relatively insecure, and being able to install anything from anywhere is an incredible risk.

      What was the kid doing to fill a stock Nexus with malware? The computing equivalent of indiscriminate sex with Belize prostitutes? What you're looking for is hello.c

      It doesn't do much, but it's at least as secure as the compiler and the system in which it's run.

      --
      -- Using the preview button since 2005
    11. Re:Oh thank ${DIETY} by Somebody+Is+Using+My · · Score: 1

      D'oh! Why do they say "'I' before 'E', except after 'C'"? That's weird.

      That's because everyone forgets the second verse...
                  "or when sounding like "ay" as in neighbor or weigh".

      Or the equally forgotten and badly rhymed third verse for words like ancient:
                  "Or when CIE sound like "sheh"'

      And, of course, every rule of English grammar has an unwritten fourth verse:
                  "Exceptions will be made."

    12. Re:Oh thank ${DIETY} by war4peace · · Score: 0

      If it's customizable, feature-packed and "just works", it can spy on my uninteresting, boring, bland person as much as it likes to. A small trade for my life improvement.

      --
      ...gis sdrawkcab (usually not responding to ACs; don't bother posting as AC)
    13. Re:Oh thank ${DIETY} by Anonymous Coward · · Score: 0

      What exactly do you mean by "Google spies"? As far as we can tell, Google protects your privacy much better than anybody else: For Chrome they document precisely what they send home, most of this can be switched off. They provide source code to most of Chrome and Android, so people can actually check what's being sent. Android mostly sends home only what's required for their services, e.g. they send home location information only if you use wifi location services. Their browsers and servers support much better data protection than anybody else's. Both Microsoft and Apple are much worse here. And the biggest data leak are the carriers anyway, they always get to know where you are and who you call. So what exactly could any other mobile OS do better than Google when it comes to privacy?

    14. Re:Oh thank ${DIETY} by mypalmike · · Score: 1

      The "I before E" exceptions are so many, they needed a poem.

      http://nothings.org/writing/tb/ie.html

      --
      There are 0x40000000 types of people: those who understand 32-bit IEEE 754 floating point, and those who don't.
    15. Re:Oh thank ${DIETY} by Anonymous Coward · · Score: 0

      Does it spy on you less than Google's offering?

      Is it more affordable and generally compatible than Apple's offering?

      If so, then the world does, in fact, need it.

      I have one of these, it's called a 'cell phone'. Nothing 'smart' about it.

    16. Re:Oh thank ${DIETY} by preflex · · Score: 1

      You can wake up almost four years ago. The n900 has been around for a while.

    17. Re:Oh thank ${DIETY} by foniksonik · · Score: 1

      You get it from downloading free apps that have auto downloads of other apps that have ads and more auto loaded apps. From Playstore. Go download any number of dress up apps for girls or apps that give you jewels to buy fashion so you can go on "dates" or get modeling jobs. Worse yet get cupcake maker apps where you can buy sprinkles and decorations. They also force download other apps that say "banking" or "browser" , you get the idea.

      Yep it's malware hidden behind cuteness.

      --
      A fool throws a stone into a well and a thousand sages can not remove it.
  5. Of course they will. by Anonymous Coward · · Score: 0

    There has to be one person out there that will buy one.

    1. Re:Of course they will. by SimonTheSoundMan · · Score: 1

      I've bought two you insensitive clod!

  6. I'd buy one by pr0nbot · · Score: 5, Insightful

    I use my phone for talk, text, calendar, alarm, occasional web browsing on the go, random photography, and toilet gaming. I don't need all the exciting social and lifestyle integration that mobile platforms assume you want.

    So I'd certainly go for one, provided (a) there's some affordable, nice-ish hardware (like my Nexus 4), and (b) I'm not beholden to the network operator for software updates.

    Being free of that pervasive "am I happy with Google slurping this?" feeling every time I do anything on my Android phone would be worth it.

    1. Re:I'd buy one by Qwavel · · Score: 1

      If what you want is to be free of Google (and I'm sure there is a decent market for this given recent revelations) then why doesn't Firefox sell their own Android phone.

      They already have a great Android browser, and they could easily put together a great set of core apps without including any Google or Microsoft (etc.) stuff. Or they could team up with Ubuntu?

      But being free of the big American companies doesn't require starting from scratch and it doesn't require creating a phone that mainly just runs javascript apps (memory and battery killer).

    2. Re:I'd buy one by Anonymous Coward · · Score: 0

      I use my phone for phoning.

    3. Re:I'd buy one by andrepd · · Score: 0

      You don't need the exiting social and lifestyle integration. I loath it as well. Just install a clean CM and install what you need. If you're that hardcore, you don't even have to install Google Play or Google Calendar or Gmail. No "pervasive "am I happy with Google slurping this?" feeling". I have a 100£ 1.4GHz single core phone and it suits me perfectly. I have access to the latest version of Android, I have total control of my phone and apps and I can do anything except maybe heavy gaming. I feel no need for yet another solution to an unexisting problem.

    4. Re:I'd buy one by pr0nbot · · Score: 1

      The things that stop me installing CM are:

      (a) last time I looked (a year or two ago) their forums and instructions were basically unintelligible to me; is it now more streamlined?
      (b) not knowing whether updates are easy - do you get a notification when an update is available, and is it then easy to install?

      I appreciate it's just a bunch of hackers fiddling with undocumented hardware, so it's always going to be a bit slapdash.

    5. Re:I'd buy one by drinkypoo · · Score: 1

      I use my phone for [...] toilet gaming.

      This comment is probably lost on someone nick'd pr0nbot and ironic as hell coming from someone called drinkypoo but if you want to do yourself a favor you'll never say that again.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    6. Re:I'd buy one by Anonymous Coward · · Score: 0

      I don't understand...is this a long way of saying "I don't use Facebook, but otherwise use my phone just like a teenage girl?"

    7. Re:I'd buy one by occasional_dabbler · · Score: 1

      Especially as iPhones have those 'moisture sensors'

      --
      "Our opponent is an alien starship packed with atomic bombs," I said. "we have a protractor"
    8. Re:I'd buy one by andrepd · · Score: 0

      In my experience I had very few bugs, none critical, even in Alpha versions of CM. Installing was a matter of flashing the custom recovery firmware, wiping system/cache in that firmware interface, and choosing the zip/tar to install on that same interface. Simple, hassle free, with a much faster, clean and even stable OS.

  7. Market by Skatox · · Score: 0

    This will be great for some latinamerican countries where you'll need save some salary months for buying a bad/lowend Android phone. Also there are some people who want a simple phone to send sms, call and basic internet stuff and doesn't care OS, just want to save money.

    1. Re:Market by Anonymous Coward · · Score: 0

      Sir, I have it on good authority that Android phones are the best alternative around, because they're so cheap (compared to Apple's overpriced toys), and they have no onerous restrictions on the user's freedom, on account of Andy Rubin making them so free.

      Please stop with your "people in latin american countries can't afford them" FUD - everybody knows that Apple is the overpriced vendor, while Google is tenderly solicitous of everybody's needs, and will even sell phones at a loss to make sure that everybody can get one.

      Google is, after all, completely egalitarian and loves to help people adopt technology - not because it benefits them, but because they are, in a word... love.

  8. Could it work as a runtime on other phones? by pijokela · · Score: 3, Interesting

    IMO it would make more sense to use Firefox OS as a runtime on other smart phones. This way you could write a HTML 5 APP and it would work on browsers and in the Firefox OS runtime in any smart phone... sort of like what Java was supposed to be.

    Any idea if something like this is actually being done?

    Together all these niche phones would have a chance, but if all of them want to have their own app store and walled garden, they will all fail.

    1. Re:Could it work as a runtime on other phones? by Anonymous Coward · · Score: 0

      I have two Firefox OS runtimes, just like what you describe, on my phone already.

      They're called Safari and Chrome.

      What you've just argued is that "Firefox should abandon making a phone OS, and just build a browser for all these different platforms."

      Not a bad suggestion, since I think the Firefox OS phones will be about as stillborn as the MSFT Kin, but why the need to call it an "OS"? It's a fucking web browser.

    2. Re:Could it work as a runtime on other phones? by POWRSURG · · Score: 2

      You can install Firefox on Android. The Firefox OS Marketplace can be accessed from said Firefox. You can install apps on there and and it will load the app using Firefox. This is the same rendering engine -- the same HTML5 app -- using the same everything from Firefox OS.

    3. Re:Could it work as a runtime on other phones? by Bill,+Shooter+of+Bul · · Score: 2

      What Mozilla really wants to do with Firefox os, is to allow that to happen. It wants to push open web standards to the point where a "native" app and a html 5 app are equally capable. its not trying, nor does it want to create a Firefox runtime. Its trying to make HTML5 better for all HTML5 capable browsers.

      --
      Well.. maybe. Or Maybe not. But Definitely not sort of.
    4. Re:Could it work as a runtime on other phones? by Kjella · · Score: 1

      Then Firefox will be to mobile what Java was to the desktop in the 90s, I don't see anything that could go wrong with that plan.

      --
      Live today, because you never know what tomorrow brings
    5. Re:Could it work as a runtime on other phones? by JanneM · · Score: 1

      You already can install and use Firefox OS apps anywhere "real" Firefox is availalbe (ie. the crippleware version in IOS is excepted). That's actually a pretty compelling point in favour: Write your app, and have it run anywhere Firefox can run. And I bet that depending on the requirements of your app you can convert it to a regular hosted web app as well, and have it accessible to the Apple faithful and other browser users too.

      --
      Trust the Computer. The Computer is your friend.
    6. Re:Could it work as a runtime on other phones? by caspy7 · · Score: 1

      IMO it would make more sense to use Firefox OS as a runtime on other smart phones. This way you could write a HTML 5 APP and it would work on browsers and in the Firefox OS runtime in any smart phone... sort of like what Java was supposed to be.

      Any idea if something like this is actually being done?

      I am not a Mozilla developer, but from following the development it seems that what you describe is what's being done.
      Mozilla is proposing/has proposed a slew of WebAPIs (some have been accepted as standards, some are in the process) that allow web apps to be first class citizens - like native apps - things like camera access, vibration, screen orientation, etc.
      But the problem is that even though Firefox OS and Firefox on desktop & Android may all support these new technologies, web app developers can't assume that these capabilities are present on Android.
      So Mozilla is whipping up GeckoView, similar to WebView but with WebAPI superpowers, that developers can package with their Web app. Web apps could then be offered and sold in the Google Play store.
      (In the future a shared library situation may be explored.)

      Together all these niche phones would have a chance, but if all of them want to have their own app store and walled garden, they will all fail.

      Firefox OS allows sideloading apps out of the box, but can also have can have multiple marketplaces installed. In fact, though many providers may include their own marketplace, a requirement of using the Firefox OS name is including the Mozilla Marketplace.

  9. Fartfox by wonkey_monkey · · Score: 1, Funny

    Also, the default Firefox start page now shows a foxy-looking character lighting a fart in front of a mobile phone.

    --
    systemd is Roko's Basilisk.
  10. Google Free? by rvw · · Score: 2

    I use my phone for talk, text, calendar, alarm, occasional web browsing on the go, random photography, and toilet gaming. I don't need all the exciting social and lifestyle integration that mobile platforms assume you want.

    So I'd certainly go for one, provided (a) there's some affordable, nice-ish hardware (like my Nexus 4), and (b) I'm not beholden to the network operator for software updates.

    Being free of that pervasive "am I happy with Google slurping this?" feeling every time I do anything on my Android phone would be worth it.

    I installed avatarrom on my phone. It turns out to be a big problem, as it takes up more and more system memory. I have 2GB available, and avatarrom takes up 1.7GB of that. That leaves 300MB for apps and cache. Many apps refuse to install or don't work anymore. So did Gmail. I stopped using it. Avatarrom updates followed, as well as Gapps updates (google apps I suppose). The last one I didn't install. Since then I'm Google free. No Google account is needed to use the phone. OK, gmail doesn't work, Google Maps is gone, and worst of all, Google Play doesn't work, so no updates, no new installs, unless I download them manually. But they don't work anyway, so why bother? ;-) Of course I'm going to get rid of this stupid install and see if something else works properly. Until then I can pretend to be GFree...

  11. Does it run WhatsApp? by Anonymous Coward · · Score: 0

    If it does, then it's going to be a hit. If it's doesn't it will not fly.
    Currently there are only two kinds of phones: those with WhatsApp and those without.

  12. Phones from the Future! by DexterIsADog · · Score: 1

    "But that doesn't mean future phones can't go toe-to-toe against anything else on the market, provided Mozilla and its partners provide solid support and marketing."

    So they produced something that sucks, but if they improve what they do, they can produce something in the future that doesn't suck? Why doesn't Microsoft get this kind of encouragement any time they put, oh, almost anything on the market? They could improve their sucky products with hypothetical future efforts too!

  13. nothing personal against Mozilla but... by FudRucker · · Score: 1

    since it has been revealed that the Govt via the NSA/FBI and other three letter turds that float around in the govt cesspool i plan on cutting back on technology as much as possible, that means within a few months to a couple of years as my tech toys die i do not plan to replace them, when this desktop PC dies thats it no more desktop PCs, same with my laptop and cellphone, fuck it i dont need them,

    --
    Politics is Treachery, Religion is Brainwashing
    1. Re:nothing personal against Mozilla but... by Microlith · · Score: 2

      So, removing yourself from modern society I take it?

    2. Re:nothing personal against Mozilla but... by FudRucker · · Score: 1

      yup, i will soon be leaving, i will be just another hillbilly living way out in the wood in some ramshackle cabin, i will be the greybearded guy sitting in a rocking chair on the front porch shaking my fist at modern society and saying: "HEY! GET OFF MY LAWN!"

      --
      Politics is Treachery, Religion is Brainwashing
  14. Thank Mozilla by tuppe666 · · Score: 3, Insightful

    Just what the world needs, another phone OS.

    I assume you are being a sarcastic, but the reality is I am sure it does. Right now the whole market is being given to Android, and although Google is not motivated solely by competition, but your time spent in their services. compitition keeps companies honest(look how Microsoft is treating its *cough* customers) Apple are happy to give the market away again, and look to end with a small but profitable niche player, as it was in its now forgotten PC market, or simply will not exist. Personally I think an OS like this has real opportunity(I am more excited by Sailboat...and to a lesser extent Ubuntu). I hope its not blocked by aggressive actions by Microsoft who simply so not have a serious product.

  15. Slashdot on Firefox Mobile by pmontra · · Score: 3, Interesting

    Go look at the desktop version of this site with Firefox 22 for Android and you'll see why Mozilla is going to have a hard time with their OS. It's a mix of Mozilla's poor technical choices (look at the same site with Dolphin HD or the stock browser) and sites caring only about Webkit mobile browsers.

    1. Re:Slashdot on Firefox Mobile by Anonymous Coward · · Score: 0

      this site

      What site? Your link could have easily had the text "Slashdot Classic" instead of mysterious "this site", which forces us to hover over the link to see what you mean.

    2. Re:Slashdot on Firefox Mobile by Anonymous Coward · · Score: 0

      Go look at the desktop version of this site with Firefox 22 for Android and you'll see why Mozilla is going to have a hard time with their OS.

      I'm sorry...They're going to have a hard time with their OS because when you request the desktop version of a website on a mobile device it actually gives you the desktop version which doesn't work "well" with a mobile device? (By the way, the desktop version looks exactly the way it should in Firefox on Android.)

      Here's a pro-tip: If you wanted a mobile-friendly version, don't request the desktop version.

    3. Re:Slashdot on Firefox Mobile by Teun · · Score: 2
      I don't see your problem, I have a Nexus 4 and 7 and on both I prefer the desktop version.

      The fact articles on the mobile version of /. are usually not updated in a timely fashion is part of the reason I prefer the desktop version.
      Since a few months, as a matter of fact since I got my Nexus 4, I prefer to use Firefox because it has a nicely working resize option.

      Yes I have the Full Screen plug in installed.

      --
      "The likes of Facebook and WhatsApp are free to those whose privacy is of zero value."
    4. Re:Slashdot on Firefox Mobile by Anonymous Coward · · Score: 0

      Wasn't it obvious that OP was talking about this site, you know, this one, the site you're reading right now...

      Or have the bots started ripping off comments from slashdot and re-posting them on other sites you read?

  16. Fully functional Phones by tuppe666 · · Score: 3, Interesting

    So they produced something that sucks, but if they improve what they do, they can produce something in the future that doesn't suck?

    The problem was the review (in context of your Microsoft comments they get a free pass too often and are blocking the market for Fledging OS's), is that A €69 / $90 (including €30 / $39 balance) for prepay customers was not compared as one. These are not flagship products they are aimed at the very bottom of the smartphone market. Now admittedly hardware in that market is getting better. I notice http://www.gizchina.com/2013/06/27/goophone-x1-set-to-be-worlds-cheapest-quad-core-phone-at-less-than-100/ Goophone are planning on selling a quad core phone for $100...but that in an uncertain future.

    The bottom line is I saw some pretty advanced phones for very little money.

  17. What is the Problem with Mozilla by tuppe666 · · Score: 2

    If they don't capture a chunk of the mobile space they will die.

    I really liked your comment, but I think Mozilla has an image problem. Its marketshare on the desktop, is dropping yet its still IMO the best browser, and other than its startup time(which is probably better since I used it last) I loved the firefox mobile browser on both Android and the N900 . If I didn't have to sync through the cloud to get my bookmarks on the phone tablet I would use it in that space.

    They seem a great company, and I cannot believe they have such a hard time selling themselves against Microsoft/Google/Apple who are just mega corporations

    1. Re:What is the Problem with Mozilla by Anonymous Coward · · Score: 0

      In theory you can sync to your own server, good luck getting it working, I couldn't when I tried, though it may be easier now, but the data is encrypted at the browser end anyway so they can't spy on you through their sync service.

    2. Re:What is the Problem with Mozilla by preflex · · Score: 1

      You liked fennec on n900? I found it to be pretty much unusable. The interface was nice, but the n900 just didn't have the juice to run it properly. Using desktop firefox (iceweasel) from easydebian ran much faster, and as an added bonus, was compatible with all the firefox addons. Fennec addons is still a barren wasteland. No requestpolicy. No cookie monster. Noscript mobile is out there, but not on addons.mozilla.org.

      Fennec sucks. It's a horrible replacement for real firefox. However, it's also the best browser for android, because somehow all the other browsers suck more.

      As an added bonus of lameness. Mozilla has decided to remove the link to download the firefox mobile apk from their site. They only link to google play now. I had to search duckduckgo to find the real link hiding on their wiki*.

      Their reasoning for this seems to be to encourage users to update regularly. Their wiki says, "You will need to keep Firefox up to date yourself if you do not install it through the Market." This is not true. Google Play will try to update firefox even if you did not install it through the Play Store. This kind of crap is exactly why I refuse to install the Play Store (actually whole gapps package) to begin with. *Fennec is also available through F-Droid, but it's hidden by default because it "promotes non-free addons".

  18. if android worked, why not firefox os... by Anonymous Coward · · Score: 1

    does anyone using android, aside from a few fanbois, actually care what's under the hood? they use it because
    1) it basically works
    2) it has a touchscreen and apps
    3) it brings internet-age computer apps like browser and email to phones
    and manufacturers lined up to use it because:
    1) it's free to license and use.
    2) see #1
    3) see #2

  19. browser everything by JustNiz · · Score: 0

    I cant help but think that running everything through a browser interface would have to make the user experience feel relatively laggy and maybe unnecessarily quirky/badly integrated when compared to Android or other smart phones where the app you're interacting with is running natively and doesnt have artificial limitations imposed by needing to go through HTML 5 for everything.
    I fully expect 3D HW gaming and maybe multimedia will most clearly demonstrate the Achilles heel of Firefox's approach.

    1. Re:browser everything by Anonymous Coward · · Score: 0

      Most Android apps are not native apps, they are java apps running in a Dalvik virtual machine. How is it different from javascript apps running in Mozilla's Spidermonkey?

    2. Re:browser everything by Anonymous Coward · · Score: 0

      1) Android apps are not native apps
      2) With asm.js Mozila claims near native performance: http://arstechnica.com/information-technology/2013/05/native-level-performance-on-the-web-a-brief-examination-of-asm-js/

    3. Re:browser everything by Anonymous Coward · · Score: 0

      Javascript is useful and has revolutionized what we can do with websites.

      Java sucks because it keeps popping up asking for upgrades, sits in the notification bar of Windows, keeps getting disabled by Firefox for being out of date, throws error messages at random times, is slow and has non-native widgets.

    4. Re:browser everything by BZ · · Score: 1

      On Android your typical "native" app is written in Java and uses GL for graphics if it needs fast 3D graphics. The Java is interpreted (on older Android) or JIT-compiled (Android 2.2 and newer). And this JIT is not exactly like HotSpot in terms of the performance it produces. For audio it uses whatever the system libraries are.

      On FirefoxOS your typical app is written in JavaScript and uses WebGL for graphics if it needs fast 3D graphics. The JavaScript is JIT-compiled. The output can be within a factor of 2 of the performance of C++ code for game engines (see http://www.unrealengine.com/html5/ if you've missed it). For audio, it uses the browser's Web Audio implementation.

      The two setups are actually a lot more similar than it seems at first glance.

    5. Re:browser everything by JustNiz · · Score: 1

      Interesting, but thats not what I'm saying.

      Where I'm expecting the performance difference is from the extra overhead of the app having to compose everything into HTML5 and serialise it just to pass it to the browser, which then has to parse it back out to something it can render.

      The primary use of a browser is to facilitate displaying something stored/composed on some other internet node. Because it assumes comms it expects everything over a socket wrapped in HTML5, which it then has to unpack again in order to render. This is both redundant and significant overhead when the source is already local.

      Compare that to other OS's where the app does its rendering directly to the GPU probably via shared memory. No need for intermediate creation of HTML5, possible compression of it, marhsalling and transmitting over a socket layer via a protocol (TCP) that isn't efficient for a guranteed lossless environment, then another process or 2 has to unmarshall it, possibly uncompress and unparse the HTML5, then recompose it into another form suitable for rendering.

      On a desktop the extra work/power required to make the performance impact of all these extra layers seamless to the user may not be an issue, but I think it will always be an issue on smaller devices, especially battery-powered ones, where every wasted cycle directly impacts battery life.

    6. Re:browser everything by BZ · · Score: 1

      I think you're just misunderstanding how these apps work, both for HTML5 and for Android native apps.

      Your typical Android "native" app (which does not actually use the NDK) expresses its user interface in a text file containing XML, with Java event handlers attached to it to respond to various user actions. This XML is parsed at runtime and the corresponding Android UI toolkit objects are created.

      Your typical "HTML5" app expresses its user interface in a text file containing HTML, with JavaScript event handlers attached to it. The HTML is parsed at runtime and the corresponding DOM nodes and CSS boxes are created.

      Both can use OpenGL via the appropriate language bindings (WebGL in the case of HTML5 apps), but typically neither one actually does, leaving that up to the runtime (the browser in the case of the HTML5 appe, the Android runtime libraries for Android native apps) instead.

      For a locally installed HTML5 app there are no sockets or TCP involved in a web browser: just reading (or mmapping) data from persistent storage.

      If you actually look at the design documents for FirefoxOS they discuss this issue directly. There are actually _fewer_ layers there for rendering than there are for non-NDK Android apps.

  20. Lightweight? Web browser? by Anonymous Coward · · Score: 0

    Somehow it feels like an oxymoron to me. Perhaps in comparison to your usual daily Java bloat?

    Mood: Depressed.

  21. focus by aahpandasrun · · Score: 2

    Firefox needs to focus on their core product more than trying to expand into a marketplace that's completely over their head. There's a reason why people switch to Chrome. For starters, improving the slow startup speed compared to Chrome and Webkit Opera would be awesome.

    1. Re:focus by BZ · · Score: 1

      You mean the "slow startup speed" that's 2x faster than Chrome? See http://www.tomshardware.com/reviews/chrome-27-firefox-21-opera-next,3534-4.html for what the startup times look like if you actually measure them.

  22. FoxConn, Asus, Acer by Spy+Handler · · Score: 1

    and the other >1% market share phone manufacturers should get together and release phones that lets the user easily download and install Firefox OS or Android (the free version) or Ubuntu Mobile or any other open source OS.

    Apple and Samsung and Nokia will never do it since they do not want to end up making cheap commodity hardware with razor thin margins. But you have zero market share anyways... a small profit is better than none, right?

    1. Re:FoxConn, Asus, Acer by sardinha · · Score: 1

      The FirefoxOS tablet from FoxConn can make a big diferrence to the success of this project. The FoxConn team are very motivated, not only in the (expectable good) hardware but essential in software development to support FirefoxOS (the key factor for sucess). Let's wait until wednesday to review the product announcement.

  23. Mozilla's new slogan: We don't backdoor the NSA by bussdriver · · Score: 1

    MS, Google and in 2012 Apple signed up according to the leaks. NONE of them let you compile their software yourself. webkit is just an engine, the apps are not open to compile.

    Firefox does things fast enough just like the other browsers are just good enough feature wise to keep simple users happy. I usually can't move faster than firefox but I can't have dozens of useful additions in the other browsers (the main ones have been ported but the cool new ideas still happen as firefox plug-ins 1st.)

    1. Re:Mozilla's new slogan: We don't backdoor the NSA by eWarz · · Score: 1

      Huh? Skipping mod points to say you are definitely wrong. The Chrome (chromium by it's open source name) source code is here and the android source code is here. nice try though.

  24. um... what? by sacrilicious · · Score: 1

    But can Firefox OS make any headway in a mobile-device crowded with options?

    Um, yes. Yes it can. It will be installed on the device. Consider that its headway.

    --
    - First they ignore you, then they laugh at you, then ???, then profit.
  25. well.. if you can live without appel by gl4ss · · Score: 1

    Apple prohibits such app runners.

    but what is pretty common is writing a mobile app in html5+javascript and running it inside a shim on ios, android and wp..

    --
    world was created 5 seconds before this post as it is.
  26. Reeking of Phish-Gefulte by Anonymous Coward · · Score: 0

    hMM, somethin smells fishy here...... /. of a decade ago would have shown a lot of these commenters to be stooges. thats all folks.

    pork-pies can be telling, said the Cockney lad.

  27. Actually looking at buying.. by gQuigs · · Score: 1

    But they only have contact Sync with Facebook (and SIM card of course).

    I would want a privacy oriented organization to not be pushing people to Facebook...

  28. How open will it be? by excelsior_gr · · Score: 1

    I have been resisting buying a smartphone for years. The only sensible reason for me to own one would be so that I can tinker with it. Sure you can play around with Android a bit, but I want something that will ease my tinkering rather than try to prevent me. Apple, of course, is straight out because of this. I want a smartphone that I can turn inside out, hack, wipe, reinstall its OS, re-hack, re-wipe and re-install, write small apps for, use to exchange data with, and get creative with its WiFi, bluetooth and accelerometers. And I want all that without fearing of EULAs and other layer mumbo jumbo. And a pony.

    Give me such a phone and you have a customer.

    1. Re:How open will it be? by gerddie · · Score: 1

      I would guess that the phones you get with a contract or pre-paid would be locked for a certain time, but if you can get hold of a developer preview phone, it is completely open, the only problem so far is that whenever they have some in stock they are sold out very fast.

  29. Interesting by mpol · · Score: 2

    I think it's an interesting OS to watch for. I can see similarities with the web. The web seemed to turn into a proprietary format. Firefox stumbled on, but it seemed like an uphill battle that would never succeed. However they did succeed, by just keeping to their goals. The web now is more open then 10 years ago, where you couldn't even access the website of your bank with Firefox.

    Now with this OS, it might turn out the same. It's all somewhat closed platforms. Apple uses Obj-C, Android a Java variant. Other platforms use Qt. Now Firefox comes along and uses a platform that is already open, html5/css/js, and uses it for apps.

    I just hope the other underdogs follow suit, and use the same API, like Ubuntu, Jolla, Tizen.
    We'' lees what the future brings. I think they can do it, and provide a common platform for the future.

    --

    Well, don't worry about that. We can get you back before you leave. (Dr. Who)
  30. Not the best market to launch in by thetoadwarrior · · Score: 1

    Assuming you can't convert the laguage to apps easily to English then it's really only going to sell in Spain (I would assume) and given their economy is one of the worst in Europe I'm not sure people are jumping at the chance to buy new smart phones. Though if it's cheap I guess that might work in their favour.

    1. Re:Not the best market to launch in by chefmonkey · · Score: 1

      Yeah, I guess it's just Spain and nowhere else.

      If only there were some large, developing continent where most countries use Spanish as their native language. Some place where non-smart-phones are still in wide use because people don't want to pay $800 for an iPhone or $400 for an Android phone. Some place where a low-cost, highly capable phone might be welcomed. If only...

    2. Re:Not the best market to launch in by Anonymous Coward · · Score: 0

      All of Firefox OS is originally written in English as the UI language, and has been translated by awesome Mozilla community members into a pile of languages. Look for more over the next few weeks.

      Gerv

  31. SPOILER WARNING by BasharTeg · · Score: 2

    Spoiler, for those of you who haven't read the books, stop reading here.

    This isn't going to work. There will not be a significant number of people who purchase this Mozilla phone. Mozilla phone will have less sales than Zune.

  32. FireFox Cant by Anonymous Coward · · Score: 1

    Firefox cant even get the Browser right anymore. They dont listen to its end users, Dont fix the real issues, and only fix the ones that make the system work without crashing. Look at the mobile browser,The "top Sites", you cant delete them, they are always there, ( some you can remove others you have to completely reset the browser to get them gone. Millions of users have complained about this, firefox has released several updates, none of them fix the issue. So if they cant get that right why do they seem to think they can get the whole OS right? The main reason for Firefox when it began was out to HELP the end user, and not exploit them. The company got purchased ( back in the day) and now the owners have gold fever, which clouds their judgement on whats real to its users. Firefox thinks just like the rest of the internet companies out there, they think they are in charge of ththe internet. When thats not the case. Its the peoples choice that makes and controls the internet, Not the companies that actually make it run. FireFox can and will follow the path of self distruction if they dont get back to their roots.

    1. Re:FireFox Cant by chefmonkey · · Score: 1

      The company got purchased...

      Huh? Purchased? Owners? Gold fever?

      Mozilla is a 501(c)(3) non-profit. No one stands to get rich from this.

      We'll welcome you back to the reality-based conversation whenever you feel like re-joining us.

  33. Google is evil, Apple is rotten, Firefox answers by Anonymous Coward · · Score: 0

    Google is evil, Apple is rotten, Firefox answers the call.

    That is it.

    Greekgeek :-)

  34. Patents by manu0601 · · Score: 1

    How will Firefox OS live within the mobile patent wars? It may attract some vendors if patent free, since it lower the cost. But if that brings success, it will get patent suits.

  35. Carrier IQ by Anonymous Coward · · Score: 0

    I think it comes installed, as required by the US carriers even with Firefox OS.

    NSA is recording 1 billion cell phone calls a day. Most of those will be American.

  36. Firefox OS Launched will anyone buy one? by Anonymous Coward · · Score: 0

    Dunno, why not wait and see ..

  37. The first decent Open mobile OS... by thatkid_2002 · · Score: 1

    And instead of welcoming it, people slag off on it.

    It is a platform which is incredibly easy to adopt and make applications for, and it is not owned and steered by some company with a profit agenda and a mandate of openness. People still slag off on it sight unseen.

    The organisation steering the project are not a bunch of scrubs and have some serious experience... And yet people slag off on it.

    It is very well designed, and people still slag off on it despite having no idea of the design benefits. It understands that mobile internet is sketchy and takes counter-measures to offer an effective off-line mode and still people slag off on it. It doesn't rely on freakin Java, Objective-C, C# or the Eclipse/XCode/Visual Studio IDEs and they still slag off on it.

    It has CalDAV support out of the box - and likely CardDAV soon enough. The interface is beautiful and functional. It is unlikely to have NSA backdoors... And yet people slag off on it.

    It is aimed at being affordable rather than outrageously expensive like every other popular platform, and yet people slag off on it.

    Although yes, most of the hardware it is coming out is underpowered with 256MB of RAM. It can run on higher powered hardware but that's not their focus at launch. I however will reserve judgement because I know my old Windows Phone 7 device with half the resources of my new Android device runs twice as fast. It won't be fast but it may not be terrible. Fucking wait a few months if you want your average $600+ powerhouse and STFU.

    For once somebody decides to leverage low-income markets and instead of being positive about the opportunities and applauding the smart approach to bootstrapping a new OS, people whine about how bad Firefox apparently is even though they haven't used it in years and the true culprit of their problems were the piles of shoddy plugins and the crappy Windows XP system they were using.

    As is apparent, people would rather talk out their ass rather than be constructive.

  38. People will buy them like they buy Androids by tlhIngan · · Score: 1

    Provided they're free (with contract) phones, they'll be snapped up fairly quickly.

    Android's outselling iPhones due to this - the top selling Android (SGS3) is barely 10% of phones sold since it was released. The vast majority of Android phones are free ones kicked out because people were upgrading. If Mozilla can produce a decent phone with decent specs that still goes for free with contract, it'll appeal to lots of people.

    And yes, people buy Androids because upgrading their featurephones can cost just as much money for a new featurephone. But taking advantage of the "3 free Androids" deal that crops up constantly...