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 09-04-2015, 04:22 PM   #586
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 ectoplasm View Post
Is there a web browser that works via KSM?
No, I do not think so. Well, one year ago or so, I felt the urgent need of a web browser and started writing one. It did not work as nicely as I had wished for. Therefore, I never finished it.
tshering is offline   Reply With Quote
Old 09-05-2015, 08:08 AM   #587
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
While talking about browsers - is there any way to get a TEXT browser work on Kobos? Like elinks or something? Kindle has xterm and elinks above that, i wonder if there's a possibility for that on Kobos
AlterusPrime is offline   Reply With Quote
Old 09-06-2015, 03:39 AM   #588
xuhdev
Junior Member
xuhdev began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Aug 2015
Device: None
Quote:
Originally Posted by tshering View Post
Did you follow the install instrucitons carefully? Especially, step 1.4 of "First time installation" of post #1? You can still do it:
  • select "tools" > "kobo diverse.msh" > "start nickel no fmon.sh"
  • I guess there are exit_nickel.png and/or switchtokoreader.png as tiles on the home page of nickel. If yes open and close them. Go into the library and open these two "books" from there.
  • power the device off and on again

After that you should be able t start nickel via "start nickel", and return to KSM by opening "exit_nickel.png".
Thanks, actually "start nickel no fmon.sh" didn't work for me. I uninstalled KSM and reinstalled it with a careful execution of step 1.4. Now it works perfectly!
xuhdev is offline   Reply With Quote
Old 09-07-2015, 04:50 PM   #589
ectoplasm
Addict
ectoplasm ought to be getting tired of karma fortunes by now.ectoplasm ought to be getting tired of karma fortunes by now.ectoplasm ought to be getting tired of karma fortunes by now.ectoplasm ought to be getting tired of karma fortunes by now.ectoplasm ought to be getting tired of karma fortunes by now.ectoplasm ought to be getting tired of karma fortunes by now.ectoplasm ought to be getting tired of karma fortunes by now.ectoplasm ought to be getting tired of karma fortunes by now.ectoplasm ought to be getting tired of karma fortunes by now.ectoplasm ought to be getting tired of karma fortunes by now.ectoplasm ought to be getting tired of karma fortunes by now.
 
Posts: 255
Karma: 1151364
Join Date: Aug 2009
Device: Aura HD and H2O
I'm confused by changing settings. I thought I could increase the KSM menu font size by updating kbmenu\ksm_ini. I added

Code:
[general]
kobomenuFontsize=55
But no difference. So I hardcoded it in onstart\ksmhome.sh and then it worked.

Also, I wish the real INI file would just have all the settings. I get the idea of adding to a blank file, but it just creates confusion and extra steps for the user (me). My first thought looking at what I assumed was the ini file, was "why is every setting listed twice?"
ectoplasm is offline   Reply With Quote
Old 09-07-2015, 05:28 PM   #590
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
That's weird because the kobomenuFontsize=55 work perfect from ksm_ini and for me all options are present only once.

You can try deleting completely ksm_ini to generate a clean one and use the internal config to add all sections/options
boriar is offline   Reply With Quote
Old 09-07-2015, 05:42 PM   #591
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 ectoplasm View Post
I'm confused by changing settings. I thought I could increase the KSM menu font size by updating kbmenu\ksm_ini. I added

Code:
[general]
kobomenuFontsize=55
But no difference.
Did you restart the device?

Quote:
Originally Posted by ectoplasm View Post
So I hardcoded it in onstart\ksmhome.sh and then it worked.

Also, I wish the real INI file would just have all the settings. I get the idea of adding to a blank file, but it just creates confusion and extra steps for the user (me). My first thought looking at what I assumed was the ini file, was "why is every setting listed twice?"
You are not supposed to edit kbmenu\ksm_ini, but to use (KSM home) configure. Using this tool would give you the choice of choosing between
kobomenuFontsize=35
kobomenuFontsize=45
kobomenuFontsize=55
If you want to have more options you would have to add them yourself, by modifying ksm_ini_options.txt (I guess this is what you "assumed was the ini file").
tshering is offline   Reply With Quote
Old 09-08-2015, 06:32 PM   #592
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
Another KSM 08 test version

Why another KSM 08 test version? 1.) Because I did a lot of changes since the last test version. 2.) Since I will be away for about two weeks and cannot give any support during this time, I do not want to publish this version now as a release version. On the other hand, I do not want to hold it back.

Installation and so on is as in post #490. If there is already a KSM 08 version on your device, you have to remove it completely before installing the new version. You can do this by deleting /adds/kbmenu and /mnt/onboard/.adds/kbmenu_user. One way to achieve this is
  • copy delete_KSM.sh to /mnt/onboard/.adds/kbmenu_user/scripts
  • select (KSM home) user scripts > delete_KSM.sh

USE AT YOUR OWN RISK!
Attached Files
File Type: zip KSM08prep03.zip (6.92 MB, 856 views)
File Type: zip delete_KSM08.zip (257 Bytes, 768 views)
File Type: zip kbmenupngs.zip (34.0 KB, 638 views)

Last edited by tshering; 10-08-2015 at 03:38 AM.
tshering is offline   Reply With Quote
Old 09-09-2015, 10:13 AM   #593
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,
thanks a lot. I can report that removing the old KSM, and reinstalling prep03 worked like a charm. I didn't do the update stuff, though. koreader, vlavasoft launcer, nickel, all worked as far as I can see.

Thanks a lot, and have two nice weeks!!!!

Norbert
norbusan is offline   Reply With Quote
Old 09-09-2015, 10:55 AM   #594
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 will try it asap, sorry. I have work again.
boriar is offline   Reply With Quote
Old 09-15-2015, 10:45 AM   #595
ectoplasm
Addict
ectoplasm ought to be getting tired of karma fortunes by now.ectoplasm ought to be getting tired of karma fortunes by now.ectoplasm ought to be getting tired of karma fortunes by now.ectoplasm ought to be getting tired of karma fortunes by now.ectoplasm ought to be getting tired of karma fortunes by now.ectoplasm ought to be getting tired of karma fortunes by now.ectoplasm ought to be getting tired of karma fortunes by now.ectoplasm ought to be getting tired of karma fortunes by now.ectoplasm ought to be getting tired of karma fortunes by now.ectoplasm ought to be getting tired of karma fortunes by now.ectoplasm ought to be getting tired of karma fortunes by now.
 
Posts: 255
Karma: 1151364
Join Date: Aug 2009
Device: Aura HD and H2O
Are there any scripts that run on resume (wake from suspend) either in KSM or Koreader? I'd like to enable wifi on resume, but haven't been able to figure out how, or if, this is possible.

I do have the wifi insomnia patch, but that doesn't come into play for suspend/resume, as far as I can tell.
ectoplasm is offline   Reply With Quote
Old 09-16-2015, 06:36 AM   #596
Heawe
Member
Heawe began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Aug 2013
Device: Kobo Boox Pocketbook Inkpad3
Question

I had the same problem like above post 571, fcould only fix it with deleting everything and reinstalling
https://www.mobileread.com/forums/sho...&postcount=571

Last edited by Heawe; 09-16-2015 at 09:00 AM.
Heawe is offline   Reply With Quote
Old 09-25-2015, 05:16 AM   #597
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
Did anybody try "Another KSM 08 test version" on Touch 2?
tshering is offline   Reply With Quote
Old 10-02-2015, 08:21 AM   #598
oren64
I need a chapter break
oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.
 
oren64's Avatar
 
Posts: 4,042
Karma: 56058267
Join Date: Mar 2015
Location: Israel
Device: Kobo Glo
Quote:
Originally Posted by oren64
I have a request to KSM08.
that when i boot my the device it boot straight as "start nickel koreader switch", so i can go KSM menu and Koereader from nickel.
You can already do this. Add in
x:\.adds\kbmenu_user\confoptions\ksm_ini_options.t xt to the section [general] the line

Code:
ksmAutoselectoption=start_nickel_koreader_switch
Then select this option with "configure" (you must also have set ksmAutoselectafter=20 )

(KSM 7 works the same way, only the path to the confoptions is differnt, x:\.adds\kbmenu\confoptions\ksm_ini_options.txt).


------------------------------------------------------
I change "ksmAutoselectoption" from nickel to start_nickel_koreader_switch.
but in the "configure" it show as "ksmAutoselectoption=nickel".
I am using KSM08prep01.

Last edited by oren64; 10-02-2015 at 08:23 AM.
oren64 is offline   Reply With Quote
Old 10-02-2015, 08:29 AM   #599
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 oren64 View Post
I change "ksmAutoselectoption" from nickel to start_nickel_koreader_switch.
but in the "configure" it show as "ksmAutoselectoption=nickel".
I am using KSM08prep01.
Press on ksmAutoselectoption=nickel, you will be presented then with further options. Choose ksmAutoselectoption=start_nickel_koreader_switch. Do not forget to save when exiting the configuration application.

Instead of changing ksmAutoselectoption=nickel to ksmAutoselectoption=start_nickel_koreader_switch in ksm_ini_options.txt, you could have simply added the new option ksmAutoselectoption=start_nickel_koreader_switch. Then you could choose with "configure" between the two options. You can add several options, like

ksmAutoselectoption=start_nickel
ksmAutoselectoption=start_nickel_koreader_switch
ksmAutoselectoption=start_koreader_nickel_switch

Last edited by tshering; 10-02-2015 at 08:34 AM.
tshering is offline   Reply With Quote
Old 10-02-2015, 08:51 AM   #600
oren64
I need a chapter break
oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.
 
oren64's Avatar
 
Posts: 4,042
Karma: 56058267
Join Date: Mar 2015
Location: Israel
Device: Kobo Glo
Quote:
Originally Posted by tshering View Post
Press on ksmAutoselectoption=nickel, you will be presented then with further options. Choose ksmAutoselectoption=start_nickel_koreader_switch. Do not forget to save when exiting the configuration application.

Instead of changing ksmAutoselectoption=nickel to ksmAutoselectoption=start_nickel_koreader_switch in ksm_ini_options.txt, you could have simply added the new option ksmAutoselectoption=start_nickel_koreader_switch. Then you could choose with "configure" between the two options. You can add several options, like

ksmAutoselectoption=start_nickel
ksmAutoselectoption=start_nickel_koreader_switch
ksmAutoselectoption=start_koreader_nickel_switch
Yes it work, but only after 20 sec, tried changing ksmAutoselectafter=20 to 0, 1 or 5 but didn't work.

EDIT: it's also alternating one time wait 20 sec in KSM menu, and the other it's go straight to nickel and the img file don't work.
and after i wait the 20 sec and open koreaser.img it's go back to ksm menu and not to koreader.

Last edited by oren64; 10-02-2015 at 09:27 AM.
oren64 is offline   Reply With Quote
Reply

Tags
koreader/nickel, ksm 07


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kobo-Adding alternative readers using Kobo Start Menu Ken Maltby KOReader 75 01-10-2020 01:35 PM
Kobo Start Menu tshering Kobo Developer's Corner 918 10-12-2017 02:32 PM
QT Browser for Kobo Start Menu? gloriousglib Kobo Developer's Corner 1 05-24-2014 03:59 AM
kobo menu and message tshering Kobo Developer's Corner 26 01-15-2014 09:18 AM
Calibre start menu icon Cy1clown Calibre 1 02-06-2010 02:10 PM


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


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