From cb7236ba42377b467fb2ef98e0a9dc731efa356f Mon Sep 17 00:00:00 2001 From: Yannik Sembritzki Date: Fri, 27 Mar 2020 08:47:10 +0100 Subject: [PATCH] add note about using telnetd to connect to device (#1320) --- hacks/getroot.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/hacks/getroot.md b/hacks/getroot.md index 48cae86..0d76793 100644 --- a/hacks/getroot.md +++ b/hacks/getroot.md @@ -9,16 +9,13 @@ 3. Boot into the Root-Shell using "boot" -## Using normal login +## Using normal login (via serial connection) Use following Credentials: Username: root Password: ismart12 -Attention: You will get a lot of Debug-Messages, and you wont be able to work "normal" - -You can try to disable the iCamera, but it will restart the System(there is a watchdog) -kill -9 (pidof iCamera) - +Attention: You will get a lot of debug messages, and you wont be able to work "normal". +To cirvumvent this, it's recommended to start a telnet daemon: `telnetd &` and connect to the device via telnet.