As promised, here's my experience with the Ubuntu Phone OS.
As the title says, I installed this preview on my Galaxy Nexus and boy was I surprised how simple it was. It was in fact simpler than Flashing a ROM with fastboot or ROM Manager.
However, even though you need Ubuntu to complete the installation, it is possible to do so manually using any operating system; we won't get into that however.
Note: This is only available for the Galaxy Nexus, Nexus 4, Nexus 7, and Nexus 10. Also, this is a developer preview. Do not expect any bugs to be fixed in the near future, nor should you expect this to be a fully baked product. This is not a product for the average consumer.
Installation:
The installation couldn't be any simpler. After booting into Ubuntu, you'll want to open up terminal and add this repository by entering the following command:
- sudo add-apt-repository ppa:phablet-team/tools
Then enter the following:
- sudo apt-get update
- sudo apt-get install phablet-tools android-tools-adb android-tools-fastboot
From this point, you'll need to unlock(root) your smartphone by following these steps:
- Turn off your smartphone/tablet
- Boot it into the bootloader by holding power/sleep+volume up+volume down
- Plug it into the computer via the provided/compatible USB cable.
- In terminal, type the command sudo fastboot oem unlock, followed by Enter
- On the phone/tablet screen, accept the terms of unlocking.
- Hit the power button to boot up the device into Android.
Once you're done this, you'll begin the initial installation process.
Firstly, you must enable USB debugging via the developer section in your Android settings:
- on Ice Cream Sandwich (version 4.0) go to Settings and turn on USB Debugging (Settings > System > Developer options > USB debugging).
- on Jelly Bean (versions 4.1 and 4.2) you need to enter Settings, About [Phone|Tablet] and tap the Build number 7 times to see the Developer Options, activate USB Debugging via Settings > Developer options > USB debugging.
- on 4.2.2 you will need to accept a host key on the device, if you already had adb installed, do the followingOn the workstation-> adb kill-server; adb start-server
- If you've unplugged your device since the last time we told you to plug it in, plug it in again. If not, skip to step two.
- Open terminal if you don't already have it open.
- Type in: phablet-flash -b
- Wait until all files, etc. are downloaded
- Should you have ClockworkMod installed as a recovery, your phone will automatically do it's thing, skip to step six. If not, the process of actually installing will be different but will follow this general pattern:
Find pushed files with the names quanal-preinstalled-phablet-armhf.zip and quantal-preinstalled-boot-armel+xxxx.img. (replacing xxxx with the codename of your device.)
Install them. - Again, depending on what recovery you have installed, your device will either automatically reboot or prompt you on whether you want to or not. Should this not happen, perform a battery pull.
Have a good afternoon and good luck in the future!
0 Blogger:
Post a Comment