First of all I'm trying to use "Openintents Sensor Simulator" program for Android. I installed Sensor Simulator for desktop. After that i installed SensorSimulatorSettings-x.x.x.apk on my Android emulator. At the settings page in android emulator, i use 10.0.2.2 and my local-ip address and socket no 8010.
When i tried to run my program on android device and tried to control the sensors at desktop application, it doesn't change at all. "Orientation","Gravity" and "Accelerometer" parameters changed when i tried to rotate the virtual telehone in desktop program. But program in the android emulator doesn't use these parameters.
P.S: Program works correctly at real android device. Only doesn't work at virtual android emulator.
For example: When rotate from x axis, program prints "You turned right" or rotate from y axis, program prints "You turned up".