land: Prevent permission denied error for telephony
Signed-off-by: FireLord1 <firelord.xda@gmail.com>
This commit is contained in:
parent
ba354858fc
commit
7c89d73ca6
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue