https://github.com/chitacan/lets-dig-adb
:briefcase: Let's Dig ADB.
https://github.com/chitacan/lets-dig-adb
adb android deck
Last synced: 7 months ago
JSON representation
:briefcase: Let's Dig ADB.
- Host: GitHub
- URL: https://github.com/chitacan/lets-dig-adb
- Owner: chitacan
- Created: 2014-07-24T16:22:54.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-11-05T08:07:23.000Z (over 7 years ago)
- Last Synced: 2024-04-14T09:38:52.691Z (about 2 years ago)
- Topics: adb, android, deck
- Language: JavaScript
- Homepage:
- Size: 9.61 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Let's Dig ADB (Android Debug Bridge)
GDG Korea Android Conf 2014 presentation([watch](http://www.youtube.com/watch?v=BTFuVx2FhtQ)).
Based on [Reveal.js](https://github.com/hakimel/reveal.js/) & [Atom-Shell](https://github.com/atom/atom-shell)
## Run
Download [release](https://github.com/chitacan/lets-dig-adb/releases), 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](http://www.genymotion.com/) will be a neat solution.
### Demo #1 (localabstract)
Install [localabstract-server-demo](https://github.com/chitacan/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. :smiley:
If you want see more detail about this project, see [atom-shell-activitykit](https://github.com/chitacan/atom-shell-activitykit) or [activitykit](https://github.com/chitacan/activitykit).
## Trouble Shooting
* On Windows you need `MSVCR120.dll` to run Atom-Shell. If you don't have one, you can download it [here](http://www.microsoft.com/ko-KR/download/details.aspx?id=40784) (must be 32 bit version).
## Development
### Prerequisites
* node.js
* bower
* grunt
* adb
### Hack it !!
Clone this repo and run following commands.
```
$ npm install
$ grunt
```