
I want to compile a version of Firefox os for my zte open 2 But i don't know which codename has my phone, where can I find the codename?
compile a version of firefox os for zte open 2
All Replies (4)
Every phone (as you probably know) has a codename. For the ZTE Open C, which I'm pretty sure is what you have, the codename is "flame".
I found this information at https://developer.mozilla.org/en-US/Firefox_OS/Developer_phone_guide/ZTE_OPEN_C .
Hope it helps! If I accidentally got the device wrong, please let me know!
My phone is not zte open c, it is zte open 2, both of them have the same processor though, but open 2 has less RAM and ROM
that's why i don't know if I can do the same thing that with the ZTE open C, if this is the case please tell me which file should i load in this step
./config.sh flame /PATH/TO/openc.xml
and if is not the case, which would be the codename for this phone
Hi oalejandro621,
This page shows all the device codenames:
And this page matches the codename for each commercial device:
It seems that the page may need to be updated, so I contacted the MDN team of contributors to ask about the ZTE Open 2 - look for an updated page soon!
I hope this information is helpful. Please let us know if you have any other questions about your Firefox OS device.
Thanks,
- Ralph
I don't get something, the zte open c is in this list
https://developer.mozilla.org/en-US/F.../Preparing_for_your_first_B2G_build
but it's not in the codenames' list
https://developer.mozilla.org/en-US/F.../Preparing_for_your_first_B2G_build
i know that the FLAME codename works for compiling in ZTE open c, then I want to know if I can use the same codename for ZTE open 2, by making a change in this step
./config.sh flame /PATH/TO/openc.xml
to ./config.sh flame /PATH/TO/open2.xml
Modified