2012-02-06

VirtualBox and android-x86

https://www.virtualbox.org/

http://www.android-x86.org/
http://android-x86.googlecode.com/files/android-x86-4.0-eeepc-20111209.iso


modprobe vboxdrv
modprobe vboxnetflt

virtualbox:
new : Linux -> Linux 2.6
net : 网桥方式

android-x86:
Installation - Install Android-x86 to harddisk

Create/Modify partitions
"New"  "Primary"  full size
Bootable
Write->yes
Quit

"sda1  Linux    VBOX HARDDISK"
ext3 Yes
GRUB Yes

/system  read-write Yes
(Unless you’re a developer, just select “No”.)

create a fake SD card

reboot

App Store > Terminal Emulator

ip a

su

dhcpcd eth0
or
ifconfig eth0 192.168.1.21 netmask 255.255.255.0 up route add default gw 192.168.1.1 dev eth0

setprop net.dns1 8.8.8.8

没有评论: