Le 10/01/2014 20:13, KZKG^Gaara a écrit : > Hello, > > My name is Alejandro (aka KZKG^Gaara) > > I have a ZTE Open and I am delighted with FirefoxOS (v1.1 ). I 'm using > GNU/Linux and I have installed ADB to modify FirefoxOS files. > > At home I have a wifi, a Linksys AP does not work all that well, specifically > DHCP AP does not work, which means that when I want to connect to the > wireless with my laptop I obliged to put the network settings (ip, gateway, > etc) manually on Linux. > > With ZTE and FirefoxOS I have this problem, I have no graphic option that > allows me to set data such as IP or gateway, so I cant connect to the Wifi. > > I imagine that somewhere in the file structure of the system (/system/* ... > /etc/* ...) I can create a file (or modify one) allowing me to establish > manually this information, but even though I have sought by all means, I > still find the solution.
You can push wpa_supplicant configuration into /data/misc/wifi/. First pull it from the device, fill it with your configuration part, and push it back. This is the way I get WPA EAP-TLS for networks (like eduroam). > > Can someone please help me? > > Best regards > > PS: Sorry for my english, its not my primary language > _______________________________________________ > dev-b2g mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-b2g > _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
