Merge pull request #305 from starfoxdot64/patch-1
Update rw-system.sh for Galaxy A11 watchdog quirk
This commit is contained in:
commit
91a71765eb
@ -1010,6 +1010,10 @@ fi
|
|||||||
# Disable secondary watchdogs
|
# Disable secondary watchdogs
|
||||||
echo -n V > /dev/watchdog1
|
echo -n V > /dev/watchdog1
|
||||||
|
|
||||||
|
if getprop ro.vendor.build.fingerprint | grep -iq samsung/a11que;then
|
||||||
|
echo -n V > /dev/watchdog0
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$vndk" -le 30 ];then
|
if [ "$vndk" -le 30 ];then
|
||||||
# On older vendor the default behavior was to disable color management
|
# On older vendor the default behavior was to disable color management
|
||||||
# Don't override vendor value, merely add a fallback
|
# Don't override vendor value, merely add a fallback
|
||||||
|
Loading…
Reference in New Issue
Block a user