Closed GoogleCodeExporter closed 8 years ago
This works:
date > myfile; sleep 20; date >> myfile
hit home button to exit MobileTerminal
restart MobileTerminal
cat myfile
Both dates have been written.
Original comment by fredleason@gmail.com
on 30 Mar 2011 at 3:55
Hi, I use command dpkg -l "*terminal*", it shows
dpkg -l "*terminal*"
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
pn com.googlecode <none> (no description available)
pn com.weiphone.m <none> (no description available)
pn com.weiphone.m <none> (no description available)
pn mobileterminal <none> (no description available)
ii mobileterminal 520-1 iphone终端,4x版本,只能用在ios4▒
I also test it as comment 1 described, it works.But when I pressed home and
then run mobileterminal again, it shows "loading..." and then login as user
"mobile".I think it is restart again and is not run in background.
I use this tool to make a ssh proxy to over GFW which is used to shield
sensitive information in China. Here is my way, run mobileterminal and use
command "ssh -D 1080 myname@myhost",then put mobileterminal run in background,
set proxy of network and access Internet. I checked again and found it actually
running in the background, ssh connections did not disconnect, but it can not
go back original environment when I restart MobileTerminal.
Any solution to go back original environment? So I can disconnect ssh manually.
Original comment by lizhese...@gmail.com
on 30 Mar 2011 at 11:43
Maybe I should change this issue to "can't return original tty", if there are
any inappropriate things, please turn off this bug, I can reopen a new one.
Original comment by lizhese...@gmail.com
on 30 Mar 2011 at 12:51
Try GNU Screen. On my device it is available in APT as simply screen. Install
it and run ‘screen -R’ as the first thing in MobileTerminal, then do
whatever work you want inside the virtual terminal it creates. This virtual
terminal will persist across restarts of MobileTerminal and you can even enter
it if you ssh to your device.
Original comment by chortos@inbox.lv
on 30 Mar 2011 at 1:06
Please search through existing issues before filing new ones on exactly the
same topic, thanks.
Original comment by allen.po...@gmail.com
on 2 Apr 2011 at 9:19
Sorry about duplicate issues, I found version 520 could run in background but
couldn't return original tty, that is my point. One solution is use ‘GNU
screen' as comment 4 mentioned, another workaround is use 'backgrounder'.
Original comment by lizhese...@gmail.com
on 4 Apr 2011 at 4:03
Original issue reported on code.google.com by
lizhese...@gmail.com
on 29 Mar 2011 at 3:16