[android-developers] Using C Shared Libraries on M5

2008-07-15 Thread Shawn McMurdo
segmentation violation when I try to run on M5 emulator. Below is the strace output. Any suggestions? Thanks. Shawn # sharedhello WARNING: `libhello.so` is not a prelinked library [1] Segmentation fault sharedhello # strace sharedhello execve("./sharedhello", ["sharedhello

[android-developers] Android Native Code Cross Dev With Latest CodeSourcery Toolchain

2008-07-08 Thread Shawn McMurdo
and try to build it statically for Android with: $ cat build.sh #!/bin/sh arm-none-eabi-gcc \ hello.c \ -static -o hello \ -Xlinker --script -Xlinker ~/CodeSourcery/Sourcery_G++_Lite/arm-none-eabi/lib/generic.ld which gives me warnings like this: $ build.sh /home/shawn/CodeSourcery/

[android-developers] Access to Call Audio?

2008-06-13 Thread Shawn McMurdo
Will the 1.0 release provide application access to the call audio stream? Thanks. Shawn  --==--==-- Shawn McMurdo See my Low Vision Guide at http://lowvisionguide.org --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: 16M Memory Limit

2008-06-13 Thread Shawn McMurdo
as mobile devices with more memory become available. Perhaps an application descriptor could be added that would allow an application to use more memory. That way the default would still be a 16M mmap for all other apps. Any chance of incorporating something like this into 1.0? Thanks. Shawn

[android-developers] 16M Memory Limit

2008-06-11 Thread Shawn McMurdo
Will there be a release of the SDK and emulator that does not limit applications to 16M memory? Will the phones have this limit? This limit was fatal to my application in the Android Developers Challenge. It would be nice to know that it will be resolved. Thanks. Shawn  --==--==-- Shawn McMurdo

<    1   2   3   4   5