Run Android on your PC
Android-x86 Run Android on your PC. Choose one mirror: Advertisement. Download Android-4.2.2-x86 for free. Android 4.2.2 ported on Intel x86 platform with UEFI support. This is the latest version of Android (4.2.2) ported on Intel x86 platform with UEFI and Windows 8 support. This project includes live.img, a binary installer for #samsung xe700t device. There is no readily and legally available Android ISO image. All device manufacturers like Lenovo, Dell, Asus, etc have their ISO builds that only work on the respective hardware. I imagine you would want to make your own Android build. This can be done by getting the latest Android source code, and building it on your device. The original plan is to host different patches for android x86 support from open source community. Download Package list. Android-x86 (14 items.
Release Note CM-x86-14.1-r3
(2019/10/23)
The Android-x86 project is glad to announce cm-x86-14.1-r3. This is the third stable release of Lineage OS (formerly CyanogenMod) 14.1 porting for Android-x86. The prebuilt images are available in the following mirror sites:Key Features
The cm-x86-14.1-r3 is an update of cm-x86-14.1-r2. It's based on the Android-x86 7.1-r3 and the latest LineageOS 14.1.
Released Files
This release contains four files.
- 64-bit ISO: cm-x86_64-14.1-r3.iso
sha1sum: 93313426610654618d8dc172fd014dfa54c5688a
- 32-bit ISO: cm-x86-14.1-r3.iso
sha1sum: eed4ede526159e64b4ffcfcf8c00f961b069786f
- 64-bit rpm: cm-x86-14.1-r3.x86_64.rpm
sha1sum: 80bbfedad3f33e4719e3e80fd17224236b8cf34e
- 32-bit rpm: cm-x86-14.1-r3.i686.rpm
sha1sum: 8e07bc8e5a74142c65506880eb1ac1653547242b
You can choose one of these files depends on your devices. In doubt, try the 32-bit ISO for legacy BIOS devices and 64-bit files for UEFI devices.
To use an ISO file, Linux users could just dump it into a usb drive to create a bootable usb stick like :
dd if=cm-x86_64-14.1-r3.iso of=/dev/sdX
where /dev/sdX is the device name of your usb drive.
Windows's users can use the tool Win32 Disk Imager to create a bootable usb stick.
Please read this page about how to install it to the device. Except the traditional ISO files, we also package android-x86 files into a Linux package rpm. It allows Linux users to easily install the release into an existing Linux device with a standalone ext4 root partition. On an rpm based device (Fedora/Red Hat/CentOS/SUSE...), just install it like a normal rpm package:
All files will be installed to the /cm-x86-14.1-r3/ subdirectory and a boot entry will be added to grub2 menu. Reboot and choose cm-x86 item from the menu to enter the system.
Android X86 Iso File Download
To uninstall it:Android 4.1 Update Download
sudo rpm -e cm-x86
On a deb based device (Debian/Ubuntu/LinuxMint/...), please use the alien tool to install it:
sudo apt install alien
sudo alien -ci cm-x86-14.1-r3.x86_64.rpm
Known Issues
- All known bugs of Android-x86 7.1-r3 release.
Android 4.1 Iso
Source code
The source code is available in the main git server.repo init -u git://git.osdn.net/gitroot/android-x86/manifest -b android-x86-7.1-r3 -m cm.xml
repo sync --no-tags --no-clone-bundle
Android Tv X86 Iso Download
Read this page for how to compile source code.