[Virtual Router Plus]を使用して、デスクトップにWiFiホットスポットを設定します。タブレットデバイスと初めて手動で接続できますが、数時間後に切り離すと切断します。
私は2回目を接続できません、私のGalaxyタブは「IPアドレスの取得」モードで停止しています。 Androidデバイスを「覚えておく」、自動的に前のホットスポットへの再接続を強制する方法は?
[Virtual Router Plus]を使用して、デスクトップにWiFiホットスポットを設定します。タブレットデバイスと初めて手動で接続できますが、数時間後に切り離すと切断します。
私は2回目を接続できません、私のGalaxyタブは「IPアドレスの取得」モードで停止しています。 Androidデバイスを「覚えておく」、自動的に前のホットスポットへの再接続を強制する方法は?
Using 'Virtual Router Plus' to set up a wifi hotspot on my desktop. I can manually connect with my tablet devices a first time, but after a couple hours it times out, disconnects.
I am unable to connect a 2nd time, my Galaxy Tab is stuck in 'Obtaining IP Address' mode. Is their a way to force an Android device to 'remember' and automatically reconnect to a previous hotspot?
「IPアドレスの取得」メッセージは、デバイスが自動的にAPに再接続されていることを意味します。問題が問題ない以上の可能性が高い。
"Obtaining IP Address" message means that your device has automatically reconnected to the AP. Most likely than not the problem is on the PC side.
この問題を伴うフラストレーションの後、私は解決策を見つけました
あなたのタブレットは次のように接続してください:)
after much frustration with this problem I have found a solution
your tablet should now connect :)
最後に私はこれの解決策を見つけました。私がIPアドレスを取得することに立ち往生していたとき Google DNSを使用して静的IPを使用していました。<コード>
今日私のPC(VMware)にAndroidをインストールしようとしていましたが、そこに何かが見つかりました そして私のタブレットとボーラに同じトリックを試しました。 だから私はこのトリックを解決したが、私はここで私の解決策を共有したいのかわかりません。 どちらのものです <コード> netcfg eth0 up1 または<コード> init.goldfish.sh
ルートアクセス許可を使用して任意のテキストエディタを使用してこのファイルを編集します。
これらの行を追加する
Finally I found a solution for this. When I was stuck on obtaining IP address I was using static IP using Google DNS 8.8.8.8
Today I was trying to install Android on my PC (VMWare)and I found something in there and tried the same trick on my tablet and voila it worked. So I don't know who solved this trick but I want to share my solution here. Which is /etc/init.sh
or init.goldfish.sh
Edit this file using any text editor using root permissions.
add these lines
netcfg eth0 up
(activates the network interface)netcfg eth0 dhcp
(network interface gets an IP address from DHCP)setprop net.dns1 8.8.8.8
(Set the Google DNS Server)これは、通常、<コード> 9988776666664336 のIPを持つBelkinルーターを持つ米国以外の人の詳細です。その他は 99887766544337
などのように異なります。
設定
Wi-Fi
希望のWi-Fiネットワークを押し続ける
詳細設定では、チェックマークをボックスに入れます。
DHCPから静的
スクロールダウンしてIPの設定:<コード>または<コード>または<コード> 99887766544339 など。
[下にスクロールしてゲートウェイに設定します。<コード> 99887665544333310
プリフェッチをスクロールしてプリフェッチに設定します。<コード> 9988766554433311 (通常は<コード> 998877665443312 )
DNS 1にスクロールして設定します。<コード> 9988766554433313
DNSのスクロールと設定2. <コード> netcfg eth0 up14
「保存」をクリック
Here are the details for us non-nerdy guys with a Belkin Router that usually has an IP of 192.168.2.1
; others differ like 192.168.1.2
, etc.
Settings
Wi-Fi
Hold down desired Wi-Fi network
In Advanced settings, put check mark into box
Change IP from DHCP to STATIC
Scroll down and set for IP: 192.168.2.55
or 56 57 58 59
, etc.
Scroll down and set for gateway: 192.168.2.1
Scroll down and set for prefetch: 11
(usually 24
)
Scroll down and set for DNS 1: 208.67.222.222
Scroll down and set for DNS 2. 208.67.220.220
Click save
<コード> netcfg eth0 up15
ネットワーク/ルータに接続されているコンピュータを使用してIPv4アドレス/ゲートウェイ
を見つけるhttp://www.youtube.com/watch?v=ipcq8slo7ly
IP adress= (IPv4 address, ten digit number, when entering put different last digit) Gateway= (IPv4 default gateway) Netmask= 255.255.255.0 DNS 1= 208.67.222.222 DNS 2= 208.67.220.220
use a computer connected to the network/router to find IPv4 address/gateway
http://www.youtube.com/watch?v=ipCQ8SLO7lY
© 2022 cndgn.com All Rights Reserved. Q&Aハウス 全著作権所有