Make device bootable -> add missing packages and pre-steps to fix audio
This commit is contained in:
@@ -79,7 +79,7 @@ on late-fs
|
||||
on post-fs-data
|
||||
#mAFPC
|
||||
mkdir /efs/afc 0760 system system
|
||||
#exec - system system -- /system/bin/mafpc_write
|
||||
exec - system system -- /system/bin/mafpc_write
|
||||
|
||||
on boot
|
||||
write /proc/sys/vm/swappiness 100
|
||||
|
@@ -103,19 +103,6 @@ on init
|
||||
chmod 0660 /sys/fs/cgroup/memory/bg/tasks
|
||||
|
||||
on post-fs
|
||||
# → Symlinks für Audio Hal (echte Dateien existieren unter anderem Namen)
|
||||
symlink /vendor/bin/hw/android.hardware.audio.service \
|
||||
/vendor/bin/hw/android.hardware.audio@4.0-service
|
||||
symlink /vendor/bin/hw/android.hardware.audio.service \
|
||||
/vendor/bin/hw/android.hardware.audio-hal
|
||||
symlink /vendor/bin/hw/android.hardware.audio.service \
|
||||
/vendor/bin/hw/android.hardware.audio-hal-aidl
|
||||
symlink /vendor/bin/hw/android.hardware.audio.service \
|
||||
/vendor/bin/hw/android.hardware.audio-effect-hal-aidl
|
||||
symlink /vendor/bin/hw/android.hardware.audio.service \
|
||||
/vendor/bin/hw/android.hardware.audio-hal-4-0-msd
|
||||
symlink /vendor/bin/hw/audio_proxy_service \
|
||||
/vendor/bin/audio_proxy_service
|
||||
|
||||
on early-boot
|
||||
# set RLIMIT_MEMLOCK to 64KB
|
||||
|
Reference in New Issue
Block a user