Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Firefox OS
Mobile operating system written by Mozilla

Firefox OS (project name: Boot to Gecko, also known as B2G) is a discontinued open-source operating system made for smartphones, tablet computers, smart TVs, and dongles designed by Mozilla and external contributors. It is based on the rendering engine of the Firefox web browser, Gecko, and on the Linux kernel. It was first commercially released in 2014.

Firefox OS was designed to provide a complete, community-based alternative operating system, for running web applications directly or those installed from an application marketplace. The applications use open standards and approaches such as JavaScript and HTML5, a robust privilege model, and open web APIs that can communicate directly with hardware, e.g. cellphone hardware. As such, Mozilla with Firefox OS competed with commercially developed operating systems such as Apple's iOS, Google's Android, Microsoft's Windows Phone, BlackBerry's BlackBerry 10, Samsung's/Linux Foundation's Tizen, and Jolla's Sailfish OS. In December 2015, Mozilla announced it would stop development of new Firefox OS smartphones and, in September 2016, announced the end of development. Successors to Firefox OS include the discontinued B2G OS and Acadine Technologies' never-released H5OS as well as KaiOS Technologies' KaiOS and Panasonic's My Home Screen for smart TVs.

History

Firefox OS was publicly demonstrated in February 2012, on Android-compatible smartphones.1415 By December 16, 2014, fourteen operators in 28 countries throughout the world offered Firefox OS phones.16

On December 8, 2015, Mozilla announced that it would stop sales of Firefox OS smartphones through carriers.17 Mozilla later announced that Firefox OS smartphones would be discontinued by May 2016, as the development of "Firefox OS for smartphones"18 would cease after the release of version 2.6. Around the same time, it was reported that Acadine Technologies, a startup founded by Li Gong (former president of Mozilla Corporation) with various other former Mozilla staff among its employees, would take over the mission of developing carrier partnerships, for its own Firefox OS derivative H5OS.19

In January 2016, Mozilla announced that Firefox OS would power Panasonic's UHD TVs (as previously announced Firefox OS "would pivot to connected devices").20 In September 2016, Mozilla announced that work on Firefox OS had ceased, and that all B2G-related code would be removed from mozilla-central.21

Project inception and roll-out

Commencement of project

On July 25, 2011, Andreas Gal, Director of Research at Mozilla Corporation, announced the "Boot to Gecko" Project (B2G) on the mozilla.dev.platform mailing list.22 The project proposal was to "pursue the goal of building a complete, standalone operating system for the open web" in order to "find the gaps that keep web developers from being able to build apps that are – in every way – the equals of native apps built for the iPhone, Android, and Windows Phone 7."23 The announcement identified these work areas: new web APIs to expose device and OS capabilities such as telephone and camera, a privilege model to safely expose these to web pages, applications to prove these capabilities, and low-level code to boot on an Android-compatible device.

This led to much blog coverage.2425 According to Ars Technica, "Mozilla says that B2G is motivated by a desire to demonstrate that the standards-based open Web has the potential to be a competitive alternative to the existing single-vendor application development stacks offered by the dominant mobile operating systems."26

In 2012, Andreas Gal expanded on Mozilla's aims. He characterized the current set of mobile operating systems as "walled gardens"27 and presented Firefox OS as more accessible: "We use completely open standards and there’s no proprietary software or technology involved."28 (That changed in 2014; see Digital rights management (DRM), below.) Gal also said that because the software stack is entirely HTML5, there are already a large number of established developers.29 This assumption is employed in Mozilla's WebAPI.30 These are intended W3C standards that attempt to bridge the capability gap that currently exists between native frameworks and web applications.31 The goal of these efforts is to enable developers to build applications using WebAPI which would then run in any standards compliant browser without the need to rewrite their application for each platform.

Development history

In July 2012, Boot to Gecko was rebranded as 'Firefox OS',32 after Mozilla's well-known desktop browser, Firefox, and screenshots began appearing in August 2012.33

In September 2012, analysts Strategy Analysts forecast that Firefox OS would account for 1% of the global smartphone market in 2013, its first year of commercial availability.34

In February 2013, Mozilla announced plans for its global commercial roll-out of Firefox OS.35 Mozilla announced at a press conference before the start of Mobile World Congress in Barcelona that the first wave of Firefox OS devices would be available to consumers in Brazil, Colombia, Hungary, Mexico, Montenegro, Poland, Serbia, Spain and Venezuela. Mozilla also announced that LG Electronics, ZTE, Huawei and TCL Corporation had committed to making Firefox OS devices.36

In December 2013, new features were added with the 1.2 release, including conference calling, silent SMS authentication for mobile billing, improved push notifications, and three state settings for Do Not Track.37

Async Pan and Zoom (APZ),38 included in version 1.3, should improve user interface responsiveness.

Work was done to optimize Firefox OS to run a 128 MB platform with version 1.3T.39 A 128 MB device is out40 that seems to use that version but it may be unfinished.

In 2015, Mozilla ported Firefox OS (an "experimental version") to MIPS32 to work in a sub-$100 tablet (that can also run Android 4.4 KitKat).41 Mozilla has worked on developing the OS for Smart Feature Phones.42

Firefox OS was discontinued in January 2017.43

Digital rights management

In 2014, Gal announced a change in course, writing that future versions of the Firefox browser would include digital rights management (DRM).44 Implementation of DRM in the Firefox browser began with version 38.45

In August 2015, attempts by Matchstick TV (based on Firefox OS) to add DRM caused the demise of Matchstick, a decision that Boing Boing called "suicide-by-DRM".46

Demonstrations

At Mobile World Congress 2012, Mozilla and Telefónica announced that the Spanish telecommunications provider intended to deliver "open Web devices" in 2012, based on HTML5 and these APIs.47 Mozilla also announced support for the project from Adobe and Qualcomm, and that Deutsche Telekom’s Innovation Labs would join the project.48 Mozilla demonstrated a "sneak preview" of the software and apps running on Samsung Galaxy S II phones (replacing their usual Android operating system).4950 In August 2012, a Nokia employee demonstrated the OS running on a Raspberry Pi.51

Firefox OS is compatible with a number of devices, including Otoro, PandaBoard, Emulator (ARM and x86), Desktop, Nexus S, Nexus S 4G, Samsung Galaxy S II, Galaxy Nexus52 and Nexus 4. A MIPS port was created by Imagination Technologies in March 2015.53

In December 2012, Mozilla rolled out another update and released Firefox OS Simulator 1.0, which can be downloaded as an add-on for Firefox. The latest version of Firefox OS Simulator, version 4.0, was released on July 3, 201354 and announced on July 11, 2013.55

Mozilla's planned US$25 Firefox smartphone displayed at MWC, is built by Spreadtrum.56 Mozilla has collaborated with four handset makers and five wireless carriers to provide five Firefox-powered smartphones in Europe and Latin America so far with cellphone launches being led by UK marketer John D. Bernard. In India, Mozilla planned a launching at $25 in partnership with Intex and Spice,57 but the price ended up being $33 (converted from 1,999 Rupees).58

Core technologies

The initial development work involves three major software layers:59

Gonk

Gonk consists of a Linux kernel and user-space hardware abstraction layer (HAL). The kernel and several user-space libraries are common open-source projects: Linux, libusb, BlueZ, etc. Some other parts of the HAL are shared with the Android project: GPS, camera, among others. Gonk is basically an extremely simple Linux distribution and is therefore from Gecko's perspective, simply a porting target of Gecko; there is a port of Gecko to Gonk, just like there is a port of Gecko to OS X, and a port of Gecko to Android. However, since the development team has full control over Gonk, the developers can fully expose all the features and interfaces required for comprehensive mobile platforms such as Gecko, but which aren't currently possible to access on other mobile OSes. For example, using Gonk, Gecko can obtain direct access to the full telephone stack and display framebuffer, but doesn't have this access on any other OS.60

Gecko

Main article: Gecko

Gecko is the web browser engine of Firefox OS. Gecko implements open standards for HTML, CSS, and JavaScript. Gecko includes a networking stack, graphics stack, layout engine, virtual machine (for JavaScript), and porting layers.61

Gaia

Gaia was the user interface of Firefox OS and controlled everything drawn to the screen. Gaia included by default implementations of a lock screen, home screen, telephone dialer and contacts application, text-messaging application, camera application and gallery support, plus the classic phone apps: mail, calendar, calculator and marketplace. Gaia was written entirely in HTML, CSS, and JavaScript. It interfaced with the operating system through Open Web APIs, which were implemented by Gecko. Because it used only standard web APIs, it could work on other OSes and other web browsers.62

Release history

Version63First build createdFeature complete (FC) date64Code complete (CC) date65Release date66CodenameGecko version67Included security fixes68End of life69
1.0August 14, 2012December 22, 2012February 21, 2013TEFGecko 18Gecko 18February 21, 2013
1.0.1January 25, 2013September 6, 2013ShiraGecko 18Gecko 20September 6, 2013
1.1.0February 20, 2013March 29, 2013October 9, 201370LeoGecko 18+ (new APIs)Gecko 23May 27, 2014
1.1.1August 24, 2013HDGecko 18+ (new APIs)Gecko 23May 27, 2014
1.2.0June 21, 2013September 15, 2013December 9, 2013KoiGecko 2671Gecko 26June 9, 2014
1.2.1December 4, 2013Gecko 26Gecko 26December 17, 2013
1.3.0September 17, 2013January 31, 2014March 17, 2014Gecko 28Gecko 28September 4, 2014
1.3.0tApril 8, 2014Gecko 28Gecko 28December 19, 2014
1.4.0December 10, 2013April 25, 2014June 9, 2014August 8, 2014Gecko 30Gecko 30May 14, 2015
1.5.0March 17, 2014April 14, 2014
2.0.0February 21, 2013July 21, 2014September 1, 2014Gecko 32Gecko 32July 23, 2015
2.1.0June 9, 2014October 13, 2014November 21, 2014Gecko 34Gecko 34July 23, 2015
2.2.0September 2, 2014April 29, 2015June 8, 2015August 20, 2015Gecko 37Gecko 37
2.5.0January 12, 2015November 2, 2015 (planned)January 4, 2016 (planned)Gecko 44Gecko 44
2.6.0October 30, 2015
Spark v0.1April 15, 2015June 22, 2015SparkLatest

Forks

Panasonic continues to develop the operating system for use in their Smart TVs, which run My Home Screen, powered by the Firefox OS.72

Acadine Technologies has derived their H5OS from Firefox OS as well. Li Gong, the founder of the company, had overseen the development of Firefox OS while serving as president of Mozilla Corporation.7374

A fork called KaiOS has been used on a few feature phones, including Alcatel's OneTouch Go Flip75 (known as Cingular Flip 2 on AT&T76), Reliance Jio's JioPhone (LYF F30C),777879 and Intex's Turbo+ 4G.80 The system brings support for 4G LTE, Wi-Fi, GPS, and HTML5-based apps onto non-touch devices with an optimized user interface, less memory usage, and longer battery life.81

B2G OS

B2G OS (Boot 2 Gecko) was a community-developed mobile operating system, and the successor to Firefox OS. It follows the Firefox OS goal of providing a complete, community-based alternative operating system, that runs software as web applications. Its mobile apps therefore use open web standards and programming languages such as JavaScript and HTML5, a robust privilege model, and open web APIs that can communicate directly with the device's hardware.

It is now the basis of KaiOS82 which has (as of January 2019) over 17 percent of the Indian mobile phone market and is the third most popular phone OS. KaiOS is closed-source.

History

B2G OS was forked from Firefox OS following Mozilla's decision to discontinue support for their mobile operating system.83 The decision was made, according to Ari Jaaksi and David Bryant, in order to "evolve quickly and enable substantial new architectural changes in Gecko, Mozilla’s Platform Engineering organization needs to remove all B2G-related code from mozilla-central."84 As of 2017[update], B2G OS is no longer maintained.85

Capyloon

Capyloon is a modern fork of Firefox OS started in 2022 which additionally makes use of decentralized web technologies such as IPFS.

Builds are available for Pixel 3a and Pixel 6a devices, as well as GSI images for Android 10 based devices. Linux mobile devices such as the PinePhone, PinePhone Pro and Librem 5 are also supported.86

Comparison with Android

Firefox OS used the Linux kernel like Android does. Firefox OS used the Gecko engine on top of the Linux kernel to render the screen output. Apps were written using HTML5, CSS, and JavaScript—all three being cooperative languages used in making internet webpages. In essence, apps on Firefox OS were web apps and the OS could be thought of as a Web browser that stored content off-line. On the other hand, Android's apps are coded in Java using Android Studio. Android also enjoys greater maturity and support. Despite these differences, Firefox OS did feature all the essentials required to use a smartphone.8788 Firefox launched its first official device in Germany in 2014, which was an Alcatel One Touch Fire. The device had a 3.5” HVGA screen, Cortex A5 processor, 256MB RAM, and 512MB storage. As of December 2015[update], Mozilla had launched 12 smartphones across 24 countries.89

Criticisms

Chris Ziegler of the technology website The Verge wrote that Firefox OS would take app distribution back to the pre-iPhone era, requiring application developers to deal with multiple carriers and their app stores.9091 At the Mobile World Congress, Mozilla's CEO Gary Kovacs said that Firefox OS has the advantage that users need not install an app to use it. Mozilla sought to make the most of this with the search functionality built into Firefox OS, a core feature of the platform.92

Janne Lindqvist, a mobile security researcher at the Rutgers University WINLAB, expressed concern about the discovery mechanism of a Web-based platform, but a Mozilla spokesperson stated that Mozilla required developers to "package downloadable apps in a zip file that has been cryptographically signed by the store from which it originated, assuring that it has been reviewed." In addition, "apps coming back from search are given only limited access to device programming interfaces and applications, unless the user grants permission for further access."93

Ben Francis, an engineer on the Boot to Gecko and Firefox OS projects, described the changes in direction of the project from open web technologies for app development, to cheap smartphones, to connected devices; and how evaluation of its success was reduced to its market share as a third smartphone platform (after Android and iOS).94

Devices

Main article: Comparison of Firefox OS devices

Officially and unofficially supported devices

The structural similarities between Firefox OS and Android allow the Mozilla platform to run on a number of devices that ship with Android. While some ports of Firefox OS are hardly different from their original versions, others are heavily modified to fit the device in question. There are quite a few to note that are specifically made for Firefox OS as stated above. There are some that are designed for the developers themselves and others that are consumer-phones. There are also emulators for testing both apps and the OS itself on the desktop which are designed for both OS testing and the developers themselves.

Firefox OS specific devices for developers:

  • Geeksphone Keon95
  • Geeksphone Peak96
  • T2Mobile Flame97
  • ZTE Open98
  • ZTE Open C99

Firefox OS specific devices for consumers:

  • Alcatel Onetouch FireC 4020D100
  • Alcatel Onetouch Fire E (6015X)
  • APC Paper101
  • Cherry Mobile Ace102
  • Intex Cloud FX103
  • KDDI Fx0104
  • Spice Fire One MI FX1105
  • Spice Fire One Mi-FX 2106
  • Symphony GoFox F15107
  • Zen 105 Firefox
  • ZTE Open II

Firefox OS has been ported to the following devices:

See also

Wikimedia Commons has media related to Firefox OS.

References

  1. "The first mobile in Spain with Firefox OS. Geekphone Keon y Peak". January 22, 2013. Archived from the original on January 25, 2013. Retrieved January 22, 2013. https://www.frikipandi.com/public/post/geeksphone-el-primer-movil-en-espana-con-firefox-os-445.asp

  2. "Firefox OS". Mozilla. August 21, 2012. Archived from the original on December 4, 2015. Retrieved September 17, 2012. https://web.archive.org/web/20151204175623/https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS

  3. Olson, Parmy (April 15, 2013). "Want to Buy A Webphone?". Forbes (paper). p. 52. /wiki/Parmy_Olson

  4. Dotzler, Asa (January 6, 2014). "Mozilla Launches Contribution Program to Help Deliver Firefox OS to Tablets". Archived from the original on June 26, 2018. Retrieved March 19, 2014. https://hacks.mozilla.org/2014/01/mozilla-launches-contribution-program-to-help-deliver-firefox-os-to-tablets/

  5. "Mozilla and Partners to Bring Firefox OS to New Platforms and Devices". Mozilla Corporation. January 6, 2014. Archived from the original on July 2, 2018. Retrieved January 20, 2014. https://blog.mozilla.org/blog/2014/01/06/mozilla-and-partners-to-bring-firefox-os-to-new-platforms-and-devices/

  6. Gal, Andreas (June 25, 2011). "Booting to the web". mozilla.dev.platform (Mailing list). Retrieved November 20, 2011. https://groups.google.com/group/mozilla.dev.platform/browse_thread/thread/7668a9d46a43e482?pli=1

  7. "Firefox OS". Mozilla. August 21, 2012. Archived from the original on December 4, 2015. Retrieved September 17, 2012. https://web.archive.org/web/20151204175623/https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS

  8. Gal, Andreas (June 25, 2011). "Booting to the web". mozilla.dev.platform (Mailing list). Retrieved November 20, 2011. https://groups.google.com/group/mozilla.dev.platform/browse_thread/thread/7668a9d46a43e482?pli=1

  9. Lunden, Ingrid (December 8, 2015). "Mozilla Will Stop Developing And Selling Firefox OS Smartphones - TechCrunch". Archived from the original on January 31, 2017. Retrieved January 19, 2017. https://techcrunch.com/2015/12/08/mozilla-will-stop-developing-and-selling-firefox-os-smartphones/

  10. Hoffman, Chris (September 28, 2016). "Mozilla is stopping all commercial development on Firefox OS". PCWorld. Archived from the original on January 16, 2017. Retrieved April 7, 2019. http://www.pcworld.com/article/3124563/open-source-tools/mozilla-is-stopping-all-commercial-development-on-firefox-os.html

  11. "B2G OS". developer.mozilla.org. Archived from the original on April 30, 2016. Retrieved April 3, 2019. https://web.archive.org/web/20160430045809/https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS

  12. Shankland, Stephen (December 10, 2015). "Startup picks up the torch for troubled Firefox OS". CNET. Archived from the original on July 17, 2018. Retrieved December 12, 2015. https://www.cnet.com/news/startup-acadine-picks-up-the-torch-for-mozillas-troubled-firefox-os/

  13. "B2G - MozillaWiki". wiki.mozilla.org. Archived from the original on August 7, 2011. Retrieved July 26, 2011. https://wiki.mozilla.org/B2G

  14. Ginny Maies (February 28, 2012). "First Look at Mozilla's Web Platform for Phones: 'Boot to Gecko'". PCWorld. Archived from the original on April 2, 2012. Retrieved March 23, 2012. https://web.archive.org/web/20120402210600/http://www.pcworld.com/article/250879/first_look_at_mozillas_web_platform_for_phones_boot_to_gecko.html

  15. "Mozilla making mobile OS using Android". blog. I Didn't Know That!. July 2011. Archived from the original on October 3, 2013. Retrieved August 4, 2011. https://web.archive.org/web/20131003023449/http://hoowstuffworks.blogspot.com/2011/07/mozilla-making-mobile-os-using-android.html

  16. "Firefox OS Expands to Nearly 30 Countries". Mozilla Corporation. December 16, 2014. Archived from the original on December 18, 2014. Retrieved December 17, 2014. https://blog.mozilla.org/blog/2014/12/16/firefox-os-expands-to-nearly-30-countries/

  17. "Firefox OS smartphones are dead". December 8, 2015. Archived from the original on July 2, 2018. Retrieved June 14, 2017. https://arstechnica.com/gadgets/2015/12/firefox-os-smartphones-are-dead/

  18. "Firefox OS/Connected Devices Announcement". Mozilla. February 4, 2016. Archived from the original on May 26, 2017. Retrieved February 5, 2016. This means that Firefox OS for smartphones will no longer have staff involvement beyond May. [..] As of today, we have 3 projects that have passed the first gate including SmartTV, and about a dozen more projects are prepping for review. https://discourse.mozilla-community.org/t/firefox-os-connected-devices-announcement/6864

  19. Shankland, Stephen (December 10, 2015). "Startup picks up the torch for troubled Firefox OS". CNET. Archived from the original on July 17, 2018. Retrieved December 12, 2015. https://www.cnet.com/news/startup-acadine-picks-up-the-torch-for-mozillas-troubled-firefox-os/

  20. "Firefox OS will Power New Panasonic UHD TVs Unveiled at CES – The Mozilla Blog". The Mozilla Blog. Archived from the original on April 29, 2016. Retrieved February 16, 2016. https://blog.mozilla.org/blog/2016/01/05/firefox-os-will-power-new-panasonic-uhd-tvs-unveiled-at-ces/

  21. "B2G OS and Gecko Announcement from Ari Jaaksi & David Bryant". September 27, 2016. Archived from the original on December 7, 2019. Retrieved September 27, 2016. https://groups.google.com/forum/#!msg/mozilla.dev.fxos/FoAwifahNPY/Lppm0VHVBAAJ

  22. Gal, Andreas (June 25, 2011). "Booting to the web". mozilla.dev.platform (Mailing list). Retrieved November 20, 2011. https://groups.google.com/group/mozilla.dev.platform/browse_thread/thread/7668a9d46a43e482?pli=1

  23. Gal, Andreas (June 25, 2011). "Booting to the web". mozilla.dev.platform (Mailing list). Retrieved November 20, 2011. https://groups.google.com/group/mozilla.dev.platform/browse_thread/thread/7668a9d46a43e482?pli=1

  24. "The Firefox Phone? Mozilla Working on Android-Esque OS". blog. Gagagadget. July 26, 2011. Archived from the original on July 27, 2014. Retrieved August 4, 2011. http://gagagadget.com/wordpress/2011/07/firefox-phone-mozilla-os-mobile/

  25. Andrew Kameka (July 26, 2011). "Mozilla borrows from Android to create its own mobile operating system". blog. androinica. Archived from the original on August 30, 2011. Retrieved August 4, 2011. https://web.archive.org/web/20110830130454/http://androinica.com/2011/07/mozilla-borrows-from-android-to-create-its-own-mobile-operating-system/

  26. Ryan Paul (July 26, 2011). "Mozilla eyes mobile OS landscape with new Boot to Gecko project". Ars Technica. Archived from the original on September 12, 2011. Retrieved August 4, 2011. https://arstechnica.com/open-source/news/2011/07/mozilla-eyes-mobile-os-landscape-with-new-boot-to-gecko-project.ars

  27. "Mozilla's Boot 2 Gecko and why it could change the world - Features". Know Your Mobile. March 2, 2012. Archived from the original on January 28, 2013. Retrieved August 18, 2012. http://www.knowyourmobile.com/features/1267951/mozillas_boot_2_gecko_and_why_it_could_change_the_world.html

  28. "Mozilla's Boot 2 Gecko and why it could change the world - Features". Know Your Mobile. March 2, 2012. Archived from the original on January 28, 2013. Retrieved August 18, 2012. http://www.knowyourmobile.com/features/1267951/mozillas_boot_2_gecko_and_why_it_could_change_the_world.html

  29. "Mozilla's Boot 2 Gecko and why it could change the world - Features". Know Your Mobile. March 2, 2012. Archived from the original on January 28, 2013. Retrieved August 18, 2012. http://www.knowyourmobile.com/features/1267951/mozillas_boot_2_gecko_and_why_it_could_change_the_world.html

  30. WebAPI https://wiki.mozilla.org/WebAPI

  31. "WebAPI - MozillaWiki". Wiki.mozilla.org. Archived from the original on May 14, 2013. Retrieved June 14, 2013. https://wiki.mozilla.org/WebAPI#Process

  32. Brown, Mark (August 8, 2012). "Mozilla's HTML5 phone platform now called Firefox OS, launching 2013 (Wired UK)". Wired.co.uk. Archived from the original on July 5, 2012. Retrieved August 18, 2012. https://web.archive.org/web/20120705221705/https://www.wired.co.uk/news/archive/2012-07/03/mozilla-firefox-os

  33. "Mozilla shows off Firefox OS screenshots". The Inquirer. Archived from the original on August 5, 2012. Retrieved August 18, 2012. https://web.archive.org/web/20120805033952/http://www.theinquirer.net/inquirer/news/2196370/mozilla-shows-off-firefox-os-screenshots

  34. "Firefox OS to Capture 1 Percent Share of Global Smartphone Market in 2013". Strategy Analytics. Archived from the original on October 24, 2012. Retrieved September 27, 2012. https://web.archive.org/web/20121024000503/http://blogs.strategyanalytics.com/WSS/post/2012/09/27/Firefox-OS-to-Capture-1-Percent-Share-of-Global-Smartphone-Market-in-2013.aspx

  35. "Mozilla Announces Global Expansion for Firefox OS". mozilla. February 24, 2013. Archived from the original on December 13, 2013. Retrieved March 27, 2013. https://blog.mozilla.org/press/2013/02/firefox-os-expansion/

  36. "Mozilla reveals Firefox smartphone launch partners". BBC. February 24, 2013. Archived from the original on March 28, 2013. Retrieved March 28, 2013. https://www.bbc.co.uk/news/technology-21522713

  37. "Firefox OS 1.2 for developers". Mozilla Developer Network. Archived from the original on June 18, 2018. Retrieved June 18, 2018. https://web.archive.org/web/20180618230608/https://developer.mozilla.org/en-US/docs/Archive/B2G_OS/Releases/1.2

  38. "Platform/GFX/APZ". mozilla.org. Archived from the original on April 7, 2014. Retrieved April 4, 2014. https://wiki.mozilla.org/Platform/GFX/APZ

  39. "Firefox OS/Tarako - MozillaWiki". wiki.mozilla.org. Archived from the original on June 4, 2014. Retrieved April 4, 2014. https://wiki.mozilla.org/FirefoxOS/Tarako

  40. "Intex Cloud FX - Smartphone with Mozilla Firefox OS 1.3T". Firefox OS Devices. Archived from the original on November 13, 2014. Retrieved November 13, 2014. https://firefoxosdevices.org/en/intex-cloud-fx/

  41. Shah, Agam (March 23, 2015). "Imagination floats sub-$100 MIPS tablet running Firefox OS". PC World. IDG News Service. Archived from the original on June 5, 2015. Retrieved June 5, 2015. http://www.pcworld.com/article/2900912/imagination-floats-sub100-mips-tablet-running-firefox-os.html

  42. "Is there a market for the new Smart Feature Phones? - Firefox OS Central". Archived from the original on September 19, 2015. Retrieved September 18, 2015. https://web.archive.org/web/20150919023120/http://firefoxoscentral.com/2015/09/the-smart-feature-phones/

  43. Hoffman, Chris (September 28, 2016). "Mozilla is stopping all commercial development on Firefox OS". PCWorld. Archived from the original on January 16, 2017. Retrieved April 7, 2019. http://www.pcworld.com/article/3124563/open-source-tools/mozilla-is-stopping-all-commercial-development-on-firefox-os.html

  44. Doctorow, Cory (May 14, 2014). "Firefox's adoption of closed-source DRM breaks my heart". The Guardian. Archived from the original on June 7, 2017. Retrieved December 14, 2016. https://www.theguardian.com/technology/2014/may/14/firefox-closed-source-drm-video-browser-cory-doctorow

  45. "Watch DRM content on Firefox - Firefox Help". support.mozilla.org. Archived from the original on September 7, 2015. Retrieved September 15, 2015. https://support.mozilla.org/en-US/kb/enable-drm

  46. "Open "Chromecast killer" committed suicide-by-DRM". Boing Boing. August 4, 2015. Archived from the original on September 22, 2015. Retrieved September 15, 2015. https://boingboing.net/2015/08/04/open-chromecast-killer-com.html

  47. "Telefónica and Mozilla pioneer first Open Web Devices" (Press release). Telefónica. February 27, 2012. Archived from the original on January 20, 2016. Retrieved March 23, 2012. https://web.archive.org/web/20160120112459/http://saladeprensa.telefonica.com/jsp/base.jsp?contenido=%2Fjsp%2Fnotasdeprensa%2Fnotadetalle.jsp&selectNumReg=5&pagina=1&id=66&origen=notapres&idm=eng&pais=1&elem=17874

  48. "Mozilla in Mobile – the Web is the Platform" (Press release). Mozilla. February 27, 2012. Retrieved March 23, 2012. http://blog.mozilla.com/blog/2012/02/27/mozilla-in-mobile-the-web-is-the-platform/

  49. Ginny Maies (February 28, 2012). "First Look at Mozilla's Web Platform for Phones: 'Boot to Gecko'". PCWorld. Archived from the original on April 2, 2012. Retrieved March 23, 2012. https://web.archive.org/web/20120402210600/http://www.pcworld.com/article/250879/first_look_at_mozillas_web_platform_for_phones_boot_to_gecko.html

  50. Chloe Albanesius (February 28, 2012). "Mozilla Tackles Walled Gardens, Demos 'Boot to Gecko' Mobile OS". PCMag.com. Archived from the original on April 2, 2012. Retrieved March 23, 2012. https://www.pcmag.com/article2/0,2817,2400901,00.asp

  51. "Raspberry Pi now comes in Firefox OS flavour". Theregister.com. Archived from the original on September 3, 2012. Retrieved September 15, 2012. https://www.theregister.co.uk/2012/08/17/firefox_os_on_pi/

  52. "B2G Build Prerequisites". Mozilla Developer Network. Archived from the original on October 12, 2013. Retrieved September 9, 2012. https://web.archive.org/web/20131012012612/https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Firefox_OS_build_prerequisites

  53. "Firefox OS ported to MIPS on Ingenic tablet". LinuxGizmos. March 25, 2015. Archived from the original on May 6, 2015. Retrieved April 24, 2015. http://linuxgizmos.com/firefox-os-ported-to-mips-on-ingenic-tablet/

  54. "Firefox OS Simulator :: Versions :: Add-ons for Firefox". Archived from the original on April 2, 2015. Retrieved July 15, 2013. https://web.archive.org/web/20150402115051/https://addons.mozilla.org/en-US/firefox/addon/firefox-os-simulator/versions/

  55. Angelina Fabbro (July 11, 2013). "Firefox OS Simulator 4.0 released ✩ Mozilla Hacks – the Web developer blog". Archived from the original on August 7, 2013. Retrieved July 15, 2013. https://hacks.mozilla.org/2013/07/firefox-os-simulator-4-0-released/

  56. "Spreadtrum planning a $25 Firefox OS smartphone". GSMArena.com. Archived from the original on January 3, 2015. Retrieved March 18, 2014. http://www.gsmarena.com/spreadtrum_planning_a_25_firefox_os_smartphone-news-7905.php

  57. "Mozilla to launch $25 phone in India in partnership with Intex & Spice". IndianWeb2.com. June 18, 2014. Archived from the original on July 16, 2014. Retrieved June 18, 2014. http://www.indianweb2.com/2014/06/mozilla-launch-25-phone-india-partnership-intex-spice

  58. Bianca Vázquez Toness, Bloomberg News (August 25, 2014). "Mozilla debuts $33 Cloud FX smartphone in bid to capture Indian market". Financial Post. Archived from the original on September 28, 2014. Retrieved October 20, 2014. http://business.financialpost.com/2014/08/25/mozilla-debuts-33-cloud-fx-smartphone-in-bid-to-capture-indian-market/

  59. "B2G/Architecture wiki page". MDN. Mozilla. September 3, 2014. Archived from the original on June 4, 2014. Retrieved November 5, 2014. https://web.archive.org/web/20140604022951/https://developer.mozilla.org/en-US/Firefox_OS/Platform/Architecture

  60. "B2G/Architecture wiki page". MDN. Mozilla. September 3, 2014. Archived from the original on June 4, 2014. Retrieved November 5, 2014. https://web.archive.org/web/20140604022951/https://developer.mozilla.org/en-US/Firefox_OS/Platform/Architecture

  61. "B2G/Architecture wiki page". MDN. Mozilla. September 3, 2014. Archived from the original on June 4, 2014. Retrieved November 5, 2014. https://web.archive.org/web/20140604022951/https://developer.mozilla.org/en-US/Firefox_OS/Platform/Architecture

  62. "B2G/Architecture wiki page". MDN. Mozilla. September 3, 2014. Archived from the original on June 4, 2014. Retrieved November 5, 2014. https://web.archive.org/web/20140604022951/https://developer.mozilla.org/en-US/Firefox_OS/Platform/Architecture

  63. "Release Management/B2G Landing - MozillaWiki". MozillaWiki. Archived from the original on August 30, 2013. Retrieved July 23, 2015. https://wiki.mozilla.org/Release_Management/B2G_Landing#Versions_and_Scheduling

  64. "B2G/Roadmap". Archived from the original on August 2, 2015. Retrieved August 16, 2015. https://wiki.mozilla.org/B2G/Roadmap#Feature_Complete_Dates%7ctitle=B2G/Roadmap%7cwork=mozilla.org

  65. "Release Management/B2G Landing". mozilla.org. Archived from the original on August 30, 2013. Retrieved November 29, 2013. https://wiki.mozilla.org/Release_Management/B2G_Landing#Versions_and_Scheduling

  66. "Index of /pub/mozilla.org/b2g/manifests/". Mozilla FTP server. Archived from the original on November 5, 2015. Retrieved June 18, 2018. https://ftp.mozilla.org/pub/mozilla.org/b2g/manifests/nightly/

  67. "Release Management/B2G Landing - MozillaWiki". MozillaWiki. Archived from the original on August 30, 2013. Retrieved July 23, 2015. https://wiki.mozilla.org/Release_Management/B2G_Landing#Versions_and_Scheduling

  68. "Release Management/B2G Landing - MozillaWiki". MozillaWiki. Archived from the original on August 30, 2013. Retrieved July 23, 2015. https://wiki.mozilla.org/Release_Management/B2G_Landing#Versions_and_Scheduling

  69. "Index of /pub/mozilla.org/b2g/manifests/". Mozilla FTP server. Archived from the original on November 5, 2015. Retrieved June 18, 2018. https://ftp.mozilla.org/pub/mozilla.org/b2g/manifests/nightly/

  70. "Firefox OS Update (1.1) Adds New Features, Performance Improvements and Additional Language Support | Future Releases". Mozilla. October 9, 2013. Archived from the original on October 9, 2013. Retrieved October 10, 2013. https://blog.mozilla.org/futurereleases/2013/10/09/firefox-os-update-1-1-adds-new-features-performance-improvements-and-additional-language-support/

  71. "Platform/2013-10-01". Archived from the original on September 4, 2014. Retrieved August 16, 2015. https://wiki.mozilla.org/Platform/2013-10-01#Notices.2FSchedule_.28akeybl.2Flsblakk.2Fbajaj.29%7ctitle=Platform/2013-10-01%7cwork=mozilla.org

  72. "T3 Smackdown: Sony KD-65ZD9 vs LG OLED65E6 vs Panasonic TX58DX802B". January 2, 2017. Archived from the original on May 6, 2017. Retrieved April 26, 2017. http://www.t3.com/features/t3-smackdown-sony-kd-65zd9-vs-lg-oled65e6-vs-panasonic-tx-58dx802b

  73. Shankland, Stephen (December 10, 2015). "Startup picks up the torch for troubled Firefox OS". CNET. Archived from the original on July 17, 2018. Retrieved December 12, 2015. https://www.cnet.com/news/startup-acadine-picks-up-the-torch-for-mozillas-troubled-firefox-os/

  74. Horwitz, Josh (July 16, 2015). "Ex-Mozilla employees are teaming up with the Chinese government to kill Android". Quartz. Archived from the original on December 22, 2015. Retrieved December 12, 2015. http://qz.com/455577/ex-mozilla-employees-are-teaming-up-with-the-chinese-government-to-kill-android/

  75. "Alcatel GO FLIP™". June 16, 2017. Archived from the original on September 18, 2017. Retrieved May 12, 2017. http://www.alcatelonetouch.ca/alcatel-go-flip#additional

  76. "The Cingular Flip 2 is AT&T's newest clamshell phone". June 27, 2017. Archived from the original on December 2, 2020. Retrieved October 22, 2017. https://www.phonearena.com/news/ATT-Cingular-Flip-2-price-features_id95434

  77. "Reliance Jio LYF 4G VoLTE feature phone: To run KaiOS, will have an app store too". July 20, 2017. Archived from the original on July 20, 2017. Retrieved July 23, 2017. http://indianexpress.com/article/technology/mobile-tabs/reliance-jio-lyf-4g-volte-feature-phone-to-come-with-kaios-and-everything-else-we-know-4759916/

  78. "[Exclusive] Reliance Jio and Lyf's 4G VoLTE Feature Phone". July 13, 2017. Archived from the original on January 25, 2021. Retrieved September 17, 2017. https://techpp.com/2017/07/13/reliance-jio-4g-volte-feature-phone/

  79. "Jio Phone Booking - Pre Book Jio Mobile Online for 500 Only - Jio". www.jio.com. Archived from the original on July 19, 2018. Retrieved October 22, 2017. https://www.jio.com/en-in/book-jio-phone

  80. "Intex Unveils 4G-Volte Feature Phone". Mobility India. August 1, 2017. Archived from the original on October 24, 2017. Retrieved October 24, 2017. http://mobilityindia.com/intex-unveils-4g-volte-feature-phone/

  81. "KaiOS, Here's everything you should know about the operating system available in JioPhone". Mobile Studio. August 24, 2017. Archived from the original on January 6, 2018. Retrieved October 22, 2017. https://web.archive.org/web/20180106174516/http://mobilestudio.co.in/kaios-heres-everything-know-operating-system-available-jiophone/

  82. Orlowski, Andrew (June 28, 2018). "Google leaps on the platform formerly known as Firefox with $22m splurge for KaiOS". www.theregister.co.uk. Archived from the original on January 25, 2019. Retrieved January 25, 2019. https://www.theregister.co.uk/2018/06/28/kaios_google_investment/

  83. "Firefox OS/Connected Devices Announcement". Mozilla Discourse. February 4, 2016. Archived from the original on March 10, 2020. Retrieved March 23, 2020. https://discourse.mozilla.org/t/firefox-os-connected-devices-announcement/6864

  84. "Boot 2 Gecko Being Stripped From Mozilla's Codebase - Phoronix". www.phoronix.com. Archived from the original on July 2, 2018. Retrieved July 2, 2018. https://www.phoronix.com/scan.php?page=news_item&px=B2G-Dropping-From-Moz-Central

  85. "B2G OS". developer.mozilla.org. Archived from the original on April 30, 2016. Retrieved April 3, 2019. https://web.archive.org/web/20160430045809/https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS

  86. Jean-Luc Aufranc (March 26, 2022). "Capyloon mobile Web-based OS works on Pinephone Pro, Librem 5, Pixel 3a". Retrieved June 25, 2024. https://www.cnx-software.com/2022/03/26/capyloon-mobile-web-based-os-works-on-pinephone-pro-librem-5-pixel-3a/

  87. "Fox Chase » Linux Magazine". Linux Magazine. Archived from the original on January 25, 2016. Retrieved January 10, 2016. http://www.linux-magazine.com/Issues/2014/159/Firefox-OS-vs.-Android

  88. "Firefox OS Shows Continued Global Growth". The Mozilla Blog. Archived from the original on December 5, 2015. Retrieved January 10, 2016. https://blog.mozilla.org/blog/2014/10/09/firefox-os-shows-continued-global-growth/

  89. "Firefox OS Shows Continued Global Growth". The Mozilla Blog. Archived from the original on December 5, 2015. Retrieved January 10, 2016. https://blog.mozilla.org/blog/2014/10/09/firefox-os-shows-continued-global-growth

  90. Chris Ziegler (February 27, 2013). "With Firefox OS, Mozilla gets a little dirty to clean the mobile web". The Verge. Archived from the original on May 11, 2013. Retrieved June 14, 2013. https://www.theverge.com/2013/2/27/4031362/firefox-os-mozilla-gets-a-little-dirty-to-clean-the-mobile-web

  91. Chris Ziegler (February 28, 2013). "Certified 'Powered by Firefox OS' devices require Firefox Marketplace, minimum hardware specs". The Verge. Archived from the original on May 25, 2013. Retrieved June 14, 2013. https://www.theverge.com/2013/2/28/4039320/certified-powered-by-firefox-os-devices-require-firefox-marketplace

  92. Parfeni, Lucian (February 25, 2013). "Mozilla Explains Why Firefox OS Apps Are Fundamentally Better than Native Mobile Apps". softpedia. Archived from the original on April 7, 2019. Retrieved April 7, 2019. https://news.softpedia.com/news/Mozilla-Explains-Why-Firefox-OS-Apps-Are-Fundamentally-Better-than-Native-Mobile-Apps-332247.shtml

  93. Talbot, David (February 28, 2013). "Security Researchers Raise Questions on How Mozilla's Web-Centric Firefox Mobile OS Will Stop Malicious Web Apps | MIT Technology Review". Technologyreview.com. Archived from the original on May 11, 2013. Retrieved June 14, 2013. http://www.technologyreview.com/news/511706/mozillas-mobile-firefox-os-raises-security-questions/

  94. Francis, Ben (March 3, 2017). "The Story of Firefox OS". Medium. Archived from the original on January 16, 2023. Retrieved January 15, 2023. https://medium.com/@bfrancis/the-story-of-firefox-os-cb5bf796e8fb

  95. "Geeksphone". Mozilla Developer Network. Archived from the original on February 14, 2015. Retrieved February 14, 2015. https://web.archive.org/web/20150214072351/https://developer.mozilla.org/en-US/Firefox_OS/Phone_guide/Geeksphone

  96. "Geeksphone". Mozilla Developer Network. Archived from the original on February 14, 2015. Retrieved February 14, 2015. https://web.archive.org/web/20150214072351/https://developer.mozilla.org/en-US/Firefox_OS/Phone_guide/Geeksphone

  97. "Flame". Mozilla Developer Network. Archived from the original on February 14, 2015. Retrieved February 14, 2015. https://web.archive.org/web/20150214081749/https://developer.mozilla.org/en-US/Firefox_OS/Phone_guide/Flame

  98. "ZTE Open - Mozilla". Archived from the original on September 4, 2015. Retrieved August 27, 2015. https://web.archive.org/web/20150904060150/https://developer.mozilla.org/en-US/Firefox_OS/Phone_guide/ZTE_OPEN

  99. "ZTE Open C - Mozilla". Archived from the original on September 6, 2015. Retrieved August 27, 2015. https://web.archive.org/web/20150906083719/https://developer.mozilla.org/en-US/Firefox_OS/Phone_guide/ZTE_OPEN_C

  100. "Alcatel Onetouch Fire C 4020D". Mozilla Developer Network. Archived from the original on February 14, 2015. Retrieved February 14, 2015. https://web.archive.org/web/20150214071627/https://developer.mozilla.org/en-US/Firefox_OS/Phone_guide/Alcatel_Onetouch_FireC_4020D

  101. "APC » Paper". apc.io. Archived from the original on January 20, 2013. Retrieved March 22, 2015. http://apc.io/products/paper

  102. "Cherry Mobile Ace Specs". CherryMobile.com. Retrieved September 19, 2016.[permanent dead link] http://www.cherrymobile.com.ph/view/ace-firefox

  103. "Intex Cloud FX". Mozilla Developer Network. Archived from the original on February 14, 2015. Retrieved February 14, 2015. https://web.archive.org/web/20150214081725/https://developer.mozilla.org/en-US/Firefox_OS/Phone_guide/Intex_Cloud_FX

  104. "Fx0". Mozilla Developer Network. Archived from the original on February 14, 2015. Retrieved February 14, 2015. https://web.archive.org/web/20150214074157/https://developer.mozilla.org/en-US/Firefox_OS/Phone_guide/Fx0

  105. "Spice Fire One MI FX1". Mozilla Developer Network. Archived from the original on February 14, 2015. Retrieved February 14, 2015. https://web.archive.org/web/20150214072006/https://developer.mozilla.org/en-US/Firefox_OS/Phone_guide/Spice_Fire_One_MI_FX1

  106. "Spice Fire One Mi-FX 2 Firefox OS smartphone launched for Rs. 2,799". tech4me.in. May 14, 2015. Archived from the original on February 1, 2017. Retrieved April 7, 2019. https://web.archive.org/web/20170201232319/http://www.tech4me.in/spice-fire-one-mi-fx-2-firefox-os-smartphone/

  107. "Symphony GoFox F15". Mozilla Developer Network. Archived from the original on February 14, 2015. Retrieved February 14, 2015. https://web.archive.org/web/20150214074359/https://developer.mozilla.org/en-US/Firefox_OS/Phone_guide/Symphony_GoFox_F15

  108. HTC Pico/Explorer unofficial port (March 19, 2013). "[B2G][FIREFOX OS] For HTC Explorer". Archived from the original on November 6, 2014. Retrieved November 6, 2014. http://forum.xda-developers.com/showthread.php?t=2197319/

  109. "[ROM][Dragonsphere Team][B2G][HTML5][NO ANDROID]Firefox OS [OFICIAL BUILD][B009](NEW UPDATE:Flasheable+APN FIX)". MoDaCo. April 11, 2014. Archived from the original on April 12, 2014. Retrieved January 23, 2015. http://www.modaco.com/topic/371614-romdragonsphere-teamb2ghtml5no-androidfirefox-os-oficial-buildb009new-updateflasheableapn-fix/

  110. "[ROM][Dragonsphere Team][B2G][HTML5][NO ANDROID]Firefox OS [OFICIAL BUILD][B009](NEW UPDATE:Flasheable+APN FIX)". MoDaCo. April 11, 2014. Archived from the original on April 12, 2014. Retrieved January 23, 2015. http://www.modaco.com/topic/371614-romdragonsphere-teamb2ghtml5no-androidfirefox-os-oficial-buildb009new-updateflasheableapn-fix/

  111. Kevin Parrish (March 23, 2015). "Experimental Firefox OS Build Can Run On MIPS Hardware". Tom's Hardware. Archived from the original on March 25, 2015. Retrieved April 3, 2015. http://www.tomshardware.com/news/firefox-mozilla-imagination-technologies-mips,28805.html

  112. "Firefox OS now running on a MIPS-based reference tablet". Imagination Blog. Archived from the original on September 9, 2015. Retrieved April 3, 2015. https://web.archive.org/web/20150909200827/http://blog.imgtec.com/powervr/firefox-os-now-running-on-a-mips-based-reference-tablet

  113. "Moto G - Firefox OS Central". Archived from the original on October 2, 2015. Retrieved September 30, 2015. https://web.archive.org/web/20151002050625/http://firefoxoscentral.com/ports/moto-g/

  114. "[October 27] FirefoxOS (nexus 4) 1.1 - 2.2 -… - Google Nexus 4 - XDA Forums". XDA Developers. August 2013. Archived from the original on December 11, 2014. Retrieved December 6, 2014. http://forum.xda-developers.com/nexus-4/general/june-09-firefoxos-nexus-4-1-1-2-0-t2388237

  115. "[B2G] FireFox OS - Nightlies [11/Jun/2014]". XDA Developers. April 25, 2014. Archived from the original on December 11, 2014. Retrieved December 6, 2014. http://forum.xda-developers.com/google-nexus-5/development/b2g-firefox-os-nightlies-t2730874

  116. "[ROM][OCT 11] FirefoxOS 1.2 and 1.3". XDA Developers. October 11, 2013. Archived from the original on December 11, 2014. Retrieved December 6, 2014. http://forum.xda-developers.com/showthread.php?t=2479192

  117. Alvarez, Edgar. "Sony begins exploring Firefox OS, dares Xperia E owners to experiment with new ROM". Engadget. Archived from the original on October 26, 2015. Retrieved October 24, 2014. https://www.engadget.com/2013/02/27/sony-firefox-os-rom-xperia-e/

  118. "Firefox OS on SP". Archived from the original on August 11, 2014. https://archive.today/20140811210617/http://fxpblog.co/firefoxos/testing-firefox-os-on-sony-xperia-sp/

  119. "Firefox OS Port For Sony Devices". Archived from the original on October 2, 2015. Retrieved September 30, 2015. https://web.archive.org/web/20151002064235/http://firefoxoscentral.com/ports/sony-devices/