Wednesday 18 May 2011

Run Android on Your PC

 Introduction

We have implemented an easy installer to install Android-x86 to a harddisk. The supported filesystems are
  • ext3
  • ext2
  • ntfs
  • fat32
You can install Android-x86 to an NTFS filesystem to co-exist with Windows. See the Advanced section for details.

Step by step

  • Burn the iso image to cdrom, or create a bootable USB disk (recommended). See the Advanced section for details.
  • Boot from the Android-x86 installation CD/USB, choose the ‘Install Android to harddisk’ item, as show below
installation
  • After seconds of booting, you will see a partition selection dialog. You can choose an existing partition to install Android-x86, or you can create or modify partitions by choosing ‘Create/Modify partitions’. Note you can install Android-x86 to an external disk like USB drive. If the target drive is not shown, try ‘Detect devices’.

  • Android-x86 can co-exist with other operating system or data in the chosen partition. If the partition is formatted, you may choose ‘Do not format’ to keep existing data. Otherwise, choose a filesystem type to format. Note the type you chosen must match the partition id, or the boot loader will fail to boot.

Also note if you choose to format to fat32, you will see a warning that android cannot save data to fat32. You can still proceed to install, but the installed android system will work like a live cd system. That is, all data will lose after power off. Therefore we do not recommend to install Android-x86 to a fat32 partition.
  • Next question is whether to install boot loader Grub. Usually you should answer yes, unless you want to install boot loader by hand yourself. Note the installer only creates boot items for Android-x86. If you hope to boot other operating systems, you need to add the item to /grub/menu.lst manually. See the Advanced section for how to do this.
  • If you are lucky, the installation will begin, and you will see the progress bar.
  • If you see this screen, the installation is complete. Congratulations! Now you can run Andrond-x86 directly, or you can reboot and run it.

Issues

VMware

You have to change your virtual disk type to be IDE because the default type in VMware is SCSI, and Android-x86 kernel is not configured to support SCSI. You can follow these steps:
  • Create a virtual machine.
  • Edit virtual machine settings after the virtual machine created.
  • Choose the hard disk and remove it.
  • Add a hard disk to create a new virtual disk, then you can choose IDE as your virtual disk type.
  • When finished, you can install android-x86 normally.
Download link :
ISO FILE : http://android-x86.googlecode.com/files/android-x86-1.6-r2.iso
USB FILE : http://android-x86.googlecode.com/files/android-x86-1.6-r2_usb.img.gz
ISO FOR LAPTOP ( ASUS ) :  http://code.google.com/p/android-x86/downloads/detail?name=android-x86-2.2-asus_laptop.iso&can=2&q=
ISO FOR eePC : http://code.google.com/p/android-x86/downloads/detail?name=android-x86-2.2-eeepc.iso&can=2&q=

SOURCE

No comments:

Post a Comment