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-03-2015, 09:55 PM   #466
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,379
Karma: 78877538
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
Quote:
Originally Posted by frostschutz View Post
My current workaround is: send sickel to sleep (SIGSTOP). And when nickel is back, kill it entire. It's automatically restarted as a d-bus service and does not kill nickel then. The sending to sleep is only to prevent that auto-restart.
Why not prevent dbus from starting it in the first place? Either remove the dbus definition for the service, or, rename the script used in the dbus definition.

Script is /usr/local/Kobo/sickel-launcher.sh
dbus def is in /usr/share/dbus-1/services/com.kobo.watchdog.Sickel.service
PeterT is offline   Reply With Quote
Old 08-04-2015, 03:07 AM   #467
frostschutz
Linux User
frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.
 
frostschutz's Avatar
 
Posts: 2,282
Karma: 6123806
Join Date: Sep 2010
Location: Heidelberg, Germany
Device: none
Quote:
Originally Posted by PeterT View Post
Why not prevent dbus from starting it in the first place?
That would be a Sickel Remover mod for people who want to do that. And if it turns out this method of removing sickel was not good (nickel keeps pinging, what are the side effects?), the Sickel Remover mod could be updated to do it a better way.

But my other mods are not supposed to break things, so - freezing sickel temporarily for a mod to do its work is OK, but disabling it entire would be invasive.

Code:
# Sickel Remover mod (one of many)

sed -i -e s/reboot/rebarf/g /usr/local/Kobo/sickel

# sickel still runs. sickel still pings (in case that matters somehow).
# but it no longer reboots.
https://www.mobileread.com/forums/sho...5&postcount=28

Last edited by frostschutz; 08-06-2015 at 02:48 AM.
frostschutz is offline   Reply With Quote
Advert
Old 08-05-2015, 07:49 PM   #468
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 wanted to ask what is the current status of KSM with respect to 3.16.10 firmware on Kobo GLOHD?

For now I am refraining from installing it, but would love to have it back ...

All the best

Norbert
norbusan is offline   Reply With Quote
Old 08-06-2015, 04:15 AM   #469
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 wanted to ask what is the current status of KSM with respect to 3.16.10 firmware on Kobo GLOHD?

For now I am refraining from installing it, but would love to have it back ...

All the best

Norbert
Please replace the two scripts in fmonsh with those of the uploaded archive. With these changes you can run (and more importantly: exit nickel to KSM) without reboot. But the device (at least my Touch) still reboots when I disconnect a usb connection from within nickel (whether the user partition was cleanly mounted, what is currently not happening under KSM, or not [what is happening on my current test version]). Therefore I removed/renamed on my device sickel. It might however be safer to apply Frostschutz' mod posted above. (Somehow I feel GeoffR will provide a way to make sickel wait longer before rebooting, or maybe to prevent that it branches to the reboot branch at all.)

OT: Sorry, I did not have yet a chance to look into your dictionary stuff.
Attached Files
File Type: zip changes_for_3.16.10.zip (634 Bytes, 259 views)

Last edited by tshering; 08-06-2015 at 04:26 AM.
tshering is offline   Reply With Quote
Old 08-06-2015, 04:17 AM   #470
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 frostschutz View Post
Code:
# Sickel Remover mod (one of many)

sed -i -e s/reboot/rebarf/g /usr/local/Kobo/sickel

# sickel still runs. sickel still pings (in case that matters somehow).
# but it no longer reboots.
https://www.mobileread.com/forums/sho...5&postcount=28
Thank you!
tshering is offline   Reply With Quote
Advert
Old 08-06-2015, 08:19 AM   #471
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,

Quote:
Originally Posted by tshering View Post
Please replace the two scripts in fmonsh with those of the uploaded archive.
Thanks, I will try that.


Quote:
Originally Posted by tshering View Post
OT: Sorry, I did not have yet a chance to look into your dictionary stuff.
No worry, it has advanced already. I will write a blog post one of the next days with the script polished and cleaned up for everyone to use.

Thanks

Norbert
norbusan is offline   Reply With Quote
Old 08-11-2015, 03:48 AM   #472
myki
Zealot
myki can self-interpret dreams as they happen.myki can self-interpret dreams as they happen.myki can self-interpret dreams as they happen.myki can self-interpret dreams as they happen.myki can self-interpret dreams as they happen.myki can self-interpret dreams as they happen.myki can self-interpret dreams as they happen.myki can self-interpret dreams as they happen.myki can self-interpret dreams as they happen.myki can self-interpret dreams as they happen.myki can self-interpret dreams as they happen.
 
Posts: 126
Karma: 20236
Join Date: May 2014
Device: Kinde PW v1, Kobo H2O, Onyx Boox T68
Hi,
I need your help, I want to update my KSM 07.
Currently, the version installed is KSM 2015.02.14.
I think I have installed the update 001 and 002, not sure if it appears in the version number...
I'm not sure about the update 003, because I don't remember if I installed it, but it seems that I have the night mode available...

So to be up to date, what do I have to install ?
Can I install the update 003 again to be sure ?
Can I put the update 003 and 004 together and launch the update one time ?

Thanks for your help
myki is offline   Reply With Quote
Old 08-11-2015, 04:44 AM   #473
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 myki View Post
Hi,
I need your help, I want to update my KSM 07.
Currently, the version installed is KSM 2015.02.14.
I think I have installed the update 001 and 002, not sure if it appears in the version number...
I'm not sure about the update 003, because I don't remember if I installed it, but it seems that I have the night mode available...

So to be up to date, what do I have to install ?
Can I install the update 003 again to be sure ?
Can I put the update 003 and 004 together and launch the update one time ?

Thanks for your help
Update 4 includes (or replaces) all previous updates. You need to take only update 4. This is why I removed updates 1 to 3 from the first post.
tshering is offline   Reply With Quote
Old 08-11-2015, 05:29 AM   #474
myki
Zealot
myki can self-interpret dreams as they happen.myki can self-interpret dreams as they happen.myki can self-interpret dreams as they happen.myki can self-interpret dreams as they happen.myki can self-interpret dreams as they happen.myki can self-interpret dreams as they happen.myki can self-interpret dreams as they happen.myki can self-interpret dreams as they happen.myki can self-interpret dreams as they happen.myki can self-interpret dreams as they happen.myki can self-interpret dreams as they happen.
 
Posts: 126
Karma: 20236
Join Date: May 2014
Device: Kinde PW v1, Kobo H2O, Onyx Boox T68
Thanks for your help tshering, it worked like expected.
Now I have to test my kobo and see if I meet my batteries problems again
myki is offline   Reply With Quote
Old 08-11-2015, 11:04 AM   #475
fil9998
Enthusiast
fil9998 began at the beginning.
 
Posts: 36
Karma: 10
Join Date: Apr 2013
Device: Kobo H2O
Hi friends-
I edited \.adds\kbmenu\txt\poweroff_info.html
with my name and contacts.
but

these infos show with the reader shot down
only If switched it off from KOreader, not if I shot it down fron Nickel.

Can you please suggest me a solution?
Many thanks.

Last edited by fil9998; 08-12-2015 at 08:45 AM.
fil9998 is offline   Reply With Quote
Old 08-11-2015, 01:09 PM   #476
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,
I didn't know you "kindle paperwhite" users could use the Kobo Start Menu.

My Aura HD is set to autoselect Koreader and I have to let koreader start, then exit koreader back into KSM7, before I can select "Power Off", and see my modified "poweroff_info.html".

Normally, you would have to return to KSM7, from Nickel, and select "Power Off". I guess there could be an fmon icon made to do that.

Luck;
Ken

Last edited by Ken Maltby; 08-11-2015 at 01:15 PM.
Ken Maltby is offline   Reply With Quote
Old 08-12-2015, 08:50 AM   #477
fil9998
Enthusiast
fil9998 began at the beginning.
 
Posts: 36
Karma: 10
Join Date: Apr 2013
Device: Kobo H2O
my old sign.....


I agree, but I remember that on previous installation even phisically switching down from nickel I had my infos desplayed on the screen...

Some conf. file to edit I bet, but don't know which one and how.
fil9998 is offline   Reply With Quote
Old 08-12-2015, 03:14 PM   #478
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 fil9998 View Post
Hi friends-
I edited \.adds\kbmenu\txt\poweroff_info.html
with my name and contacts.
but

these infos show with the reader shot down
only If switched it off from KOreader, not if I shot it down fron Nickel.

Can you please suggest me a solution?
Many thanks.
tools > activate > x install poweroff.sh
tshering is offline   Reply With Quote
Old 08-12-2015, 07:34 PM   #479
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,
There is also "xor_"s new hack to Koreader that also uses KSM's "Power Off". It puts additional icons into the Koreader reader menu. It brings up my KSM poweroff image (There are still times when the timing is off and not all of the image gets shown when the power is cut off.) This could be some help to those who are having power consumption issues.

Luck;
Ken
Ken Maltby is offline   Reply With Quote
Old 08-12-2015, 11:05 PM   #480
JFeole
Connoisseur
JFeole solves Fermat’s last theorem while doing the crossword.JFeole solves Fermat’s last theorem while doing the crossword.JFeole solves Fermat’s last theorem while doing the crossword.JFeole solves Fermat’s last theorem while doing the crossword.JFeole solves Fermat’s last theorem while doing the crossword.JFeole solves Fermat’s last theorem while doing the crossword.JFeole solves Fermat’s last theorem while doing the crossword.JFeole solves Fermat’s last theorem while doing the crossword.JFeole solves Fermat’s last theorem while doing the crossword.JFeole solves Fermat’s last theorem while doing the crossword.JFeole solves Fermat’s last theorem while doing the crossword.
 
Posts: 93
Karma: 28862
Join Date: Jul 2010
Device: Kobo_Aura_H2O, Kobo_Aura_One, Kobo Sage
Is it ok to install the 3.17.0 update with KSM07, or should I wait?

Thanks,
JFeole
JFeole 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 01:24 AM.


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