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 01-08-2015, 03:55 AM   #706
valris
(•ω•)
valris began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Oct 2014
Device: Kobo Aura
Hi, i still have the problem that i can't start nickel. So i backuped everything offsite and want to reset the kobo to a factory state.

How can i do that? With KSM the reset button at the bottom only restarts the device. And i can't reset it (for obvious reasons) in nickels settings menu.


EDIT: Found the answer: https://www.mobileread.com/forums/sho...37&postcount=4

Last edited by valris; 01-08-2015 at 04:04 AM. Reason: answer self found
valris is offline   Reply With Quote
Old 01-08-2015, 03:25 PM   #707
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
I once announced that I will upload a version of the usb enable script that identifies the device in the same way as nickel does, but evidently forgot doing so. Having been reminded by this post by Jellby, I am providing the script now.
Copy usb_enable_id_like_nickel.sh to .kobo\kbmenu\scripts_intern\usb. This is for KSM 06.
Attached Files
File Type: zip usb_enable_id_like_nickel.zip (644 Bytes, 213 views)
tshering is offline   Reply With Quote
Advert
Old 01-15-2015, 06:42 PM   #708
norbusan
Zealot
norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.
 
Posts: 140
Karma: 82382
Join Date: Jan 2013
Device: Kindle Paperwhite, Kobo Glo, Kobo GloHD
Hi Tshering,
I finally came around to switch from the fmon method to your KSM, very nice, great work.

At the moment I can start the vlvasoftlauncher and from there pbchess, but I would like to see pbchess directly in the KSM, is this possible?

Thanks

Norbert
norbusan is offline   Reply With Quote
Old 01-15-2015, 06:55 PM   #709
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,466
Karma: 6900052
Join Date: Dec 2009
Location: The Heart of Texas
Device: Boox Note2, AuraHD, PDA,
Quote:
Originally Posted by tshering View Post
I once announced that I will upload a version of the usb enable script that identifies the device in the same way as nickel does, but evidently forgot doing so. Having been reminded by this post by Jellby, I am providing the script now.
Copy usb_enable_id_like_nickel.sh to .kobo\kbmenu\scripts_intern\usb. This is for KSM 06.
It is the same size as the one I downloaded on 1\8\2015.

Luck;
Ken
Ken Maltby is offline   Reply With Quote
Old 01-16-2015, 04:03 AM   #710
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 norbusan View Post
Hi Tshering,
I finally came around to switch from the fmon method to your KSM, very nice, great work.

At the moment I can start the vlvasoftlauncher and from there pbchess, but I would like to see pbchess directly in the KSM, is this possible?

Thanks

Norbert
I cannot try it myself right now, since I do not have my Kobo with me. In an earlier version of KSM, one could call Coolreader directly from the main menu. It worked, or so I thought. It turned out that opening the light adjustment menu or changing the srcreen refresh interval causes the device to freeze (The discussion is somewhere around posts 257, 274 and the follow up posts).

If you like to experiment, here is how you could start. Create startpbchess.sh

Code:
#!/bin/sh
export ROOT=/mnt/onboard/.kobo/vlasovsoft
cd $ROOT
. ./setvars.sh
export QWS_DISPLAY=Transformed:KoboFB:Rot90

# make the temporary directory for Qt
mkdir -p $TMPDIR

# make fifo
mkfifo $VLASOVSOFT_FIFO

$ROOT/pbchess/pbchess -qws

rm $VLASOVSOFT_FIFO
Place the script file for instance into .kobo/kbmenu/scripts/, and start it by selecting (KSM main menu) > scripts > startpbchess.sh.
If it works, we can include it into the main menu.

Last edited by tshering; 01-16-2015 at 04:07 AM.
tshering is offline   Reply With Quote
Advert
Old 01-16-2015, 04:08 AM   #711
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 Ken Maltby View Post
It is the same size as the one I downloaded on 1\8\2015.

Luck;
Ken
Sorry Ken, but I do not understand what you are telling me.
tshering is offline   Reply With Quote
Old 01-16-2015, 10:47 AM   #712
Heiderose
Member
Heiderose began at the beginning.
 
Posts: 19
Karma: 10
Join Date: Aug 2013
Location: Germany
Device: PB 623
Quote:
Originally Posted by tshering View Post
This is only for KSM version 06!
Purpose: activate side loaded dictionaries.

After installation, go to "tools > activate > activate dictionaries msh"

As for the illustrating images, you will notice that I overdid the "modifications for bad eyes" quite a bit. This has nothing to do with KSM. The first image shows the "activate dictionaries msh" screen, the second image shows the report that was shown after I executed "activate all."

Since this will make changes to the database, you might consider backing up .kobo\KoboReader.sqlite, before trying this.

EDIT: I removed the archive here, and included the content in KBStartMenu_06_update01b.zip, which you can find here.
Hello,
first of all let me thank you for your excellent program. I was so frustrated about my new Kobo Aura H2o having no folder and Koreader was not running until installed the Kobo Start Menu... So I'm very happy about your program.
But now I have a question about activating new dictionaries. I have installed KMS 6 and the respective update (V 2014.11.19) but there is unfortunately no point "activate dictionaries msh" - only "activate device.sh"
Heiderose is offline   Reply With Quote
Old 01-16-2015, 02:06 PM   #713
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
@Heiderose

I am glad you like KSM.

When making the update package, I shifted the dictionary activation script to another location (but forgot to change the description). It should now be available via

tools > kobo diverse.msh > activate dictionaries.msh
tshering is offline   Reply With Quote
Old 01-16-2015, 04:27 PM   #714
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 tshering View Post
@Heiderose

I am glad you like KSM.

When making the update package, I shifted the dictionary activation script to another location (but forgot to change the description). It should now be available via

tools > kobo diverse.msh > activate dictionaries.msh
I don't find it. I have KSM 06+update on H2O FW3.12.0 and some items that you mention in that thread are not present, like that option and nightmode option. I installed last one from KSM04 and work like a charm.

Thanks for your excellent work.
boriar is offline   Reply With Quote
Old 01-16-2015, 06:30 PM   #715
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 boriar View Post
I don't find it. I have KSM 06+update on H2O FW3.12.0 and some items that you mention in that thread are not present, like that option and nightmode option. I installed last one from KSM04 and work like a charm.

Thanks for your excellent work.
Things have changed a lot between different versions and sub versions. I possibly lost track of some details, and some things I remove on purpose. I will look into the dictionary activation tomorrow again. Right now, I cannot recall the nightmode option at all, I will look into that also.
tshering is offline   Reply With Quote
Old 01-16-2015, 06:47 PM   #716
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
For test purposes, I upload here a package that provides random selection of the poweroff screen image.
After installing the package, select "scripts > poweroff.sh" in order to test how it works. For this test package I borrowed the images from the kobolauncher sleep folder. They are now in .kobo/kbmenu/poweroffimages. You can replace them by your own jpg or png files. The file names must not contain spaces.
If you are content with the results of your testing and wish to use it for real, copy the file poweroff.sh from kobo.\kbmenu\scripts to kobo.\kbmenu\onstart (replacing thereby the original poweroff.sh file).

This is only for KSM version 06.

Edit: It is preferable if the ratio of the images corresponds roughly to the screen ratio, the actual dimensions are not so important. Real large images might possibly cause problems. I tried 2136x2848 / 3 MB images without problem.
Attached Files
File Type: zip KSM_06_poweroff_random.zip (1.43 MB, 360 views)

Last edited by tshering; 01-17-2015 at 06:30 AM.
tshering is offline   Reply With Quote
Old 01-17-2015, 03:21 AM   #717
Elaxon
Zealot
Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.
 
Posts: 100
Karma: 224118
Join Date: Dec 2014
Device: Kobo H20 Aura
I wanna ask if the start nickel issue is fixed on H20 latest firmware? As when I tried to use it before it was just stuck and kept restarting. I checked that I don't have koboupdate in kobo or anything else for that matter.
Elaxon is offline   Reply With Quote
Old 01-17-2015, 04:33 AM   #718
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
I don't have any problem starting nickel (H20-3.12.0). All options from menu go very well. The only thing that don't go like expected is the icon to launch koreader (swichtkoreader.png) from inside nickel. I don¡t know way. Well, don't know if run_test_scrip.png run correctly because i don't know what script is supposed to run.
boriar is offline   Reply With Quote
Old 01-17-2015, 04:41 AM   #719
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
@tshering:
When I touch some option in any menu all same menu appear again but moved downwardly and over the original. I can see one line of the first copy and seems like i have touched other option. It's really annoying.
Can you tell if is a fail or run well?
boriar is offline   Reply With Quote
Old 01-17-2015, 05:54 AM   #720
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 Elaxon View Post
I wanna ask if the start nickel issue is fixed on H20 latest firmware? As when I tried to use it before it was just stuck and kept restarting. I checked that I don't have koboupdate in kobo or anything else for that matter.
No, it is not fixed. Some H2O owners experience this issue, others do not. I do not know what causes this issue.

It might help if some experienced user who sees this issue, could launch nickel via telnet and read the error message, cf. this post.
tshering is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
kobo menu and message tshering Kobo Developer's Corner 26 01-15-2014 09:18 AM
Kobo WiFi - Battery indicator outside menu? Cyberman tM Kobo Reader 1 03-06-2013 04:42 AM
Kobo constantly crashes back to Reading menu avalanches Kobo Reader 0 04-11-2011 09:35 PM
main menu, section menu, css for calibre mobipocket output naisren Calibre 2 08-23-2010 11:42 PM
Calibre start menu icon Cy1clown Calibre 1 02-06-2010 02:10 PM


All times are GMT -4. The time now is 10:36 AM.


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