Hello everyone!
I followed this tutorial by RunasSudo (Yingtong Li):
Hacking the Kobo Clara HD
01: Hacking the internal microSD storage
02: Bypassing registration
03: Gaining root telnet access
4.1: Telnet over USB
4.2: Automatically starting telnet over USB on connect
4.3: Automatically switching between USB networking and file transfer
05: Setting up SSH
Extra info:
I updated to Firmware 4.12.12111 after all this and SSH is still working.
My device was manufactured 19/05/2018 and still has the lightbleed on the lower 2 corners.
I will apply this fix later:
Clara HD fix by Karin Nelson
I tried 3 SD cards. 16GB, 64GB, 256GB all of them work. (I stuck with 16GB)
Everything in the tutorial is working accept for telnet over USB.
Questions:
1. It's possible to compile nano (text editor)?
2: Also I can't get 4.1 to work it just gives me a bunch of errors about the commands not being found on both usbtoeth and usbtosd scripts. Also FTP kicks me back out... See errors below.
Quote:
/opt/usbtoeth
/opt/usbtoeth: line 2: insmod: not found
/opt/usbtoeth: line 3: insmod: not found
/opt/usbtoeth: line 4: insmod: not found
/opt/usbtoeth: line 5: insmod: not found
/opt/usbtoeth: line 6: insmod: not found
/opt/usbtoeth: line 7: insmod: not found
/opt/usbtoeth: line 8: insmod: not found
/opt/usbtoeth: line 9: insmod: not found
/opt/usbtoeth: line 10: ifconfig: not found
/opt/usbtosd
/opt/usbtosd: line 2: ifconfig: not found
/opt/usbtosd: line 3: rmmod: not found
|
Quote:
Response: fzSftp started, protocol_version=8
Command: open "root@192.168.0.19" 22
Command: Pass: ********
Status: Connected to 192.168.0.19
Error: Received unexpected end-of-file from SFTP server
Error: Could not connect to server
|