View Single Post
Old 09-03-2015, 05:07 AM   #428
sergeyvl12
ebook fan
sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.
 
Posts: 735
Karma: 2528718
Join Date: Dec 2010
Device: PocketBook 301+, Kindle 3 Wi-Fi, Onyx Boox A62, Kindle Touch
Quote:
Originally Posted by nicopilami View Post
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
sergeyvl12 is offline   Reply With Quote