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/userdata.img /data rw nosuid nodev noatime 
nodiratime

over the default mount commands and format the sdcard accordingly.
If you just want to mount the sd card and it doesn't have the img files on 
it to mount just do something like:

    mount ext4 /dev/block/mmcblk0p1 /mnt/sdcard rw

HTH,
Matt

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 happen,
>
> Please help me regarding this issue.
>
> Thanks,
>
> Ranganath.T.M
>

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to