How do I update the azimuth of orientation of the Android emulator?

808 views Asked by At

Possible Duplicate:
Can I emulate a compass on Android

I'm developing an Android application whose display depends on the orientation (azimuth specifically) of the phone. I'd like to test the application using the Android emulator, and so I need to change the orientation of the emulator dynamically through its telnet interface.

I can change its GPS position by issuing commands of the form: geo fix 34 56

However, I can't work out how to do the same for its azimuth. Is this possible, and if so how?

Thanks for any help, Martin

1

There are 1 answers

3
chikka.anddev On

Its simple .You have to just press ctrl+F11 to change orientation when emulator is running.