From 92a529b4d1a962b182f749b94debf62a0aefbc56 Mon Sep 17 00:00:00 2001 From: Lorenzo Miori Date: Wed, 26 Apr 2017 22:32:02 +0200 Subject: Samsung YP-R1: fix OF boot shortcut ypr1 target should switch back to OF by pressing volume down, since volume up is already mapped to the early/safe mode. Change-Id: I18c4deed2c8982dbee18b081ecc59b970c654473 --- utils/ypr0tools/rockbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/ypr0tools/rockbox.sh b/utils/ypr0tools/rockbox.sh index af750034fc..7a8425d5ee 100755 --- a/utils/ypr0tools/rockbox.sh +++ b/utils/ypr0tools/rockbox.sh @@ -17,7 +17,7 @@ if [ -e "/dev/r1Button" ] then # running on YP-R1 model (volume up button) - BTN=$(echo -e -n "\x02") + BTN=$(echo -e -n "\x03") VAL=$(dd if=/dev/r1Button bs=4 count=1) else # running on YP-R0 model (menu button) -- cgit v1.2.3