I am looking at the bionic/libc/include/sys/_system_properties.h and
it defines couple of locations where properties are defined.

#define PROP_PATH_RAMDISK_DEFAULT  "/default.prop"
#define PROP_PATH_SYSTEM_BUILD     "/system/build.prop"
#define PROP_PATH_SYSTEM_DEFAULT   "/system/default.prop"
#define PROP_PATH_LOCAL_OVERRIDE   "/data/local.prop"

Does anybody know for sure if the order in which these files are examined?

I put some values in /data/local.prop or /system/default.prop and they
don't seem to take any effect. Only properties that take effect are
the onces defined in /system/build.prop

Is there some other stuff I need to do for system to use
/data/local.prop properties for example?

-Subodh

-- 
-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-porting+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to