Android x86 windows installer

Android x86 windows installer

Android OS на x86

В этой теме обсуждаются вопросы общие для всех Андроидов на платформе x86, конкретно проект портирования Android-х86, а также его братья, не имеющие отдельных тем обсуждения на нашем форуме.
Android в виртуальную машину | Сайт и Форум проекта Android-х86 | Android от Intel

Вопросы, касающиеся только проектов Phoenix OS , Remix OS x86 и Bliss-x86 , обсуждаются в своих темах.
За работоспособность ваших устройств ответственность несёте исключительно Вы. Задавая вопрос, постарайтесь указать следующую информацию .

    Hardware List — список совместимого оборудования
      Если Вы не нашли в шапке или в листе совместимости версию для вашего компьютера/ноутбука (модификации железа), то следует попробовать разные версии и опытным путём подобрать оптимальную.

  • Графическое ускорение нормально работает на видеоадаптерах от AMD и Intel (кроме GMA 500, GMA 600, GMA 3600, GMA 3650, т.к. они основаны на PowerVR).
    Графика nVidia поддерживается начиная с Android-x86 4.4-R3; новое поколение начинает поддерживаться после выхода следующего.
  • Ситуация с поддержкой планшетов, Критическое замечание о звуке.
  • Чипы, которые реализуют одновременно и WiFi, и Bluetooth работают хуже, чем отдельные.

    Загрузочную флешку или диск необходимо записать с помощью Rufus, UNetbootin, LiLi, или WinImage. UltraISO использовать не рекомендуется потому, что созданные им флешки мало где грузятся.

Раздел под Android рекомендуется форматировать в ext3 или ext4 (для версии 5.0 Lollipop и новее) чтобы иметь >4ГБ места под свои нужды и избежать проблем с SuperSU и другим софтом. Форматирование раздела лучше произвести до установки Android сторонним ПО (Acronis, GParted, др.): родной установщик не всегда справляется с этой задачей.

title Android-x86 5.1-rc1
kernel /android-5.1-rc1/kernel quiet root=/dev/ram0 androidboot.hardware=android_x86 SRC=/android-5.1-rc1
initrd /android-5.1-rc1/initrd.img

title Android-x86 5.1-rc1 (Debug mode)
kernel /android-5.1-rc1/kernel root=/dev/ram0 androidboot.hardware=android_x86 DEBUG=2 SRC=/android-5.1-rc1
initrd /android-5.1-rc1/initrd.img

title Android-x86 5.1-rc1 (Debug nomodeset)
kernel /android-5.1-rc1/kernel nomodeset root=/dev/ram0 androidboot.hardware=android_x86 DEBUG=2 SRC=/android-5.1-rc1
initrd /android-5.1-rc1/initrd.img

title Windows
rootnoverify (hd0,1)
chainloader +1

Тут default указывает номер пункта, котоый будет выбран автоматически после истечения timeout секунд. root и rootnoverify указывают с какого диска, и с какого его раздела загружать выбраную операционную систему. Как и в случае с default, нумерация начинается с нуля. Параметры загрузки прописываются в конец строки, которая начинается со слова kernel. Такими параметрами можно повлиять на многие аспекты работы Андроида с железом. К примеру настроить работу с внешним монитором.

GRUB 2 — следующая версия GRUB. Разработчики писали GRUB 2 «с нуля», чтобы добиться переносимости и модульности.
Используется в образах Android-x86 для компьютеров с новым UEFI-BIOS.
Может хранить свои настроки в файле grub.cfg либо menu.lst. Обычно этот файл лежит на отдельном системном разделе EFI (ESP). Типичное содержимое:

set timeout=60
set gfxmode=1024×768
terminal_output gfxterm

Источник

Android-x86

Run Android on your PC

Installation

Introduction

In particular, you can install Android-x86 to an NTFS filesystem to co-exist with Windows. See the Advanced Section for more details.

Step by Step

  • Download an iso image from a mirror site. Usually you should just use the latest image.
  • 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-x86 to harddisk’ item, as shown below:

Upgrade

You may upgrade an older Android-x86 installation by the installer. Just select the partition containing the older installation. The installer will prompt if you’d like to upgrade it:

If there are multiple older versions in the same partition, the installer will ask which version to upgrade:

Auto Installation

If you want to use Android-x86 as the only OS in your device, you may choose «Auto Installation» under the «Advanced options».

The installer will prompt you to confirm:

After you select ‘Yes’, the installer will erase the whole content of the hard disk, partition and install Android-x86 to it.

If you have multiple hard drives, the installer will let you choose which one to use. Be careful to choose the correct one.

Auto Update

By choosing «Auto Update» under the «Advanced options», the installer could update an older installation automatically.

In this mode, the installer searches a partition named «Android-x86» or the first ext4 partition, and update the older installation in it automatically. If no such a partition is found, the auto update mode will be cancelled.

Other boot options

  • Live CD — Run Android-x86 without installation

The item means to boot Android-x86 directly. This is useful to check if your hardware is compatible with Android-x86 quickly. All data is stored in RAM (tmpfs) and will lose after poweroff.

Live CD — Debug mode

See the debug howto for more details.

Live CD — Vulkan support (experimental)

Enable the experimental Vulkan support. Not all GPUs support it.

Live CD — No Setup Wizard

Skip the Setup Wizard. It’s useful if you want to test some apps quickly in live mode.

Live CD VESA mode — No GPU hardware acceleration

Disable GPU hardware acceleration. If you encounter black screen after booting, you may try this mode to see if it’s bootable.

Advanced

Create a bootable USB stick for Android-x86

There are several tools which could be used to create a bootable USB stick for Android-x86. The following tools are available for Windows users:

  • Win32 Disk Imager — see demo video.
  • UNetbootin — see demo video.
  • Rufus — see demo video.
  • Linux Live USB Creator (LiLi) — Obsolete software, but used to officially support Android-x86 until v4.4.

For Linux users, just use the standard dd command like:

Multi-Boot

To boot other operating systems, you have to add items for them to /grub/menu.lst. For example, to boot Windows, add the following:

This assumes Windows is installed to the first partition of the first hard disk. Alternatively, you need to change rootnoverify to the appropriate value. See Grub Manual for details.

Updated (2010)

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:

  1. Create a virtual machine.
  2. Edit virtual machine settings after the virtual machine created.
  3. Choose the hard disk and remove it.
  4. Add a hard disk to create a new virtual disk, then you can choose IDE as your virtual disk type.
  5. When finished, you can install android-x86 normally.

Источник

Android x86 windows installer

Androidx86 Installer for Windows

This installer will help users install Android-x86 on PC from windows, without HDD repartioning or messing things up

  • Support UEFI-Enabled PCs
  • Support Legacy-BIOS PCs
  • Install/Uninstall Android directly from Windows
  • Install to Any FAT32/NTFS partitions
  • No partition formatting or any data corruption
  • UEFI-Enabled x64 PC
  • Secure Boot Disabled
  • Bitlocker Disabled on target drive
  • Windows 8/8.1/10
  • .Net Framework 4.5
  • Android System image with UEFI Support from Android-x86.org
  • Update Detection of RemixOS image
  • Fix UEFI Init Fail with Surface Pro devices
  • Add Support for RemixOS
  • Fix reading large UEFI entries
  • Fix using img file from path with spaces
  • Trial period Removed
  • Add GPU Options to GRUB Bootlist
  • User-defined Data size
  • Responsive UI
  • Installation Status update
  • Support Devices with 32-bit firmware
  • Support booting from NTFS with compression enabled
  • log includes more info about Device BIOS

External Components used:

  • GRUB2 Bootloader GNU GRUB
  • Android icon by benbackman
  • MaterialDesignXamlToolkit by ButchersBoy
  • 7zip by Igor Pavlov
  • mke2fs tools by Cygwin
  • UEFILib by ExtremeGTX

About

This installer will help users install Android-x86 on UEFI-Enabled PC from windows, without HDD repartioning or messing things up

Источник

ExtremeGTX

Android x86 Easy Installer v1.2

Description:

This Installer will let you install Android x86 on your PC like any other application, no risk to Damage HDD Partitions, Boot Data or User Data. It’s like WUBI (ubuntu installer) NOT a WUBI Based Installer.
After installation you will got an option at boot to select Windows or Android.

Requirements:

  1. Android ISO
  2. Windows Boot Manager/NTLDR as default Boot Manager
  3. Windows Vista/7/8 32-bit or 64-bit
  4. .NET Framework 4

Instructions:

Install:
  1. Go to http://www.android-x86.org/download
  2. Download any version of Android
  3. Launch the Installer (Download link below)
  4. Select the downloaded ISO file
  5. Select the partition which Android will be installed to.
  6. Select “User Data Max. Size” which will store download Apps and User Settings
  7. Click Install and wait about 5 min.

Note: Installation time depends on “User Data Max. Size” may be more than 10min with 32GB

Uninstall:
  1. Start->Control Panel -> Programs and Features
  2. Select Android and click on “Uninstall”
  3. Just press any key and wait until screen disappear

Know Issues:

Not Work if GRUB is the default bootloader

Change Log:

– Support Windows 2000/XP [waiting for Users Reports]
– Logging Installation Process

Version 1.1: automatically detect if VGA Card require xforcevesa nomodeset, no more android black screen
Version 1.0: initial version

Download:

Share this:

Like this:

17 thoughts on “ Android x86 Easy Installer v1.2 ”

installed it. on the boot menu i selected Android. but is does nothing. it continues to boot windows. im using windows 8 32bit

Check
if you still have a problem send to me output of bcdedit.exe and screenshot of Disk Management
🙂

Is there a way to change the resolution of the Android after it installs? it boots fine, but it’s kind of grainy and lower-res, like it’s being stretched across the screen.

Check 1st Question here

Help me please I got a error

“Error Occured: The system cannot find the file specified”

Logging Started …
OS: Windows NT 5.x
Graphics Card: Mobile Intel(R) 945 Express Chipset Family
Graphics Card: 3
Loaded ISO: D:\android-x86-4.4-r1.iso
Partition: C:\
Data part. Size: 8 GB
Folder Created: C:\Android\
Folder Created: C:\Android\boot\
Boot: install GRUB4DOS…
Boot: Backup Current Config Boot.ini.backup
Boot: Add ‘Android’ to Boot.ini
ISO: Extract ISO

can I fixed it? thanks

hello, did you fix the problem? if so, please explain how to do it

its work. but all aplication and game i’ve installed not work, for example “black berry mesenger”, “wechat”, “whatsup”. game: cut of the rup,

OK, it’s not all Apps :D, Only the Applications which have x86 version will work
because I think ARM Emulation Libs still not included in the Android Build

I have installed a lot of apps and games which are platform independent or has a x86 Version

Try to Install Apps from Market, Not using external Apks

it will work on netbook

yes, it should work with any laptop/netbook use BIOS, still no UEFI Support 😦

Hi, try this on my 4gb USB stick, im using latest version android x86 4-4-r3, i always get a warning disc not enough space,i try it user data max on 2gb and 1gb the last log is this :

Run EXE:C:\Users\compu\AppData\Local\Temp\droidinst\dd.exe
Initialize Data.img
Run EXE:C:\Users\compu\AppData\Local\Temp\droidinst\mke2fs.exe
Write Uninstall File

thank you for the installer

Nevermind, i forgot that kitkat use min 10gb -__- my bad -__-

Are you still working on UEFI support? I have a dell latitude 10 I would love to get this working on.

yes, I have an initial working prototype for windows 8 devices, may be you got the 1st beta in a month 🙂

I dont have any time to select OS, it boots directly to Win7

I don’t have time for select which OS i want to boot,it boots directly to Win 7…help anyone

Источник

Читайте также:  What is android root unlock
Оцените статью