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 08-14-2015, 03:34 AM   #646
rikus
Junior Member
rikus began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Dec 2013
Device: Kobo Glo
Quote:
Originally Posted by church mouse View Post
On my H2O I amended the Cr3 ini file to have the following margin values to lower the headline and pull in the sides of it a touch:

kbd_layout=0
margin_top=12
margin_left=5
margin_right=5
Thanks, I'll try it! I thought this margins are only for the text area and not the headline...
rikus is offline   Reply With Quote
Old 08-16-2015, 05:45 AM   #647
kaznelson
Old Kaz
kaznelson ought to be getting tired of karma fortunes by now.kaznelson ought to be getting tired of karma fortunes by now.kaznelson ought to be getting tired of karma fortunes by now.kaznelson ought to be getting tired of karma fortunes by now.kaznelson ought to be getting tired of karma fortunes by now.kaznelson ought to be getting tired of karma fortunes by now.kaznelson ought to be getting tired of karma fortunes by now.kaznelson ought to be getting tired of karma fortunes by now.kaznelson ought to be getting tired of karma fortunes by now.kaznelson ought to be getting tired of karma fortunes by now.kaznelson ought to be getting tired of karma fortunes by now.
 
kaznelson's Avatar
 
Posts: 203
Karma: 1064151
Join Date: May 2010
Device: PocketBook Era
For firmware 3.17.0 in a file .kobo/vlasovsoft/launcher.sh edit this section:
Code:
# kill nickel
killall nickel
killall hindenburg
killall fmon
... as follows:
Code:
# kill nickel with components
killall sickel
killall nickel
killall hindenburg
killall fmon
kaznelson is offline   Reply With Quote
Advert
Old 08-16-2015, 06:33 AM   #648
geoslake
Member
geoslake began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Jan 2014
Device: Kindle 4 NT & Kobo Aura
Hi

Is there a way to (simply) transfer new books to my Kobo Aura, via usb, without switching back to Kobo Os ?
(would not be a big deal, but if i transfer a lot of books, kobo os, wants to list them all, display their cover etc, which takes an awful lot of time, maybe theres a way to disable this ?)

Thanks
geoslake is offline   Reply With Quote
Old 08-16-2015, 09:00 AM   #649
boriar
Evangelist
boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.
 
boriar's Avatar
 
Posts: 407
Karma: 314204
Join Date: Jan 2015
Device: bq Avant XL, Kobo Aura H2O, Onyx Boox M96C Plus
Quote:
Originally Posted by geoslake View Post
Hi

Is there a way to (simply) transfer new books to my Kobo Aura, via usb, without switching back to Kobo Os ?
(would not be a big deal, but if i transfer a lot of books, kobo os, wants to list them all, display their cover etc, which takes an awful lot of time, maybe theres a way to disable this ?)

Thanks
If you use nickel to read there's no alternative.
If you us KSM connect to PC from it: usb>usb enable id like nickel.
In any case if you want to avoid nickel "see" your books, copy they to a directory beginning with a dot, ex: ".Books" to hide it.
boriar is offline   Reply With Quote
Old 09-01-2015, 11:03 PM   #650
HeWhoWas
Junior Member
HeWhoWas began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Nov 2014
Device: Kobo Glo
Seeing as Cool Reader is open sourced and licensed under the GPL, could you please release the source code for at least that component?

I would like to add the ability to sync between devices to the CoolReader platform, and would prefer to not work from the ground up.
HeWhoWas is offline   Reply With Quote
Advert
Old 09-02-2015, 02:02 AM   #651
AlterusPrime
Enthusiast
AlterusPrime has a complete set of Star Wars action figures.AlterusPrime has a complete set of Star Wars action figures.AlterusPrime has a complete set of Star Wars action figures.AlterusPrime has a complete set of Star Wars action figures.
 
Posts: 38
Karma: 358
Join Date: May 2015
Device: Kobo Glo
Quote:
Originally Posted by HeWhoWas View Post
Seeing as Cool Reader is open sourced and licensed under the GPL, could you please release the source code for at least that component?

I would like to add the ability to sync between devices to the CoolReader platform, and would prefer to not work from the ground up.
It looks like Sergey never reading this thread anymore.
You should actually go to his own forum (link) and ask there.
AlterusPrime is offline   Reply With Quote
Old 09-02-2015, 09:07 AM   #652
Markismus
Guru
Markismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicing
 
Markismus's Avatar
 
Posts: 897
Karma: 149877
Join Date: Jul 2013
Location: Netherlands
Device: Cracked HiSenseA5ProCC, Cracked OnyxNotePro, Note5, Kobo Glo, Aura
@HeWhoWas Device sync is already implemented in koreader---which also runs the coolreader engine. So you could reuse that code or the program.
Markismus is offline   Reply With Quote
Old 09-03-2015, 05:09 AM   #653
sergeyvl12
ebook fan
sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.
 
Posts: 735
Karma: 2528718
Join Date: Dec 2010
Device: PocketBook 301+, Kindle 3 Wi-Fi, Onyx Boox A62, Kindle Touch
Quote:
Originally Posted by HeWhoWas View Post
Seeing as Cool Reader is open sourced and licensed under the GPL, could you please release the source code for at least that component?

I would like to add the ability to sync between devices to the CoolReader platform, and would prefer to not work from the ground up.
Hi, HeWhoWas

The sources are published here:

https://github.com/sergeyvl/vlasovsoft
sergeyvl12 is offline   Reply With Quote
Old 09-29-2015, 01:11 PM   #654
neice
Junior Member
neice began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Sep 2015
Device: none
I'd like to set vlasovsoft launcher and coolreader to always default to frontlight level 1 on startup. I want this so that when I turn it on at night it doesn't blind me on startup after having the frontlight on a high level previously during the day.

Is this possible to do? I just recently started using the pbchess package.

Thank you!
neice is offline   Reply With Quote
Old 10-07-2015, 11:52 AM   #655
loviedovie
Addict
loviedovie ought to be getting tired of karma fortunes by now.loviedovie ought to be getting tired of karma fortunes by now.loviedovie ought to be getting tired of karma fortunes by now.loviedovie ought to be getting tired of karma fortunes by now.loviedovie ought to be getting tired of karma fortunes by now.loviedovie ought to be getting tired of karma fortunes by now.loviedovie ought to be getting tired of karma fortunes by now.loviedovie ought to be getting tired of karma fortunes by now.loviedovie ought to be getting tired of karma fortunes by now.loviedovie ought to be getting tired of karma fortunes by now.loviedovie ought to be getting tired of karma fortunes by now.
 
Posts: 295
Karma: 2139988
Join Date: Nov 2014
Device: bookeen
Hi

Does this reader work with KSM?
loviedovie is offline   Reply With Quote
Old 10-07-2015, 12:42 PM   #656
sergeyvl12
ebook fan
sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.
 
Posts: 735
Karma: 2528718
Join Date: Dec 2010
Device: PocketBook 301+, Kindle 3 Wi-Fi, Onyx Boox A62, Kindle Touch
Quote:
Originally Posted by loviedovie View Post
Hi

Does this reader work with KSM?
Yes. It works
sergeyvl12 is offline   Reply With Quote
Old 10-07-2015, 09:32 PM   #657
loviedovie
Addict
loviedovie ought to be getting tired of karma fortunes by now.loviedovie ought to be getting tired of karma fortunes by now.loviedovie ought to be getting tired of karma fortunes by now.loviedovie ought to be getting tired of karma fortunes by now.loviedovie ought to be getting tired of karma fortunes by now.loviedovie ought to be getting tired of karma fortunes by now.loviedovie ought to be getting tired of karma fortunes by now.loviedovie ought to be getting tired of karma fortunes by now.loviedovie ought to be getting tired of karma fortunes by now.loviedovie ought to be getting tired of karma fortunes by now.loviedovie ought to be getting tired of karma fortunes by now.
 
Posts: 295
Karma: 2139988
Join Date: Nov 2014
Device: bookeen
Quote:
Originally Posted by sergeyvl12 View Post
Yes. It works
Tested and it works. Great work
loviedovie is offline   Reply With Quote
Old 11-17-2015, 06:45 PM   #658
ipse
Connoisseur
ipse loves his/her reader more than momipse loves his/her reader more than momipse loves his/her reader more than momipse loves his/her reader more than momipse loves his/her reader more than momipse loves his/her reader more than momipse loves his/her reader more than momipse loves his/her reader more than momipse loves his/her reader more than momipse loves his/her reader more than momipse loves his/her reader more than mom
 
ipse's Avatar
 
Posts: 51
Karma: 78700
Join Date: May 2014
Device: Kobo Aura, Arc 10HD
Help!
I cannot upgrade past 2015.2 as CR would not work. Other apps installed with it DO WORK (chess...) but not CR. This is with 2015.4, 5, 7.
I tried in various ways, renaming the old vlasovsoft folder, etc...no dice. Cannot launch CR from the menu...or automatically as set in Settings.
Any clue why?

BTW: I have an Aura running 3.15.0. Koreader updated fine to the 2015.11 stable.

/EDIT: looks like I am using KSM v6 and there are changes in the folder structure afterwards...both in KSM and pbchess...but what would one do if he does NOT want to upgrade KSM? Maybe a post for tshering's thread...

Last edited by ipse; 11-17-2015 at 06:58 PM.
ipse is offline   Reply With Quote
Old 11-19-2015, 05:39 PM   #659
Alan_S
Evangelist
Alan_S ought to be getting tired of karma fortunes by now.Alan_S ought to be getting tired of karma fortunes by now.Alan_S ought to be getting tired of karma fortunes by now.Alan_S ought to be getting tired of karma fortunes by now.Alan_S ought to be getting tired of karma fortunes by now.Alan_S ought to be getting tired of karma fortunes by now.Alan_S ought to be getting tired of karma fortunes by now.Alan_S ought to be getting tired of karma fortunes by now.Alan_S ought to be getting tired of karma fortunes by now.Alan_S ought to be getting tired of karma fortunes by now.Alan_S ought to be getting tired of karma fortunes by now.
 
Alan_S's Avatar
 
Posts: 440
Karma: 1084584
Join Date: Aug 2007
Location: Sisak, Croatia
Device: Kobo Aura H2O, Kobo Aura ONE
Yes, there were some changes how CR is started and KSM adopted new way. KSM 8 also is recommended because it solves problem with database corruption for those that use calibre.
Alan_S is offline   Reply With Quote
Old 12-01-2015, 06:44 PM   #660
colibris79
Zealot
colibris79 can extract oil from cheesecolibris79 can extract oil from cheesecolibris79 can extract oil from cheesecolibris79 can extract oil from cheesecolibris79 can extract oil from cheesecolibris79 can extract oil from cheesecolibris79 can extract oil from cheesecolibris79 can extract oil from cheese
 
Posts: 140
Karma: 1089
Join Date: Mar 2011
Device: Sony T1, Onyx C67ML, Poke 4, Boyue Paper/Likebook
Hi there,
I've been trying to increase the space between paragraphs in epubs modifying the cr3.ini (tried increasing every 'margin-bottom' value I've found), but so far no success. I have disabled the inner styles too. I'm using last CoolReader release, 2015_12 in my Kobo Mini. How would be the best way to do it?
Thanks

Last edited by colibris79; 12-01-2015 at 06:50 PM.
colibris79 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PRS-T1 sony prs-t1 Cool Reader vs FBReader vs Reader killermiller Sony Reader 1 10-08-2012 03:06 PM
Need to Help for Cool Reader anu_09 Android Developer's Corner 1 11-03-2011 05:56 AM
Cool Reader emt Android Devices 11 05-18-2011 02:18 PM
Cool reader and E-Book reader differences? PKFFW OpenInkpot 9 11-22-2010 05:52 PM
Ended Cool-er e reader BenjaminJames Flea Market 1 01-07-2010 05:36 PM


All times are GMT -4. The time now is 05:01 PM.


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