Usage Instructions
The below instructions are for a workstation with the ADB (Android Debug Bridge - which can be installed with the Android SDK) tool installed, as well as Android USB drivers properly installed and working.
- Ensure Android device has USB Debugging turned on: Navigate to Settings>Applications>Development>USB Debugging and make sure the box next to USB debugging is checked.
- Remove user's SD Card and install examiner's SD Card into phone.
- Connect Android device to workstation. The following command can be used to verify the device is connected and ADB can communicate with it.
adb devices
- Install the .apk using the following command:
adb install AndroidForensics.apk
- On the device, launch the AFLogical application.
- Select capture.
- Uninstall the .apk using the following command:
adb uninstall com.viaforensics.android.aflogical_ose
- Files are on the SD Card root in a folder called 'forensics' and then named after the date/time of acquisition.