apc-io / apc-firefox-os

Firefox OS on APC
94 stars 28 forks source link

Need an interface to setup LAN #25

Open moskovich opened 11 years ago

moskovich commented 11 years ago

Inside settings we need an interface to configure common network settings.

ferndot commented 11 years ago

@moskovich what repo should we push changes to? This repository has no files except the readme.

nano3k0a commented 11 years ago

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.

trungnt commented 11 years ago

@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

Tsaoally commented 11 years ago

We need Ethernet setting that enable DHCP or Use Static IP (IP address, Gateway, Netmask, DNS1/DNS2)

ntlc commented 11 years ago

A porting or implementation e.g. based on an existing popular network managers should be fine. Anyway, all innovation is welcome :)

nano3k0a commented 11 years ago

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.

trungnt commented 11 years ago

Hi Trodis, just a dumb question, but do you have git command available in your $PATH?

nano3k0a commented 11 years ago

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

trungnt commented 11 years ago

Hi Trodis. Please give us some more details like what is your Linux distro, what is your python version. Thanks!

nano3k0a commented 11 years ago

My System is Arch x64 and my Python is Python 3.3.2.

trungnt commented 11 years ago

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.

kwonjeagu1 commented 10 years ago

We need Ethernet setting that enable DHCP or Use Static IP (IP address, Gateway, Netmask, DNS1/DNS2)