There have only been a few phones released with or supporting Ubuntu so far, and those phones will normally be able to run Android too since Ubuntu Touch relies on Android drivers, and you may decide that Ubuntu is not for you and switch back to Android, or the contrary, if you’ve purchased an Android phone, you may want to install Ubuntu instead. In order to simplify the task of installing operating systems, Marius Quabeck has developed “Magic Device Tool“. As you can see from the screenshot above, 13 phones and tablets are currently supported. You’ll need a computer with Ubuntu 15.04 or greater to install the tool, and I’ve done so on Ubuntu 16.04:
1 2 3 4 |
git clone https://github.com/MariusQuabeck/magic-device-tool.git cd magic-device-tool chmod +x launcher.sh ./launcher.sh |
The script will also install phablet-tools if it is not already installed, so if you are not root, you’ll need your account to be member of sudoers. Once the initial setup is done, you’ll […]