views:

87

answers:

1

I'm wondering what is the best way to test the accelerometer? There doesn't seem to be any simulation for movement on the emulator, and mocking seems like it would be difficult.

Should I just do a best guess and wait until the real devices come out or is there another approach to consider?

+3  A: 

http://blogs.silverarcade.com/silverlight-games-101/27/silverlight-simulating-accelerometer-data-in-the-windows-phone-7-emulator/

Using this method you can simulate the accelerometer using a Wii Remote, if you have one. Other than that, a quick Google indicates that its not possible without actual hardware. Hope that helps!

Gallen
Interesting. At least I have an excuse to finally get a Wii now. I'll mark this as the answer later if there are no other suggestions.
Jace Rhea
I actually ended up going with a different solution. Here is a way to fake accelerometer data. http://msdn.microsoft.com/en-us/library/ff637521(v=VS.92).aspx
Jace Rhea