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 10-20-2014, 02:47 PM   #61
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: 35,307
Karma: 145435140
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Forma, Clara HD, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Advboot for firmware 3.11.0

A bit of quick checking showed that the rcS file in 3.11.0 is the same as the rcS file in 3.8.0 so if you already had an advboot/koreader setup, all you need is to re-add the modified rcS file. The KoboRoot.tgz inside the advboot_rcs.zip file attached to this message will take care of that change (copy the KoboRoot.tgz file to the .kobo directory, safely disconnect and wait for it to install). This has been tested on a Kobo Glo, Aura HD and Aura H2O with firmware 3.11.0 installed.

If you need to do the full advboot/script files install, the file attached to message #47 in this thread advboot message #47 will take care of that for you.

edit: Corrected copy/paste error in rcS files. Thanks to traycold for the sharp eyes!
Attached Files
File Type: zip advboot_rcs.zip (2.3 KB, 366 views)

Last edited by DNSB; 10-21-2014 at 11:47 AM.
DNSB is offline   Reply With Quote
Old 10-21-2014, 08:33 AM   #62
traycold
Connoisseur
traycold doesn't littertraycold doesn't litter
 
Posts: 63
Karma: 196
Join Date: Oct 2010
Device: Kobo Glo Hd, Kobo H2O2
Quote:
Originally Posted by DNSB View Post
A bit of quick checking showed that the rcS file in 3.11.0 is the same as the rcS file in 3.8.0 so if you already had an advboot/koreader setup, all you need is to re-add the modified rcS file. The KoboRoot.tgz inside the advboot_rcs.zip file attached to this message will take care of that change (copy the KoboRoot.tgz file to the .kobo directory, safely disconnect and wait for it to install). This has been tested on a Kobo Glo, Aura HD and Aura H2O with firmware 3.11.0 installed.
hi,
thanks for your useful script. However I think you made a small copy-paste error at the end of rcS, since it calls scripts in pre_run folder instead of post_run (see bold/red text below from your script), after launching nickel:

Code:
# advboot: scripts exectuted before nickel and hindenburg
for ADVFILE in /mnt/onboard/.kobo/advboot/pre_run/*.sh
do
    $ADVFILE
done

/usr/local/Kobo/hindenburg &
/usr/local/Kobo/nickel -platform kobo -skipFontLoad &
[ $PLATFORM != freescale ] && rm -rf /dev/mmcblk1* && udevadm trigger &
insmod /drivers/$PLATFORM/misc/lowmem.ko &
[ `cat /mnt/onboard/.kobo/Kobo/Kobo\ eReader.conf | grep -c dhcpcd=true` == 1 ] && dhcpcd -d -t 10 &

# advboot: scripts exectuted before nickel and hindenburg
for ADVFILE in /mnt/onboard/.kobo/advboot/pre_run/*.sh
do
    $ADVFILE
done
traycold is offline   Reply With Quote
Advert
Old 10-21-2014, 11:16 AM   #63
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: 35,307
Karma: 145435140
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Forma, Clara HD, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by traycold View Post
hi,
thanks for your useful script. However I think you made a small copy-paste error at the end of rcS, since it calls scripts in pre_run folder instead of post_run (see bold/red text below from your script), after launching nickel:

Code:
# advboot: scripts exectuted before nickel and hindenburg
for ADVFILE in /mnt/onboard/.kobo/advboot/pre_run/*.sh
do
    $ADVFILE
done

/usr/local/Kobo/hindenburg &
/usr/local/Kobo/nickel -platform kobo -skipFontLoad &
[ $PLATFORM != freescale ] && rm -rf /dev/mmcblk1* && udevadm trigger &
insmod /drivers/$PLATFORM/misc/lowmem.ko &
[ `cat /mnt/onboard/.kobo/Kobo/Kobo\ eReader.conf | grep -c dhcpcd=true` == 1 ] && dhcpcd -d -t 10 &

# advboot: scripts exectuted before nickel and hindenburg
for ADVFILE in /mnt/onboard/.kobo/advboot/pre_run/*.sh
do
    $ADVFILE
done
Ughh... you're right. I'll change that and upload the modified version. Thanks for the eyes!
DNSB is offline   Reply With Quote
Old 10-24-2014, 03:45 AM   #64
j0y
Junior Member
j0y began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Oct 2014
Device: Kobo Aura H2O
David, thanks a lot!
Koreader is now running well in my H2O on firmware 3.11.0.
The reflow function is just amazing! Just to check, there is no free-zoom function, right? Either activated by touch or menu... because I couldn't zoom at all, just swtitch zoom modes.

Cheers
j0y is offline   Reply With Quote
Old 10-24-2014, 04:52 PM   #65
Ebri
Groupie
Ebri began at the beginning.
 
Posts: 150
Karma: 48
Join Date: Apr 2014
Device: Kindle Paperwhite 2, Kobo Aura HD
I usually try koreader first, and if zooming is a better solution, I leave the parts to be zoomed, and after reading the parts, which I can read in koreader, I switch to nickel, and finish there. (But I mostly read PDFs made of PPT-s needed for my work, where zoomed, usually tabular information, and textual handled well in koreader are separate.) Actually I like the stock PDF solution also better than the one on my old kindle PW, and I think the nickel and koreader PDF readers are quite good together.

The other thing I did was adjusting margins, it also helps sometimes (if you cut off the complicated parts, handling the simpler parts can be much better).
Ebri is offline   Reply With Quote
Advert
Old 10-27-2014, 04:27 AM   #66
Allenkun
Junior Member
Allenkun began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Oct 2014
Device: KOBO Aura
Hi Shadoooo! I am a newbie in this forum. I have a Kobo Aura. I installed Advboot mentioned in this thread because I want the alternative Koreader for pdf: https://www.mobileread.com/forums/sho...6&postcount=47 When I clicked the kobo, it just freeze, with progress bar running and all, nothing happens. It seems that now, the computer does not recognize the kobo aura. Is there a way to fix this? Thank you very much.
Allenkun is offline   Reply With Quote
Old 10-27-2014, 02:43 PM   #67
Ebri
Groupie
Ebri began at the beginning.
 
Posts: 150
Karma: 48
Join Date: Apr 2014
Device: Kindle Paperwhite 2, Kobo Aura HD
I think you can only factory reset, I don't remember the keys to press, but if you do 3-4 reboots the Kobo will offer to factory reset it. It will erase all sideloaded books and everything else from the main memory (SD card remains intact).

I don't know if there is any other solution.
Ebri is offline   Reply With Quote
Old 10-29-2014, 10:27 AM   #68
libertango
Connoisseur
libertango is a marvel to beholdlibertango is a marvel to beholdlibertango is a marvel to beholdlibertango is a marvel to beholdlibertango is a marvel to beholdlibertango is a marvel to beholdlibertango is a marvel to beholdlibertango is a marvel to beholdlibertango is a marvel to beholdlibertango is a marvel to beholdlibertango is a marvel to behold
 
Posts: 74
Karma: 11628
Join Date: Nov 2013
Device: kobo clara hd, kobo glo hd, kobo aura h2o, kobo touch, kindle dx
Quote:
Originally Posted by DNSB View Post
I've tried to simplify the installation for use with Kobo firmware 3.8.0. Basically, instead of the rcS file in one archive and the Koreader script files in another archive, I've generated a single file that installs both at the same time. In theory, this will work for the Kobo H2O as well but don't have one to test -- as yet.

So simplified install process:

Download the advboot_380.zip file attached to this message.
Download Koreader -- see the Koreader thread for location.

Connect your Kobo ereader to your computer.

Unpack the Koreader archive and copy the koreader directory to your Kobo's .kobo directory.

Open the advboot_380.zip file and copy the koboroot.tgz file to your Kobo's .kobo directory.

Safely disconnect your ereader from the computer and let it install. On power on, you should now see two buttons, one to run the Kobo firmware, the other to run Koreader.

Have fun...

edit0: added |dahlia in a couple of places so hopefully will run on the Aura H20 when it is released.

edit1: the rcS file for 3.7.0, 3.8.0 and 3.11.0 are the same so this will work with all of them.

edit2: when I added the |dahlia references, I also changed the last advboot entry to run pre-run instead of post_run scripts. That's now fixed up. Thanks for traycold for the sharp eyes!

Regards,
David
I tried this but I'm not happy with the result (stuck in File manager in Koreader mode, had to reboot).
I do I undo the installation please?
Kobo Touch at 3.8.0
libertango is offline   Reply With Quote
Old 10-29-2014, 11:12 AM   #69
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by libertango View Post
I tried this but I'm not happy with the result (stuck in File manager in Koreader mode, had to reboot).
You can try this to solve the Koreader problem.

Quote:
Originally Posted by libertango View Post
I do I undo the installation please?
Kobo Touch at 3.8.0
In the folder uninstall of the archive (advboot_380.zip), there is a file KoboRoot.tgz. Copy this file to folder .kobo of your reader, safely disconnect and eject the device.
tshering is offline   Reply With Quote
Old 10-29-2014, 11:32 AM   #70
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,613
Karma: 724945
Join Date: Oct 2014
Location: Antwerp
Device: Kobo Aura H2O
Stuck in file manager sounds more like trying to use a version of KOReader that's too old. Any nightly from within the past two weeks should do the trick. (But I see no reason not to get the most recent one.) Or you could always manually implement these changes on any older version.
Frenzie is offline   Reply With Quote
Old 10-29-2014, 11:48 AM   #71
Ken Maltby
Wizard
Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.
 
Ken Maltby's Avatar
 
Posts: 4,465
Karma: 6900052
Join Date: Dec 2009
Location: The Heart of Texas
Device: Boox Note2, AuraHD, PDA,
KOreader 921 version is working great, so far, but I had some similar problems with 903 & 907. I am launching with tshering's Kobo Start Menu, so there may be different issues involved.

Luck;
Ken
Ken Maltby is offline   Reply With Quote
Old 10-29-2014, 03:10 PM   #72
libertango
Connoisseur
libertango is a marvel to beholdlibertango is a marvel to beholdlibertango is a marvel to beholdlibertango is a marvel to beholdlibertango is a marvel to beholdlibertango is a marvel to beholdlibertango is a marvel to beholdlibertango is a marvel to beholdlibertango is a marvel to beholdlibertango is a marvel to beholdlibertango is a marvel to behold
 
Posts: 74
Karma: 11628
Join Date: Nov 2013
Device: kobo clara hd, kobo glo hd, kobo aura h2o, kobo touch, kindle dx
Quote:
Originally Posted by Frenzie View Post
Stuck in file manager sounds more like trying to use a version of KOReader that's too old. Any nightly from within the past two weeks should do the trick. (But I see no reason not to get the most recent one.) Or you could always manually implement these changes on any older version.
What if I delete the koboreader old version folder and copy the new version in? Because I've done that and I'm still stuck in the file manager.
Tell me if I have to disinstall and reinstall and I'll try that too.

Last edited by libertango; 10-29-2014 at 03:17 PM.
libertango is offline   Reply With Quote
Old 10-29-2014, 03:29 PM   #73
WS64
WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.WS64 ought to be getting tired of karma fortunes by now.
 
WS64's Avatar
 
Posts: 660
Karma: 506380
Join Date: Aug 2010
Location: Germany
Device: Kobo Aura / PB Lux 2 / Bookeen Frontlight / Kobo Mini / Nook Color
@Frenzie, the "too old Koreader" issue is just for the new H2O, not for the Kobo Touch

@libertango, no deinstall necessary, just copy the files over the old ones. Does the filemanager itself work (can you open a menu or anything), or does it not react to any taps at all? Try even to tap on empty spaces, on the Touch there might be an issue with everything turned by 90 or 180 degree (we even have a workaround for that, but that just will work if Koreader reacts somehow at least)

Last edited by WS64; 10-30-2014 at 02:34 AM.
WS64 is offline   Reply With Quote
Old 10-29-2014, 03:59 PM   #74
libertango
Connoisseur
libertango is a marvel to beholdlibertango is a marvel to beholdlibertango is a marvel to beholdlibertango is a marvel to beholdlibertango is a marvel to beholdlibertango is a marvel to beholdlibertango is a marvel to beholdlibertango is a marvel to beholdlibertango is a marvel to beholdlibertango is a marvel to beholdlibertango is a marvel to behold
 
Posts: 74
Karma: 11628
Join Date: Nov 2013
Device: kobo clara hd, kobo glo hd, kobo aura h2o, kobo touch, kindle dx
Quote:
Originally Posted by WS64 View Post
@Frenzie, the "too old Koreader" issue is just for the new H2O, not for the Kobo Touch

@libertango, no deinstall necessary, just copy the files over the old ones.
So, if the first is true, copying the files over the old ones couldn't anyway solve my issue, right?

Quote:
Originally Posted by WS64 View Post
Does the filemanager itself work (can you open a menu or anything), or does it not react to any taps at all? Try even to tap on empty spaces, on the Touch there might be an issue with everything turned by 180 degree (we even have a workaround for that, but that just will work if Koreader reacts somehow at least)
No reaction, or just some reaction after many tries. Most of the time, simply stuck.
Thanks for helping.

Last edited by libertango; 10-29-2014 at 04:02 PM.
libertango is offline   Reply With Quote
Old 10-29-2014, 04:49 PM   #75
Ken Maltby
Wizard
Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.
 
Ken Maltby's Avatar
 
Posts: 4,465
Karma: 6900052
Join Date: Dec 2009
Location: The Heart of Texas
Device: Boox Note2, AuraHD, PDA,
If you copy/merge the koreader folder over the existing one, you can retain the settings and additions you may have added to koreader, like dictionaries, and fonts. Deleting the old folder before updating looses any such adjustments, including where you have set the reader.lua program to have File Manager open.

I use a hidden folder on my external uSD card, for my library so I have reader.lua /mnt/sd/.Koreader/Books/ as the argument passed to the program. Because I use the KSM to launch Koreader the call is in /.kobo/kbmenu/onstart/koreader_kobo.sh

Not sure how AdvBoot calls Koreader.

Luck;
Ken
Ken Maltby is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Aura H2O Open book in Koreader from Nickel? tayseidel Kobo Developer's Corner 2 01-03-2016 03:35 PM
Kobo-advboot Nickel or KOReader startup menu Ken Maltby KOReader 0 01-02-2016 02:22 PM
Aura H2O Koreader and malformed nickel database Patricius Kobo Reader 38 08-03-2015 05:45 AM
Aura H2O Problem with KSM and/or Koreader -> Nickel full freeze johnnyb Kobo Developer's Corner 8 04-15-2015 02:18 AM
Eink stanalone demo Qt eink driver for standalone qt apps ie no nickel nickel tonyv Kobo Developer's Corner 2 12-27-2012 09:35 AM


All times are GMT -4. The time now is 02:14 PM.


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