Android 4.2.2 移植至 Intel x86 平台:Android-4.2.2-x86

jopen 11年前

这是Android (4.2.2)最新版本 移植至 Intel x86 平台上,并且支持UEFI 和 Windows 8 。

该项目包括live.img,一个二进制安装包用于#samsung xe700t设备。其他x86设备没有使用此版本进行测试。

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.<br /> <br /> 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.

http://sourceforge.net/projects/android422x86/