Questions regarding the firmware should go to a more relevant list: http://source.android.com/community/index.html
On Wed, Nov 10, 2010 at 6:03 AM, ARMADA <[email protected]> wrote: > Hello, > > We have a question regarding limit of loaded shared libraries. > We have failed to load a library. > This problem is resolved to increase SO_MAX from 96 to 150 > > Plz refer to below source. > ./bionic/linker/linker.c > #define SO_MAX 150 > //#define SO_MAX 96 > > - Is there any problem if it's increased? > - Is there any known memory issue of increasing this to a higher > value? > > Thanks and regards, > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 3.0.1 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

