Flash Firefox OS on an “unsupported” device

I am developing some applications for Firefox OS, but is currently limited to this on the Firefox OS simulator. I would like to run Firefox OS on a real device, but I do not have any supported devices, and some of them I can not even find a single mention on the Internet, except for the wiki.

Now I have this very slow Cherry Mobility Android JB tablet (originally ICS). Will it be possible to make Firefox OS work on this device, or is it a lost case?

+4
source share
1 answer

Not recommended if you cannot solve hardware problems (gonk porting).

Each device has its own hardware combination, and they need a different configuration (which the B2G configure.sh command does) for everything to work.

Here is a list of supported devices https://github.com/mozilla-b2g/B2G/blob/master/config.sh

0
source

Source: https://habr.com/ru/post/1489757/


All Articles