Re: [android-kernel] Re: How to access system.prop in kernel?

2011-11-29 Thread Yogi
Thanks for info. 1,. I was actually trying to create one entry in prop file. It was set by VOLD and will be accessed by all apps. 2. VOLD is setting preferred file system, whether FAT32 or EXT2 etc. 3. Now if kernel cant access it, then by any chance, how can a device driver, say - a USB gadget

[android-kernel] Re: How to access system.prop in kernel?

2011-11-29 Thread white
As I know there are no method to access on kernel side. You can try it with user file system read. But I don't recommend that way. prop file is not for kernel mode, but for user mode On 11월29일, 오전3시10분, Yogi wrote: > Hello, > > User space apps has APIs given by framework such as > getprop()/setp