Does anyone here have Ubuntu smartphone?

gorski

Well Known Member
Messages
1,553
People who actually have it, please: what say you, how do they actually perform?

Aquaris E4.5 Ubuntu Edition, v. 5, then MX4 Ubuntu Edition by Meizu etc.?

If not: is it really the case that you can install Ubuntu on any Android based smartphone?

Like: [ame="http://www.amazon.it/Asus-ZenFone-Laser-Smartphone-Italia/dp/B0153DFK6C/ref=sr_1_1?s=electronics&ie=UTF8&qid=1452971932&sr=1-1&keywords=zenfone"]Asus ZenFone 2 Laser 5" Smartphone, 16 GB, Dual SIM, Nero [Italia]: Amazon.it: Elettronica[/ame]

That would be good value for money, if possible...

Any help, please?

Thanx a bunch!
 

OpenFox

VIP
Messages
1,416
You can try this method

How to install Ubuntu Touch: warning
First of all, this guide is not for beginners. You will need to know how to use the Ubuntu command line, and you will need to be prepared to use beta software that’s neither finished nor guaranteed stable. It is also a bad idea to install Ubuntu Touch on your main device. Only try this if you have a spare smartphone or tablet that you don’t rely on.
As with our guide to installing Android L, it’s crucial to know that the process will completely erase your device, removing not only Android but also your apps, photos and all other data. You absolutely must back up everything you want to keep first.
Second, this process uses the desktop version of Ubuntu to install the mobile OS on your device, so you’ll need a laptop or PC running Ubuntu.

Step 1:
With Ubuntu installed on your PC, ensure you have the universe archive enabled. This is a software repository which is probably commented out – you need to remove the # which precedes it in the file /etc/apt/sources.list
You can find detailed information on how to add repositories here
With Ubuntu universe archive enabled, now you can install the ubuntu-device-flash package – the main tool for installing Ubuntu Touch - as follows.

Step 2: (you can skip this if you’re already running 14.04 as the tools are already included).
You’ll need tools in the Phablet Tools PPA in order to install Ubuntu for devices. These are included in 12.04 Precise onwards.
On your PC, press Ctrl+Alt+T to start a terminal.
Add the Phablet Tools PPA by typing (at the $ prompt): sudo add-apt-repository ppa: phablet-team/tools
On Ubuntu 12.04, add the Ubuntu SDK Release PPA by typing: sudo add-apt-repository ppa:ubuntu-sdk-team/ppa
Update your system to use the latest packages by typing: sudo apt-get update
Install the ubuntu-device-flash package by typing: sudo apt-get install ubuntu-device-flash
For help with the ubuntu-device-flash tool type: man ubuntu-device-flash
Content continues below
You can type q to exit.

Step 3:
Install phablet-tools package by typing: sudo apt-get install phablet-tools
List its tools by typing: dpkg -L phablet-tools | grep bin
Note that you can show a tool’s help by adding –h. For example: phablet-config -h
Step 4:

You need to enable Android Developer Mode on your device. To do this, head to Settings and tap About phone (or About tablet) then about. Now tap Build number seven times and you will see a pop-up saying you are now a developer.
You will now have a new menu in Settings called Developer options. Go in here and tick the box next to USB Debugging. Enabling USB Debugging allows you to send commands to your USB connected device from the terminal.

[url=https://postimg.org/image/yzj7lzg3b/] [/URL]

Step 5:
Connect your device via a USB cable to your PC running Ubuntu. You’ll be prompted in Android to authorise it. To check the connection is working, type (at the prompt) adb devices
You should see your device listed with a series of numbers and letters. If your device isn’t shown, try first typing: adb kill-server

Step 6:
If you haven’t already done so, now is the time to back up your Android apps and data. Also, note down your device type and build ID because you will probably want to reinstall Android later (you’ll have to download the factory image and use the adb and fastboot tools to install it).

Step 7:
To install Ubuntu, you need to unlock your device’s bootloader. This process wipes the phone or tablet.
To do this, type at the prompt (as a reminder, hit Ctrl+Alt+T to open a terminal): adb reboot bootloader
Your device will reboot and show a screen as follows:

[url=https://postimg.org/image/6rzvs9p5p/] [/URL]

Now unlock the bootloader by typing: sudo fastboot oem unlock
You’ll see a warning on screen. To change from no to yes, use the volume rocker, and to select the option, press the power button.
Now reboot the device by typing: fastboot reboot
You will be taken through the initial setup. Don’t worry about entering much information as you’re about to remove Android completely by installing Ubuntu.

Step 8:
Power off your device using the power button.
Reboot into the bootloader by using the correct physical button combination for your device For example, the combination for the Nexus 5 is to hold down the volume up, volume down and power buttons simultaneously.
Install Ubuntu by typing: ubuntu-device-flash --channel=devel --bootstrap
The installation should happen automatically with no input from you. It will take a while – the image is initially downloaded to the ~/.cache/ubuntuimages folder on your PC before being transferred to your smartphone or tablet.
To begin with, Ubuntu is a ‘recovery’ image which you device will boot from. Then, Ubuntu is installed as an OS in its own right. On the next reboot, you should see Ubuntu running.

Step 9:
After installing Ubuntu, you can head to Settings > Updates to get the latest version, and choose whether or not updates are installed automatically.



and if you wish you can wath more video on Youtube

good luck
 
Top