How to Set Up a Mobile Development Environment

    Shaumik Daityari
    Share

    The use of mobile devices has increased considerably in the past decade. It has been over two years since mobile browsing took over desktop. The usability of mobile devices has exploded, too. Mobile devices now come with huge processing power.

    We often dismiss mobile platforms as serious workhorses for developers, but today, it’s possible to take advantage of mobile portability with a level of flexibility that gets closer to the desktop every year.

    This post explains the process of running a Linux development environment from your mobile device using Samsung Dex.

    A Brief History of Samsung Dex

    Samsung Dex is a platform that allows you to use the computing power of your mobile device to run a desktop-like environment. It was introduced in 2017 and has been actively developed since. The number of devices that can run Dex has increased steadily. In this post, we explore how to set up a Linux development environment through Samsung Dex.

    Since its launch, Samsung Dex has been available on all of Samsung’s flagship devices. They are:

    • Galaxy S8/S8+
    • Note 8
    • Galaxy S9/S9+
    • Note 9
    • Galaxy Tab S4
    • And most recently, the S10 family

    Samsung Dex launched with a docking accessory called the Dex Station. You had to connect your mobile device to the Dex Station, which had outlets for output devices through the HDMI port, and input devices (like a mouse and keyboard) through USB and USB-C ports.

    Samsung Dex Station (Source)

    While using the Dex Station was mandatory at first, this criteria has since been relaxed in more recent devices. If you are using a Galaxy Note 9 or newer device, a USB-C to HDMI converter can help you get hooked up to a display, and Bluetooth can be used for peripherals.

    Samsung has recently launched the Dex Pad, a portable version of the Dex Station, which has built in wireless charging and a cooling fan in addition to the HDMI and USB ports.

    Samsung Dex Pad (Source)

    Assuming you fulfil the hardware requirements, you need two apps in order to create a Linux development environment. First, you need to install the Samsung Dex app to enable the Samsung Dex experience. Next, you need the Linux on Dex app, which is currently in Beta mode. You can apply for access through the Google Play Store.

    Now that we have tackled the requirements for the process, let us get started!

    Configure a Linux Environment on Samsung Dex

    The Linux on Dex app shows you the list of virtual containers that you have created on your device. Let’s try and create our first one by clicking on the “+” button on the bottom right of the screen.

    When creating the container, you need to use a Linux image. Currently, only Ubuntu 16.04 LTS is supported. The image can be downloaded from the Samsung Dex servers. A modified version of Ubuntu needs to be used to adhere to Android’s security policy.

    Download Linux ImageDownloading custom Linux image provided by Samsung

    Once the download is complete, you need to extract the image.

    Unzip downloaded Linux image

    To create a new container, browse to the location of the unzipped image on your file system and provide a name and description for the image. You also need to specify the storage space to be allocated to this image. This can be changed at a later time when the container has been successfully created. A minimum of 10 GB is required.

    Options to create a container

    Creating the container does not take long — the custom image of the Linux operating system provided by Samsung is already compatible with Dex. The default user is dextop and the password is secret.

    Once you’ve created the container, you can view a list of containers on the app. Select a container to view its details.

    Container DetailsContainer details

    Testing Linux Environment on Mobile and Samsung Dex

    Before connecting to an external display, you can still access the container from the Linux on Dex app by starting a terminal. Select the “Terminal mode” option in the details page shown above to start the terminal.

    Terminal on mobileRunning the container’s terminal on mobile

    You can run a Python interpreter from within this terminal and test out some basic statements.

    Running Python interpreter on mobileRunning Python interpreter of the container on mobile

    To use the Linux environment in a desktop setting, connect your mobile device to an external display. At this point, you may not be running the Linux on Dex app. You will see the Samsung Dex logo on the display as the desktop version loads into the display.

    Samsung Dex Home Page on starting upDesktop of Samsung Dex on starting up

    Once the Samsung Dex has loaded, you can use your connected mobile device as a trackpad or use a connected mouse and keyboard. Navigate to the installed apps in your mobile device and select the Linux on Dex app. You will be able to see a list of all the available containers in the app. Select the container that you wish to run.

    Container Details on Linux on Dex app on the screen

    Click on the run button to get into the Linux environment.

    Ubuntu Environment on Samsung Dex

    You’ll be taken into the Linux environment within Samsung Dex. You can still access the bottom menu of the Dex environment, which I have used to take a screenshot.

    Linux on Dex is still in its nascent stage, where you can run various applications, but the performance isn’t at par with desktop computers. Linux on Dex has targeted developers primarily and perhaps this is a group of users who may be able to use it in its current form.

    Final Thoughts

    A Linux development machine with Samsung Dex can emulate a desktop computer in terms of functionality. And crucially, the increasing popularity of cloud-based services reduces dependency on traditional storage needs.

    The computing power isn’t great Compared to running Linux natively on a desktop machine, this isn’t the snappiest experience. Further, support for a variety of devices is limited and Linux on Dex is still in beta. But given the the rate at which our mobile devices become more capable, it would not be a surprise to see end users replace traditional personal computers with containers on mobile devices in coming years.

    Did you give Linux on Dex a try? Do you think it will complement (or even replace!) your current development setup? Let us know in the comments below!