Re: [android-porting] Re: include binaries in apk

2011-08-21 Thread arif hussain
Thanks, for the replay's, Chris, i was searching to include executable's in apk, so my api will run these binaries, using jni or java code. I have seen that hellojni api in ndk samples will automatically include gdbserver binary in apk, Let me know if you have any examples/links to do this,

Re: [android-porting] RAM optimization

2011-08-21 Thread Dianne Hackborn
You really really do not want to just poke values in to these things trying to find something that seems to work. There are a lot of reasons a device can be laggy. Specifically in terms of RAM, this is usually a matter of how much paging the kernel needs to do as your running apps use their ram