[android-porting] Re: Giving emmc Read/Write Permission

2012-05-23 Thread aulty
You can mount the sd card as rw in the init.rc file. Copy the default one (./system/core/rootdir/init.rc) to your device dir and modify it. Add some command like: mount vfat /dev/block/mmcblk0p1 /mnt/sdcard mount ext4 loop@/mnt/sdcard/system.img /system rw mount ext4 loop@/mnt/sdcard

[android-porting] Re: Giving emmc Read/Write Permission

2012-05-23 Thread aulty
You can try modifying the vold.fstab file too On Tuesday, April 10, 2012 2:26:04 PM UTC+1, Ranganath TM wrote: > > Hi All, > > I am working on emmc which capacity is about 8gb, > > and I want to store some data to it by enabling the write permission, > > I am not getting any thing to make it happe