網頁

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.

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

Overview of Mobile Cloud Applications


Imagine a personal virtual phone which has the same capability as the physical phone in a user's hand and share a large data storage with his/her physical phone with a cloud storage. The user may use either phones to execute an application or have the application migrate between two phones. The virtual phone helps offload intensive workload from the physical phone as it accelerates computation, data access, and network operations. The user may even migrate an application from the virtual phone to a personal computer, so that certain interactive tasks can be done more quickly on a large display.

Fig.1 Overview of mobile cloud services