probably the size limit on properities field is blocking you.. see http://git.omapzoom.org/?p=platform/system/core.git;a=blob;f=libcutils/properties.c;hb=refs/heads/p-froyo#l59
The size limits are #define PROP_NAME_MAX 32 #define PROP_VALUE_MAX 92 <http://git.omapzoom.org/?p=platform/system/core.git;a=blob;f=libcutils/properties.c;hb=refs/heads/p-froyo#l59>and You can increase the size limit in bionic http://git.omapzoom.org/?p=platform/bionic.git;a=blob;f=libc/include/sys/system_properties.h;hb=p-froyo#l38 On Wed, Aug 25, 2010 at 4:04 PM, guru <[email protected]> wrote: > HI all, > > I am facing one problem where I am unable to set system properties. > The total number of system properties I am getting is 246, if I count > from getprop command. I have seen from blog > > http://rxwen.blogspot.com/2010/01/android-property-system.html > > that max 247 properties it can hold. > > What I did was I commented some of the properties then I am able to > set properties otherwise not. > > How to deal with this issue? > > I am currently using froyo build > > Thanks > Gururaja B O > > -- > unsubscribe: > [email protected]<android-porting%[email protected]> > website: http://groups.google.com/group/android-porting > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
