added script to boot sequence

This commit is contained in:
Talmid of Levi 2023-11-28 15:48:52 -05:00
parent e76ca1de41
commit 541b6b8ea5
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
on post-fs
on boot
exec - root -- /system/bin/wephone.sh

View File

@ -3,5 +3,5 @@
if getprop ro.vendor.build.fingerprint | grep -iq -e S22FLIP; then
setprop ro.vendor.gsi.image_running false
setprop ctl.start vendor.hwcomposer-2-1
touch /mnt/banana
touch /mnt/banana && echo "1" > /mnt/banana
fi