[ROM] Firefox OS - 1.3 - not android but flashable as a custom rom

Search This thread

dead3t3rn1ty

New member
Jun 22, 2009
4
26
Bologna
If you don't know about Firefox OS you can read about here or here.

You can find an older version here.

Since it was almost one year old I decided to build this from source, it's the latest stable version (1.3).

I had to disable gralloc because I was getting black screen after boot, so webgl is not working and the gui is sluggish.
Everything else seem to work, but is not intended as daily usable.

DATA
SYSTEM

Flashable via CWM, to install
  1. Format system
  2. Flash data
  3. Flash system
  4. Reboot

vzRQNUN.png

vGTUwKV.png

vhr85J0.png

vhr85J0.png

FS4PHvA.png

tj8ItCr.png

w6opgSv.png

ojvqZ11.png
 
Last edited:
T

TobiH8

Guest
Wow! Great! :)
I'll try this as soon as I have time for flashing again...
 

marcovittori

Senior Member
Mar 9, 2011
181
38
rome
i'm trying this rom and,wow,this is amazing! anyway there're a lot of things that don't work ,but we have ffos works on us phone !
 

marcovittori

Senior Member
Mar 9, 2011
181
38
rome
Yes, there's still a lot of work to do, I just compiled B2G from source just for testing applications.

It isn't my job but if you tell me what is not working I can try to fix it.

the main bug is the sim card that isn't recognised and so data doesn't work,than there's the camera. For the other bugs i don't know,i use it for a very few minutes.
 

wilwilwel

Senior Member
Jun 2, 2010
292
42
Zwolle
If using the canorical installer it uses your current kernel. But overwrites the recovery boot img. So you cant flash other Android roms. Tot remove it simply flash a customrecovery through adb

Sent from my Galaxy Nexus using xda app-developers app
 

x1123

Senior Member
Mar 27, 2011
887
586
Pekalongan
semayi.blogspot.com
Yes, there's still a lot of work to do, I just compiled B2G from source just for testing applications.

It isn't my job but if you tell me what is not working I can try to fix it.

I have compile on May 09/2014 against v1.4 branch version 2.0.0.0-prerelease. Camera and SIM bugs persist. But can do outgoing call, received incoming call, sending/received sms. :D ....
 
  • Like
Reactions: ILA

ILA

Senior Member
Sep 14, 2012
769
302
I have compile on May 09/2014 against v1.4 branch version 2.0.0.0-prerelease. Camera and SIM bugs persist. But can do outgoing call, received incoming call, sending/received sms. :D ....

For the "SIM bug" you mean that you don't have data, since you said that you can make calls and send/receve SMS?
 

blmvxer

Senior Member
Jan 13, 2012
1,480
607
Data for GSM only? Or CDMA also? :)

Sent from my Galaxy Nexus using XDA Premium 4 mobile app
 

x1123

Senior Member
Mar 27, 2011
887
586
Pekalongan
semayi.blogspot.com
Sim bug. Sim manager can not recognize sim card. Thus can not set to data enable. But actualy the sim card is in function since can make outgoing call, receiving incoming call, sending sms and received sms. Yesss dont have data. I think if we can esit build.prop probably data will be in function. Unfortunately I'm 500 km away from my PC. I will check and test on 13th and will report

Sent from my Nexus 5 Odong using XDA Premium 4 mobile app
 

x1123

Senior Member
Mar 27, 2011
887
586
Pekalongan
semayi.blogspot.com
I have compile on May 09/2014 against v1.4 branch version 2.0.0.0-prerelease. Camera and SIM bugs persist. But can do outgoing call, received incoming call, sending/received sms. :D ....

for someone want to test : version 2.0.0.0 prerlease, the bug persist as mentioned by OP, this build smoother I think since the master have been resolved gralloc issue :D

DOWNLOAD AND FLASH BY FASTBOOT

You Got :
- booting
- wifi for internet connection
- make outgoing call
- received incoming call
- sending sms
- receiving sms
- syncing your online contact account (gmail, facebook, ...)
- Firefox OS ... :D

Bugs
- sim icon not appear
- no data connection via gsm sim
- camera NOT WORK
- smart phone turned to stupid phone .... :D

solution :
Code:
[B][COLOR="Red"]- fully synced your b2g source tree[/COLOR] [/B]
- download ril-worker-js-patch.zip > extract 
- [suggested] > copy ril.patch file to B2G/gecko/dom/system/gonk
- execute on terminal > patch ril_worker.js < ril.patch
- rebuild
- OR -
- download file ril_workerDOTjs-patched.zip > extract > copy to [b] B2G/gecko/dom/system/gonk [/b] this will replace file eil_worker.js
-rebuild
 

Attachments

  • IMG_00_maguro-b2g.jpg
    IMG_00_maguro-b2g.jpg
    89.7 KB · Views: 200
  • IMG_01_maguro-b2g.jpg
    IMG_01_maguro-b2g.jpg
    75.3 KB · Views: 184
  • IMG_02_maguro-b2g.jpg
    IMG_02_maguro-b2g.jpg
    242.4 KB · Views: 169
  • ril_workerDOTjs-patched.zip
    94.3 KB · Views: 21
  • ril-worker-js-patch.zip
    507 bytes · Views: 16
Last edited:

alguien845

Senior Member
Mar 19, 2012
160
33
Canelones
for someone want to test : version 2.0.0.0 prerlease, the bug persist as mentioned by OP, this build smoother I think since the master have been resolved gralloc issue :D

DOWNLOAD AND FLASH BY FASTBOOT

You Got :
- booting
- wifi for internet connection
- make outgoing call
- received incoming call
- sending sms
- receiving sms
- syncing your online contact account (gmail, facebook, ...)
- Firefox OS ... :D

Bugs
- sim icon not appear
- no data connection via gsm sim
- camera NOT WORK
- smart phone turned to stupid phone .... :D


What command i should use to flash via fastboot? thanks.

NVM; Android Tool kit made it easy XD
 
Last edited:

jhonnyx

Senior Member
Oct 14, 2009
810
608
Buenos Aires
Last edited:

frickinjerms

Senior Member
Sep 14, 2008
715
378
37
Victoria, TX
Hi,

you have two ways:

fastboot flash <zipfilename>

or

uncompress the zip, change to that directory and go with:

fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash userdata userdata.img

for further information, go to: http://xdaforums.com/showthread.php?t=2225405

I could be wrong here but isn't it

fastboot flash zip <zipfilename>

Sent from my Galaxy Nexus using XDA Premium 4 mobile app
 

jhonnyx

Senior Member
Oct 14, 2009
810
608
Buenos Aires
I could be wrong here but isn't it

fastboot flash zip <zipfilename>

Sent from my Galaxy Nexus using XDA Premium 4 mobile app
there is one way to know it, but i doubt so.
where you indicate the partition to flash is where you've put the word zip, so, by using logic, there should be no zip partition on your phone
Indeed, If you have some spare free time, please feel free to try it and give us some feedback ;)
 

redj12

Senior Member
Sep 29, 2010
724
226
Hi,

you have two ways:

fastboot flash <zipfilename>

or

uncompress the zip, change to that directory and go with:

fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash userdata userdata.img

for further information, go to: http://xdaforums.com/showthread.php?t=2225405

fastboot flash zip.. -> FAILpartition. Others commands was Ok for me. But this piece of shif of firefox OS format my sd card. I lost all my data and my backup of vanir rom and titanium backup. f*** it !
 
Last edited:

V_tunes

Senior Member
Feb 11, 2012
161
20
too bad !!! i tried Ubuntu touch no problem without data lost.

Sent from my Galaxy Nexus
 

Top Liked Posts

  • There are no posts matching your filters.
  • 20
    If you don't know about Firefox OS you can read about here or here.

    You can find an older version here.

    Since it was almost one year old I decided to build this from source, it's the latest stable version (1.3).

    I had to disable gralloc because I was getting black screen after boot, so webgl is not working and the gui is sluggish.
    Everything else seem to work, but is not intended as daily usable.

    DATA
    SYSTEM

    Flashable via CWM, to install
    1. Format system
    2. Flash data
    3. Flash system
    4. Reboot

    vzRQNUN.png

    vGTUwKV.png

    vhr85J0.png

    vhr85J0.png

    FS4PHvA.png

    tj8ItCr.png

    w6opgSv.png

    ojvqZ11.png
    6
    Yes, there's still a lot of work to do, I just compiled B2G from source just for testing applications.

    It isn't my job but if you tell me what is not working I can try to fix it.
    4
    Sim bug. Sim manager can not recognize sim card. Thus can not set to data enable. But actualy the sim card is in function since can make outgoing call, receiving incoming call, sending sms and received sms. Yesss dont have data. I think if we can esit build.prop probably data will be in function. Unfortunately I'm 500 km away from my PC. I will check and test on 13th and will report

    Sent from my Nexus 5 Odong using XDA Premium 4 mobile app
    4
    I have compile on May 09/2014 against v1.4 branch version 2.0.0.0-prerelease. Camera and SIM bugs persist. But can do outgoing call, received incoming call, sending/received sms. :D ....

    for someone want to test : version 2.0.0.0 prerlease, the bug persist as mentioned by OP, this build smoother I think since the master have been resolved gralloc issue :D

    DOWNLOAD AND FLASH BY FASTBOOT

    You Got :
    - booting
    - wifi for internet connection
    - make outgoing call
    - received incoming call
    - sending sms
    - receiving sms
    - syncing your online contact account (gmail, facebook, ...)
    - Firefox OS ... :D

    Bugs
    - sim icon not appear
    - no data connection via gsm sim
    - camera NOT WORK
    - smart phone turned to stupid phone .... :D

    solution :
    Code:
    [B][COLOR="Red"]- fully synced your b2g source tree[/COLOR] [/B]
    - download ril-worker-js-patch.zip > extract 
    - [suggested] > copy ril.patch file to B2G/gecko/dom/system/gonk
    - execute on terminal > patch ril_worker.js < ril.patch
    - rebuild
    - OR -
    - download file ril_workerDOTjs-patched.zip > extract > copy to [b] B2G/gecko/dom/system/gonk [/b] this will replace file eil_worker.js
    -rebuild
    1
    Yes, there's still a lot of work to do, I just compiled B2G from source just for testing applications.

    It isn't my job but if you tell me what is not working I can try to fix it.

    I have compile on May 09/2014 against v1.4 branch version 2.0.0.0-prerelease. Camera and SIM bugs persist. But can do outgoing call, received incoming call, sending/received sms. :D ....