From 4c921bb620b96763d6ba6e197b5a1f09dd07eef9 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Fri, 14 Sep 2012 20:37:26 +0200 Subject: Remount factory as rw for making the free samsung-ril work Signed-off-by: Denis 'GNUtoo' Carikli --- init.tuna.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.tuna.rc b/init.tuna.rc index a9bb0bc..159ab2b 100755 --- a/init.tuna.rc +++ b/init.tuna.rc @@ -57,7 +57,7 @@ on fs setprop ro.crypto.tmpfs_options size=128m,mode=0771,uid=1000,gid=1000 mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/userdata /data wait noatime nosuid nodev nomblk_io_submit,errors=panic mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/cache /cache wait noatime nosuid nodev nomblk_io_submit,errors=panic - mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/efs /factory wait ro + mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/efs /factory wait rw setprop ro.crypto.fuse_sdcard true # change permissions for mtd device -- cgit v1.1