diff --git a/init.mako.bt.sh b/init.mako.bt.sh index d3fc5f8..9a71aef 100644 --- a/init.mako.bt.sh +++ b/init.mako.bt.sh @@ -57,9 +57,9 @@ esac if [$BDADDR == ""] then -logwrapper /system/bin/hci_qcomm_init -e $PWR_CLASS -vv +/system/bin/hci_qcomm_init -e $PWR_CLASS -vv else -logwrapper /system/bin/hci_qcomm_init -b $BDADDR -e $PWR_CLASS -vv +/system/bin/hci_qcomm_init -b $BDADDR -e $PWR_CLASS -vv fi case $? in diff --git a/init.mako.rc b/init.mako.rc index 0fd46bc..bd05059 100644 --- a/init.mako.rc +++ b/init.mako.rc @@ -386,7 +386,7 @@ service qcamerasvr /system/bin/mm-qcamera-daemon user camera group camera system inet input -service conn_init /system/bin/logwrapper /system/bin/conn_init +service conn_init /system/bin/conn_init class late_start user system group system wifi @@ -411,7 +411,7 @@ service qseecomd /system/bin/qseecomd user system group system -service diag_mdlog /system/bin/logwrapper /system/bin/diag_mdlog -s 100 +service diag_mdlog /system/bin/diag_mdlog -s 100 class late_start disabled