Tag Archives: Ubuntu Touch

Installing Ubuntu Touch on your rooted Nexus 7

If you haven’t rooted your Nexus 7 yet, you can follow my previous post and do that easily. This guide assumes you have connected your device with your PC and can use ADB to push commands over to your device. If this doesn’t make any sense, read my previous guide.
In this post I am about to write how can you easily install Ubuntu Touch on your Nexus 7. Before we do that, you can read this article on why shouldn’t install Ubuntu Touch: 4 Reasons Why You Shouldn’t Install Ubuntu Touch on Your Nexus | OMG! Ubuntu!
But since we are dual booting the Ubuntu with Android, the reasons stated above won’t matter!
1. Installing Custom Recovery (Flashing TWRP Multi ROM)
Using adb commands the next you need to do is to flash a version of TWRP recovery which is tweaked for MultiROM support. The file I downloaded was “TWRP_multirom_grouper_20131022.img” from here: [MOD][OCT 22] MultiROM v16a (fix SuperSU for secondary ROMs) – xda-developers, and used following command to flash it.
fastboot flash recovery d:\path-to-recovery\TWRP_multirom_grouper_20131022.img
Continue reading Installing Ubuntu Touch on your rooted Nexus 7