|  07-14-2018, 09:28 AM | #2941 | 
| Wizard            Posts: 4,466 Karma: 6900052 Join Date: Dec 2009 Location: The Heart of Texas Device: Boox Note2, AuraHD, PDA, | 
			
			serdar0020;  Have you tried a left to right swipe, starting on the left side?  Or using the menu options, for this? Luck; Ken | 
|   |   | 
|  07-16-2018, 12:10 AM | #2942 | 
| Zealot          Posts: 118 Karma: 1110 Join Date: Nov 2013 Location: Germany Device: Kobo Clara 2E + Kobo Elipsa 2E | 
			
			I can swipe left to right and go to the previous page. Which menu option did you mean?
		 | 
|   |   | 
| Advert | |
|  | 
|  07-16-2018, 12:17 AM | #2943 | 
| BLAM!            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 | 
			
			First tab of the top menu > Links, there's a couple of gestures there, one of which is for "back to prev loc" (plus, a "back to prev loc" menu entry in the toplevel menu, as Ken mentioned).
		 | 
|   |   | 
|  07-17-2018, 01:21 AM | #2944 | 
| Zealot          Posts: 118 Karma: 1110 Join Date: Nov 2013 Location: Germany Device: Kobo Clara 2E + Kobo Elipsa 2E | 
			
			thanks guys, I finally got it: just activate in the links section "swipe to get back" and "swipe to jump to latest bookmark" - then no more accidental tapping on footnotes
		 | 
|   |   | 
|  07-19-2018, 03:16 PM | #2945 | 
| Bottom Text            Posts: 146 Karma: 332882 Join Date: Nov 2016 Device: Kobo Clara HD, Kobo Glo HD | 
			
			@NiLuJe I don't know if you've heard about the backlight issue on the Clara yet, (probably not as I don't think anybody else has got KOReader running on that?) but I got the following error message, which might interest you: Code: 
                launching...
  _  _____  ____                _
 | |/ / _ \|  _ \ ___  __ _  __| | ___ _ __
 | ' / | | | |_) / _ \/ _` |/ _` |/ _ \ '__|
 | . \ |_| |  _ <  __/ (_| | (_| |  __/ |
 |_|\_\___/|_| \_\___|\__,_|\__,_|\___|_|
 It's a scroll... It's a codex... It's KOReader!
[*] Current time: 07/19/18-10:10:24[*] Version: v2015.11-1735-g14e7730_2018-06-02
[...]
07/19/18-10:10:24 ERROR Could not open file:  /sys/class/backlight/lm3630a_led1b/bl_power
07/19/18-10:10:24 ERROR Could not open file:  /sys/class/backlight/lm3630a_led1b/brightness
07/19/18-10:10:24 ERROR Could not open file:  /sys/class/backlight/lm3630a_led1a/bl_power
07/19/18-10:10:24 ERROR Could not open file:  /sys/class/backlight/lm3630a_led1a/brightness
07/19/18-10:10:24 INFO  initializing for device Kobo_nova
[...]doing Code: ls -lah /sys/class/backlight/ Code: ### executed:ls -lah /sys/class/backlight/ total 0 drwxr-xr-x 2 root root 0 Jul 19 21:15 . drwxr-xr-x 38 root root 0 Jul 19 21:06 .. lrwxrwxrwx 1 root root 0 Jul 19 21:15 lm3630a_led -> ../../devices/platform/soc/2100000.aips-bus/21a0000.i2c/i2c-0/0-0036/backlight/lm3630a_led lrwxrwxrwx 1 root root 0 Jul 19 21:15 lm3630a_leda -> ../../devices/platform/soc/2100000.aips-bus/21a0000.i2c/i2c-0/0-0036/backlight/lm3630a_leda lrwxrwxrwx 1 root root 0 Jul 19 21:15 lm3630a_ledb -> ../../devices/platform/soc/2100000.aips-bus/21a0000.i2c/i2c-0/0-0036/backlight/lm3630a_ledb lrwxrwxrwx 1 root root 0 Jul 19 21:15 mxc_msp430.0 -> ../../devices/platform/ntx_bl/backlight/mxc_msp430.0 koreader wants led1a. led1b the filesystem has leda, ledb led controls orange and white (values 0 - 100) (if you change the value, it will turn off white and only do orange) leda controls orange (values 0 - 255) ledb controls white (values 0 - 255) mxc_msp430.0 controls orange (values 0 - 100) (if you change the value, it will turn off white and only do orange) 'led' sets a value between 0% and 100% of the chosen value of 'leda' and 'ledb' (so if you set 'ledb' at 128(~50%), and 'led' at 50(~50%), the screen will output ~25% total brightness (in theory. apparently it can also set it higher, so maybe the scale of 0 - 100, has 0 - 50 = dim 0% - 100%, and 50 - 100 = brighten 0% - 100%? i tried some things, using: echo $value > /sys/devices/platform/ntx_bl/backlight/mxc_msp430.0/brightness echo $value > /sys/class/backlight/lm3630a_led/brightness echo $value > /sys/class/backlight/lm3630a_leda/brightness echo $value > /sys/class/backlight/lm3630a_ledb/brightness 'led' can turn down, and off 'leda' and 'ledb' 'led' can turn on 'leda' (not 'ledb') 'mxc_msp430.0' can turn down, on and off 'leda' 'leda' can turn down, on and off 'leda' 'ledb' can turn down, on and off 'ledb' then i found 'color' echo (0 - 10) > /sys/class/backlight/lm3630a_led/color 0 = orange, 10 = white. all inbetween, is inbetween. so for colour tone, use /sys/class/backlight/lm3630a_led/color for dimming, use 'leda' and 'ledb' I hope this gives you an idea of how the backlight works? Last edited by CH23; 07-19-2018 at 05:03 PM. | 
|   |   | 
| Advert | |
|  | 
|  07-19-2018, 04:49 PM | #2946 | 
| BLAM!            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 | 
			
			Yeah, that might be helpful   . Someone had provided us with different settings, but there was an issue with *one* of the led, which is made apparent by your information, so I'll tweak that a bit and *hope* the rest of the backend will deal with it properly  . I don't have *any* device with that kind of HW to test, so I can't be of much more help, unfortunately  . | 
|   |   | 
|  07-19-2018, 05:03 PM | #2947 | 
| BLAM!            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 | 
			
			You might want to check how a current nightly behaves, and, after that, if this commit breaks it or not   . | 
|   |   | 
|  07-19-2018, 05:41 PM | #2948 | |
| Bottom Text            Posts: 146 Karma: 332882 Join Date: Nov 2016 Device: Kobo Clara HD, Kobo Glo HD | Quote: 
 and that patch doesn't seem to have negative effects looking at the physical hardware, it seems that the red and white LEDs are separate from eachother, and I don't think there are any green LEDs in this device. To make sure of this, someone will have to take the front cover off the device, and then the black tape covering the LEDs. (but that's a bit too much, if you ask me.) Last edited by CH23; 07-19-2018 at 05:45 PM. | |
|   |   | 
|  07-19-2018, 05:55 PM | #2949 | 
| BLAM!            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 | 
			
			@CH23: Yeah, that'll have to do for now   . Thanks! | 
|   |   | 
|  08-03-2018, 03:36 PM | #2950 | 
| Fanatic            Posts: 529 Karma: 64554 Join Date: Aug 2013 Device: Kobo Glo, GloHD | 
				
				Updated Greek keyboard
			 
			
			The previous keyboard I had posted, was based on an older layout. Just update it to the current one. It would be nice if someone could copy it to the GitHub.. | 
|   |   | 
|  08-04-2018, 06:01 PM | #2951 | 
| Evangelist            Posts: 446 Karma: 1084584 Join Date: Aug 2007 Location: Sisak, Croatia Device: Kobo Aura H2O, Kobo Aura ONE | 
			
			Koreader is superior ebook reading software (not OS), but, KA1 has hardware problems with touch, so I guess that no software can solve these problems, otherwise Kobo would sort this out already. And yes, I know it very well and it is unnerving. If you can, try KA1 and how it works with touch (very badly in my opinion, it is my biggest problem with it, my H2O works much better) before you buy it. | 
|   |   | 
|  08-04-2018, 06:58 PM | #2952 | 
| BLAM!            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 | 
			
			That's a tiny bit scary, because the H2O's touch performance is already fairly abysmal compared to, let's say, even a PW1... (It's usable, though, and it got a tiiiiiny bit better, but it's still fairly jarring coming from a Kindle).
		 | 
|   |   | 
|  08-05-2018, 05:31 PM | #2953 | 
| Evangelist            Posts: 446 Karma: 1084584 Join Date: Aug 2007 Location: Sisak, Croatia Device: Kobo Aura H2O, Kobo Aura ONE | 
			
			Well, imagine how KA1 works.    | 
|   |   | 
|  08-06-2018, 04:34 AM | #2954 | 
| Librarian            Posts: 347 Karma: 72225 Join Date: Apr 2015 Location: Liège - Belgium Device: kobo gloHD - KA1 | 
			
			Yup, the touch on KA1 is soo flawed...
		 | 
|   |   | 
|  08-08-2018, 04:55 PM | #2955 | 
| Wizard            Posts: 1,784 Karma: 731691 Join Date: Oct 2014 Location: Antwerp Device: Kobo Aura H2O | 
			
			Nickel/KOReader/coolreader can't, but a different kernel driver might be able to do some good there.
		 | 
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| KOReader: a document reader for PDF, DJVU, EPUB, FB2, HTML, ... (GPLv3) | hawhill | Kindle Developer's Corner | 1289 | 04-07-2025 10:18 AM | 
| Touch Using two Kobos | tkavan | Kobo Reader | 4 | 06-23-2017 02:47 AM | 
| 2 kobos at once | tsarinaerika | Kobo Reader | 14 | 06-03-2013 04:13 AM | 
| Syncing between two Kobos | fx3000se | Kobo Reader | 4 | 01-24-2013 02:10 PM | 
| 2 kobos 1 account | retired05 | Kobo Reader | 9 | 05-05-2012 08:25 AM |