land: Prevent permission denied error for telephony

Signed-off-by: FireLord1 <firelord.xda@gmail.com>
This commit is contained in:
FireLord1 2017-03-18 14:30:54 +05:30
parent ba354858fc
commit 7c89d73ca6

View file

@ -286,6 +286,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
#NULL lixiuzhen 2016\04\03 add ota prop for mbn update
setprop persist.radio.start_ota_daemon 1
setprop persist.radio.sw_mbn_openmkt 1