|  11-25-2020, 11:32 PM | #376 | |
| Bibliophagist            Posts: 48,078 Karma: 174315300 Join Date: Jul 2010 Location: Vancouver Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos | Quote: 
 Code: #
menu_item :main :Screensaver Status :cmd_output :500:quiet:test -e /mnt/onboard/.kobo/screensaver_old
      chain_success  : dbg_toast :Screensaver is off
      chain_failure  : dbg_toast :Screensaver is on
#
menu_item :main :Toggle screensaver :cmd_output :500:quiet:test -e /mnt/onboard/.kobo/screensaver_old
    chain_failure :skip :3
        chain_success :cmd_spawn :quiet:mv /mnt/onboard/.kobo/screensaver_old /mnt/onboard/.kobo/screensaver
        chain_success :dbg_toast :Screensaver on
        chain_always :skip :-1
    chain_failure :cmd_spawn :quiet:mv /mnt/onboard/.kobo/screensaver /mnt/onboard/.kobo/screensaver_old
    chain_success :dbg_toast :Screensaver off
#Edit: Also note that I set this in my Main/homepage menu. Last edited by DNSB; 11-25-2020 at 11:37 PM. Reason: Note about menu | |
|   |   | 
|  11-25-2020, 11:53 PM | #377 | 
| Member  Posts: 13 Karma: 10 Join Date: Jun 2020 Device: Aura One | |
|   |   | 
|  11-26-2020, 02:58 AM | #378 | |
| Wizard            Posts: 1,025 Karma: 500000 Join Date: Jun 2015 Device: Rocketbook, kobo aura h2o, kobo forma, kobo libra color | Quote: 
 edit: nevermind. More error checking is better anyway. Last edited by compurandom; 11-26-2020 at 03:17 AM. | |
|   |   | 
|  11-26-2020, 04:33 AM | #379 | 
| Connoisseur       Posts: 72 Karma: 550 Join Date: Apr 2015 Device: Kobo Glo HD | KSM9 | KoReader | Plato | 
			
			Have someone success with FTP connection? Where do i put the username on the config file? Can i open books directly from the FTP when connected or do i need to download them first on the mounted directory? | 
|   |   | 
|  12-02-2020, 04:05 AM | #380 | 
| Member  Posts: 13 Karma: 10 Join Date: Jun 2020 Device: Aura One | 
			
			@geek1011 Can swap the More tab and NickelMenu tab? Logically, the More tab goes last everywhere. | 
|   |   | 
|  12-02-2020, 01:26 PM | #381 | 
| Grand Sorcerer            Posts: 6,267 Karma: 16544702 Join Date: Sep 2009 Location: UK Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3 | |
|   |   | 
|  12-02-2020, 04:28 PM | #382 | 
| Member  Posts: 13 Karma: 10 Join Date: Jun 2020 Device: Aura One | |
|   |   | 
|  12-02-2020, 04:57 PM | #383 | 
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | |
|   |   | 
|  12-04-2020, 03:47 AM | #384 | 
| Member  Posts: 21 Karma: 10 Join Date: Jan 2019 Location: Alicante Device: Kobo Clara HD | 
			
			Hello and thank you for developing the nickelmenu. My screen doesnt work at the top due to a fall. So I have to switch off and on again whenever I want to change books. When you are reading a book and you touch the middle part (if you have it configured that way) the page scrolling bar appears below (among other things at the top). Could the nickelmenu be put somewhere in there? I am not sure if it can go over the book letters or maybe where the scroll bar is (anywhere below the top would be fine) Now I understand this might be too complicated and not worth anybody´s time so if it cant be done, no worries  I´ll have to be more careful with my ebook Thanks! | 
|   |   | 
|  12-16-2020, 04:30 AM | #385 | 
| Enthusiast            Posts: 44 Karma: 19020 Join Date: Sep 2018 Device: Kobo Clara HD | 
				
				output software version
			 
			
			hey everyone, by any chance does anyone know if there is a command to output the device software version similar to the kernel output one? thanks | 
|   |   | 
|  12-16-2020, 10:25 AM | #386 | 
| 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 | 
			
			cut -f3 -d',' /mnt/onboard/.kobo/version I'm sure the actual revision hash is also stored in a file somewhere, but damned if I can remember where right now  . EDIT: /usr/local/Kobo/revinfo Last edited by NiLuJe; 12-16-2020 at 10:28 AM. | 
|   |   | 
|  12-16-2020, 10:56 AM | #387 | |
| Enthusiast            Posts: 44 Karma: 19020 Join Date: Sep 2018 Device: Kobo Clara HD | Quote: 
 by any chance, is it possible to have both version and revision output in one cmd output? | |
|   |   | 
|  12-16-2020, 11:17 AM | #388 | 
| Enthusiast            Posts: 44 Karma: 19020 Join Date: Sep 2018 Device: Kobo Clara HD | 
			
			:cmd_output :500:cut -f3 -d',' "/mnt/onboard/.kobo/version" "/usr/local/Kobo/revinfo" seems to have worked for me but im not sure if its the correct way... | 
|   |   | 
|  12-16-2020, 01:40 PM | #389 | 
| 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 | 
			
			I mean, it's also in the Settings menu, but, err, well ;o).
		 | 
|   |   | 
|  12-16-2020, 01:53 PM | #390 | 
| Enthusiast            Posts: 44 Karma: 19020 Join Date: Sep 2018 Device: Kobo Clara HD | 
			
			True true, but seems easier to have it in the nm rather than have to go in the settings then device info    | 
|   |   | 
|  | 
| Tags | 
| kobo, launcher, ldpreload, nickel | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Kobo eReaders and Heat | PeterT | Kobo Reader | 13 | 08-02-2014 04:35 AM | 
| kobo arc launcher not working | lana loves books | Kobo Tablets | 8 | 03-21-2014 06:40 AM | 
| Orginization on kobo ereaders | crochetgeek2010 | Kobo Reader | 7 | 09-03-2013 02:13 PM | 
| Kobo Announces eReaders Available for Purchase on Kobo.com in Canada and US | markemark | News | 1 | 04-02-2013 01:46 PM | 
| Ereaders with Integrated Dictionary | poohbear_nc | Which one should I buy? | 4 | 04-08-2010 06:42 AM |