私は xda と毎回起動しました。 Lynxリモートホストに接続できないことを教えてください。 <コード> 99887766554330 を<コード> localhost を使用して、URLを入力した場合は、URLを入力しました。 3G、2G、WiFiで試してみて、運がなかった。それを働くために私は何をすべきですか?
私は xda と毎回起動しました。 Lynxリモートホストに接続できないことを教えてください。 <コード> 99887766554330 を<コード> localhost を使用して、URLを入力した場合は、URLを入力しました。 3G、2G、WiFiで試してみて、運がなかった。それを働くために私は何をすべきですか?
I downloaded a compiled lynx binary from XDA and everytime I start lynx it tells me that it is unable to connect to remote host. I changed the lynx.cfg
to use localhost
and it loads, but when I enter an URL, nothing. I tried it with 3G, 2G, and WiFi, and had no luck. What should I do to get it work?
私はそれを見つけました!
ターミナルIDE 、それはAndroid用の素晴らしいシェル。
アプリ内から追加のパッケージをインストールして、
GCC、3.82、SSH、SSHD、Telnetd、Bash、Busybox、Vim、MC、HTOP、TMUX、リンク2.7 、rsync、gitなど!
I found it !
Download Terminal IDE, it is an awesome shell for Android.
Installs the additional packages from within the app to get :
GCC, make 3.82, ssh, sshd, telnetd, bash, busybox, vim, mc, htop, TMUX, links 2.7, rsync, git, and more !
問題は、DNSバインディングサポートがAndroidでは異なるということです。 Lynx、Wgetなど、Linuxの下の標準GCCによって静的にコンパイルされた場合は、ドメイン名を検索できなくなりますが、数値IPアドレスで動作します。 Android用のBusyBox実装の多くでその問題を確認できます。
Kevin BoooneのKbox2 Project
The problem is that DNS binding support is different on Android. Lynx, wget, etc, if statically compiled by standard GCC under Linux, will not be able to lookup the domain name, but would work with a numerical ip address. You can see that problem in many of the busybox implementations for Android.
There is some discussion of this at Kevin Boone's KBOX2 Project
© 2022 cndgn.com All Rights Reserved. Q&Aハウス 全著作権所有