HI,
I am building a small application using accelerometers on the phone. I hope I can get the accelerometer data from the phone and analyze them at my PC and then I can build a model based on these data and deploy the model on the phone.
But I just don’t know how to get the data out of the phone.
Thanks a lot!
For testing you could write to Debug when running from within Visual Studio.
Beyond that you’ll need to send the data to a web service running on the local PC.
As a third alternative, you could save the data to IsolatedStorage on the device and then use http://wp7explorer.codeplex.com/ to get this files off the device.