My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
WikiPageUse  
Instructions for using the Logical Android Forensics application.
Featured
Updated Dec 19, 2011 by m...@thomascannon.net

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.

  1. 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.
  2. Remove user's SD Card and install examiner's SD Card into phone.
  3. Connect Android device to workstation. The following command can be used to verify the device is connected and ADB can communicate with it.
  4. adb devices
  5. Install the .apk using the following command:
  6. adb install AndroidForensics.apk
  7. On the device, launch the AFLogical application.
  8. Select capture.
  9. Uninstall the .apk using the following command:
  10. adb uninstall com.viaforensics.android.aflogical_ose
  11. Files are on the SD Card root in a folder called 'forensics' and then named after the date/time of acquisition.

Sign in to add a comment
Powered by Google Project Hosting