mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: rootdir: Cleanup init.exynos7904.rc
Change-Id: I3087f71b17924188f421c91b90804c5133a9e48b Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
5d4a8c7d0f
commit
b7a4a02d2c
1 changed files with 0 additions and 32 deletions
|
|
@ -14,20 +14,6 @@ on init
|
|||
write /proc/sys/vm/page-cluster 0
|
||||
write /proc/sys/vm/swappiness 100
|
||||
|
||||
# See storage config details at http://source.android.com/tech/storage/
|
||||
mkdir /storage/sdcard 0000 root root
|
||||
mkdir /storage/usb1 0000 root root
|
||||
mkdir /storage/usb2 0000 root root
|
||||
mkdir /mnt/media_rw/sdcard 0700 media_rw media_rw
|
||||
mkdir /mnt/media_rw/usb1 0700 media_rw media_rw
|
||||
mkdir /mnt/media_rw/usb2 0700 media_rw media_rw
|
||||
|
||||
export SECONDARY_STORAGE /storage/sdcard:/storage/usb1:/storage/usb2
|
||||
|
||||
# Support legacy paths
|
||||
symlink /storage/sdcard /mnt/ext_sd
|
||||
symlink /data/app /factory
|
||||
|
||||
#Reactivation Lock
|
||||
symlink /dev/block/platform/13500000.dwmmc0/by-name/STEADY /dev/block/steady
|
||||
|
||||
|
|
@ -270,8 +256,6 @@ on boot
|
|||
chmod 0755 /sys/kernel/debug
|
||||
chown system system /sys/kernel/debug
|
||||
|
||||
setprop ro.radio.noril no
|
||||
|
||||
# Set permissions for ttysac2
|
||||
chown system system /dev/ttySAC2
|
||||
chmod 0660 /dev/ttySAC2
|
||||
|
|
@ -411,7 +395,6 @@ on boot
|
|||
|
||||
on fs
|
||||
mount_all /vendor/etc/fstab.${ro.hardware}
|
||||
setprop ro.crypto.fuse_sdcard true
|
||||
|
||||
mount none /mnt/vendor/efs /efs bind
|
||||
mount none /mnt/vendor/cpefs /cpefs bind
|
||||
|
|
@ -574,16 +557,6 @@ on property:sys.boot_completed=1
|
|||
#load ecd firmware
|
||||
write /proc/ecd/load_firmware 1
|
||||
|
||||
service fuse_sdcard /system/bin/sdcard -u 1023 -g 1023 -d /mnt/media_rw/sdcard /storage/sdcard
|
||||
class late_start
|
||||
disabled
|
||||
service fuse_usb1 /system/bin/sdcard -u 1023 -g 1023 -d /mnt/media_rw/usb1 /storage/usb1
|
||||
class late_start
|
||||
disabled
|
||||
service fuse_usb2 /system/bin/sdcard -u 1023 -g 1023 -d /mnt/media_rw/usb2 /storage/usb2
|
||||
class late_start
|
||||
disabled
|
||||
|
||||
# Abox FailSafe
|
||||
service abox /vendor/bin/main_abox 14a50000.abox /data/log/abox
|
||||
class late_start
|
||||
|
|
@ -595,11 +568,6 @@ service watchdogd /system/bin/watchdogd 10 20
|
|||
class core
|
||||
seclabel u:r:watchdogd:s0
|
||||
|
||||
# on userdebug and eng builds, enable kgdb on the serial console
|
||||
on property:ro.debuggable=1
|
||||
write /sys/module/kgdboc/parameters/kgdboc ttyFIQ1
|
||||
write /sys/module/fiq_debugger/parameters/kgdb_enable 1
|
||||
|
||||
# TEEGRIS daemon
|
||||
service tz_service /vendor/bin/tzdaemon
|
||||
class core
|
||||
|
|
|
|||
Loading…
Reference in a new issue