You will have to perform a number of preparatory steps before performing data extraction from Android devices.
Preparatory work
Preparing the mobile device
Before connecting the device to the computer, you need to activate the USB Debugging mode on the device. This mode enables the ADB server on the device.
USB Debugging is activated in the following ways:
For Android 2.0-2.3.x:
- Go to the menu of the device.
- Select Settings.
- In the Settings section, select Applications.
- In the Applications section, select Development.
- In the Development section, select USB Debugging.
For Android 3.0 to 4.1.x :
- Go to the menu of the device.
- Select Settings.
- In the Settings section, select Developer Options.
- In the Developer Options...