網頁

Mobile cloud computing was referred as an infrastructure in which processing and data storage were outside the mobile device. The mobile cloud framework is going to extend the computing model from the client-server model to the application partitioning model.
Showing posts with label Android-x86. Show all posts
Showing posts with label Android-x86. Show all posts

Saturday, May 14, 2011

RUN Android-x86 by Virtual Machines

1.   Create a script qemu-android

#!/bin/sh
qemu-kvm -soundhw es1370 -net nic -net user -cdrom \
${@:
-out/target/product/eeepc/eeepc.iso}

2.1 Run the script qemu-android

qemu-android eeepc.iso

Fig. 1 Run Android-x86 without any user data partition on a virtual machine