How to Install Ubuntu Touch on Android Device The Easy Way

Yes, installing Ubuntu Touch has become quite easy these days and Android enthusiasts and developers across the globe have already started testing this brand new OS onto their devices. Ubuntu Touch brings a new platform to mobile devices and opens new opportunities to the developers. As we know, some of the BQ and Meizu devices officially run Ubuntu OS as part of their OEM and the OS is quite impressive.

The OS has brought support to aย range of Nexus devices like the Nexus 5, Nexus 7 and more. Even though itโ€™s not official, the Ubuntu development team has been working on porting it to more and more of such devices. The latest devices to be supported are the Sony Xperia Z1 and the OnePlus One. These are indeed remarkable devices and comes with a lot of support from the Android community. However, some of the unofficial portsย may come with some bugs and that should be expected.

Ubuntu developers have made the installation quite easy. It starts with just a couple of Linux commands and the installation process starts. It will verify your device and download and flash the software for you automatically. So you donโ€™t need to worry about bricking your device by flashing the wrong file. However, you will need to connect your mobile device to a PC running Linux based OS and issue commands using ADB and Fastboot.

Follow the instructions below and get the server URL from the download section. Before you proceed, backup everything and read the instructions first. There are two methods. First will completely remove your previous ROM and perform a clean install. However, if you donโ€™t want to lose your previous ROM, then go through the MultiROM method. This will help you install Ubuntu Touch OS alongside your primary OS.

Note: Needs a bootloader unlocked device.

Download Ubuntu Touch URL for Android

[sociallocker]

OnePlus One:
Code:
ย ubuntu-device-flash -v โ€“server=https://system-image.ubports.com touch โ€“channel=ubuntu-touch/stable โ€“device=bacon โ€“bootstrap
MultiROM file: (MultiROMMgr-UT.apk)

For more devicesย โ†’ Visit Ubuntu Page

Or visit XDA forum page for your device to get the Code:

[/sociallocker]

Install Flash Factory Images On Android Devices Using Fasboot

Step 1: Enable USB Debugging on your device. To do so, go to Settings>About Phone> Tap on the Build Number several times until you get a newย Developer Options in theSettings.ย Openย Developer Options and enable USB Debugging from there. Trust the connection by allowing it when you connect it to your PC for the first time. Also, enable OEM Unlock from Developer Options; if such an optionย is available.

Step 2: Make sure you have Ubuntu or Linux based OS running on your PC and open terminal on it. Now connect your device to PC andย issue the following command to install necessary drivers to perform operation:

sudo apt-get install ubuntu-device-flash phablet-tools

Step 3: Now turn off your Android device completely and unplug it from your PC.

Step 4: Boot into the bootloader or Fastboot mode. To do so, turn off your device and then press and hold volume down + the power button simultaneously for a few seconds. When you see the bootloader/Fastboot screen, connect your device to the PC using a USB cable.(Choose Fastboot if option is available) For an alternative method look at the end of this method.

Step 5:ย Connect your device to PC and launch terminal on PC.

Step 6: Now issue the following command in the command prompt to check your device connectivity

fastboot devices

Step 7: Now issue the following command toย start the installation process:

ubuntu-device-flash -v --server=https://system-image.ubports.com touch --channel=ubuntu-touch/stable --device=bacon --bootstrap

Note:ย Now, each port for a device has its own system-image server owned by some community member. This means they support OTA updates and can be installed usingย ubuntu-device-flash script with --server="<url>" parameter. The one listed above is for OnePlus One. Check out the code from download section or from Ubuntu website from source. Hence the code:

ubuntu-device-flash -v --server=<url for your device>

Step 8:ย Once done, reboot.

Once the operation completes, you can now enjoy your new Ubuntu ROM.

How to boot into bootloader or Fastboot mode using ADB

You can also issue the following command through your terminal in order to boot into the bootloader. Connect your device to the PC and open terminal. Once into terminal, issue the following command in Linux OS:

sudo adb reboot bootloader

How to install Ubuntu Touch using MultiRom

Step 1:ย Download the temporary version of MultirROM manager.

Step 2:ย Install the .apk file (if you already have MultiROM manager installed, then uninstall it first)

 

Step 3: Open the app and install MultirROM v32j, Recovery 2015-06-07 (It will say you have it already installed, this is just a workaround to get ubuntu touch work. YOU NEED TO INSTALL THIS ANYWAY) and kernel for your android version

Step 3: When itโ€™s done installing and booted back up, you can install Ubuntu Touch going through the Method 1 above.

Source: Ubuntu,

Like and share us on social media. If you need any help with your device, then comment down below.

Also See:

How to Capture OTA Update URL For Your Android Device [OTA Capture Guide]

How to Flash Factory Images On Android Devices

How to Install Apps on Android TV Not Available on Play Store [Install Third-Party APK Files]

How To Install TWRP Recovery on Your Android Device


Sarang Avatar

One response


  1. Jon Dough Avatar
    Jon Dough

    THANK YOU for all this…. I wiped my Internal storage, (?) and can’t install any .img or rar. to install thru TWRP into myHonor 5X.

    Using Ubuntu 18.04.06

    This happens to be my 12th. web sited to learn “How to FIX it….

    This info is GREAT…. thanks again!

Leave a Reply