Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader > Kobo Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 11-04-2024, 03:09 PM   #1171
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,210
Karma: 168983734
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
That is where you needed the exclusion in the Kobo eReader.conf file in the .kobo/Kobo directory. In the root it does nothing since the software does not look for the file there. If you had added the exclusion later, it would have removed all the extraneous images from your Kobo and you would need to re-add the files.

This is where the script file comes in handy since it does the work for you.
DNSB is offline   Reply With Quote
Old 11-05-2024, 11:37 AM   #1172
smg
Junior Member
smg began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Nov 2024
Device: Kobo Clara BW
I will have access to a mac and a pc in a couple of weeks as I am currently on vacation... I will try again then using a script...

I read that you can get landscape mode using only Nickel and it persists through FW updates... if this is the case, it might be good enough for me... though I would like to able to trigger orientation toggling and inverted by gesture... but that isn't a hill I need to die on... and I'm pretty happy with the stock Volkorn font extra heavy... it suits my eyes well... I don't know that I need the other more advanced features... I added books converted to kepub through send.djazz.se and it worked fine...

I think landscape mode is the big one for me, and I just want the most elegant way of, preferably, being able to toggle between portrait and landscape with one gesture, and inverting whichever one is currently set with another, or, as good enough, being able to rotate through 0°, 90°, 180° and 270° in series.

This worked perfectly in koreader, but I am still looking for other ways to achieve this with little effort... Getting a script to work from Chrome's Linux sandbox would be great, but I remain quite unclear on how to do it.

Perhaps one of you guys could come up with an article laying this out in step by step fashion?? ��
smg is offline   Reply With Quote
Advert
Old 11-05-2024, 08:47 PM   #1173
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,210
Karma: 168983734
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
In the Kobo eReader.conf file, under the [Device Settings] header, you could add 'ForceAllowLandscape=true' and see if it works. The other option is do search for devmodeon(*). This will add another setting under More => Device Information labelled as Developer options. On my Clara HD, the 3rd page has an Orientation option which allows selecting Portrait, Inverted Portrait, Landscape & Inverted Landscape. Either of these work on my Clara HD but I don't have a Clara BW to test this on.

* Literally, bring up the search by tapping the magnifying glass icon and type devmodeon and then search. To disable Developer mode, search for devmodeoff.

Last edited by DNSB; 11-05-2024 at 08:49 PM.
DNSB is offline   Reply With Quote
Old 11-25-2024, 11:53 PM   #1174
rendababy
Junior Member
rendababy began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Nov 2024
Device: KoboLC/BooxGo10
OCP for Plato 0.9.44?

https://github.com/baskerville/plato...ses/tag/0.9.44
I'm not sure how to overwrite the older version which doesn't work on my libra color. Thanks!
rendababy is offline   Reply With Quote
Old 11-25-2024, 11:57 PM   #1175
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,210
Karma: 168983734
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Basically, connect your KLC to your computer, delete the contents of the /.adds/plato directory (since it didn't work, just easier to wipe the entire install) and then copy the contents of the .zip file to the /.adds/plato directory. At least that's what I tried on my KLC and Plato does work now.
DNSB is offline   Reply With Quote
Advert
Old 11-27-2024, 03:46 AM   #1176
shnyaps
Junior Member
shnyaps began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jan 2018
Device: kobo aqua h2o
Quote:
Originally Posted by DNSB View Post
Basically, connect your KLC to your computer, delete the contents of the /.adds/plato directory (since it didn't work, just easier to wipe the entire install) and then copy the contents of the .zip file to the /.adds/plato directory. At least that's what I tried on my KLC and Plato does work now.
it is enough to remove line "color = ..." from Plato's Settings.toml.
shnyaps is offline   Reply With Quote
Old 11-27-2024, 05:58 PM   #1177
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,210
Karma: 168983734
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by DNSB View Post
Basically, connect your KLC to your computer, delete the contents of the /.adds/plato directory (since it didn't work, just easier to wipe the entire install) and then copy the contents of the .zip file to the /.adds/plato directory. At least that's what I tried on my KLC and Plato does work now.
Quote:
Originally Posted by shnyaps View Post
it is enough to remove line "color = ..." from Plato's Settings.toml.
For myself, I copied the plato and plato.sh files from the first test package and remove the color= line from settings.toml. Which worked but the colour was rather strange. I then copied the plato file from the second test package and looked half decent.

OTOH, since Plato did not work on my KLC, if I had to install 9.44, I would have gone with the delete the old files and copy the new files since it was just simpler.
DNSB is offline   Reply With Quote
Old 12-02-2024, 10:37 AM   #1178
Barty
doofus
Barty ought to be getting tired of karma fortunes by now.Barty ought to be getting tired of karma fortunes by now.Barty ought to be getting tired of karma fortunes by now.Barty ought to be getting tired of karma fortunes by now.Barty ought to be getting tired of karma fortunes by now.Barty ought to be getting tired of karma fortunes by now.Barty ought to be getting tired of karma fortunes by now.Barty ought to be getting tired of karma fortunes by now.Barty ought to be getting tired of karma fortunes by now.Barty ought to be getting tired of karma fortunes by now.Barty ought to be getting tired of karma fortunes by now.
 
Barty's Avatar
 
Posts: 2,549
Karma: 13089041
Join Date: Sep 2010
Device: Kobo Libra 2, Kindle Voyage
Quote:
Originally Posted by rendababy View Post
https://github.com/baskerville/plato...ses/tag/0.9.44
I'm not sure how to overwrite the older version which doesn't work on my libra color. Thanks!
Quote:
Originally Posted by DNSB View Post
For myself, I copied the plato and plato.sh files from the first test package and remove the color= line from settings.toml. Which worked but the colour was rather strange. I then copied the plato file from the second test package and looked half decent.

OTOH, since Plato did not work on my KLC, if I had to install 9.44, I would have gone with the delete the old files and copy the new files since it was just simpler.
I'd greatly appreciate if someone with a color Kobo would try my latest build of Plato

https://github.com/thataboy/plato/releases

and tell me how cover view looks

Thanks

Edit: to install, unzip the entire content of the zip file into .adds/plato and overwrite everything. (The package contains some files not included in original plato.) Your Settings.toml will be untouched.

Last edited by Barty; 12-02-2024 at 11:09 AM.
Barty is offline   Reply With Quote
Old 12-06-2024, 12:09 PM   #1179
Goldeneyes78
Member
Goldeneyes78 began at the beginning.
 
Posts: 11
Karma: 12
Join Date: Nov 2024
Location: London
Device: Kindle Oasis 10th G, Kobo Elipsa, Kobo Aura, Kobo Mini
Please help, I'm trying to install KoReader on my new elipsa, version one, and when I tried to Run the instal.ps1 file with power shell, just start the power shell and close directly. Nothing happen else. My Kobo connected and everything fine except the install file doesn't want to start so I can choose to install koreader.
My windows is 11. Any idea why is that?

https://ibb.co/B254gBf

Goldeneyes78 is offline   Reply With Quote
Old 12-06-2024, 03:12 PM   #1180
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,210
Karma: 168983734
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
As per item #3 in the Windows install script section, did you unblock the PS1 file? See the attached image. Otherwise, I would suggest opening a Powershell session, CDing to the directory where the script and the .zip file are and then typing .\install.ps1 (Powershell does not look in the current directory by default) which should at least let you see any error messages that might be generated.
Attached Thumbnails
Click image for larger version

Name:	umblock.png
Views:	130
Size:	25.5 KB
ID:	212374  
DNSB is offline   Reply With Quote
Old 12-06-2024, 09:18 PM   #1181
Goldeneyes78
Member
Goldeneyes78 began at the beginning.
 
Posts: 11
Karma: 12
Join Date: Nov 2024
Location: London
Device: Kindle Oasis 10th G, Kobo Elipsa, Kobo Aura, Kobo Mini
How to Install KoReader on Kobo devices in Windows 11

Quote:
Originally Posted by DNSB View Post
As per item #3 in the Windows install script section, did you unblock the PS1 file? See the attached image. Otherwise, I would suggest opening a Powershell session, CDing to the directory where the script and the .zip file are and then typing .\install.ps1 (Powershell does not look in the current directory by default) which should at least let you see any error messages that might be generated.
Thank you for your advice, but unfortunately doesn't work with me with many different type of orders and I did check the box for unblock, but I found the solution to order Powershell to bypass the security and install, and WELLA everything working fine and installed smoothly
As you said, after opening Powershell and go to the same files directery, I give this order
powershell -executionpolicy bypass -File .\install.ps1
and after the order as you know asking me for what I want to install and that's it.
Please help others for this order as maybe the Windows 11 making more hidden security for Powershell.
Thank you anyway and hope everybody get the benefit.
By the way do you know if there is any chance to embedded the stylus working in koreader in future? I want to use the the stulus pen with my Elipsa.


Last edited by Goldeneyes78; 12-06-2024 at 09:21 PM.
Goldeneyes78 is offline   Reply With Quote
Old 12-06-2024, 09:33 PM   #1182
Goldeneyes78
Member
Goldeneyes78 began at the beginning.
 
Posts: 11
Karma: 12
Join Date: Nov 2024
Location: London
Device: Kindle Oasis 10th G, Kobo Elipsa, Kobo Aura, Kobo Mini
Order working on windows 11 to install KoReader

I don't know why the pictures doesn't appear up!


Goldeneyes78 is offline   Reply With Quote
Old 12-06-2024, 10:12 PM   #1183
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,210
Karma: 168983734
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by Goldeneyes78 View Post
By the way do you know if there is any chance to embedded the stylus working in koreader in future? I want to use the the stulus pen with my Elipsa.
That's a question for the KOReader forum.
DNSB is offline   Reply With Quote
Old 12-10-2024, 01:20 PM   #1184
ducks46
Junior Member
ducks46 began at the beginning.
 
Posts: 4
Karma: 10
Join Date: May 2024
Device: Kobo Clara
Hope its okay to ask this here. Couldn't find the solution elsewhere.

When I close Koreader or Plato (from nickel menu) my device restarts. I tried opening them through the nickel menu_item in both formats - through kfmon and cmd-spawn. Both gives the same result.

Does anyone know what I am doing wrong. I have kfmon, nm, koreader and plato installed. Used the one click install script.
ducks46 is offline   Reply With Quote
Old 12-10-2024, 01:59 PM   #1185
Frenzie
Wizard
Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.
 
Posts: 1,751
Karma: 730681
Join Date: Oct 2014
Location: Antwerp
Device: Kobo Aura H2O
If the KFMon config in /mnt/onboard/.adds/kfmon/config/koreader.ini doesn't contain reboot_on_exit=false it'll restart the device. The difference between restarting the device and restarting Nickel isn't very large though iirc.
Frenzie is offline   Reply With Quote
Reply

Tags
kfmon, kobo, koreader, plato


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Aura How to install ksm and koreader mhss Kobo Reader 0 01-17-2018 07:45 PM
Koreader could not be opened by click an epub file on the books list johnleo KOReader 4 12-11-2017 07:57 AM
Cannot install custom update packages via MRPI anunay Kindle Developer's Corner 9 02-09-2017 07:46 AM
Kobo-how to install koreader sahbi KOReader 22 01-02-2016 03:49 PM
Koreader install help mrmojorizing Kobo Developer's Corner 3 09-29-2014 01:24 PM


All times are GMT -4. The time now is 07:39 AM.


MobileRead.com is a privately owned, operated and funded community.