[android-porting] Re: Is it possible to default the screen to Portrait mode?

2009-09-18 Thread Dianne Hackborn
I believe it defaults to whatever the native orientation of your screen is. If you want it to start out rotated, you will need to change PhoneWindowManager to implement the policy you want. On Fri, Sep 18, 2009 at 2:43 PM, Lewis Z. wrote: > > I have Android developement board and it doesn't have

[android-porting] Re: Is it possible to default the screen to Portrait mode?

2009-09-20 Thread Xinyu Chen
The screen rotation default value is consistent with the framebuffer mode. If fb mode is landscape, android show UI with landscape. Thanks. On Sep 19, 5:43 am, "Lewis Z." wrote: > I have Android developement board and it doesn't have screen rotation > feature. When it boots up, it always show l

[android-porting] Re: Is it possible to default the screen to Portrait mode?

2009-09-21 Thread Lewis Z.
Dianne & Xinyu, thank you for replies. But where can I this framebuffer mode parameter so I can modify it? On Sep 20, 8:23 am, Xinyu Chen wrote: > The screen rotation default value is consistent with the framebuffer > mode. > If fb mode is landscape, android show UI with landscape. > > Thanks.

[android-porting] Re: Is it possible to default the screen to Portrait mode?

2009-09-21 Thread Dianne Hackborn
It's whatever your driver reports the screen size to be. Sorry I can't help you more than that, I don't know anything about your driver. On Mon, Sep 21, 2009 at 12:48 PM, Lewis Z. wrote: > > Dianne & Xinyu, thank you for replies. > > But where can I this framebuffer mode parameter so I can modi