Hi, I've followed all the instructions to build Adnroid to include Wifi and sound and run all the patches. However, wpa_supplicant is still not included the in the build and sound is still not working =(.
Here are the config that I include to build Android: Wifi ---- 1. Add HAVE_CUSTOM_WIFI_DRIVER_2 := true to build/target/board/generic/BoardConfig.mk file. 2. make sure external/wpa_supplicant/.config has got below entries CONFIG_WIRELESS_EXTENSION=y CONFIG_CTRL_IFACE=y CONFIG_DRIVER_WEXT=y Sound ----- 1. in local_manifest.xml: <?xml version="1.0" encoding="UTF-8"?> <manifest> <project name="platform/vendor/asus/eee_701" path="vendor/asus/ eee_701"/> <project name="platform/external/alsa-lib" path="external/alsa-lib"/> <project name="platform/external/alsa-utils" path="external/alsa- utils"/> 2. $vim ~/android_build/build/target/board/generic/BoardConfig.mk add BOARD_USES_ALSA_AUDIO := true #BOARD_USES_GENERIC_AUDIO := true 3. run alsactl on Ubuntu and put /var/lib/alsa/asound.state to /var/ lib/alsa/asound.state Did I miss something? I'm using Android from git repository (04/30/2009). --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
