Name28
You could try replacing in koreader.sh
Code:
if [ $from_nickel -ne 0 ]; then
# start kobo software because was running before koreader
./nickel.sh
else
# if we were called from advboot then we must reboot to go to the menu
if [ -d /mnt/onboard/.kobo/advboot ]; then
reboot
fi
fi
by
or
Code:
/bin/busybox poweroff
With this change, the Exit (house) button of Koreader will power off. Is there a special reason you insist on powering off by slider?