From 334b776e09cb84784ee860ae4e271a7abaa218c9 Mon Sep 17 00:00:00 2001 From: atinm Date: Sun, 16 Oct 2011 19:45:28 -0400 Subject: [PATCH] Enable LPM Change-Id: I0d35cfae157e8dd82c5f7b500e83da1d23408a97 --- init.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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