View Single Post
Old 07-02-2013, 11:31 AM   #158
henriquemaia
Ignorant of many things
henriquemaia can eat soup with a fork.henriquemaia can eat soup with a fork.henriquemaia can eat soup with a fork.henriquemaia can eat soup with a fork.henriquemaia can eat soup with a fork.henriquemaia can eat soup with a fork.henriquemaia can eat soup with a fork.henriquemaia can eat soup with a fork.henriquemaia can eat soup with a fork.henriquemaia can eat soup with a fork.henriquemaia can eat soup with a fork.
 
henriquemaia's Avatar
 
Posts: 63
Karma: 9304
Join Date: Feb 2011
Device: Kobo Libra 2
Quote:
Originally Posted by paola View Post
sorry sergey, I may have said this before, but "poweroff" does nothin for me. however, I noticed that there is no "poweroff" file in the kobolauncher directory: is this to be expected?

I noticed that too. Since I wanted to poweroff from the screen, I added a poweroff.sh file to the kobolauncher folder with this content:

Code:
#!/bin/sh
zcat /etc/images/kraken-ghostbuster.raw.gz | /usr/local/Kobo/pickel showpic
cat /mnt/onboard/.kobo/KoboLauncher/system/kobo-off.raw | /usr/local/Kobo/pickel showpic
/bin/busybox poweroff
This will first wipe the screen (first line), then display an edited image I created to provide me a visual feedback that the kobo is powered off (second line). The last line issues the shut down command.

I hope this helps.
henriquemaia is offline   Reply With Quote