2023-11-29 09:23:05 -05:00

8 lines
200 B
Bash
Executable File

#!/system/bin/sh
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
fi