Warning /!\ Ubuntu Touch is no longer maintained as a core product by Canonical. However, the Ubports community are continuing development.

Ubuntu Touch

Install
Get started here!

Get involved!
• Bugs
• Translate

• FAQ
• Release Notes

Core apps
Libertine
Cross Compile

• Devices
• Porting Guide
• Container Architecture

• Build from source
• Deploying

• Screencast
• Testing
• Specs

Get help ... and get in touch

Dogfooding

The best way to know that our Core Apps are ready for every day use, is to start using them every day (eating our own dogfood, as the saying goes). With our Beta release targets fast approaching, and much of the basic functionality in place, we decided it was time to start doing just that.

Just like Rick Spencer did for the phone itself, we are setting a list of features for each app that we consider a requirement for everyday use. Just like with dogfooding the phone, this doesn’t mean the apps will be finished when these goals are met, just that they can be used and relied upon for daily life as a daily driver. Being able to use them regularly will help us identify and fix more bugs on more devices, helping drive up the quality of these apps before the final release later this year.

We want to encourage our core app contributors to rally around completing the features below by the end of July so we can reach this core level of functionality. Let’s make July the month where transition these apps from projects to software our growing Ubuntu Phone userbase is starting to use!

Fire up your engines!

Dogfooding Activities

Anybody can participate in dogfooding the Core Apps, all you have to do is use them. You don't need to be a developer, you don't need to know anything about porting or compiling or packaging. Just fire up one of the apps, on a supported device or on your desktop, and start using it for your daily activities.

The most important thing you can do while dogfooding is to find and report any bugs you find. It's important to provide as much detail as possible in your bug report, including screenshots and device information, and describing the steps to reproduce the bug. Following the steps below will ensure that your bug report will be accurate and helpful.

  1. Try to recreate the bug, make note of the steps necessary to recreate it reliably
  2. Click the "File a Bug" link for the appropriate project from the list below

  3. You will first be asked for a bug title, Launchpad will then try to find any existing bugs that match yours
  4. If Launchpad finds an existing bug report, do the following:
    1. Mark it as affecting you by clicking the link "Does this bug affect you?"
    2. Read the description and comments for the bug, and fill in any of the information from the following steps if they are missing
  5. If Launchpad does not find an existing bug, it will ask you to fill in a longer description. Include here the steps necessary to reproduce your bug
  6. If it's a visual bug, get a screen capture or video of it happening, and upload that to the bug report

  7. If you are running the app on a phone or tablet, add a tag to the bug report using the name of your device (nexus4, nexus7, etc)
  8. Submit the bug report
  9. Keep an eye on your email, or bookmark the bug report, so that you can respond to any inquiries or requests for more information from the application's developers.

Getting a screenshot

The process for getting a screenshot differs if you're using Surfaceflinger or Mir. Mir is now the default.

Surfaceflinger

You can get a screenshot of your device from your laptop/desktop when it is plugged into an USB cable using the adb tool. Run the following commands (or copy/paste them into a script you can call)

adb root
adb shell /system/bin/screencap -p /tmp/screenshot.png
adb pull /tmp/screenshot.png ./screenshot.png

Mir

Use this script:- http://people.canonical.com/~j-lallement/touch/mirfbdump

Dogfooding July Goals

Below are the specific features for each of the Core Apps that are ctonsidered necessary for them to be ready for daily use. Each feature should have a corresponding work item in the App’s blueprint.

Calendar

Blueprint

File a Bug

Music

Blueprint

File a Bug

Clock

Blueprint

File a Bug

Calculator

Blueprint

File a Bug

Weather

Blueprint

File a Bug

Sudoku Touch

Blueprint

File a Bug

RSS Reader

Blueprint

File a Bug

File Manager

Blueprint

File a Bug

Document Viewer

Blueprint

File a Bug

Terminal

Blueprint

File a Bug

Dropping Letters

Blueprint

File a Bug

Stock Ticker

Blueprint

File a Bug

Touch/CoreApps/Dogfooding (last edited 2013-11-01 15:21:19 by popey)