07-03-2013, 12:46 AM | #46 |
Addict
Posts: 251
Karma: 214890
Join Date: Sep 2006
Device: none
|
It is koreader have changed rotation. The KoboLauncher doesn't change the rotation it just draws transformed i.e. rotated image instead.
I guess the problem is that KoboLauncher starts child processes detached. I.e they both koreader and KL run at the same time. If they both will react on touch event trying to update screen, having different (changed by koreader) frame buffer information screen corruption will occur. I wonder will it help if KoboLauncher will hide its main window when launched application starts? |
07-03-2013, 12:49 AM | #47 |
Wizard
Posts: 4,465
Karma: 6900052
Join Date: Dec 2009
Location: The Heart of Texas
Device: Boox Note2, AuraHD, PDA,
|
If I make a new bash script "KoboLauncher.sh", don't I have to make it executable with
chmod +x ? I'm not up to speed on scripting inside a dedicated device and I only have a Linux on a CD available at the moment. Luck; Ken Last edited by Ken Maltby; 07-03-2013 at 12:58 AM. |
Advert | |
|
07-03-2013, 02:47 AM | #48 |
Enthusiast
Posts: 46
Karma: 54894
Join Date: Jun 2013
Device: kobo
|
Ken: you do not need to chmod +x (is on a vfat and mounted to add +x to all files)
[root@(none) ~]# ls -la /mnt/onboard/.kobo/KoboLauncher/ total 108 drwxr-xr-x 13 root root 4096 Jul 3 02:08 . drwxr-xr-x 9 root root 4096 Jul 3 00:16 .. -rwxr-xr-x 1 root root 120 Jul 3 02:58 KoboLauncher.sh -rwxr-xr-x 1 root root 429 Jul 2 22:44 KoboLauncher.sh-old Also as a tip, I start usbnet (which also starts dropbear sshd): [root@(none) ~]# cat /mnt/onboard/.kobo/KoboLauncher/KoboLauncher.sh #!/bin/sh /mnt/onboard/.kobo/KoboLauncher/usbnet/start.sh /mnt/onboard/.kobo/koreader/koreader_kobo.sh /mnt/onboard [root@(none) ~]# cat /mnt/onboard/.kobo/KoboLauncher/usbnet/start.sh #!/bin/sh root=/mnt/onboard/.kobo/KoboLauncher/usbnet insmod /drivers/ntx508/usb/gadget/arcotg_udc.ko insmod /drivers/ntx508/usb/gadget/g_ether.ko ifconfig usb0 192.168.2.101 $root/dropbear -E -r $root/host.key.rsa -d $root/host.key.dss > $root/dropbear.log 2>&1 |
07-03-2013, 02:55 AM | #49 |
Time Waster
Posts: 422
Karma: 289160
Join Date: May 2011
Device: Kobo Glo and Aura HD
|
What's KoboLauncher process name? I kill nickel before starting koreader, maybe it is sufficient to add a line to kill KoboLauncher and proceed to koreader.
|
07-03-2013, 03:49 AM | #50 | ||
♫
Posts: 661
Karma: 506380
Join Date: Aug 2010
Location: Germany
Device: Kobo Aura / PB Lux 2 / Bookeen Frontlight / Kobo Mini / Nook Color
|
Quote:
A menu opens with the selection "Last documents" and "Exit". Might be easier to close the File Manager through "Exit". it still reboots the device, though... Quote:
Change page in File Manager is done by swiping to left/right. |
||
Advert | |
|
07-03-2013, 08:35 AM | #51 |
Guru
Posts: 911
Karma: 149881
Join Date: Jul 2013
Location: Netherlands
Device: HiSenseA5ProCC, Cracked OnyxNotePro, Note5, Kobo Glo, Aura
|
I _Love_ this thread!!
I just installed koreader on my Aura (, previously enabled telnet and kobolaucher) and ran it using telnet. The kobolaucher script adjustment via sh-old also only displayed an icon. Results: - It works. Although it seemed to get stuck after a while. I rebooted via telnet. - I cannot load other pdf's. There is a book icon in the upper left corner, but I cannot reach it: it's too small. Basically, I hope that I can read pdf's with scanned pages and OCR-text underneath, while having the use of a dictionary (in german philosophical texts it's nice to be able to check wheter you don't understand the word or a thought) and to be able to make notes. Is that realistic? |
07-04-2013, 04:40 AM | #52 |
Enthusiast
Posts: 46
Karma: 54894
Join Date: Jun 2013
Device: kobo
|
tip: ajust DRCOUNTMAX = 1 in /mnt/onboard/.kobo/koreader/defaults.lua to
have page refresh at each page turn |
07-04-2013, 08:47 AM | #53 | |
Connoisseur
Posts: 86
Karma: 17618
Join Date: Nov 2010
Device: Kobo GLO
|
Quote:
If I understood, it's a problem of Koreader when laucher by KoboLauncher. It's correct? |
|
07-04-2013, 09:18 AM | #54 |
Time Waster
Posts: 422
Karma: 289160
Join Date: May 2011
Device: Kobo Glo and Aura HD
|
Basically, it's a problem of KoboLauncher :P I don't know how it paints the screen but it seems uncorrect since it keeps using it even when it's not doing anything. For the time being (at least until someone ports Tweaks) you have to sacrifice the other programs and place the command to open koreader in KoboLauncher's shell script, so that it does not open its app.
|
07-04-2013, 10:28 AM | #55 |
♫
Posts: 661
Karma: 506380
Join Date: Aug 2010
Location: Germany
Device: Kobo Aura / PB Lux 2 / Bookeen Frontlight / Kobo Mini / Nook Color
|
Maybe someone can create a new PNG file for KOReader and edit the Kobo Launcher installation file so the new PNG points directly to KOReader...
|
07-04-2013, 11:33 AM | #56 |
Zealot
Posts: 100
Karma: 470830
Join Date: Nov 2012
Location: Berlin
Device: Nook Simple Touch, Kobo Aura H2O, Kobo Libra 2
|
I did that. It's a dirty hack, but it works.
Just hex-edited Sergey's /usr/bin/launcher binary. launche2.png goes into /mnt/onboard koreade-launcher.sh goes into /mnt/onboard/.kobo/koreader/ Note: There has been a problem reported that may be related to the launcher. I personally haven't seen any problems, but handle with care. In case you see a direct boot into koreader, delete the launche2.png image from /mnt/onboard, and reboot. That should prevent the launcher from starting. Last edited by xor_; 07-08-2013 at 03:38 PM. Reason: added warning // removed attachment |
07-04-2013, 11:37 AM | #57 |
Addict
Posts: 251
Karma: 214890
Join Date: Sep 2006
Device: none
|
|
07-04-2013, 01:09 PM | #58 | |
Wizard
Posts: 4,465
Karma: 6900052
Join Date: Dec 2009
Location: The Heart of Texas
Device: Boox Note2, AuraHD, PDA,
|
Quote:
Does the launche2.png go to the same location as the original launcher.png? It looks like that to me, but the earlier directions were to put it in the "root" (which should be the same as " /mnt/onboard" ) Luck; Ken Last edited by Ken Maltby; 07-04-2013 at 01:32 PM. |
|
07-04-2013, 01:24 PM | #59 |
Zealot
Posts: 100
Karma: 470830
Join Date: Nov 2012
Location: Berlin
Device: Nook Simple Touch, Kobo Aura H2O, Kobo Libra 2
|
|
07-04-2013, 01:44 PM | #60 | |
Wizard
Posts: 4,465
Karma: 6900052
Join Date: Dec 2009
Location: The Heart of Texas
Device: Boox Note2, AuraHD, PDA,
|
Quote:
Luck; Ken |
|
|
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 | 1268 | 02-27-2024 12:49 PM |
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 |