1
0
mirror of https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks.git synced 2025-09-08 23:20:48 +02:00

Update configureOsd

Fix OSD not going away
This commit is contained in:
jmtatsch
2018-04-26 22:33:40 +02:00
committed by GitHub
parent af762812d0
commit 7f11058140

View File

@@ -11,5 +11,5 @@ if [ -f /system/sdcard/config/osd ]; then
[ ! -z "${FIXEDW}" ] && /system/sdcard/bin/setconf -k w -v ${FIXEDW} 2>/dev/null
[ ! -z "${SPACE}" ] && /system/sdcard/bin/setconf -k p -v ${SPACE} 2>/dev/null
else
/system/sdcard/bin/setconf -k p -v ""
/system/sdcard/bin/setconf -k o -v ""
fi