Thread: Kobo Start Menu
View Single Post
Old 11-28-2014, 03:32 PM   #648
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
running applications by telnet

If you want to run interactive applications by telnet (or similar) via UsbNet started from KSM, there is the problem that the still running KSM application grabs the touch input. To prevent this:
  • type "ps" in order to get a list of all running processes
  • kill all scripts that belong to KSM (there is no need however to kill preventfreeze.sh)
  • kill kobomenu
  • only then start your application

After you have finished testing your application, or whatever you did, restart KSM by typing
Code:
sh /mnt/onboard/.kobo/kbmenu/onstart/ksmhome.sh
or. maybe better, simply reboot by typing
Code:
reboot

Last edited by tshering; 11-28-2014 at 03:51 PM.
tshering is offline   Reply With Quote