diff options
| author | Mister Oyster <oysterized@gmail.com> | 2017-01-11 14:40:23 +0100 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-01-11 14:40:23 +0100 |
| commit | bf99feacc08d37dcd92d25c9940dc5e2c2f1331d (patch) | |
| tree | fdee0031e9dce0d604f3e42997738843d729831c | |
| parent | ee74ce301700e41452e68bb2d20b2e6db5b170ba (diff) | |
rootdir: more cleanup
| -rw-r--r-- | rootdir/factory_init.project.rc | 4 | ||||
| -rw-r--r-- | rootdir/factory_init.rc | 2 | ||||
| -rwxr-xr-x | rootdir/init.modem.rc | 2 | ||||
| -rwxr-xr-x | rootdir/init.mt6735.rc | 22 | ||||
| -rw-r--r-- | rootdir/meta_init.project.rc | 3 |
5 files changed, 4 insertions, 29 deletions
diff --git a/rootdir/factory_init.project.rc b/rootdir/factory_init.project.rc index 0ce2da5..bec2f36 100644 --- a/rootdir/factory_init.project.rc +++ b/rootdir/factory_init.project.rc @@ -41,16 +41,12 @@ on post-fs chmod 0660 /dev/stpbt chown bluetooth radio /dev/stpbt - # Load WiFi Driver - #insmod /system/lib/modules/wlan.ko - # # Connectivity related modules and character device nodes (Ends) # on boot - # # Connectivity related services (Begin) # diff --git a/rootdir/factory_init.rc b/rootdir/factory_init.rc index a1715d1..b32e774 100644 --- a/rootdir/factory_init.rc +++ b/rootdir/factory_init.rc @@ -44,7 +44,7 @@ loglevel 5 symlink /dev/block/platform/mtk-msdc.0/by-name/logo /dev/logo #create mountpoint for persist partition mkdir /persist 0771 system system -#Create nvdata mount point + #Create nvdata mount point mkdir /nvdata 0771 system system diff --git a/rootdir/init.modem.rc b/rootdir/init.modem.rc index fd1c2be..87ebc70 100755 --- a/rootdir/init.modem.rc +++ b/rootdir/init.modem.rc @@ -134,8 +134,6 @@ service ccci_rpcd /system/bin/ccci_rpcd 0 class core oneshot - -# # # Modem related services (End) # diff --git a/rootdir/init.mt6735.rc b/rootdir/init.mt6735.rc index af68fce..bd3650b 100755 --- a/rootdir/init.mt6735.rc +++ b/rootdir/init.mt6735.rc @@ -12,7 +12,7 @@ on early-init restorecon /sys/class/meizu/ps/ps_calibration on init -# Setup zram options + # Setup zram options write /sys/block/zram0/comp_algorithm lz4 # Platform-specific mount points @@ -20,7 +20,7 @@ on init mkdir /protect_s 0771 system system mkdir /persist 0771 system system mkdir /nvdata 0771 system system -# Create CIP mount point + # Create CIP mount point mkdir /custom #mkdir /nvram 0771 system system @@ -664,7 +664,7 @@ on boot chmod 0770 /sys/power/tuxonice chmod 0220 /sys/power/tuxonice/do_hibernate -# Smartbook Handler Framework + # Smartbook Handler Framework chown system system /sys/power/sb_state chmod 0660 /sys/power/sb_state @@ -819,10 +819,6 @@ service atcid-daemon-e /system/bin/atcid on property:persist.service.atci.usermode=1 setprop persist.sys.usb.config mass_storage,adb,acm -#on property:ro.build.type=eng -#start atci_service -#start atcid-daemon-e - service audio-daemon /system/bin/audiocmdservice_atci class main socket atci-audio stream 660 root system @@ -1075,15 +1071,3 @@ service fuelgauged /system/bin/fuelgauged service kpoc_charger /system/bin/kpoc_charger class charger -###########add for 3Gdongle - -on boot - -#set the property of persiste.radio.reset_on_switch -setprop persist.radio.reset_on_switch true -#end - -#set the property of rild.mark_switchuser -setprop rild.mark_switchuser 0 -#end - diff --git a/rootdir/meta_init.project.rc b/rootdir/meta_init.project.rc index 0f6ae1a..897499f 100644 --- a/rootdir/meta_init.project.rc +++ b/rootdir/meta_init.project.rc @@ -28,9 +28,6 @@ on post-fs chmod 0660 /dev/stpbt chown bluetooth radio /dev/stpbt - # Load WiFi Driver - #insmod /system/lib/modules/wlan.ko - # # Connectivity related modules and character device nodes (Ends) # |
