Articles by "nexus 4"
Showing posts with label nexus 4. Show all posts
Ubuntu OS on the desktop is very famous brand and has a long heritage in the open source community, but rather than confine itself to the one platform, Canonical set out on the path to use the same core kernel and deliver the same platform across smartphones, tablets, the desktop and TVs.
The OS is fairly cool, though. You swipe on the edges of the phone to bring up the app launcher, visit your home screen, multitask, and view menus instead of hardware buttons. The home screen is a bit different than what you see on iOS and Android, showing your open apps along the top and your shortcuts on the bottom. Most of the Canonical's energy has gone into the first stable release of Ubuntu Touch than desktop but some rumors mentioned Canonical didn't ignored Ubuntu desktop. I am constantly testing Ubuntu touch on Nexus devices, I reviewed the Ubuntu Touch 1.0 first release on Nexus 4.
Now I tested last build of Ubuntu Touch 14.04 with Mir display and Unity 8, so I can say it is much stable, smooth and faster than previous builds. Most of the functions works perfectly. So lets start...
Ubuntu Touch 1.0 stable version hands-on video review on Nexus 4 phone and Nexus 7 Tablet

Canonical has released Ubuntu 13.10 desktop and first stable version of Ubuntu Touch for phones & tablets. Ubuntu Touch user interface is aimed to offer the simple solution than other mobile OS like Android, according to canonical. The OS is fairly cool, though. You swipe on the edges of the phone to bring up the app launcher, visit your home screen, multitask, and view menus instead of hardware buttons. The home screen is a bit different than what you see on iOS and Android, showing your open apps along the top and your shortcuts on the bottom. Most of the Canonical's energy has gone into the first stable release of Ubuntu Touch than desktop but some rumors mentioned Canonical didn't ignored Ubuntu desktop. We are constantly testing Ubuntu touch on Nexus devices, After installing first stable release on Nexus 4 we can say you should give a try if you own Nexus 4 but on Nexus 7 Ubuntu Touch stuck with any application, anytime, zero results with this tablet. With Nexus 7 it can be Mir display problem but I couldn't figure out problem.
It runs smooth and fast on Nexus 4 without any problems. I can say at this stage you shouldn't expect this OS to compete with Android since it is first stable release and I am pretty happy with this release (But only on Nexus 4 device).

It is pretty easy to install on Nexus devices, You can follow guide here. For other devices you have to do some hacks and other stuff in order to run Ubuntu Touch, well it is not really easy to install on other devices if you are not developer/expert. You can see other supported devices list and their Ubuntu Touch status here. There is still no news on the release of first device that will come pre-installed with Ubuntu Touch OS, but we shouldn't expect them to appear before early-2014 at least. I can say Ubuntu Touch is stable but off-course it isn't finished yet, till now it's core apps completed 87% out of 100 percent. Battery life with Ubuntu Touch isn't great, it drains battery more quickly than Android.

What is available:
  • Animated lock screen (works perfectly)
  • Web browser (Perfect, also play flash videos but not smooth as expected)
  • Camera (On Nexus 4 front + back with flash works perfectly)
  • Contacts, Dialer, Friends (Online accounts)
  • Gallery (To categorize images)
  • Messaging
  • Update Manager
  • File Manager (Only able to open video files)
  • Shorts (RSS App)
  • Stock Ticker (App)
  • Calculator, Calendar, Clock, Notes (Apps)
  • Music Player (With basic controls)
  • Terminal
  • Files can be transfer via usb cable (only tested under Ubuntu desktop)
  • Sudoku and Dropping Letters Games.
  • Facebook (Much better)
  • Many other applications can be installed with just one click via More Suggestions.
  • Enable/Disable dash plugins.

What left:
  • Twitter App (It is available as webapp but not as expected)
  • Software Manager
  • Video Player (But videos can be played via file manager)
  • Dock Mode (HDMI desktop mode)
  • Ubuntuone (App)
  • File Manager (Lack of features)
  • Email client
  • And many more things are missing.

Question: Should you install it on your device?
At the end I can say at this stage Ubuntu Touch isn't for end users (for daily use) but more for manufacturers and carriers. If you want try it on your device.

Video: Ubuntu Touch on Nexus 4 Phone


Video: Ubuntu Touch on Nexus 7 Tablet


Screenshots

How to mount Google Nexus 4 on Ubuntu 13.04/12.10/12.04/Linux Mint 15/14/13/and Ubuntu derivatives

mount nexus 4

If you are having problem to mount your Google nexus 4 device on Ubuntu 13.04/12.10/12.04 then this guide is here to help you. Thanks to Manish A.Shetty who shared this solution for Nexus owners "I have tried many different methods to mount my Nexus 4 on Ubuntu and and none have ever truly worked. Finally after much surfing I found the following to work(thanx to XDA Developers)".
Nexus 4 doesn't come with built-in expandable storage, it has own flash memory which saves data directly. That's the main reason Ubuntu has some troubles while mounting Nexus 4. After this solution you will be able to mount and transfer data to your nexus 4 via MTP protocol.

Step 1:
Enable Developer options and enable USB debugging mode.
Setting > About phone > Start tapping (7 times) on Build number option 'you are now developer'
Then go to Setting > Developer options > Enable USB Debugging
mount nexus 4

Step 2:
Install MTP modules open terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:

Step 3:
Configure 51-android.rules, Enter following command to open/create file in text editor:

Now paste following code at the end of text file:
#LG – Nexus 4
SUBSYSTEM=="usb", ATTR{idVendor}=="1004?, MODE="0666?

Step 4:
Make file executable and restart udev service, Enter following commands in terminal:

Step 5:
Create mount point for device and setup permissions with these commands:

Step 6:
Now Enable MTP on your Nexus 4 device then plugin your device to computer.
Go to Setting > Device Category > Storage > USB Computer Connection > Enable Media Device (MTP)
mount nexus 4

Step 7:
Now enter following command in terminal to detect MTP device.

Step 8:
At this point you allow Ubuntu to access/mount device (You need following command every time when you connect your device to computer):

Step 9:
To unmount the nexus 4 device enter following command  (You need following command whenever you need to disconnect your device from computer):
That's it