View Single Post
Old 05-05-2013, 03:37 AM   #7
didier6526
Junior Member
didier6526 began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Mar 2013
Device: kobo glo
I want to see my photo on my koboglo when I stop reading

Quote:
Originally Posted by KevinShort View Post
I haven't found the "sleep mode" or "powered off" images, though I found a workaround to replace the "Powered off" image. When you pull the power switch to turn off your Kobo, the device runs /sbin/poweroff, which does the necessary work to power off everything. The "Powered Off" image is drawn BEFORE /sbin/poweroff is called, so here's what I did:

First I moved /sbin/poweroff to /usr/local/. Then I created a new "poweroff" file in /sbin/ to replace the poweroff we just moved.
Code:
vi /sbin/poweroff
I made the new "poweroff" file a shell script, with the following lines:
Code:
#!/bin/sh
zcat /etc/images/kraken-ghostbuster.raw.gz | /usr/local/Kobo/pickel showpic
cat /mnt/onboard/YOUR_IMAGE.raw | /usr/local/Kobo/pickel showpic
/usr/local/poweroff &
This script clears the screen (with the kraken-ghostbuster image), draws your raw image of choice, and then calls the real poweroff binary (which was moved to /usr/local/).
Hello
I want to see my photo on my koboglo when I stop reading.
I have bought my koboglo in france.
perhaps the files are not the same?
I fave only .kobo/Kobo with some files xxxx.conf xxxx.sqlite
I don't find your files.
can you help me?
thanks
didier

PS: I have the firmware 2.50

Last edited by didier6526; 05-05-2013 at 04:40 AM. Reason: my version
didier6526 is offline   Reply With Quote