Android-x86 4.4 发布

jopen 10年前

Android-x86是将谷歌安卓移动操作系统移植到采用因特尔及AMD的x86处理器的设备上运行的非正式的尝试性项目,该系统并非基于RISC的 ARM芯片。该计划始于对安卓源代码的一系列补丁,以让安卓能运行在各种各样的上网本和超便携移动个人电脑上,尤其是华硕的Eee PC。
androidx86.png

Android-x86 4.4-r1 (KitKat-x86)   2014/08/08

Android-x86.org很高兴地宣布,4.4-R1公开发布。这是Android-x86 4.4 (kitkat-x86)第一个稳定版本发布。一张live CD ISO可在以下站点获取:

关键

 4.4-r1 发布基于 Android 4.4.2 (KitKat-MR1 release)。已经修复杂和增加86指定的代码,让系统流畅运行在x86平台上,尤其是平板电脑和上网本。主要特点包括
  • Integrate the ffmpeg as the stagefright-plugins to support much more multimedia files. Now we can play HD and full HD videos in apps.
  • Use the latest longterm stable kernel 3.10.52 with more drivers enabled. Most netbooks can run Android-x86 in the native resolution.
  • OpenGL ES hardware acceleration for AMD Radeon and Intel chipsets (PowerVR chips are NOT supported).
  • Enhance the installer to support upgrade from previous versions (since ics-x86). The text based GUI installer supports ext3/ext2/ntfs/fat32 filesystems.
  • KitKat style lanucher (Trebuchet).
  • Support Multi-touch, Wifi, Audio, Bluetooth, G-sensor and Camera.
  • Support Huawei 3G modem.
  • Simulate sdcard by internal storage.
  • External usb drive and sdcard are auto mounted to /storage/usbX on plugging. Support filesystem vfat/ntfs/exfat/ext4.
  • Support hybrid mode of iso images.
  • Multi-user support (max 8).
  • Support Ethernet (DHCP only).
  • Support 5-point touch calibration on some devices.
  • Support VM like Qemu and VMware.

Released File

We tried to create a universal image for most x86 platforms for the kitkat-x86 release. The plan is still in an experimental stage. Please report bugs to the android-x86 forum with detailed specs of your machine and error logs.
  • android-x86-4.4-r1.iso 

    sha1sum: dce96b2ff7e81cc7c2a884f6028f114ca3133c20

The iso file is hybrid format. That means you can dump the iso into a usb drive and get a bootable usb stick, like

$ dd if=android-x86-4.4-r1.iso of=/dev/sdX

where /dev/sdX is the device name of your usb drive.

Known issues

  • Suspend and resume may not work on some systems.
  • The installer can't format ext3 filesystem.

Source code

The source code is available in the main git server,

    $ repo init -u http://git.android-x86.org/manifest -b kitkat-x86
    $ repo sync

Read this page for how to compile the source code.

</div> androidx86-small.png
Download (MD5): android-x86-4.4-r1.iso (343MB).