On December 23, Canonical surprised us all with a gift for Christmas in advance, announced Dual boot Ubuntu and Android to developers, and thus we offered an alternative operating system to test Mobile, Ubuntu Touch , without having to give up our fully functional version of Android.
Bitelia and we explain step by step how to install Ubuntu Touch 1.0 on Nexus devices supported, at that time we can install without problems on a Nexus July 2012, and we take a look at Ubuntu promise Tablets and smartphones . Although the experience still feels very raw, this time we have to leave our basically useless device if you want to try Ubuntu, but we can be constantly updated versions to go seeing improvement, and also use our Android device normally.
To help you do this, we have created this simple guide, step by step to teach you how to easily install Dual Boot Ubuntu and Android on your device.
Requsitos:
- One of the devices officially supported, see full list.
- Android 4.2 or higher, stock or based on CyanogenMod or AOSP.
- 2.7GB of free space to install Ubuntu touch.
- Bootloader unlocked.
- Ubuntu installed on the computer or a derived distribution.
- and patience.
Win
Prepare your computer
Install Ubuntu tools Touch Developer Preview via the official PPA:
sudo add-apt-repository ppa: phablet-team/toolssudo apt-get updatesudo apt-get install phablet-tools android-tools-android-tools adb-fastboot
Prepare your device- Unlock bootloader.
- Enable USB
- Perform a Backup.
Debugging
If you have a smartphone or tablet and unlocked, you can easily do it with the tools already installed Ubutnu Touch. With the device off at the same time then hold the power button + volume down button until the device enters bootloader .
Connect the USB cable, open a terminal and type:
sudo fastboot oem unlock
device screen to accept the terms unlocking and restart at the end.
Once
on and unlocked, be sure to enable USB debugging. To do this go to the menu Settings> Phone Info, and press 7 times the build number to activate development options . Now go back and go to the options menu development and activates the USB debugging.
When the message with the unique key of the computer appears to allow the connection, we accept and we are ready. We must also be alert to disable the use of the device as MTP.
prompt in accepting the key computer does not appear on your Android, try typing in the terminal:
adb kill-server
And then:
adb start-server
To verify that your device is being recognized by the system, type in the terminal:
adb devices
Before continuing, we can make a backup of our system in case something bad happens, (this step is optional, but doing backups is never more if things go the demon). To make a backup of your Android to your computer, type in the terminal:
adb backup-apk-shared-all
Pet perform backup from Android, and expected to finish the process (a small tip to make this process faster and avoid mistakes, put the phone in airplane mode). Now we can proceed to install the Dual Boot.
Install Ubuntu installer application on Android
Download script Setup your Home folder by right clicking on this link and then "save as".
Open a terminal and for the script is executable, type:
chmod + x dualboot.sh
check you have completed all pre-installation requirements: have the device on, have booted Android normally be connected via the USB cable to the computer, and the USB debugging enabled.
To install Android Dual Boot if you stock type in the terminal:
. / FULL dualboot.sh
If instead you have a custom ROM like CyanogenMod writes:
. / dualboot.sh UPDATE
The device will reboot several times, and at the end you have to find on your list of applications: "Ubuntu Dual Boot". Important not to intervene in the facility at any time, although it seems that nothing happens.
Install Ubuntu from Android
Since we have
list function Dual Boot, Touch now can install Ubuntu. Recall that for this we will need 2.7 GB of free space, before we can continue cleaning the cache Android quickly with a command to retrieve a bit of space:
adb shell "your sh rm-rf / cache / *"
Android When the command request superuser permissions allow.
now on our list of applications look for the icon of Ubuntu Dual Boot and pressed.
When the application starts, pressed Choose channel to select a channel and start downloading Ubuntu, the preferred channel is Trusty, and is automatically selected. Now we only hope that the image is downloaded.
Once the download is complete, you must grant superuser permissions to the application to complete the installation. Now you can press the button Reboot to Ubuntu to reboot into Ubuntu.
No comments:
Post a Comment