We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

ADB Break on through to the other side

Formal Metadata

Title
ADB Break on through to the other side
Title of Series
Number of Parts
90
Author
License
CC Attribution 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
ADB is maybe one of the most used tools by the Android developers. But it is for sure the less known. If you ever wondered how ADB is working? Why is it faster now? How Android Studio is using it under the hood? Why my ADB server is killed sometimes? And by the way what this server is about? This talk is made for you. I spent several weeks diving into the ADB source code and I learned interesting things about this project its history the internals the interaction with the developers tools ... It's time for me to share this with you. Here is an outline of the presentation: How ADB works (the big picture) Some ADB commands you maybe never heard about The history of the project The ADB Internals (the ADB protocols the structure of the software) How development tools are using ADB?