Actually I am baffled to find that when I tried the built-in camera app again this morning, it's preview had the *correct* orientation, no matter whether the keyboard was slid out or not and indiscriminate of in what physical orientation I started the camera app. I'm absolutely certain that I have earlier seen the 90 degree rotated (i.e. wrong) preview on my dev phone 1. So that relates to Jason Proctor's note in the other thread that the problem appeared unit dependent, only now it shows that even a single unit can show different results at different "times" (power cycles?). Looks like something gets initialized somewhat randomly at power up, perhaps even the camera hardware. In that case, to quote Jason "this would suggest that if i set rotation, it would fix some phones and break others".
Wonder what others are finding? Regards On Dec 21, 7:17 am, blindfold <[email protected]> wrote: > It is a known G1 bug. See > alsohttp://groups.google.com/group/android-developers/browse_thread/threa... > > A workaround is to design your app for landscape mode and force it to > always run in that mode, for instance by using > android:screenOrientation="landscape" in the manifest. It is not the > preview but your app then that rotates to match the fixed preview > orientation. > > Regards --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

