1
0
mirror of https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks.git synced 2025-09-02 20:52:41 +02:00

add note about using telnetd to connect to device (#1320)

This commit is contained in:
Yannik Sembritzki
2020-03-27 08:47:10 +01:00
committed by GitHub
parent 87dff78b6e
commit cb7236ba42

View File

@@ -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.