So....
I have everything installed and running correctly; the OpenGLSensors (and all of the ApiDemos) work with the SensorSimulator. The problem I am running into is when using the SensorSimulator within my own applications. In my application I have followed all of the steps outlined in
http://code.google.com/p/openintents/wiki/SensorSimulator. I have a button that when pressed executes the below method:
SensorManagerSimulator.connectSimulator();
After this method executes the application closes......suggestions? Anyone run into this? I do have internet permissions in the manifest.
Thanks for any help!
Fixed it. However, are the
Fixed it. However, are the coordinates that the Simulator generates in reference/normalized to the screen coordinates of the simulator?
Thanks.
Sensor simulator
The accelerometer and magnetic field values should be ok, but they return values for portrait mode (not landscape mode). The orientation sensor of the G1 had issues, so it does not agree with the SensorSimulator output (which is how it should be...). Note that the G1 itself has issues when switching between portrait and landscape mode. I did not have a chance to test the Magic yet.
Peli