Quote:
Originally Posted by michald
I prefer to run Kobo Launcher as the main application, and then launch nickel or koreader if/as needed. This is because nickel takes up too much memory on my reader.
|
Now you can launch any app and exit from the launcher.
script example:
Code:
#!/bin/sh
echo "exit" > $VLASOVSOFT_FIFO # exit from launcher
# launch your app here
....