Communicating with the PC via USB connection in Android
Posted
by Danny Singh
on Stack Overflow
See other posts from Stack Overflow
or by Danny Singh
Published on 2010-04-12T00:42:36Z
Indexed on
2010/04/12
0:53 UTC
Read the original article
Hit count: 507
android-sdk
|android
I'm fairly new to android programming and need some information for a 4th year forensics course project. Basically I am trying to create a suite of tools for live analysis of an android phone. I know how to get the information I need on the phone, but I was wondering if there was a way to communicate that information back to the PC? I want to be able to run a program from a PC, which, when the phone is docked, will allow the user to access information about the phone (ie currently running services/processes, bluetooth/wifi connections, etc). I have a bunch of methods that will run on the phone and get all the information, but I want to be able to call those methods from the PC, execute on the phone, then have the information sent back to the PC to display to the user instead of just displaying it on the phone. This is to leave as small a footprint on the phone as possible. Thanks a lot.
© Stack Overflow or respective owner