Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Porting Firefox OS to Android device

I would like to port Firefox OS to my device (that is not supported by Mozilla but it has Android 4.2). I've read from net that some of the drivers haven't been developed yet, but if FFOS uses the kernel from Android, then it can load the drivers from my Android ROM, right?

From this point, my real question is: if I build my FFOS ROM correctly, would I still have some bugs from hardware/drivers?

Thank you!

like image 257
Leakspin Avatar asked Feb 08 '14 14:02

Leakspin


People also ask

Can Firefox OS run Android apps?

Effectively you can use Firefox OS while still having full access to your Android apps. Firefox OS 2.5 Developer Preview makes Firefox OS available to more developers, testers, localizers, and supporters of the Open Web around the world.

Is Firefox open source operating system?

Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. There are a few things you should know: Firefox is made available to you under the terms of the Mozilla Public License. This means you may use, copy and distribute Firefox to others.


1 Answers

Leakspin, I'll try to give you some context on whether it's doable, and what has been done yet.

if FFOS uses the kernel from Android, then it can load the drivers from my Android ROM, right?

  • Yes and No. There is much more than that. As you can see, Firefox is built putting together several pieces, such as Gonk(what you were referring to "android kernel", Gecko (our application runtime), and finally Gaia (user interface). Take a look at the Stack. For more info, please follow the architecture blog post at MDN.

    Firefox OS architecture

Has it been ported yet to any Android devices?

  • Yes, but it's not a simple process and there is no guarantee that it will work on all android devices. Here, have a look at the list of devices and which tools you will need to perform such operation.

There is also a porting tutorial you might want to follow.

f I build my FFOS ROM correctly, would I still have some bugs from hardware/drivers?

  • Unfortunately, very likely that you will do.

I tried my best to style this answer, but the stupid stackoverflow limited the amount of links and images I'm able to post. Sorry for that.

Links:

How to port Firefox OS

Pre-requisites.

like image 152
msaad Avatar answered Oct 13 '22 23:10

msaad