Home
Name Modified Size InfoDownloads / Week
haswell_platform 2014-09-14
README.first.txt 2014-09-14 982 Bytes
Totals: 2 Items   982 Bytes 1
This is the latest version of Android (4.4.2) ported on Intel x86 platform with UEFI support.

This project includes live.img, a binary installer for 64 bit haswell device. Other x86 devices not tested using this release.

Preparing USB drive 

1. Insert the USB thumb drive into your machine
Open your terminal application and find the device name of the thumb drive. 

2. Run `dmesg' and look near the end for a name like "/dev/sdX" where X is a letter.

3. Unmount any partitions that were automatically mounted: `sudo umount /dev/sdX*' (Where X is the letter from above)

4. Write the live.img file from the extracted zip to the USB flash: `sudo dd if=live.img of=/dev/sdX bs=1M conv=fsync' (Where X is the letter from above)

Installation Instructions

5. Plug in USB thumb drive with the Android-IA installer image created in step 1

6. Power on device

7. From the boot menu, choose "Install Android to hard disk"

8. Wait until installation gets over.
Source: README.first.txt, updated 2014-09-14