Aros/Platforms/Installing on Android

< Aros < Platforms
Navbar for the Aros wikibook
Aros User Docs
Aros User Docs
Aros User FAQs
Aros User Applications
Aros User DOS Shell
Aros/User/AmigaLegacy
Aros Dev Docs
Aros Developer Docs
Porting Software from AmigaOS/SDL
For Zune Beginners
Zune .MUI Classes
For SDL Beginners
Aros Developer BuildSystem
Specific platforms
Aros Intel AMD x86 Installing
Aros x86 Audio/Video Support
Aros x86 Network Support
Aros x86 Complete System HCL
Aros Storage Support IDE SATA etc
Aros Poseidon USB Support
x86-64 Support
Motorola 68k Amiga Support
Linux and FreeBSD Support
Windows Mingw and MacOSX Support
Android Support
Arm Raspberry Pi Support
PPC Power Architecture
misc
Aros Public License


Introduction

Android-hosted port is a new, progressing development. Currently a number of issues exist, they are in the process of fixing.

Android OS can be viewed as a subset of Linux, so functionality of this port is the same as of generic UNIX-hosted port.

DOWNLOAD aros sources and others from here

Installation

In order to install AROS to your Android device, do the following:

  1. Extract the archive.
  2. Inside the archive you'll see AROS directory. Copy its whole contents to the SD card (or whatever else removable media your device uses.)
  3. Install the supplied AROSBootstrap.apk in your device.

Please note that minimum required Android version is 2.2.

Configuration

Since Android OS has no command line, you can't watch debug output in real time without any external tools. However, you can redirect it to a file using bootstrap's own functionality. In order to to this you'll need to edit AROS/boot/AROSBootstrap.conf file and add 'logfile <file_pathname> option to it.

In a similar manner you may pass command line options using "arguments <your-options>" option in AROSBootstrap.conf.

Support

Android OS currently supports i386 and ARM processors. AROS can be built for both these architectures, however currently only ARM build is in production. i386 version was not tested because no test environment was available.

A vast majority of modern ARM devices has ARMv6 or better processor with VFP floating-point unit. This configuration is currently the minimum requirement to run AROS. However, some Android devices are available on the market, whose processors are below this requirements. Known non-working processors are:

This is a list of test results on various hardware and Android OS versions:

Device name CPU core Android OS version Linux kernel version Test results
Ainol NOVO7 Aurora 2 1.5 GHz ARM Cortex A9
Dual Core
Amlogic AML8726-M6
4.0.3 (ICS) Black screen, system halts during bootup
Archos 70 1 GHz ARM Cortex A8
(TI OMAP3630)
2.2.1 (Froyo) Working fine. CacheClearU() is known to trigger host system reset (hardware-specific glitch)
Google Nexus One
(HTC Passion)
1 GHz ARM Cortex A8
(Qualcomm Scorpion)
2.3.4 Build GRj22 2.6.35-7-59463-g52630a3 Working fine
HTC Desire 1 GHz Qualcomm Snapdragon (QSD8250) 2.2 (Froyo) 2.6.32.15 Working fine
HTC Evo Shift 4G 800 MHz Qualcomm Snapdragon S1 (MSM7630) 2.2 (Froyo) 2.6.32.17-gee557fd Working fine
HTC One XL 1,5 GHz Qualcomm Snapdragon S4 Dual Core (MSM8960) 4.1.1 (Jelly Bean,
Viper XL 3.2.3)
3.4.10-g240d4d5root@abm033#1SMP PREEMPT Working fine
HTC Sensation 1,2 GHz Qualcomm Scorpion
Dual Core
2.3.3 (Gingerbread,
HTC Sense 3.0)
Error in C:Mount during DEVS:DOSDrivers processing
HTC Wildfire A3333 525 MHz Qualcomm Snapdragon S1 (MSM7225) 2.2.1 (Froyo) 2.6.32.21-g8f75634 htc-kernel "Illegal instruction" crash. The processor is below AROS minimal requirements.
LG Optimus Black 1 GHz ARM Cortex A8
(TI OMAP3630)
2.2.2 (Froyo) 2.6.32.9 Working fine
LG Optimus One (P500) 600 MHz Qualcomm ARM1136EJ-S 2.2.2 (Froyo) Working fine
LG Optimus Speed 1 GHz ARM Cortex A9
Dual Core (AP20H)
2.2.2 (Froyo) 2.6.32.9-dirty Black screen, system halts during bootup
RoverPad 3W T71D 1 GHz ARM Cortex A8
(Allwinner Boxchip A10)
4.0.3 (ICS) 3.0.8+ (inet_hxj@InetSoftware) (gcc version 4.5.1 (Sourcery G++ Lite 2010.09-50) ) # 106 PREEMPT Working fine
Samsung Galaxy S 1 GHz ARM Cortex A8
(TI OMAP3630)
2.3.3 (Gingerbread) 2.6.35.7 Working fine
Samsung Galaxy Tab 2 1 GHz ARM Cortex A9
Dual Core (TI OMAP4430)
4.0.3 (ICS) 3.0.8 Working (but apparently not entirely crash free)
Samsung Nexus S 1 GHz ARM Cortex A8
(TI OMAP3630)
2.3.4 Build GRj22 2.6.35-7-ge382d80 Working fine
Sony Tablet S 1 GHz ARM Cortex A9
Dual Core (AP20H)
3.2 (Honeycomb) 2.6.36.3 Working fine
Sony Ericsson XPeria X10 Mini Pro 600 MHz Qualcomm Snapdragon S1 (MSM7227) 2.1 (Eclair) Working fine, keyboard needs specific keymap
VIA 8650 2.2 (Froyo) "Illegal instruction" crash. The processor is below AROS minimal requirements.

Status of bugfixing:

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.