View Single Post
Old Today, 03:15 AM   #5
kobotouch2711
Member
kobotouch2711 began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Nov 2024
Device: Kobo Touch
I am running 4.38.23429, but no success

Further feedback highly appreciated.

Quote:
Originally Posted by DNSB View Post
As long as I have WiFi enabled (I tend to use the Force WiFi ON in the Developer Options or as an option in NickelMenu), SSH works for me. Of course, this generally ends up with me noticing my battery dropping because I forgot to turn Force WiFi ON off.

I've added the 2 NM items below.

Code:
menu_item : main : Toggle SSH            : cmd_output     : 500: quiet: test -e /mnt/onboard/.kobo/ssh-disabled
      chain_failure  : skip              : 3
      chain_success  : cmd_spawn         : quiet  : mv /mnt/onboard/.kobo/ssh-disabled /mnt/onboard/.kobo/ssh-enabled
      chain_success  : dbg_toast         : SSH Enabled
      chain_always   : skip              : 2
      chain_failure  : cmd_spawn         : quiet  : mv /mnt/onboard/.kobo/ssh-enabled /mnt/onboard/.kobo/ssh-disabled
      chain_success  : dbg_toast         : SSH Disabled
      chain_always   :  power            : reboot
Code:
menu_item : main    : Force WiFi on      : nickel_setting  : toggle: force_wifi
     chain_success  : nickel_wifi        : autoconnect
Note that the display items for the SSH state are pretty much useless since they are not displayed long enough to be useful.
kobotouch2711 is offline   Reply With Quote