Table of Contents

Information

Prerequisites

Notes

Dependencies

sudo apt-get install 'ubuntu-device-flash'

TWRP

wget 'https://dl.twrp.me/mako/twrp-3.0.2-0-mako.img' -O ~/'Downloads/twrp-mako.img' --referer='https://dl.twrp.me'

Boot TWRP

fastboot boot ~/'Downloads/twrp-mako.img' && rm ~/'Downloads/twrp-mako.img'

Install Ubuntu Touch

Query Channels

ubuntu-device-flash query --list-channels --device='mako'

Install to Device

ubuntu-device-flash touch --channel='ubuntu-touch/rc-proposed/ubuntu' --bootstrap

Post-Install

Settings

Software

Show Scopes

adb shell
click list

Remove Scopes

adb shell
sudo click unregister 'com.ubuntu.developer.webapps.webapp-amazon' --user=phablet && sudo click unregister 'com.ubuntu.developer.webapps.webapp-ebay' --user=phablet && sudo click unregister 'com.ubuntu.developer.webapps.webapp-facebook' --user=phablet && sudo click unregister 'com.ubuntu.developer.webapps.webapp-gmail' --user=phablet && sudo click unregister 'com.ubuntu.developer.webapps.webapp-twitter' --user=phablet && sync