December 2013
Intermediate to advanced
350 pages
8h 1m
English
Getting to know the Android Debug Bridge (ADB) is quite crucial to any budding Android security specialist. The ADB allows you to interact directly with the native services and resources, such as the package manager, activity manager, and other various daemons that are crucial to an Android system's operation used by the Android system. This recipe will provide details on how to interact with the activity manager by demonstrating a few commands that you can fire off.
Before we start, you will need the following things:
Read now
Unlock full access