Quote:
Originally Posted by nicopilami
Hi
Thanks for this great set of apps !
Is there a way to come back to the standard Kobo GLO HD homepage when you are in the menu page (containing all the games/tools) without restarting the device ?
Thanks
Nico
|
Yes. Just create the empty "nickel" file in the .kobo/vlasovsoft.
This piece of code in the launcher.sh starts nickel instead of reboot if this file exists:
if [ -f $ROOT/nickel ]; then
. $ROOT/run_nickel.sh
else
/sbin/reboot
fi