• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Retrieve data from android phone to pc

Hi all...
I am new to Android development.I need to get all the data from the phone (contacts,messages,call log etc)and store directly on to pc.I have developed an .apk file, installed it on emulator from eclipse and it reads all the data.I need to send this data directly to pc without storing it on phone.As adb can pull only files out of android file system,it cannot be used.I also need to know how to install an .apk file from code. adb install <.apk filename> will work.But how to do it from code not from cmd..Please help.It's urgent..
Thanks in advance.
 
Err... nvm, a mod must have already taken care of the other one. You ahd two threads with the same post going at one time. Anyway, The only way I can think to do this is via bluetooth.
 
Back
Top Bottom