Top Banner
Ubuntu Touch Internals Presentation by Ted Gould [email protected] @tedjgould Big Android BBQ – October 2013
31

Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould [email protected] @tedjgould Big Android BBQ – October 2013

Feb 06, 2018

Download

Documents

lamdien
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould ted@canonical.com @tedjgould Big Android BBQ – October 2013

Ubuntu Touch Internals

Presentation by

Ted Gould

[email protected]

@tedjgould

Big Android BBQ – October 2013

Page 2: Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould ted@canonical.com @tedjgould Big Android BBQ – October 2013

2

An Ubuntu Edition

● Based on Ubuntu Core

● Provides an interface and design for phone/tablet

● Builds out of same repositories

● Provides a development area for new technologies and ideas

● Similar to Ubuntu Netbook Edition (UNE)

Page 3: Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould ted@canonical.com @tedjgould Big Android BBQ – October 2013

3

Where are we now?

20,000,000 users and counting

The world's third most popular operating system

35,000 Windows users download Ubuntu every day

Users in 240 countries, localised in over 80 languages

Page 4: Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould ted@canonical.com @tedjgould Big Android BBQ – October 2013

4

Look and Feel

● Content focus● Edge swipe driven● Built for multitasking● Same design elements as

Unity on the Desktop

Page 5: Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould ted@canonical.com @tedjgould Big Android BBQ – October 2013

5

Hardware Today

Google Nexus DevicesNexus 4, 7 and 10

Page 6: Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould ted@canonical.com @tedjgould Big Android BBQ – October 2013

6

The Future

Page 7: Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould ted@canonical.com @tedjgould Big Android BBQ – October 2013

7

Architecture Overview

Kernel

System

ApplicationsUser Session

Page 8: Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould ted@canonical.com @tedjgould Big Android BBQ – October 2013

8

Kernel

Ubuntu Config

Ubuntu Touch vs. Ubuntu

Page 9: Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould ted@canonical.com @tedjgould Big Android BBQ – October 2013

9

System Level

Androidchroot

Upstart LightDM

DBus SystemNetworkManager

Avahi oFono

BlueZMir SystemCompositor

Page 10: Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould ted@canonical.com @tedjgould Big Android BBQ – October 2013

10

Hybris to bridge libc's

bionic eglibc

libhybris

Page 11: Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould ted@canonical.com @tedjgould Big Android BBQ – October 2013

11

Android as a HAL

User Space Daemon

Kernel Shim

Need bothto complete driver

Page 12: Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould ted@canonical.com @tedjgould Big Android BBQ – October 2013

12

System Compositing

Mir System Compositor

Android Drivers OSS Drivers

Mir User SessionMir Login

Greeter SessionXMir

User Session

Page 13: Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould ted@canonical.com @tedjgould Big Android BBQ – October 2013

13

User Session

UpstartSession

DBus Session

IndicatorServices

ContentHub

Unity 8

Page 14: Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould ted@canonical.com @tedjgould Big Android BBQ – October 2013

14

Unity 8

● Shell is QML/Qt for layout● Application Management layer

handles App authorization and management

● Mir display server links in via library

Mir Display Server

Unity Application Management

Unity Shell

Page 15: Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould ted@canonical.com @tedjgould Big Android BBQ – October 2013

15

Lens and Scopes

Page 16: Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould ted@canonical.com @tedjgould Big Android BBQ – October 2013

16

Indicators

● Provide system functionality

● Descend from top panel

● Category indicators take from applications of similar type (messaging, calendar, sound, etc.)

● Allow for instant reply to messages

● Control of media devices

● Same on desktop/phone/etc.

Page 17: Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould ted@canonical.com @tedjgould Big Android BBQ – October 2013

17

HUD

● Takes Actions from application● Provides search and enhanced

parametrized actions● Extends feature rich

applications to touch environments

Page 18: Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould ted@canonical.com @tedjgould Big Android BBQ – October 2013

18

Application Confinement

Application

AppArmor (MAC)

Upstart (cgroups)

Application Lifecycle

Page 19: Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould ted@canonical.com @tedjgould Big Android BBQ – October 2013

19

Ways Out

Application

DBus(managed by AppArmor)

Application Interface(managed by Mir/Unity)

Page 20: Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould ted@canonical.com @tedjgould Big Android BBQ – October 2013

20

Trust Store

AllowDeny

Application “Root Kit” would like to use your address book to help your friends find out about amazing offers from our Mafia sponsors!

Page 21: Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould ted@canonical.com @tedjgould Big Android BBQ – October 2013

21

Ubuntu SDK

Page 22: Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould ted@canonical.com @tedjgould Big Android BBQ – October 2013

22

QML

Page 23: Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould ted@canonical.com @tedjgould Big Android BBQ – October 2013

23

Apache Cordova (Phone Gap)

Page 24: Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould ted@canonical.com @tedjgould Big Android BBQ – October 2013

24

HTML5

Page 25: Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould ted@canonical.com @tedjgould Big Android BBQ – October 2013

25

Click Packaging

● Simple packaging format● Unpacks to a specified

directory● Contains a JSON manifest● Configures: security policy,

execution path, icon, etc.

Page 26: Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould ted@canonical.com @tedjgould Big Android BBQ – October 2013

26

Ubuntu App Store

Page 27: Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould ted@canonical.com @tedjgould Big Android BBQ – October 2013

27

What do I really need?

● Binary loadable by Linux Kernel

● Link to C libraries, the platform API library

● Being able to render to GL (probably via toolkit)

Page 28: Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould ted@canonical.com @tedjgould Big Android BBQ – October 2013

28

Application Lifecycle

Page 29: Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould ted@canonical.com @tedjgould Big Android BBQ – October 2013

29

Ubuntu Governance

● History of open and transparent governance

● Provided by Technical Board and other elected councils

● Inviting community based on shared values

● Allows for involvement of all types

● Join us!

Page 30: Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould ted@canonical.com @tedjgould Big Android BBQ – October 2013

30

Review

Page 31: Ubuntu Touch Internals - gould.cx 2013.Ubuntu Touc… · Ubuntu Touch Internals Presentation by Ted Gould ted@canonical.com @tedjgould Big Android BBQ – October 2013

31

Questions pleaseThank you

Ted Gould

[email protected]

@tedjgould

www.canonical.com