Tuesday 30 April 2013

INSTALLING UBUNTU ON NEXUS7

Tuesday 30 April 2013

What you will need


  • Nexus 7 Tablet (8GB, 16GB, or 32GB)
  • Standard MicroUSB Cable (should come with the device)
  • Ubuntu Nexus 7 Desktop Installer installed on your development system
    • (Version 1.7 now supports 13.04)
  • Ubuntu 12.04 LTS or Later 

 Step 1:

Ubuntu Nexus 7 Desktop Installer


A simple graphical installer has been provided, and is available in a PPA. The installer has been updated to 1.7 to now support 13.04
sudo add-apt-repository ppa:ubuntu-nexus7/ubuntu-nexus7-installer
sudo apt-get update
sudo apt-get install ubuntu-nexus7-installer
Usage instructions for the installer are provided below.


Step 2:

The Nexus 7 ships with a locked bootloader. You must unlock it in order to flash different images to the device. Fortunately, this is a trivial process, and you only need to do it once.
Warning /!\ Warning: Unlocking the bootloader erases all data and resets the device to factory defaults. Warning /!\
  1. Reboot the Android device into the Android boot loader. To do this, first power down the device in the normal fashion (hold down the power button, then select power off and wait a few seconds). From the off state, hold the volume down button and press the power button. Continue holding the volume down and power buttons until you see the boot loader UI.
  2. Plug in the device to your laptop with your micro-usb cable The device now displays the boot loader GUI, which looks like this:
bootloader.png
  1. Verify fastboot lists the device. In a terminal on your laptop, run:
     * $ sudo fastboot devices
    1234567891234567        fastboot
  2. Start the bootloader unlock process:
    sudo fastboot oem unlock
  3. You are prompted on screen to unlock the bootloader on the Android device screen. Follow the on-screen directions to continue. Your screen should now look like this:
unl.jpg
Complete the process by rebooting:
  • sudo fastboot reboot-bootloader
Or simply press the power button.
When the device reboots back into the bootloader (fastboot mode), you should see "LOCK STATE - UNLOCKED" in small red print. At this point your device is now unlocked.

Installing Ubuntu 13.04 on Nexus 7


Once all setup has been completed, the installation can start. To install, ensure the Nexus 7 is in fastboot mode, plug it into your computer (and make sure NO OTHER DEVICES are plugged in).
Find the installer in the dash (search for 'nexus'): dash3.png
This will provide a Graphical Interface for installing Ubuntu. This tool will download the latest image automatically, and flash it accordingly. The flashing step should take about 2 minutes. Once the flashing is complete, the device will reboot and finish the installation. This step can take 10-15 minutes.

source: https://wiki.ubuntu.com/Nexus7/Installation

1 comment:

TECH BLOG © 2014