View Single Post
Old 08-15-2019, 07:01 AM   #24
Mavireck
Connoisseur
Mavireck might easily be mistaken for a TexanMavireck might easily be mistaken for a TexanMavireck might easily be mistaken for a TexanMavireck might easily be mistaken for a TexanMavireck might easily be mistaken for a TexanMavireck might easily be mistaken for a TexanMavireck might easily be mistaken for a TexanMavireck might easily be mistaken for a TexanMavireck might easily be mistaken for a TexanMavireck might easily be mistaken for a TexanMavireck might easily be mistaken for a Texan
 
Posts: 63
Karma: 18290
Join Date: Jul 2016
Location: France
Device: Kobo H2O (broken), Kobo H2O Edition 2 v1 (stolen), Kobo Clara 2E
Quote:
Originally Posted by lohtse View Post
you wouold have to tell me how to get the logs.... am just messing with things for now on kobo touch so have very little experience...

The most useful thing for me is to connect with ssh to your kobo, then manually run the script, then post what you see in the commandline here.

Complete instructions for how to do that:
If you are running Windows 10.
Follow the steps here : connecting with SSH using Windows 10 integrated client.
Then follow the general steps below.

If you are running Linux (Debian, Ubuntu or whatever)
Just open the command line, its already ready. Then follow the general steps below.

If you are running MacOS
Then check on Google "ssh client for macos". I do not have any Apple device to test.
Then, follow the general steps below



General steps
Then, you need to connect your kobo to the same Wifi network as your computer. Then, go to settings, then to "device information" or "technical information" (i do not know the english equivalent - it is the menu right before the last one) and note the IP Address.
Then, open the powershell on your start menu, then run :
Code:
ssh 192.168.1.20
Where you have to replace 192.168.1.20 with your kobo's IP address
If needed, answer yes to any question the commandline will ask you.
Then, enter the following commands:
Code:
cd /mnt/onboard/.adds/mavireck/Kobo-Python-Launcher
./startLauncher.sh
If you don't care about the PythonLauncher at all, you can also run the following instead:
Code:
cd /mnt/onboard/.adds/mavireck/Kobo-Dashboard
./dashboard.sh

If needed, to restart the device when it froze, you have to press the power switch for about 15 seconds, then release it, then press the button again for a few seconds.

Last edited by Mavireck; 08-15-2019 at 07:03 AM.
Mavireck is offline   Reply With Quote