From b56897f61e48d3b5ec21f4fe611cc545e30908b2 Mon Sep 17 00:00:00 2001 From: hius07 <62179190+hius07@users.noreply.github.com> Date: Mon, 23 Aug 2021 12:31:18 +0300 Subject: [PATCH] Kindle: don't kill kb service on start (#8122) https://github.com/koreader/koreader/pull/6233#issuecomment-903300554 Tested on my Voyage with KOL 1.1, very nice. --- platform/kindle/koreader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/kindle/koreader.sh b/platform/kindle/koreader.sh index 21d952e8e..bbe347e38 100755 --- a/platform/kindle/koreader.sh +++ b/platform/kindle/koreader.sh @@ -65,7 +65,7 @@ USED_WMCTRL="no" PASSCODE_DISABLED="no" # List of services we stop in order to reclaim a tiny sliver of RAM... -TOGGLED_SERVICES="stored kb webreader kfxreader kfxview todo tmd rcm archive scanner otav3 otaupd" +TOGGLED_SERVICES="stored webreader kfxreader kfxview todo tmd rcm archive scanner otav3 otaupd" REEXEC_FLAGS="" # Keep track of if we were started through KUAL