View Single Post
Old 10-17-2020, 02:54 PM   #9
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
As far as the SD card is concerned, does this help?

Code:
diff --git a/platform/kobo/nickel.sh b/platform/kobo/nickel.sh
index 6bc9645f..f0a33a60 100755
--- a/platform/kobo/nickel.sh
+++ b/platform/kobo/nickel.sh
@@ -82,4 +82,9 @@ sync
 LIBC_FATAL_STDERR_=1 /usr/local/Kobo/nickel -platform kobo -skipFontLoad &
 [ "${PLATFORM}" != "freescale" ] && udevadm trigger &
 
+# Handle sdcard
+if [ -e "/dev/mmcblk1p1" ]; then
+    echo sd add /dev/mmcblk1p1 >>/tmp/nickel-hardware-status &
+fi
+
 return 0
(That file ends up as nickel.sh at the root of the koreader folder).

EDIT: Yeah, c.f., https://github.com/koreader/koreader/pull/6800

Last edited by NiLuJe; 10-17-2020 at 06:37 PM.
NiLuJe is offline   Reply With Quote