/lets-dig-adb

:briefcase: Let's Dig ADB.

Primary LanguageJavaScript

Let's Dig ADB (Android Debug Bridge)

GDG Korea Android Conf 2014 presentation(watch). Based on Reveal.js & Atom-Shell

Run

Download release, run following

  • osx : unzip & run *.app
  • win : unzip & run atom.exe

Demo

This presentation has 2 demo slides. You can see them without leaving presentation. You need to connect real android device or emulator on your machine. If you have neither, genymotion will be a neat solution.

Demo #1 (localabstract)

Install localabstract-server-demo on your android device or emulator. You can send a message to demo application.

Demo #2 (activitykit)

Connect your android device or emulator, and fire up adb server. Whenever you launch some apps, you can see whole activity stack. 😃 If you want see more detail about this project, see atom-shell-activitykit or activitykit.

Trouble Shooting

  • On Windows you need MSVCR120.dll to run Atom-Shell. If you don't have one, you can download it here (must be 32 bit version).

Development

Prerequisites

  • node.js
  • bower
  • grunt
  • adb

Hack it !!

Clone this repo and run following commands.

$ npm install
$ grunt