Merge pull request #307 from Hakalle/android-12.0
a20s: Fix watchdog issue
This commit is contained in:
commit
abedbd4e09
@ -1016,6 +1016,11 @@ fi
|
||||
# Disable secondary watchdogs
|
||||
echo -n V > /dev/watchdog1
|
||||
|
||||
# Fix watchdog issue on Samsung Galaxy A20s
|
||||
if getprop ro.vendor.build.fingerprint | grep -iq samsung/a20sub/a20s; then
|
||||
echo -n V > /dev/watchdog0
|
||||
fi
|
||||
|
||||
if getprop ro.vendor.build.fingerprint | grep -iq samsung/a11que;then
|
||||
echo -n V > /dev/watchdog0
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user