Transform an Android device into a Linux machine

Linux on Android

Article from Issue 152/2013
Author(s):

If you want to install Linux on an Android device, you have several options. We examine some of the possibilities.

Installing a regular Linux distribution on an Android device opens a whole new world of possibilities. You can turn your Android device into a full-blown Linux/Apache/MySQL/PHP server and run web-based applications on it, install and use your favorite Linux tools, and even run a graphical desktop environment. In short, having a Linux distro on an Android device can come in handy in many situations. You can install Linux on an Android device in several ways, and I'll look at some of the available options.

KBOX: No Root Required

In many cases, installing Linux on Android usually means going through the rigmarole of rooting the Android system with the risk of bricking your Android device. If you don't find this idea all that appealing, then you might appreciate KBOX [1]. This miniature single-user Linux distribution is integrated directly into a terminal emulator, and it can be installed on non-rooted Android devices (Figure 1). KBOX is not available in the Google Play Store, so you have to download the APK package from the project's website and install it manually. By the way, the author of KBOX provides not only the ready-to-use package but also some technical descriptions of KBOX's inner workings [2].

Figure 1: KBOX is a miniature Linux distribution that doesn't require rooting.

KBOX comes with an assortment of BusyBox utilities (find, grep, tar, vi, etc.), an SSH server and client, and the scp tool. A handful of other packages are available as separate downloads, including vim and rsync. Rsync can act both as a client and server. Installing packages on KBOX is done using the dpkg tool. To install, for example, the rsync package, grab it from the project's website and use the following command:

dpkg -i /sdcard/Download/rsync_3.0.8_kbox.deb

Obviously, KBOX is not a replacement for a full-blown Linux distribution, but it can be useful in certain situations. If you install rsync, for example, you can use this powerful and flexible tool to back up files on your Android device to a remote server, and thanks to the supplied SSH server, you can access your Android device via an SSH connection.

Going the chroot Root: Linux Deploy

Although KBOX offers a straightforward way to install Linux on an Android device, you might find it too limited for your needs. In this case, you should consider installing a regular Linux distribution, but to do this, you must root your Android device first. The exact rooting procedure depends on your particular Android device, and it can be tricky at times. However, plenty of rooting guides are available online to help you along the way.

When it comes to installing Linux on a rooted Android device, one option is Linux Deploy [3]. This open source app offers an easy way to install and run a supported Linux distribution in a chroot environment, which is basically a special directory that acts as a temporary root directory. Because the root directory is the top of the filesystem hierarchy, applications running in the chroot environment don't access directories higher up than the root directory. In other words, chroot creates an isolated environment that doesn't interfere with the rest of the system. The good news is that Linux Deploy hides all the gory technical details behind a user-friendly interface, so you don't need to know all the nitty-gritty to be able to install and run Linux on your rooted Android device.

Before you proceed with installing Linux on Android using Linux Deploy, you need to install two additional apps on your device: a terminal emulator and a VNC client. Although several terminal emulator and VNC client apps are available in the Google Play Store, you can't go wrong with VX ConnectBot [4] and MultiVNC [5]. Both are capable open source apps available free of charge.

To install one of the supported Linux distributions using Linux Deploy, launch the app, and tap the Properties button. The Properties window contains a list of configurable options. Start by choosing the desired Linux distribution from the Distribution list in the Deploy section. Linux Deploy supports many popular distros, including Debian, Ubuntu, Arch Linux, Fedora, and openSUSE. For certain distributions, you can also select a specific version. Choose Debian, for example, and you can pick the desired version (stable, testing, unstable, etc.) in the Distribution suite list.

By default, Linux Deploy uses a mirror based in Russia, but you can specify a mirror closer to you by editing the Mirror URL setting. If you are installing Debian, you can find a list of mirrors online [6]. Pick the mirror closest to you and enter its URL as follows:

http://ftp.de.debian.org/debian

Linux Deploy can install Linux into an image file, a specific folder, or a separate partition, and you can choose the desired option in the Installation type list. In most cases, installing Linux as a single image file makes most sense, especially on devices that don't support additional storage. If your Android device has an SD card slot, you can install Linux on a storage card or use just a partition on the card for that purpose.

You can choose the desired installation option from the Installation type list (Figure 2). If needed, you can also use the appropriate options to change the default installation path, specify the desired image size, choose the filesystem, and change the default android username.

Figure 2: Specifying installation settings in Linux Deploy.

Linux Deploy lets you install a graphical desktop environment, too, and the app supports several popular graphical desktops, including LXDE, Xfce, Gnome, and KDE. To install a desktop environment, pick the desired desktop from the Desktop environment list and enable the Install GUI option.

The next stop is the Startup section. To start, make sure the SSH option is enabled; otherwise, you won't be able to connect to the running Linux instance. If you chose to install a graphical desktop environment, you will have to enable the VNC option as well, so you can connect to the desktop using a VNC client app. Next, scroll down to the VNC section and configure the VNC settings, such as color depth and resolution as well as desktop dimensions.

Once you're done tweaking settings and specifying options, you can tap the Install item and wait until Linux Deploy finishes the installation (Figure 3). When the installation operation is completed, you should see the following status message:

Figure 3: The installation procession in Linux Deploy is completely automated.
<<< end: install

Then, tap the Start button to boot the installed Linux distro. Note the IP address of the running Linux instance and launch the terminal emulator app (Figure 4). Establish an SSH connection to the running Linux instance using its IP address and the default android username (or the username you specified in the Properties window). When prompted, enter the default changeme password.

Figure 4: Establish an SSH connection in the terminal emulator with your username and the IP address of the Linux instance.

The first thing you might want to do is change the default passwords. Issue the passwd command to change the user password and run sudo passwd root to assign root password. Accessing the graphical desktop environment is equally easy: Launch the VNC client app and connect to the running VNC server using the default changeme password (Figures 5 and 6).

Figure 5: You can access the graphical desktop using a VNC client directly on Android …
Figure 6: … or from a remote machine (in this case, a notebook with Kubuntu using the KRDC client).

Limbo PC Emulator

Limbo PC Emulator [7] provides yet another way to run Linux on an Android device. This little app is a port of the popular Qemu emulator, and it allows you to run a handful of lightweight Linux distributions. Before you give Limbo a try, be aware that it's not particularly fast. This is not a big surprise, considering that it emulates the x86 architecture on the ARM-based platform. Limbo's sluggishness is one of the reasons why you should use it with a nimble Linux distribution like Damn Small Linux and Debian sans a graphical desktop environment. On the positive side, running Linux inside Limbo PC Emulator doesn't require rooting, and the app is very straightforward to use.

Start by downloading the ISO image or the HDD file of the desired Linux distro. You can find the list of supported distros and links to ISO images and HDD files on the project's website [8]. Launch the Limbo app on the Android device, choose New from the Load VM drop-down list, and give the new virtual machine (VM) a name (Figure 7).

Figure 7: Configuring a virtual machine in Limbo.

Assuming you want to boot the VM from an ISO image, you can use the CDROM option to select the downloaded .iso file. Use the Hard Disk A option to create an empty hard disk image for use with the VM. Then, select User from the Network Configuration drop-down list to enable networking in the NAT mode. Finally, you can enable the External VNC option if you want to access the graphical desktop from a remote machine via VNC. Next, tap the Start button to launch the created VM.

Although Limbo is relatively slow, the app has two features that can improve the emulator's performance. Enabling the High Priority option can speed up the VM, but it can also make the Android device less responsive. A feature that lets you save the VM state won't directly improve the performance, but it can help to avoid lengthy boot sequences by saving the VM in its current state. Note that this feature requires a hard disk file. Additionally, the project's website offers a few tips on improving the performance of specific distros. For example, you can use the following boot parameters:

boot> dsl toram noacpi noapm noscsi dma

to speed up Damn Small Linux (Figure 8).

Figure 8: Running Damn Small Linux in Limbo.

Buy this article as PDF

Express-Checkout as PDF
Price $2.95
(incl. VAT)

Buy Linux Magazine

SINGLE ISSUES
 
SUBSCRIPTIONS
 
TABLET & SMARTPHONE APPS
Get it on Google Play

US / Canada

Get it on Google Play

UK / Australia

Related content

comments powered by Disqus
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters

Support Our Work

Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.

Learn More

News