From 541b6b8ea5423f6d0c7829b8b0dedbd8e2774389 Mon Sep 17 00:00:00 2001 From: Talmid of Levi Date: Tue, 28 Nov 2023 15:48:52 -0500 Subject: [PATCH] added script to boot sequence --- wephone.rc | 2 +- wephone.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wephone.rc b/wephone.rc index b3bfc35..89e188b 100644 --- a/wephone.rc +++ b/wephone.rc @@ -1,2 +1,2 @@ -on post-fs +on boot exec - root -- /system/bin/wephone.sh diff --git a/wephone.sh b/wephone.sh index 5af625c..e519941 100755 --- a/wephone.sh +++ b/wephone.sh @@ -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