Re: [android-developers] Re: How to use SensorSimulator @ http://code.google.com/p/openintents/wiki/SensorSimulator

2011-09-25 Thread KK
Hi Adam, Thanks for the quick help. You are right, once I changed the mSensorManager to be an instance of SensorManagerSimulator, it worked like a charm. Thank you. --KK On Sun, Sep 25, 2011 at 7:16 PM, Adam Ratana wrote: > It's been a long time since I've used this, but iirc, you do have to ma

[android-developers] Re: How to use SensorSimulator @ http://code.google.com/p/openintents/wiki/SensorSimulator

2011-09-25 Thread Adam Ratana
It's been a long time since I've used this, but iirc, you do have to make some modifications to your existing code to get this to work (in addition to what you've already done), so your mSensorManager must be an instance of SensorManagerSimulator, instead of SensorManager, for instance. This is