From 84ed2378bc530405042db5f1bf4e142603cb5ead Mon Sep 17 00:00:00 2001 From: FireLord1 Date: Tue, 22 Aug 2017 21:15:25 +0530 Subject: [PATCH] sanders: Prevent permission denied error for telephony Change-Id: I8b23f9ccd5950fa31f748d6fe86b46ea4f3c6b6d Signed-off-by: FireLord1 --- rootdir/etc/init.qcom.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 7ba458b..bb36047 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -151,6 +151,9 @@ on boot #Create NETMGR daemon socket area mkdir /dev/socket/netmgr 0750 radio radio + # Prevents permission denied error for telephony + chmod 0644 /proc/cmdline + setprop wifi.interface wlan0 # Define TCP buffer sizes for various networks