I run my app in the AVD emulator using eclipse but I'm unable to change the screen orientation in the AVD (Android 2.0 platform on the emulator).

When I press CTRL+F11 or CTRL+F12 on the keyboard, nothing happens. No messages are generated in the adb debuglog/logcat either when I press either hotkey.

According to http://developer.android.com/guide/developing/tools/emulator.html these are the correct hotkeys to switch the emulator's screen orientation.

I tried it with my app, and with the messaging app. The hotkey has no affect in any case.

I'm running Fedora 12, Gnome. I checked my Keyboard Shortcuts in the System -> Preferences menu, nothing's attached to either hotkey.

Same problem, 3 different PCs (all running Fedora Gnome).

link|improve this question

feedback

4 Answers

up vote 3 down vote accepted

you can also use keypad 7 and keypad 9, did you try them?

link|improve this answer
Just tried - no affect and the numbers come through to the app, so in the messaging app, I see the 7 and 9 characters in the editText box. – Brad Hein Apr 26 '10 at 17:12
1  
OK I just re-installed Eclipse and the SDK on a desktop. Its also running Fedora+Gnome. Although the function keys don't work, the keypad 7 & 9 do work (with numlock off). Accepting this answer. Thanks! – Brad Hein Apr 27 '10 at 15:46
great!######### – Lohoris Apr 27 '10 at 15:49
Also just discovered on my laptop that I can change orientation using FUNCTION+7 and FUNCTION+9 – Brad Hein May 20 '10 at 4:05
"Just tried - no affect" you should have turned num lock keys OFF. It works for me in xfce session – user971155 Apr 21 at 8:39
feedback

Are you using android:screenOrientation to lock it into one or the other?

link|improve this answer
+1 nice idea### – Lohoris Apr 26 '10 at 18:20
Same problem with the messaging app, as I specified in my question. – Brad Hein Apr 27 '10 at 15:03
feedback

Use Right Ctrl, dont use left Ctrl.

link|improve this answer
feedback

Make sure you don't have a feature, such as an accessibility one that allows the mouse pointer to be moved with the numpad keys, turned on. I somehow accidently enabled this in Ubuntu, and it was hard to tell what was going on, because I didn't hold the keys down long enough for the pointer didn't move much. Going to Keyboard Preferences->Mouse Keys and unchecking "Pointer can be controlled using the keypad" fixed it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.