-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need an interface to setup LAN #25
Comments
@moskovich what repo should we push changes to? This repository has no files except the readme. |
Im very confused, maybe because im not so used to github. Where can i find the Soruce Code of this APC Firefox OS Project? How can i take a look at it? Do i already need a APC? More detailed Readme about the Source Code would be very nice. thx. |
@Trodis: If you follow the building guide, you will have the source code after the step 2.1.2 at https://github.com/apc-io/apc-firefox-os/blob/master/building-guide.md#212--configure-b2g-for-your-device |
We need Ethernet setting that enable DHCP or Use Static IP (IP address, Gateway, Netmask, DNS1/DNS2) |
A porting or implementation e.g. based on an existing popular network managers should be fine. Anyway, all innovation is welcome :) |
Hi thx for the advise, i got the source code but im getting a weird error. Mabye its a bug, or i did not set up my system the right way. I followed your instruction and followed the instruction from mozilla how to setup my system to build Firefox OS. So when i try to run ./config.sh emulator from mozillas repo or ./config.sh wmdi from the apc repo i get this error: http://pastebin.com/raw.php?i=jVGUgX5n I already asked the guys in the IRC Channel but no body was available. Hope u guys can help me. Sorry for bothering and thx for your help. |
Hi Trodis, just a dumb question, but do you have git command available in your $PATH? |
yeah it is, my Path contains this: /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/git:/opt/android-sdk/tools:/opt/java/bin:/opt/java/db/bin:/opt/java/jre/bin:/usr/bin/core_perl |
Hi Trodis. Please give us some more details like what is your Linux distro, what is your python version. Thanks! |
My System is Arch x64 and my Python is Python 3.3.2. |
Ok, thanks Trodis. Please use Python 2 instead, config.sh uses repo command to sync the repositories and repo is written in Python but not fully support Python 3 yet. |
We need Ethernet setting that enable DHCP or Use Static IP (IP address, Gateway, Netmask, DNS1/DNS2) |
Inside settings we need an interface to configure common network settings.
The text was updated successfully, but these errors were encountered: