removed external screen fix, makes the screen slow, needs to be investigated
This commit is contained in:
parent
67dfe75196
commit
abe69f484e
@ -1,34 +0,0 @@
|
|||||||
From b91f61d23de06f53ee6d2cc704a8379dd89b26ef Mon Sep 17 00:00:00 2001
|
|
||||||
From: Nehemiah of Zebulun <nehemiah-zb@mezimmah.net>
|
|
||||||
Date: Fri, 22 Dec 2023 12:09:00 -0500
|
|
||||||
Subject: [PATCH] fix external screen cats22flip
|
|
||||||
|
|
||||||
Change-Id: Iecd90b2ec0e824b4956a0896c5fbd8a7578e9116
|
|
||||||
---
|
|
||||||
phh-on-boot.sh | 10 ++++++++++
|
|
||||||
1 file changed, 10 insertions(+)
|
|
||||||
|
|
||||||
diff --git a/phh-on-boot.sh b/phh-on-boot.sh
|
|
||||||
index d2d5b0a..c831788 100644
|
|
||||||
--- a/phh-on-boot.sh
|
|
||||||
+++ b/phh-on-boot.sh
|
|
||||||
@@ -52,6 +52,16 @@ if [ "$vndk" = 28 ];then
|
|
||||||
mount $minijailSrc /vendor/lib/libminijail.so
|
|
||||||
fi
|
|
||||||
|
|
||||||
+#Fix external screen on Cat S22 Flip
|
|
||||||
+if getprop ro.vendor.build.fingerprint | grep -iq -e S22FLIP; then
|
|
||||||
+ if ! getprop ro.vendor.gsi.image_running | grep -iq -F false; then
|
|
||||||
+ setprop ro.vendor.gsi.image_running false
|
|
||||||
+ setprop ctl.restart vendor.hwcomposer-2-1
|
|
||||||
+ # just to see if script was successful
|
|
||||||
+ touch /mnt/banana
|
|
||||||
+ fi
|
|
||||||
+fi
|
|
||||||
+
|
|
||||||
#Clear looping services
|
|
||||||
sleep 30
|
|
||||||
getprop | \
|
|
||||||
--
|
|
||||||
2.39.2
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user