http://www.android-x86.org/download
建立新的虛擬機器
設定鍵盤格式
請選擇美式鍵盤, 這樣在終端機模式下, 才能正常操作
取消休眠功能
設定 TCP/IP 網路
1. 選擇 Terminal Emulator
2. 登入為 root 帳號
3. 檢視 TCP/IP 設定
4. 手動設定 DNS IP
手動設定 TCP/IP
$ su - $ cd etc $ vi init.sh : ifconfig eth0 192.168.122.77 netmask 255.255.255.0 route add default gw 192.168.122.1 dev eth0 route add -net 192.168.99.0 netmask 255.255.255.0 gw 192.168.122.99 dev eth0 setprop net.dns1 168.95.1.1
設定畫面如下 :
[註] alt+f1 直接進入終端機, alt+f7 離開終端機, 然後再按 ESC 鍵
沒有留言:
張貼留言