[android-porting] compiling libdvm on ubuntu

2011-02-28 Thread BIRJODH
I am trying to compile libdvm on ubuntu ( x86, tried on both 32 bit and 64 bit architectures), but I am getting this error target SharedLib: libdl (out/target/product/passion/obj/ SHARED_LIBRARIES/libdl_intermediates/LINKED/libdl.so) arm-eabi-g++: libgcc.a: No such file or directory make[1]: ***

[android-porting] Re: Unable to open connection to supplicant on /data/system/wpa_supplicant/wlan0

2011-02-28 Thread Lay
Hi, I am also facing the same problem. How can one know whether to use Android private socket or Unix standard socket? Thank you. On Feb 18, 11:55 pm, bala krishnan jjb...@gmail.com wrote: hi,    This is error is resolved by using *Android private socket *instead of *Unix standard socket

[android-porting] Re: AudioFlinger DirectThread

2011-02-28 Thread Hector Barajas
Is there any direct thread for Uplink? -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Android CDMA/EVDO Support

2011-02-28 Thread John Michelau
There is support in the Android Framework for CDMA/EVDO, but you will have to write your own Vendor RIL to let the Android Framework communicate with the Huawei modem. I'm not aware of any open reference implementations for a CDMA modem. I believe the AT-based reference vendor RIL provided by

[android-porting] Re: Adding AudioEffects in GingerBread via OpenSLES

2011-02-28 Thread SM
My aim is to plugin the audio Effect Lib via the OpenSL ES. I went through the code at frameworks/base/media/libeffects. It contains implementations of Audio Effects by vendors. For eg, There is an AudioEffect Library, Dynamic Bass Boost by NXP Software Ltd. Does this make use of OpenSL ES? On