livedroidをvmware playerで動かす

alpha3のイメージは動かないので
alpha2のイメージを使ってください。

alpha3のshellモードは立ち上がります。

livedroid_alpha2.isoをダウンロード
同じディレクトリに
livedroid.vmx
とかの名前にして

.encoding = "Shift_JIS"
config.version = "8"
virtualHW.version = "4"
scsi0.present = "TRUE"
scsi0.virtualDev = "lsilogic"
memsize = "512"
ide1:0.present = "TRUE"
ide1:0.fileName = "livedroid_alpha2.iso"
ide1:0.deviceType = "cdrom-image"
ide1:0.startConnected = "TRUE"
floppy0.autodetect = "TRUE"
floppy0.fileName = "Auto detect"
floppy0.startConnected = "FALSE"
Ethernet0.present = "TRUE"
displayName = "Livedroid Image"
guestOS = "linux"
priority.grabbed = "normal"
priority.ungrabbed = "normal"

ide1:0.autodetect = "FALSE"
usb.present = "TRUE"
sound.present = "TRUE"
sound.fileName = "-1"
sound.autodetect = "TRUE"
workingDir = ""

uuid.action = "create"

extendedConfigFile = "android.vmxf"

virtualHW.productCompatibility = "hosted"
tools.upgrade.policy = "manual"

checkpoint.vmState = ""
ethernet0.addressType = "generated"
uuid.location = "56 4d c2 12 d9 e0 41 27-2a f3 d6 0b b0 ed 4d 48"
uuid.bios = "56 4d c2 12 d9 e0 41 27-2a f3 d6 0b b0 ed 4d 48"
vmotion.checkpointFBSize = "16777216"
ethernet0.generatedAddress = "00:0c:29:ed:4d:48"
ethernet0.generatedAddressOffset = "0"

tools.syncTime = "FALSE"

ethernet0.connectionType = "nat"

usb.autoConnect.device0 = ""

debugStub.linuxOffsets = "0x0,0xffffffff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0"

と書いてwクリックすればブートするはず。

ide1:0.present = "TRUE"
ide1:0.fileName = "livedroid_alpha2.iso"
ide1:0.deviceType = "cdrom-image"
ide1:0.startConnected = "TRUE"

の部分がイメージの指定部なので
isoの名前を変えてあげれば他のものもできます。