neethu41986
Lurker
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.
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.