At first I thought this was a problem with my app, but it seems to be happening in any app (though interestingly, not the home screen) in the gingerbread emulator.

To replicate my issue, open eclipse and fire up the android emulator for gingerbread (I'm using the "Google APIs - API Level 9" as my target)

So the procedure to duplicate once the emulator loads is

press LCtrl-F11 to shift orientation to landscape, then again to switch to portrait

Result:
In the homescreen:
The view rotates to landscape, and then back to portrait, as expected

In any app (i've tried browser, calculator, maps, and the app i'm currently working on):
the view rotates to landscape, and then nothing, it stays in landscape even the emulator is displaying the phone in landscape mode (see below)

http://i54.tinypic.com/2ake06v.jpg

Has anyone else had this issue, or have I installed the emulator in some incorrect way - this hasn't been an issue with any of the previous emulators

link|improve this question
feedback

3 Answers

up vote 2 down vote accepted

Actually, I have run into that problem occasionally before, though it does seem to get progressively worse with each passing tools release. There is nothing wrong with your installation or how you are using the program, AFAIK. You might try using Ctrl-F12 to switch back rather than Ctrl-F11 and see if that improves matters. I think the problem may stem from the emulator trying to emulate four-way orientation, but that is just a guess.

link|improve this answer
While switching between Ctrl-F12 and Ctrl-F11 doesn't help the issue, it is good to know that this an emulator problem and not my code - hopefully it doesn't affect the Nexus S! – tabjsina Dec 18 '10 at 0:13
feedback

This problem is written up here:

http://code.google.com/p/android/issues/detail?id=13189

link|improve this answer
feedback

I just got stuck with the same problem in my own application. The app always stays in lanscape mode after using the camera. The only workaround I found is to click on the home button (emulator changes to portrait mode) and then click again on my application to get back to it also in portrait mode.

Did anybody report that bug already?

(Gingerbread emulator, Eclipse 3.5.x, Android Development Tools 8.0.1.v201012062107-82219)

link|improve this answer
1  
I haven't reported the bug (don't really know how), but I have tested my app on a gingerbread phone (not emulator), and it didn't seem to have that problem – tabjsina Jan 16 '11 at 4:51
I don't think it's a device problem but more an emulator problem. I switched to Eclair now for testing, because FroYo has also some bugs with the camera crashing :) – deradam Jan 16 '11 at 12:12
feedback

Your Answer

 
or
required, but never shown

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