From ff3af16c9917bd91eb819f93d3aca2fcdeeb1ccf Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Wed, 2 May 2018 17:09:00 +0100 Subject: [PATCH] msm8937-common: Ship and enable atfwd daemon * The atfwd daemon is responsible for handling AT command forward requests from modem and should be enabled for all targets except sda, apq, qcs. --- manifest.xml | 9 +++++++++ proprietary-files-qc.txt | 1 + rootdir/init.qcom.rc | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/manifest.xml b/manifest.xml index c870d7c..49d0627 100644 --- a/manifest.xml +++ b/manifest.xml @@ -432,6 +432,15 @@ slot2 + + vendor.qti.hardware.radio.atcmdfwd + hwbinder + 1.0 + + IAtCmdFwd + AtCmdFwdService + + vendor.qti.hardware.radio.ims hwbinder diff --git a/proprietary-files-qc.txt b/proprietary-files-qc.txt index 7a21d66..f838398 100644 --- a/proprietary-files-qc.txt +++ b/proprietary-files-qc.txt @@ -414,6 +414,7 @@ etc/permissions/telephonyservice.xml|b297c8a27443570377d78586b00198839ce326bb -framework/qcrilhook.jar|cb56e114f8f8ecf1c7ea5f35107bafc6bf49a194 -framework/qti-telephony-common.jar|2eba987ae297a892e895ec1e9a302b41dbe0232e -priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk|f313f243661c8e516ecc6a5785e8f0829daedb1c +vendor/bin/ATFWD-daemon|9778a62bb94f9eeb49190908bb9b74060acd4fa6 vendor/bin/netmgrd|748b87d905aa6727e812694de559e54b958f3832 vendor/bin/qti|a67280f22725799c47d78e07570d9e173e6624f1 vendor/bin/rmt_storage|5b821f0aa673febf158892a6c8ec97a35817f876 diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 8475b79..c634664 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -396,6 +396,11 @@ service qcom-sh /vendor/bin/init.qcom.sh user root oneshot +service atfwd /vendor/bin/ATFWD-daemon + class late_start + user system + group system radio + service ril-daemon2 /vendor/bin/hw/rild -c 2 class main user radio