From f0851f41c332fa84a9ea2a809ebaca065da0f2e2 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Fri, 24 Sep 2010 22:14:16 +0200 Subject: [PATCH] Mark Gross: Experiences in Android Porting, Lessons Learned,Tips and Tricks --- .../hCalendar.html | 25 ++++++ .../presentation.pdf | 1 + media/elc2010-Android-experiences/video.ogv | 1 + .../video.srt.yaml | 80 +++++++++++++++++++ media/elc2010-Android-experiences/www.sh | 3 + 5 files changed, 110 insertions(+) create mode 100644 media/elc2010-Android-experiences/hCalendar.html create mode 120000 media/elc2010-Android-experiences/presentation.pdf create mode 120000 media/elc2010-Android-experiences/video.ogv create mode 100644 media/elc2010-Android-experiences/video.srt.yaml create mode 100755 media/elc2010-Android-experiences/www.sh diff --git a/media/elc2010-Android-experiences/hCalendar.html b/media/elc2010-Android-experiences/hCalendar.html new file mode 100644 index 0000000..478b37b --- /dev/null +++ b/media/elc2010-Android-experiences/hCalendar.html @@ -0,0 +1,25 @@ + +
+ +Mark Gross + + +Experiences in Android Porting, Lessons Learned,Tips and Tricks + + ELC2010, + San Francisco, + Monday, April 12 2010 +
+Intel has been dabbling in Android for the past 2.5 years. This talk will briefly discuss what android is from a system level and present an assortment of the tips and tricks Intel has discovered over this time of things a system integrator could find useful when working on android at the porting level. Time permitting the talk hopes to cover tips in areas including: +
    +
  • stupid repo tricks +
  • build and make file tricks +
  • testing tricks +
  • performance measuring +
  • keyboard configuration +
  • adb tricks +
  • tracing tricks +
  • kernel bring up +
+
+
diff --git a/media/elc2010-Android-experiences/presentation.pdf b/media/elc2010-Android-experiences/presentation.pdf new file mode 120000 index 0000000..c120daa --- /dev/null +++ b/media/elc2010-Android-experiences/presentation.pdf @@ -0,0 +1 @@ +ELC2010-android-xp-tips-tricks.pdf \ No newline at end of file diff --git a/media/elc2010-Android-experiences/video.ogv b/media/elc2010-Android-experiences/video.ogv new file mode 120000 index 0000000..1a531a2 --- /dev/null +++ b/media/elc2010-Android-experiences/video.ogv @@ -0,0 +1 @@ +elc2010-gross-android-porting.ogv \ No newline at end of file diff --git a/media/elc2010-Android-experiences/video.srt.yaml b/media/elc2010-Android-experiences/video.srt.yaml new file mode 100644 index 0000000..0db28ca --- /dev/null +++ b/media/elc2010-Android-experiences/video.srt.yaml @@ -0,0 +1,80 @@ +--- +- '5.0' +- 6 +- "[1] Google Android Experiences in porting, tips and tricks" +--- +- '51.0' +- 52 +- "[2] Introduction and apology" +--- +- '107.9' +- '108.9' +- "[3] Approximate Outline" +--- +- '128.2' +- '129.2' +- "[4] What embedded Linux could learn from Google Android" +--- +- '265.5' +- '266.5' +- "[5] Android PM the good the, meh, and the ugly" +--- +- '750.1' +- '751.1' +- "[6] Out-of tree enableing == lots of git rebase-ing" +--- +- '979.8' +- '980.8' +- "[7] Google Android graphics" +--- +- '1188.4' +- '1189.4' +- "[8] Performance" +--- +- '1417.1' +- '1418.1' +- "[9] Fastboot is cool." +--- +- '1667.7' +- '1668.7' +- "[10] Kboot implementation of fastboot" +--- +- '1905.7' +- '1906.7' +- "[11] Repo tricks" +--- +- '2149.2' +- '2150.2' +- "[12] Repo tricks" +--- +- '2222.3' +- '2223.3' +- "[13] Hacking repo" +--- +- '2363.6' +- '2364.6' +- "[14] SCM options:" +--- +- '2438.2' +- '2439.2' +- "[15] SCM garret fist impressions:" +--- +- '2610.8' +- '2611.8' +- "[16] When repo / garret fall over:" +--- +- '2772.6' +- '2773.6' +- "[17] What Intel is focused on WRT Android" +--- +- '2892.8' +- '2893.8' +- "[18] Other observations" +--- +- '3131.5' +- '3132.5' +- "[19] Bringing up a new device, list of things to do:" +--- +- '3253.4' +- '3254.4' +- "[20] Odds and ends" diff --git a/media/elc2010-Android-experiences/www.sh b/media/elc2010-Android-experiences/www.sh new file mode 100755 index 0000000..d89b64e --- /dev/null +++ b/media/elc2010-Android-experiences/www.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +wget -nc http://elinux.org/images/e/ee/ELC2010-android-xp-tips-tricks.pdf http://free-electrons.com/pub/video/2010/elc/elc2010-gross-android-porting.ogv -- 2.20.1