[Q] [NEED HELP][WIP]Firefox OS for Lg L3 (e400)

Search This thread

kprkpr

Senior Member
Aug 5, 2013
79
20
jkanetwork.com
Hello to all, im trying to port Firefox OS to the LG L3 (e400) phone
From now, i forked various repos of b2g and other to github (http://github.com/kprkpr) (if repos doesnt sync right,try in some hours,and if still occurs,say it please) and with the great help of feherneoh now we can start to modify and build more and great!

Here the alpha builds, a zip for use with cwm https://drive.google.com/open?id=0B6ydSl9VOrADU094c0J0S3dYeUk (Kernel and some fixes by Deeiko :D )

Steps to build it yourself:

first install dependencies (look here for look at) https://developer.mozilla.org/en-US/Firefox_OS/Firefox_OS_build_prerequisites
Create a folder called firefoxos
Enter to firefoxos folder
Open terminal there (in firefoxos folder)
Commands:
$ git clone https://github.com/kprkpr/B2G.git
$ cd B2G
$ ./config.sh e400
##Maybe the "./config.sh e400" command has to be executed more than one time becuase random errors of download##
$ ./build.sh
And later install the zip that are in /release folder

Maybe there is a error when starts to build of android.config, solution:

create file android.config in /external/wpa_supplicant_8/wpa_supplicant/android.config with this inside:
CONFIG_IEEE8021X_EAPOL=y
CONFIG_EAP_MD5=y
CONFIG_EAP_MSCHAPV2=y
CONFIG_EAP_PEAP=y
CONFIG_EAP_GTC=y
CONFIG_EAP_OTP=y
CONFIG_EAP_SIM=y
CONFIG_EAP_AKA=y
CONFIG_EAP_PSK=y
CONFIG_EAP_SAKE=y
CONFIG_EAP_GPSK=y
CONFIG_EAP_PAX=y
CONFIG_EAP_LEAP=y
CONFIG_EAP_IKEV2=y

CONFIG_DRIVER_HOSTAP=y
CONFIG_DRIVER_WEXT=y

Thanks for reading, I hope that with help we can get full Firefox OS to L3 :)

(This thread of building can help..is for cm9 but it solves some errors for b2g too http://xdaforums.com/showthread.php?t=1980379)

Now editing sources and files to try again, a LOT of thanks and credits to feherneoh! ;)

For now works the touch, ui, music, bt, ril (some) ,and i think gps too. no wifi(doesnt turn on,but in some builds by adb can search wifi,but not connect), no camera(FC), ui big

CAPS by TheMasterMaind :)

11vse52.jpg

2urw4ro.jpg

ws8klg.jpg

2nit946.jpg

2wdu4xs.jpg

9pt6wm.jpg

2njlikh.jpg

2m2v2g5.jpg



Note: Proyect abandoned because I changed my phone months ago,sorry :( But sources still there,maybe someone can use and make changes and make work better, I would like it :)
 
Last edited:

kprkpr

Senior Member
Aug 5, 2013
79
20
jkanetwork.com
Can you try if this one works?
http://d-h.st/2TC
WOW, I installed this using CWM and it boots! No wifi, no sim, no camera, ui big and gliched in settings, but it loads photos, no music but videos loads 1 sec.. desktop works
How you did it?!?!?

Edit:Hehe, I flashed my imgs using your boot.img and doesnt work too..Maybe is because you use a zip and I use .img , you you did the zip??
 
Last edited:

kprkpr

Senior Member
Aug 5, 2013
79
20
jkanetwork.com
I have my own customized source (FoXperia) and I added some stuff from CM, so basically I should be able to build these buggy versions for any CM9 supported devices. I make zips using make otapackage or build.sh (modified)

You should check my sources: https://github.com/feherneoh

Hi, i were reading your sources (they are great!) And, I was coping, forking and modifying my repos with your repos.. Later I intent to build from my computer with your sources forked..but not build, it builds almost all I think, but it says that has two errors,one relaccioned to Nswindow.o and other of
Out/target/product/e400/obj/DATA/gecko_intermediates/gecko .(it says error 2)

Enviado desde mi LG-E400 mediante Tapatalk
 

kprkpr

Senior Member
Aug 5, 2013
79
20
jkanetwork.com
make clean, then try again
I use patched gecko, but those patches are for battery/dpi

I do that and doesn builds...
Maybe is a problem of system.. I use Lubuntu (Ubuntu) 13.10 64 bits
I repeated the steps using you repository directly
$ git clone https://github.com/feherneoh/B2G.git
$ cd B2G
$ ./config.sh e400
$ ./build.sh

And fails.. same errors Nswindow.o and the other of out/target/product/e400/obj/DATA/gecko_intermediates/gecko ..

How you compiled it¿?

Note: When I start compilng ever tells this before start
"awk: fatal: no se puede abrir el archivo «sdk/files/tools_source.properties» para lectura (No existe el archivo o el directorio)
find: «../../external/apache-http/src/org/apache/http»: No existe el archivo o el directorio
find: «../../external/apache-http/src/org/apache/http»: No existe el archivo o el directorio
find: «../../external/apache-http/src/org/apache/http»: No existe el archivo o el directorio
find: «../../external/nist-sip/java»: No existe el archivo o el directorio
find: «../../external/apache-http/src»: No existe el archivo o el directorio
find: «../../external/libphonenumber/java/src»: No existe el archivo o el directorio"
Is normal??
 
Last edited:

kprkpr

Senior Member
Aug 5, 2013
79
20
jkanetwork.com
Fixed. 'rm -rf out' then start again with './config.sh e400'

feherneoh... Your new build of ffos for lg l3 http://d-h.st/INo , and a build I do using your repos..(they are equal builds, same size) and doesnt boot, it passes from lg logo but it doesnt works, it white screen and restarts..
Maybe the fail I view in the reports of the build command that missing b2g files like:
"Warning: /home/kprkpr/firefoxos/B2G/out/target/product/e400/obj/objdir-gecko/b2g/installer/package-manifest:461: Missing file(s): bin/defaults/profile/prefs.js
Warning: /home/kprkpr/firefoxos/B2G/out/target/product/e400/obj/objdir-gecko/b2g/installer/package-manifest:513: Missing file(s): bin/libnssdbm3.so
Warning: /home/kprkpr/firefoxos/B2G/out/target/product/e400/obj/objdir-gecko/b2g/installer/package-manifest:524: Missing file(s): bin/crashreporter
Warning: /home/kprkpr/firefoxos/B2G/out/target/product/e400/obj/objdir-gecko/b2g/installer/package-manifest:525: Missing file(s): bin/crashreporter.crt
Warning: /home/kprkpr/firefoxos/B2G/out/target/product/e400/obj/objdir-gecko/b2g/installer/package-manifest:528: Missing file(s): bin/crashreporter-override.ini
Warning: /home/kprkpr/firefoxos/B2G/out/target/product/e400/obj/objdir-gecko/b2g/installer/package-manifest:536: Missing file(s): bin/chrome/icons/
Warning: /home/kprkpr/firefoxos/B2G/out/target/product/e400/obj/objdir-gecko/b2g/installer/package-manifest:540: Missing file(s): bin/libomxplugin.so
Warning: /home/kprkpr/firefoxos/B2G/out/target/product/e400/obj/objdir-gecko/b2g/installer/package-manifest:562: Missing file(s): bin/components/DownloadsUI.js"
 

hecatae

Senior Member
Jul 7, 2010
257
115
you must be running cm9 on your e400 before attempting this

cd /path/to/your/directory/
git clone https://github.com/feherneoh/B2G
cd B2G
./config.sh e400

if you want a specific version like 1.1 and not the latest, change the last line to -
Code:
BRANCH=v1-train ./config.sh e400

adb pull /system backup-e400/system

cd /path/to/your/directory/B2G/
./build.sh

feherneoh, any chance of some stable builds being put up, ffos is currently on v1-train / v1.1.0 and your builds are creating v1.4.0 see https://wiki.mozilla.org/Release_Management/B2G_Landing

it would be worth running at the same speed as Mozilla so that if bugs are encountered we know it's device specific and not because we are bleeding edge.

all cm9 vendor lge e400 files are here: https://github.com/cybojenix/android_vendor_lge_e400

I'm going to have a look at this in the morning.

Edit: successfully built 1.4.0.0, lets see if ril and wifi can work, now trying to build v1-train

http://www.mediafire.com/download/hw506bc2y9j3b75/ffos-e400-philip-131225.zip
md5sum 1994e4a701db4ac99fec3cbdaf777b08
 
Last edited:
  • Like
Reactions: kprkpr

hecatae

Senior Member
Jul 7, 2010
257
115
You can try older versions too
vendor files are downloaded by repo, so no need to do that, but you can try. I'm using vendor from github.com/TheMuppets
That system backup is used to get the vendor files, isn't it?

Sent from my MyAudio using xda app-developers app

System backup is done automatically for the ZTE Open, included for completeness.

If I try to change Branch, your repo-manifest advises it cant find any of them.
 
Last edited:

kprkpr

Senior Member
Aug 5, 2013
79
20
jkanetwork.com
you must be running cm9 on your e400 before attempting this

cd /path/to/your/directory/
git clone https://github.com/feherneoh/B2G
cd B2G
./config.sh e400


Code:
BRANCH=v1-train ./config.sh e400

adb pull /system backup-e400/system

cd /path/to/your/directory/B2G/
./build.sh

feherneoh, any chance of some stable builds being put up, ffos is currently on v1-train / v1.1.0 and your builds are creating v1.4.0 see https://wiki.mozilla.org/Release_Management/B2G_Landing

it would be worth running at the same speed as Mozilla so that if bugs are encountered we know it's device specific and not because we are bleeding edge.

all cm9 vendor lge e400 files are here: https://github.com/cybojenix/android_vendor_lge_e400

I'm going to have a look at this in the morning.

Edit: successfully built 1.4.0.0, lets see if ril and wifi can work, now trying to build v1-train

http://www.mediafire.com/download/hw506bc2y9j3b75/ffos-e400-philip-131225.zip
md5sum 1994e4a701db4ac99fec3cbdaf777b08

Hi, I installed your build and it only shows a white screen, black screen, white screen,.... Logcat: http://pastebin.com/x1y16m0p

And a logcat for the first build that did feherneoh(http://d-h.st/2TC), the unique that boots.. http://pastebin.com/w9EwBj3w

I think only will work builds using b2g sources that are not the lastest..
 
Last edited:
  • Like
Reactions: hecatae

kprkpr

Senior Member
Aug 5, 2013
79
20
jkanetwork.com
suggested hack to get icons to a better size:

https://groups.google.com/forum/#!topic/mozilla.dev.b2g/yrSLfHEuwYc

Code:
So the GetDefaultScaleInternal() method will return a 
GAIA_DEV_PIXELS_PER_PX=1.0, according to 
https://mxr.mozilla.org/mozilla-central/source/widget/gonk/nsWindow.cpp#532 

Maybe the fix would be to hack GetDefaultScaleInternal(), make it return 
0.5 in this case, and update the icons accordingly ?

I think for resize icons it has to add to build part GAIA_DEV_PIXELS_PER_PX=0.75 , not? "GAIA_DEV_PIXELS_PER_PX=0.75 ./build.sh" ¿?

But..if dont boots (only pass from lg logo and any else last builds..), its a bit absurd to have the icons good.....
 
Last edited:

kprkpr

Senior Member
Aug 5, 2013
79
20
jkanetwork.com
I view that the revision of the build can be (supposedly) changed too changing revision in gaia, gonk-misc and rilproxy
<project path="gaia" name="gaia" remote="b2g" revision="v1-train" />
<project path="gonk-misc" name="gonk-misc" remote="b2g" revision="v1-train" />
<project path="rilproxy" name="rilproxy" remote="b2g" revision="v1-train" />

And..i discovered a mirror of gecko in github here: https://github.com/mozilla/gecko-dev that has a lot of revisions like master, b2g, release GECKO2501_2013111218_RELBRANCH, etc etc..
<project path="gecko" name="mozilla/gecko-dev" remote="github" revision="release" />

Feherneoh and hecatae, you said that maybe using v1-train or other less new revision maybe builds not??
I'm trying but I'm sure that you have more idea..
 

kprkpr

Senior Member
Aug 5, 2013
79
20
jkanetwork.com
I noticed something: permission errors in non-working version's logcat

In your logcat http://pastebin.com/w9EwBj3w are some permissions errors too.. (line 1483 more or less)
E/GeckoConsole( 102): [JavaScript Error: "PermissionsTable.jsm: expandPermissions: Unknown Permission: video-capture" {file: "resource://gre/modules/PermissionsTable.jsm" line: 357}]

I/Gecko ( 102): PermissionsTable.jsm: expandPermissions: Unknown Permission: video-capture

E/GeckoConsole( 102): [JavaScript Error: "PermissionsInstaller.jsm: 'video-capture' is not a valid Webapps permission name." {file: "resource://gre/modules/PermissionsInstaller.jsm" line: 123}]

I/Gecko ( 102): PermissionsInstaller.jsm: 'video-capture' is not a valid Webapps permission name.

But the error in hecatae build I view maybe is this (line 2681) http://pastebin.com/x1y16m0p
I/GeckoDump( 318): Crash reporter : Can't fetch app.reportCrashes. Exception: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPrefBranch.getBoolPref]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: chrome://browser/content/shell.js :: shell_reportCrash :: line 124" data: no]

E/GeckoConsole( 318): [JavaScript Warning: "Unknown property 'backgroud-color'. Declaration dropped." {file: "app://system.gaiamobile.org/style/wrapper/wrapper.css" line: 16 column: 17 source: " backgroud-color: grey;"}]

E/GeckoConsole( 318): [JavaScript Warning: "Error in parsing value for 'font-weight'. Declaration dropped." {file: "app://system.gaiamobile.org/style/shrinking_ui/shrinking_ui.css" line: 9 column: 15 source: " font-weight: medium;"}]
after that various apps died..
 

Top Liked Posts

  • There are no posts matching your filters.
  • 5
    Hello to all, im trying to port Firefox OS to the LG L3 (e400) phone
    From now, i forked various repos of b2g and other to github (http://github.com/kprkpr) (if repos doesnt sync right,try in some hours,and if still occurs,say it please) and with the great help of feherneoh now we can start to modify and build more and great!

    Here the alpha builds, a zip for use with cwm https://drive.google.com/open?id=0B6ydSl9VOrADU094c0J0S3dYeUk (Kernel and some fixes by Deeiko :D )

    Steps to build it yourself:

    first install dependencies (look here for look at) https://developer.mozilla.org/en-US/Firefox_OS/Firefox_OS_build_prerequisites
    Create a folder called firefoxos
    Enter to firefoxos folder
    Open terminal there (in firefoxos folder)
    Commands:
    $ git clone https://github.com/kprkpr/B2G.git
    $ cd B2G
    $ ./config.sh e400
    ##Maybe the "./config.sh e400" command has to be executed more than one time becuase random errors of download##
    $ ./build.sh
    And later install the zip that are in /release folder

    Maybe there is a error when starts to build of android.config, solution:

    create file android.config in /external/wpa_supplicant_8/wpa_supplicant/android.config with this inside:
    CONFIG_IEEE8021X_EAPOL=y
    CONFIG_EAP_MD5=y
    CONFIG_EAP_MSCHAPV2=y
    CONFIG_EAP_PEAP=y
    CONFIG_EAP_GTC=y
    CONFIG_EAP_OTP=y
    CONFIG_EAP_SIM=y
    CONFIG_EAP_AKA=y
    CONFIG_EAP_PSK=y
    CONFIG_EAP_SAKE=y
    CONFIG_EAP_GPSK=y
    CONFIG_EAP_PAX=y
    CONFIG_EAP_LEAP=y
    CONFIG_EAP_IKEV2=y

    CONFIG_DRIVER_HOSTAP=y
    CONFIG_DRIVER_WEXT=y

    Thanks for reading, I hope that with help we can get full Firefox OS to L3 :)

    (This thread of building can help..is for cm9 but it solves some errors for b2g too http://xdaforums.com/showthread.php?t=1980379)

    Now editing sources and files to try again, a LOT of thanks and credits to feherneoh! ;)

    For now works the touch, ui, music, bt, ril (some) ,and i think gps too. no wifi(doesnt turn on,but in some builds by adb can search wifi,but not connect), no camera(FC), ui big

    CAPS by TheMasterMaind :)

    11vse52.jpg

    2urw4ro.jpg

    ws8klg.jpg

    2nit946.jpg

    2wdu4xs.jpg

    9pt6wm.jpg

    2njlikh.jpg

    2m2v2g5.jpg



    Note: Proyect abandoned because I changed my phone months ago,sorry :( But sources still there,maybe someone can use and make changes and make work better, I would like it :)
    1
    you must be running cm9 on your e400 before attempting this

    cd /path/to/your/directory/
    git clone https://github.com/feherneoh/B2G
    cd B2G
    ./config.sh e400

    if you want a specific version like 1.1 and not the latest, change the last line to -
    Code:
    BRANCH=v1-train ./config.sh e400

    adb pull /system backup-e400/system

    cd /path/to/your/directory/B2G/
    ./build.sh

    feherneoh, any chance of some stable builds being put up, ffos is currently on v1-train / v1.1.0 and your builds are creating v1.4.0 see https://wiki.mozilla.org/Release_Management/B2G_Landing

    it would be worth running at the same speed as Mozilla so that if bugs are encountered we know it's device specific and not because we are bleeding edge.

    all cm9 vendor lge e400 files are here: https://github.com/cybojenix/android_vendor_lge_e400

    I'm going to have a look at this in the morning.

    Edit: successfully built 1.4.0.0, lets see if ril and wifi can work, now trying to build v1-train

    http://www.mediafire.com/download/hw506bc2y9j3b75/ffos-e400-philip-131225.zip
    md5sum 1994e4a701db4ac99fec3cbdaf777b08
    1
    you must be running cm9 on your e400 before attempting this

    cd /path/to/your/directory/
    git clone https://github.com/feherneoh/B2G
    cd B2G
    ./config.sh e400


    Code:
    BRANCH=v1-train ./config.sh e400

    adb pull /system backup-e400/system

    cd /path/to/your/directory/B2G/
    ./build.sh

    feherneoh, any chance of some stable builds being put up, ffos is currently on v1-train / v1.1.0 and your builds are creating v1.4.0 see https://wiki.mozilla.org/Release_Management/B2G_Landing

    it would be worth running at the same speed as Mozilla so that if bugs are encountered we know it's device specific and not because we are bleeding edge.

    all cm9 vendor lge e400 files are here: https://github.com/cybojenix/android_vendor_lge_e400

    I'm going to have a look at this in the morning.

    Edit: successfully built 1.4.0.0, lets see if ril and wifi can work, now trying to build v1-train

    http://www.mediafire.com/download/hw506bc2y9j3b75/ffos-e400-philip-131225.zip
    md5sum 1994e4a701db4ac99fec3cbdaf777b08

    Hi, I installed your build and it only shows a white screen, black screen, white screen,.... Logcat: http://pastebin.com/x1y16m0p

    And a logcat for the first build that did feherneoh(http://d-h.st/2TC), the unique that boots.. http://pastebin.com/w9EwBj3w

    I think only will work builds using b2g sources that are not the lastest..
    1
    Hi guys, I recently got a used e400 and was trying out the build provided on this thead.
    It booted just fine, so i was trying to build it myself and maybe try the v1-train branch.

    But I am having a problem when running ./build.sh im compiling on arch64 and i believe everything was configured as instructed on the first post.
    Hope I can help with building and testing the firefox os on the e400.

    Code:
    ./build.sh: line 12: /home/vitor/desenvolvimento/firefoxos/B2G/.b2gversion: Arquivo ou diretório não encontrado
    including device/ti/panda/vendorsetup.sh
    including vendor/cm/vendorsetup.sh
    
    ============================================
    PLATFORM_VERSION_CODENAME=AOSP
    PLATFORM_VERSION=4.0.4.0.4.0.4
    TARGET_PRODUCT=full_e400
    TARGET_BUILD_VARIANT=eng
    TARGET_BUILD_TYPE=release
    TARGET_BUILD_APPS=
    TARGET_ARCH=arm
    TARGET_ARCH_VARIANT=armv7-a-neon
    HOST_ARCH=x86
    HOST_OS=linux
    HOST_OS_EXTRA=Linux-3.12.6-1-ARCH-x86_64-with-glibc2.2.5
    HOST_BUILD_TYPE=release
    BUILD_ID=OPENMASTER
    OUT_DIR=out
    ============================================
    
    ============================================
    PLATFORM_VERSION_CODENAME=AOSP
    PLATFORM_VERSION=4.0.4.0.4.0.4
    TARGET_PRODUCT=full_e400
    TARGET_BUILD_VARIANT=eng
    TARGET_BUILD_TYPE=release
    TARGET_BUILD_APPS=
    TARGET_ARCH=arm
    TARGET_ARCH_VARIANT=armv7-a-neon
    HOST_ARCH=x86
    HOST_OS=linux
    HOST_OS_EXTRA=Linux-3.12.6-1-ARCH-x86_64-with-glibc2.2.5
    HOST_BUILD_TYPE=release
    BUILD_ID=OPENMASTER
    OUT_DIR=out
    ============================================
    find: `../../external/apache-http/src/org/apache/http': Arquivo ou diretório não encontrado
    find: `../../external/apache-http/src/org/apache/http': Arquivo ou diretório não encontrado
    find: `../../external/apache-http/src/org/apache/http': Arquivo ou diretório não encontrado
    find: `../../external/nist-sip/java': Arquivo ou diretório não encontrado
    find: `../../external/apache-http/src': Arquivo ou diretório não encontrado
    find: `../../external/libphonenumber/java/src': Arquivo ou diretório não encontrado
    gaia/Android.mk:46: warning: overriding commands for target `out/target/product/e400/data/local/gaia'
    build/core/base_rules.mk:532: warning: ignoring old commands for target `out/target/product/e400/data/local/gaia'
    gonk-misc/Android.mk:30: warning: overriding commands for target `out/target/product/e400/obj/ETC/init.rc_intermediates/init.rc'
    build/core/prebuilt.mk:117: warning: ignoring old commands for target `out/target/product/e400/obj/ETC/init.rc_intermediates/init.rc'
    gonk-misc/Android.mk:151: warning: overriding commands for target `out/target/product/e400/obj/DATA/sources.xml_intermediates/sources.xml'
    build/core/prebuilt.mk:117: warning: ignoring old commands for target `out/target/product/e400/obj/DATA/sources.xml_intermediates/sources.xml'
    gonk-misc/Android.mk:213: warning: overriding commands for target `out/target/product/e400/system/gecko'
    build/core/base_rules.mk:532: warning: ignoring old commands for target `out/target/product/e400/system/gecko'
    gonk-misc/Android.mk:278: warning: overriding commands for target `out/target/product/e400/obj/DATA/gecko_intermediates/gecko'
    build/core/prebuilt.mk:117: warning: ignoring old commands for target `out/target/product/e400/obj/DATA/gecko_intermediates/gecko'
    hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/Android.mk:27: external/wpa_supplicant_8/wpa_supplicant/android.config: Arquivo ou diretório não encontrado
    build/core/Makefile:25: warning: overriding commands for target `out/target/product/e400/system/lib/hw/camera.e400.so'
    build/core/base_rules.mk:532: warning: ignoring old commands for target `out/target/product/e400/system/lib/hw/camera.e400.so'
    build/core/Makefile:25: warning: overriding commands for target `out/target/product/e400/system/lib/hw/lights.msm7x27a.so'
    build/core/base_rules.mk:532: warning: ignoring old commands for target `out/target/product/e400/system/lib/hw/lights.msm7x27a.so'
    build/core/Makefile:25: warning: overriding commands for target `out/target/product/e400/system/lib/libcamera_client.so'
    build/core/base_rules.mk:532: warning: ignoring old commands for target `out/target/product/e400/system/lib/libcamera_client.so'
    build/core/Makefile:25: warning: overriding commands for target `out/target/product/e400/system/lib/libcameraservice.so'
    build/core/base_rules.mk:532: warning: ignoring old commands for target `out/target/product/e400/system/lib/libcameraservice.so'
    build/core/Makefile:25: warning: overriding commands for target `out/target/product/e400/system/bin/rild'
    build/core/base_rules.mk:532: warning: ignoring old commands for target `out/target/product/e400/system/bin/rild'
    build/core/Makefile:25: warning: overriding commands for target `out/target/product/e400/system/lib/libril.so'
    build/core/base_rules.mk:532: warning: ignoring old commands for target `out/target/product/e400/system/lib/libril.so'
    No private recovery resources for TARGET_DEVICE e400
    make-3.81: *** No rule to make target `external/wpa_supplicant_8/wpa_supplicant/android.config'.  Pare.
    Something went wrong. Try building manually with -j1 to get human-readable messages.

    I'm sorry.. my mistake, solved, repeat all steps and it will work ;)
    If not.. create file android.config in /external/wpa_supplicant_8/wpa_supplicant/android.config with this inside:
    CONFIG_IEEE8021X_EAPOL=y
    CONFIG_EAP_MD5=y
    CONFIG_EAP_MSCHAPV2=y
    CONFIG_EAP_PEAP=y
    CONFIG_EAP_GTC=y
    CONFIG_EAP_OTP=y
    CONFIG_EAP_SIM=y
    CONFIG_EAP_AKA=y
    CONFIG_EAP_PSK=y
    CONFIG_EAP_SAKE=y
    CONFIG_EAP_GPSK=y
    CONFIG_EAP_PAX=y
    CONFIG_EAP_LEAP=y
    CONFIG_EAP_IKEV2=y

    CONFIG_DRIVER_HOSTAP=y
    CONFIG_DRIVER_WEXT=y
    1
    Thanks! Build works!

    I'm sorry.. my mistake, solved, repeat all steps and it will work ;)
    If not.. create file android.config in /external/wpa_supplicant_8/wpa_supplicant/android.config with this inside:
    What mistake? I want to start understanding all this.

    I ran ./config e400 again and had to create the android.config file as you instructed and It worked!
    Compiled in about 1 and half hour. Copied the zip file to an sdcard and applied update from CWM recovery.
    It boots fine no wifi and says no SIM card even with one inside but i guess that same result as the first builds. Thanks alot!

    Now I'll try changing the revisions as discussed earlier to try build the v1-train or 1.2 branch. To see if it is any better.
    What are you guys focusing on right now? anything I can help?

    EDIT: I was testing it out that 1.4 build a little more, although the OS says SIM card not inserted, it is inserted and it works, I added a new contact and Dialed my house... IT works fine, send and receive calls woks, receive sms works, send sms does not work cause it says SIM card not installed.
    Guess if i could configure an access point 3G data would also work. Just can't configure in the menu cause of SIM card issue.
    A lot better than I expected you guys have been doing awesome work on this. Really looking forward to try a more stable branch. I´ll look into it when i have some spare time this week.
    I even took a Screenshot of it... But well... i can't post it before the 10 posts limit... blah...