diff options
| author | Mister Oyster <oysterized@gmail.com> | 2017-12-26 19:10:44 +0100 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-12-26 19:11:58 +0100 |
| commit | faf3f6cf3d3eed20c1c8ba057747191d3e39b556 (patch) | |
| tree | 15a2064a35feb63d43a6ff09cf1c0383edcd3694 | |
| parent | 4f8bdff935b7b1cc31e15c392869fa3c77472201 (diff) | |
rootdir: forgotten init.modem.rc cleanup
| -rwxr-xr-x | rootdir/init.modem.rc | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/rootdir/init.modem.rc b/rootdir/init.modem.rc index 705c1c1..413e011 100755 --- a/rootdir/init.modem.rc +++ b/rootdir/init.modem.rc @@ -8,10 +8,8 @@ on post-fs-data write /proc/bootprof "post-fs-data: on modem start" - # Modem related device nodes + # Modem related nodes mkdir /data/nvram/md 0770 root system - mkdir /data/nvram/md3 0770 root system - mkdir /data/md3 0770 root system chown radio radio /sys/kernel/ccci/boot chown radio radio /dev/ccci_fs chown radio radio /dev/ccci_ioctl0 @@ -26,13 +24,13 @@ on post-fs-data restorecon_recursive /protect_f restorecon_recursive /protect_s - # ignore permission check + # Ignore permission check write /data/ccci_cfg/md_new_ver.1 "flag" chmod 0660 /data/ccci_cfg/md_new_ver.1 setprop vold.post_fs_data_done 1 - # clear the sim switch flag + # Clear the sim switch flag setprop persist.radio.simswitch "" service gsm0710muxd /vendor/bin/gsm0710muxd -s /dev/ttyC0 -f 512 -n 8 -m basic @@ -78,7 +76,6 @@ service ril-daemon-mtk /vendor/bin/mtkrild disabled oneshot - service ccci_fsd /vendor/bin/ccci_fsd 0 user radio group radio system |
