| 
			
			 | 
		#2491 | |
| 
			
			
			
			 Evangelist 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 446 
				Karma: 1084584 
				Join Date: Aug 2007 
				Location: Sisak, Croatia 
				
				
				Device: Kobo Aura H2O, Kobo Aura ONE 
				
				
				 | 
	
	
	
		
		
			
			 
				
				koreader easy control of lighttoggle and shutdown for KSM 8
			 
			Quote: 
	
 Also, just to confirm that it still works with latest koreader (2015.11 stable). This is only needed if you switched to KSM8 from KSM7 (it doesn't work with older KSM version, but you can easily change path, so it would work than). So, here it is attachment. And of course, all kudos goes to original author @xor_!  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#2492 | 
| 
			
			
			
			 Zealot 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 126 
				Karma: 20236 
				Join Date: May 2014 
				
				
				
				Device: Kinde PW v1, Kobo H2O, Onyx Boox T68 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Thank you very much Alan_S (and xor_). 
		
	
		
		
		
		
		
		
		
		
		
		
		
			I suppose the "shutdown + lighttoggle" that you have post will resolve the problem I meet : When I click on the "shutdown" button in Koreader, the buttons disappear and Koreader is still running. But the lighttoggle still worked ![]() EDIT : It works very well now, thank you very much Alan_S  
		Last edited by myki; 11-21-2015 at 10:40 AM.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#2493 | 
| 
			
			
			
			 Evangelist 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 446 
				Karma: 1084584 
				Join Date: Aug 2007 
				Location: Sisak, Croatia 
				
				
				Device: Kobo Aura H2O, Kobo Aura ONE 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			It's interesting, on my device it exited koreader into KSM and in your case it messed things up. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	But, important thing is, now it works.  
		 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#2494 | |
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,489 
				Karma: 2914715 
				Join Date: Jun 2012 
				
				
				
				Device: kobo touch 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 ...\koreader\frontend\device\input.lua Code: 
	local ABS_X = 00 local ABS_Y = 01 Code: 
	local ABS_X = 01 local ABS_Y = 00  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#2495 | 
| 
			
			
			
			 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 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Wasn't a semi-automatic detection mechanic implemented for that very issue recently?
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#2497 | |
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,489 
				Karma: 2914715 
				Join Date: Jun 2012 
				
				
				
				Device: kobo touch 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 Edit: I am not sure what exactly the reasoning behind the test is. I just report what I am observing. When I am asked to touch upper right corner, and I touch somewhere on the lower half of the screen, nothing is happening. If I touch anywhere on the upper half the touch is registered and ["kobo_touch_switch_xy"] = false gets written to settings.reader.lua. Last edited by tshering; 11-26-2015 at 06:44 PM.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#2498 | 
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,786 
				Karma: 731691 
				Join Date: Oct 2014 
				Location: Antwerp 
				
				
				Device: Kobo Aura H2O 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Do you perhaps have a KOBO_TOUCH_MIRRORED setting in defaults.lua? Part of me wonders if this "and not" here shouldn't simply be "or", but I've only glanced at it.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#2499 | ||
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,489 
				Karma: 2914715 
				Join Date: Jun 2012 
				
				
				
				Device: kobo touch 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 Quote: 
	
  | 
||
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#2501 | |
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,489 
				Karma: 2914715 
				Join Date: Jun 2012 
				
				
				
				Device: kobo touch 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 My statement was not very clear. Therefore I try to clarify. By "this" I meant to refer to the "semi-automatic detection mechanic" mentioned in this post (I know that was far from obvious.). And what I said next, namely, "After installing the most recent nightly build," was meant to give further details of the same event. The point is: I did not test the latest stable, but only the nightly build. I just mention this in case it makes a difference. Last edited by tshering; 11-28-2015 at 06:03 PM.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#2502 | |
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,466 
				Karma: 6900052 
				Join Date: Dec 2009 
				Location: The Heart of Texas 
				
				
				Device: Boox Note2, AuraHD, PDA, 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 Luck; Ken  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#2503 | 
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,625 
				Karma: 3120635 
				Join Date: Jan 2009 
				
				
				
				Device: Kindle PW3 (wifi) 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Hi 
		
	
		
		
		
		
		
		
		
		
		
		
	
	Draining the battery I have no figures to provide but after drawing a comparison for some weeks between Nickel 3.1.8 and Koreader (latest), I am convinced that Koreader drains the battery a lot quicker than Nickel. How much is a lot? I would say conservatively twice quicker. For both the use was quite the same. I mostly took wifi off. I am keen to experiment more on this if need be but I do not know how to do it.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
            
| Thread Tools | Search this Thread | 
            
  | 
    
			 
			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 11:18 AM | 
| Touch Using two Kobos | tkavan | Kobo Reader | 4 | 06-23-2017 03:47 AM | 
| 2 kobos at once | tsarinaerika | Kobo Reader | 14 | 06-03-2013 05:13 AM | 
| Syncing between two Kobos | fx3000se | Kobo Reader | 4 | 01-24-2013 03:10 PM | 
| 2 kobos 1 account | retired05 | Kobo Reader | 9 | 05-05-2012 09:25 AM |