diff --git a/init.rc b/init.rc index 8659460..34bdb98 100644 --- a/init.rc +++ b/init.rc @@ -113,7 +113,7 @@ loglevel 3 on fs # mount mtd partitions # Mount /system rw first to give the filesystem a chance to save a checkpoint - mount ext4 /dev/block/mmcblk0p9 /system wait rw + mount ext4 /dev/block/mmcblk0p9 /system wait ro mount ext4 /dev/block/mmcblk0p7 /cache nosuid nodev noatime wait exec check_filesystem /dev/block/mmcblk0p10 ext4 mount ext4 /dev/block/mmcblk0p10 /data nosuid nodev noatime wait crypt discard,noauto_da_alloc @@ -668,7 +668,7 @@ service dbus /system/bin/dbus-daemon --system --nofork group bluetooth net_bt_admin #service hciattach /system/bin/hciattach /dev/s3c2410_serial0 any -service hciattach /system/bin/brcm_patchram_plus --enable_hci --baudrate 3000000 --patchram /system/bin/BCM4330B1_002.001.003.0221.0265.hcd /dev/s3c2410_serial0 +service hciattach /system/bin/logwrapper /system/bin/brcm_patchram_plus -d --enable_lpm --enable_hci --baudrate 3000000 --patchram /system/bin/BCM4330B1_002.001.003.0221.0265.hcd /dev/s3c2410_serial0 user bluetooth group bluetooth net_bt_admin disabled