I 've been trying to crack Telnet since papayas produced a 968 running script. Because my son had no idea where my SD card was inserted, the entire system file was not extracted, and a lot of progress was delayed and there was no progress. Yesterday, I made up my mind to submit all the documents in any case. So I emptied the built-in memory (many music my son liked) three times and finally got all the files. I read the script for machine configuration. I found this sentence "/sbin/Getty-l ttyusb0 115200 VT100 &". This is not a ready-made terminal. Remember to go to the consoleProgramI have also read this sentence. Then open the console, run this sentence, and then open the windows Super Terminal. If you do not have a problem, there is a com20 port in it and you can simply set it. Link ..... A miracle occurred, and a logon prompt appeared. Enter root to enter the shell script. But so far, I can't get down again. Is it locked by Philips. I tried to call the Link parameter, but it still didn't work. I was so depressed.
The next day, I checked a lot of information online, and I was never able to solve it. Suddenly, the console call is the ash of busybox. Is there a problem with process communication? So I wrote the script and double-click it to run it. Open the windows Super Terminal again. The default parameter is displayed. confirm that the familiar c8k login:, and enter root. [Root @ c8k etc] $ prompt appears. Ls..., success, PS... success. When I was excited, I thought about it. If I extracted system files from the console earlier days and didn't run it on the console, would I come earlier. You don't need to think about it when it's over.
Summary:
1. Execute the program using the script of papayas. execute a file whose content is
#! /Bin/sh
/Sbin/Getty-l ttyusb0 115200 VT100 &
2. Open the Super Terminal, enter a name at will, and then select com20 (may change, but the first time is usually com20 ).
3. The port speed is set to 115200, and other default values are set. Press enter to display the cute c8k login prompt.
4. Enter root and press Enter. Now you can do what you want.
I will make the program an installation package later.