Hi, On Tuesday, June 28, 2011 12:47:37 PM UTC+2, Gopi wrote: > > Hi all, > > I want to log the build info of the android OS from the init > service native C file. Is there any direct way to get the build info > from the shell like using the package android.os.Build. My c file > looks like >
This information is stored in system properties so you can access it using http://android.git.kernel.org/?p=platform/system/core.git;a=blob_plain;f=include/cutils/properties.h;hb=HEAD and linking against ctuils Greetings -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
