[android-developers] Re: How to build the wlan module (driver)

2009-03-20 Thread Iliyan Malchev
This should work: cd system/wlan/ti/sta_dk_4_0_4_32 KERNEL_DIR=path-to-kernel make The kernel module will be at system/wlan/ti/sta_dk_4_0_4_32/wlan.ko On Fri, Mar 20, 2009 at 7:33 AM, Disconnect dc.disconn...@gmail.com wrote: ...huh? Its open source. (Its ugly as hell, but its open.)

[android-developers] Re: how to let my shared library, libhello.so, work

2009-03-19 Thread Iliyan Malchev
, Mar 17, 2009 at 11:35 PM, li sun wrt.su...@gmail.com wrote: You mean that the shared libraries MUST be placed in /system/lib or /lib ? There are not other ways, say, changing init.rc, available ? Thanks! 2009/3/18 Iliyan Malchev malc...@google.com: The dynamic linker does not honor

[android-developers] Re: raw data from sound file

2009-03-19 Thread Iliyan Malchev
Can you be more specific? What file formats? Native code ort Java? On Thu, Mar 19, 2009 at 10:31 AM, Maisonobe.A (MaaKs) alexma...@gmail.com wrote: Hello, does someone could tell me if it is or not possible to get raw data from a sound file ? thanks

[android-developers] Re: how to let my shared library, libhello.so, work

2009-03-17 Thread Iliyan Malchev
The dynamic linker does not honor the LD_LIBRARY_PATH, and looks for libraries in /system/lib and /lib only, in that order. On Tue, Mar 17, 2009 at 9:36 PM, sunwrt wrt.su...@gmail.com wrote: Hi, guys, I built a shared library libhello.so, which only contained a function print_hello(char*),

[android-developers] Re: how to build library without optimization in order to properly debug it

2009-03-16 Thread Iliyan Malchev
Dmitry, did you try with -g2 -O0? On Thu, Mar 12, 2009 at 6:02 AM, dmitry dtche...@gmail.com wrote: hi, I'm trying to debug native library (in particular, libril.so). Everythig is going fine, breakpoint is being hit, I can go thru the lines of RIL_onRequestComplete() function. But when I

[android-developers] Re: Thumbnails

2009-03-16 Thread Iliyan Malchev
On Sat, Mar 14, 2009 at 4:37 AM, Gaurav agarw...@gmail.com wrote: I will like some clarifications around thumbnails: 1. Whose responsibility is it to generate thumbnails - the android OS or the application developer? Pre-cupcake, android (specifically, the camera framework which runs in

[android-developers] Re: Does Camera API really works ?

2009-03-16 Thread Iliyan Malchev
Can you attach the logcat output? Source code would also be helpful. On Thu, Mar 12, 2009 at 9:18 AM, crowcasso crowca...@gmail.com wrote: Currently the above code is crashing for me (even after fixing the 3 params instead of 2) when performing takePicture() with a IOException:

[android-developers] Re: Thumbnails

2009-03-16 Thread Iliyan Malchev
On Mon, Mar 16, 2009 at 1:20 PM, todd tdonahue...@gmail.com wrote: Having the camera app create thumbs when a photo is taken is great, but another common scenario has been left unanswered. What happens when the user inserts (or copies) images to the SD card? I believe that the camera app or